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.

WebRTC bandwidth requirements

Does anyone know what are WebRTC bandwidth minimal requirements? I'm interested in what are the values with or without video …

webrtc bandwidth
How to mute/unmute mic in webrtc

I have read from here that how i can mute/unmute mic for a localstream in webrtc:WebRTC Tips & …

html5-video webrtc html5-audio simplewebrtc
Record Audio Stream from getUserMedia

In recent days, I tried to use javascript to record audio stream. I found that there is no example code …

javascript html audio webrtc getusermedia
Can I use WebRTC to receive a standard RTP video stream?

I have two computers on the same network. One of them transmits a movie (H264) with RTP protocol. Is it …

javascript rtp webrtc
Websocket connection fails with asterisk 11

I am trying to configure the websocket to work with asterisk 11. But there is some issue. The steps I have …

websocket asterisk webrtc rtp dtls
webrtc without a browser

Right now I am using this project here. It is a python script that runs a server using webrtc to …

python raspberry-pi webrtc
What is the difference between WebRTC and WebSockets for low level data communication

I am trying to understand the difference between WebRTC and WebSockets so that I can better understand which scenario calls …

websocket webrtc
Accomplish screen sharing using WebRTC

I need to implement screen sharing using WebRTC. I know that WebRTC supports sharing of tab content but I need …

video-streaming webrtc screensharing
Is STUN server absolutely necessary for webrtc when I have a socket.io based signaling server?

My understanding about STUN server for webrtc is that when the clients are behind the NAT (in most cases, if …

webrtc stun