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.

How to self-host to not rely on WebRTC STUN server stun.l.google.com:19302?

I have just downloaded a video chat project. It uses a STUN server and specifies the URL stun:23.21.150.121. How can …

node.js webrtc stun
WebRTC - scalable live stream broadcasting / multicasting

PROBLEM: WebRTC gives us peer-to-peer video/audio connections. It is perfect for p2p calls, hangouts. But what about broadcasting (…

javascript video webrtc scalability broadcast
Live Video Stream on a Node.js Server

I have been researching this a lot but am frustrated as I feel like the solution should be simple though …

javascript node.js socket.io webrtc live-streaming
stop the webcam streaming of getUserMedia without page refreshing

I am trying to close the webcam with javascript function (it has to be closed after receive some Ajax response), …

javascript webrtc getusermedia
How to access camera on iOS11 home screen web app?

Summary We cannot access camera from an iOS11 (public release) home screen web app using either WebRTC or the file …

javascript html camera webrtc ios11
Implementing our own STUN/TURN server for WebRTC Application

I am working on a webrtc application and have to implement following TURN server. https://code.google.com/p/rfc5766…

webrtc stun rfc5766turnserver turn
How to choose input video device for webrtc?

I am studying webRTC application. My reference is this software apprtc https://code.google.com/p/webrtc/source/browse/trunk/…

webrtc
Does WebRTC use TCP or UDP?

This sounds like a very basic question, but I need a confirmation Does WebRTC use TCP or UDP as its …

tcp udp webrtc channel transport
Chrome: navigator.mediaDevices.getUserMedia is not a function

I'm on localhost and trying to use the MediaDevices.getUserMedia method in Chrome. I receive the error as titled. I …

javascript google-chrome webrtc
What are ICE Candidates and how do the peer connection choose between them?

I newly wrote a simple chat application, but I didn't really understand the background of ICE Candidates. When the peer …

webrtc candidate ice-protocol