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.

Which version of Microsoft Internet Explorer support WebRTC?

Update 2019: No IE actually supports WebRTC and no IE ever will. In 5 weeks Microsoft Edge will die and long live …

internet-explorer webrtc
How to control bandwidth in WebRTC video call?

I am trying to develop a Video Calling/Conferencing application using WebRTC and node.js. Right now there is no …

javascript node.js webrtc
Sending a MediaStream to host Server with WebRTC after it is captured by getUserMedia

I am capturing audio data using getUserMedia() and I want to send it to my server so I can save …

javascript jquery audio webrtc getusermedia
Installing a TURN Server on Ubuntu for WebRTC

How can I install a TURN server on my ubuntu 12.04? Can you share tutorial? I read this tutorial: Implementing our …

video-streaming html5-video webrtc rfc5766turnserver coturn
WebRTC on a standalone mobile app

I know that WebRTC was designed for browsers, but is it possible to use WebRTC libraries on mobile applications directly? …

webrtc
Use an IP-camera with webRTC

I want to use an IP camera with webrtc. However webrtc seems to support only webcams. So I try to …

linux ffmpeg webrtc ip-camera
Get maximum video resolution with getUserMedia

I'm trying to get highest video resolution as possible through JS navigator.getUserMedia. I know about constraints, but don't know …

javascript html video webrtc
Node.js WebRTC client

I am looking for a webrtc implementation for node.js to transmit data from a nodeJS client to another webRTC …

node.js webrtc
How to do network tracking or debugging WebRTC peer-to-peer connection

I am wondering that there is the tool or any method I can see what underlying WebRTC peer-to-peer connection? For …

network-protocols webrtc
How can I use an .a static library in swift?

I want to use my webrtc .a static library in swift. Can you help please? I read you can´t …

ios swift static-libraries webrtc