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.

Screen Sharing on webRTC

Is it possible to capture desktop screen sharing through webRTC.. As we know that it just captures the screen on …

webrtc desktop-sharing
How to remove track from MediaStream and "stop" webcam?

I'm trying to remove a track from a MediaStream. MediaStream.removeTrack() removes the track from the stream, but the camera …

javascript webrtc getusermedia
Alternative to getUserMedia() for reading live camera stream on iOS?

We are building a mobile barcode-scanner using QuaggaJS that reads barcodes directly from the device's camera stream. Works fine on …

javascript android ios webrtc getusermedia
webRTC to setup signaling server

how to setup a signaling server for webRTC when the system are connected in Local Area Network? Its mandatory that …

webrtc
Incoming calls with SIP and WebRTC

I'm looking into implementing a browser-based VOIP solution that uses SIP and WebRTC and that connects to the PTSN. Basically, …

sip voip webrtc
WebRTC and gstreamer on linux device

I have small computer (something like Arduino or Raspberry pi) with Linux, camera and gstreamer installed on it. I need …

gstreamer h.264 webrtc
WebRTC Acoustic Echo cancelation

I'm currently working on webrtc project, and having a problem with audio echo when not using an earphone, or external …

javascript webrtc aec
Easy way to test TURN server

I'm looking at this site, which is supposed to be table to test a TURN server (according this this answer). …

amazon-web-services amazon-ec2 webrtc turn
How to avoid echo and noise in javascript for webrtc

I am trying to implement a webrtc-based chat room. And I encountered the following problems in laptop. Without connecting to …

audio video chat webrtc
Why is a signaling server needed for WebRTC?

WebRTC is a protocol that defines the transport method for media data between peer-to-peer. Understood. Also it works on top …

webrtc