EasyRTC Documentation

Documentation

WebRTC Problems and Possible Fixes

Many of these issues are general WebRTC or browser issues and not specific to EasyRTC. Given time, many of these will become less frequent as the specification browsers are updated.

PermissionDeniedError When Creating A Local Media Stream

No Self Video

No Video Sent To Peer

Lag and slow connections

Delays in Video or Audio

Picture Quality

Sound Quality

If You Run Into Problems

We have a dicussion forum you can find at:

Note, if you are having trouble getting the demos to work on your own machine, here is a suite of easy tests for you to try before posting to our discussion forum.

Which of the following tests work when you point your browsers at [http://demo.easyrtc.com/demos/demoaudiovideosimple.html] (http://demo.easyrtc.com/demos/demoaudiovideosimple.html) 1. Two instances running on the same client computer (ie, two different windows or tabs on the same browser). This test verifies that your browser/hardware is capable of WebRTC. 2. Two instances, each running on a different computer on the same subnet. 3. Two computers on different subnets.

Which of the following tests work when you point your browsers at demoaudiovideo_simple.html on your own instance of easyrtc? 1. Two instances running on the same client computer (ie, two different windows or tabs on the same browser). If this test fails, your server probably isn't letting through websocket communication. 2. Two instances, each running on a different computer on the same subnet. 3. Two computers on different subnets. If this is the only test that fails, then you need a TURN server because you are dealing with a tight firewall or a router enforcing symmetric NAT.