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 on isolated LAN without ice/stun/turn server

On an isolated LAN, is there any way that a WebRTC connection can be made simply with the IP addresses …

webrtc
webRTC convert webm to mp4 with ffmpeg.js

I am trying to convert webM files to mp4 with ffmpeg.js. I am recording a video from canvas(overlayer …

ffmpeg webrtc mp4 mediarecorder mediastream
Why my turn server doesn't work?

I can connect in any situation when using appr.tc ice servers (google turn servers). but i can't connect with …

webrtc rfc5766turnserver coturn peer-connection
Does webKit in iOS 11 (Beta) support WebRTC?

I have a URL that is working fine with Safari on iOS11 (Beta) Audio/Video is working fine. But when …

ios safari webkit webrtc wkwebview
why doesn't "onicecandidate" work?

I'm having trouble understanding webRTC with it's PeerConnection and 'onicecandidate' event. As far as I understand it you must initiate …

javascript webrtc stun
Is it possible broadcast audio with screensharing with WebRTC

is it possible broadcast audio with screensharing with WebRTC? Simple calling getUserMedia with audio: true fails by permission denied error. …

webrtc screensharing
Remote VideoStream not working with WebRTC

EDIT: I wrote a detailed tutorial explaining how to build an simple Videochat-application including a signaling server: Tutorial: Create your …

stream websocket p2p webrtc stun
Implementing webrtc data channel for Windows applications

does any body know how to implement the WebRTC DataChannel API to Windows applications builded in C# to send TCP …

c# tcp webrtc
Screen recording the browser window using javascript

I'm developing an app which is basically a drawing app in which interactive simulations can be embedded. I'm trying to …

javascript webrtc screen-recording recordrtc
Is WebRTC traffic over TURN end-to-end encrypted?

WebRTC traffic is encrypted using DTLS - ok. But what about traffic that's relayed over a TURN server? I'm looking …

security webrtc dtls