EasyRTC multi-connection with different network connection

1.2k Views Asked by At

EasyRTC is a open source webRTC plugin used for many purpose.

My intention is to prepare a video chatting example using this. When I try this with same network connection (same wifi) it works like a charm, but when I try this with different wifi network its not working instead its through errors like

No usable STUN/TURN path -- in client end undefined -- in initiator end.

Is there is any configuration I need to change to make this working.

Thanks in advance

2

There are 2 best solutions below

0
On

EasyRTC is an open source bundle of a signalling server, a Javascript client and some demonstration code, rather than a plugin. If you've got a firewall between you and the other party then you'll need a TURN server. We do have a TURN server backing the demo.easyrtc.com demos on our servers. We are working on putting together a paid TURN service specifically designed for EasyRTC. Should be available in the next month or so. For now you could look into using a TURN service from Xirsys or put up you own TURN server in the cloud or on your premise but outside the firewall.

0
On

Mtbikemike has called it. The general experiment is trying using the demos at demo.easyrtc.com. They are backed by a turn server. If they work across networks and your own doesn't, then it's probably a challenging network that needs a turn server. Turn servers don't punch holes so much as they act as packet relays.