We have built video calling app based on EasyRTC and we are experiencing the following issue:
When we use custom XirSys STUN/TURN (set up as described here:
http://xirsys.com/easyrtc/ ) every now and then video/audio fails and we have black box instead of video and no audio. That started happening with latest Chrome/Chromium update. It fails sometimes on first attempt, but always at 10th attempt most. Once that happens, every further attempt to call from that caller would fail until he refreshes browser page.
We experience the same issue with EasyRTC simple audio video demo with XirSys config on server side.
This is happening between two parties at remote locations. On the other hand, when testing in local network connections always succeed. Also, when we replace XirSys on our server.js with just Google's public STUN it always works.
Has anybody experienced similar problems? Do you have any recommendation for debugging this?
Thanks,
Zoran