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.

Stop/Close webcam stream which is opened by navigator.mediaDevices.getUserMedia

I opened a webcam by using the following JavaScript code: const stream = await navigator.mediaDevices.getUserMedia({ /* ... */ }); Is there any JavaScript …

javascript html html5-video webrtc getusermedia
WebRTC vs Websockets: If WebRTC can do Video, Audio, and Data, why do I need Websockets?

So I'm looking to build a chat app that will allow video, audio, and text. I spent some time researching …

websocket webrtc
How to record webcam and audio using webRTC and a server-based Peer connection

I would like to record the users webcam and audio and save it to a file on the server. These …

javascript c++ video-streaming webrtc audio-streaming
how to make getUserMedia() work on all browsers

I learn about web-rtc, it says that you can capture video-cam , i used demo , well this worked on chrome only.. …

javascript html html5-video webrtc
STUN/TURN server connectivity test

I am trying to figure out how to test whether a STUN/TURN server is alive and properly responding to …

webrtc stun turn
reprompt for permissions with getUserMedia() after initial denial

How do we go about requesting camera/microphone access with getUserMedia() after being denied once? I'm working with getUserMedia to …

javascript webrtc getusermedia
navigator.mediaDevices.getUserMedia is not working and neither does webkitGetUserMedia

I've been using webkitGetUserMedia method (getUserMedia through adapter.js) to get the camera nad microhpone for webRTC on my web …

javascript google-chrome ssl html5-video webrtc
what is STUN stun.l.google.com:19302 used for

I'm looking at the webrtc.html and peerconnection_server demo, and it is working fine between two Chrome browsers. My …

node.js webrtc stun
Is it possible to use WebRTC to streaming video from Server to Client?

In WebRTC, I always see the implementation about peer-to-peer and how to get video streaming from one client to another …

webrtc