Top "Webrtc" questions

WebRTC is a free, open project providing browsers and mobile applications with Real-Time Communications (RTC) capabilities (audio, video, and binary data streaming) via simple APIs and common set of protocols.

DOMException: Error processing ICE candidate

I get this error DOMException: Error processing ICE candidate when I try to add an ice candidate. Here's the candidate: …

webrtc
How does WebRTC work?

I'm interested in Peer-to-Peer connections in the browser. Since this seems to be possible with WebRTC, I'm wondering how it …

webrtc
webRTC multi-peer connection

I have successfully connected clients A and B. Problem is I want to add new clients, C and D to …

webrtc
Get media details(resolution and frame rate) from MediaStream object

I am capturing the user's camera, i want to catch the picture with the best resolution possible, so my code …

javascript html webrtc getusermedia
how to use adapter.js of webRTC-adapter?

I am writing a WebRTC application and have the following problem: I want to use the adapter.js library. I …

node.js webrtc rtc openwebrtc
Get live streaming audio from NodeJS server to clients

I need to have a real time live audio stream from 1 client to a server to multiple listener clients. Currently …

node.js html socket.io webrtc html5-audio
How to addTrack in MediaStream in WebRTC

I'm using webrtc to communicate between to peers. I wan't to add new track to old generated stream, as I …

webrtc microphone audiotrack mediastream
CoTURN: How to use TURN REST API?

I have build coturn and run it successfully. ip:192.168.1.111. Now the question I faced is to get the Turn credential …

rest api webrtc turn coturn
Handling / receiving live video webcam stream from WebRTC or any browser based capturing mechanism to the server using ASP.NET MVC

We need to capture a live video stream from WebRTC (or any other capturing mechanism from the client webcam, even …

c# asp.net asp.net-mvc asp.net-web-api webrtc
WebRTC and Websockets. Is there a difference

I'm assuming that WebRTC is an API that decodes/encodes audio and video, although the communication between the server and …

javascript html websocket socket.io webrtc