--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Did you check your your network connection performance? You can try to check it here -> http://www.netscan.co/
There is The Connectivity Checker will perform a series of network tests for modern Web Services like WebSockets and WebRTC. A unique url will be created with the results which you can then share with an expert to get your problem diagnosed.
It was helpful for me, I hope that it will be as helpful for you too.
--
Justin, Thanks for the response. We finally got the connection problems figured out. We are using the Stats feature and find it very helpful.
I do have a question regarding the STUN/TURN server that we have never been able to figure out. We would like to be able to put more than one STUN/TURN server IP address into the SDP and if the first one is down, the application would just use the second one. Is there a way to do that. We have tried, but it always just uses the first entry and never tries the second even though we take the first one offline. It seems like we should be able to do that, but haven’t figured out how.
Thanks,
Fred
--
---
You received this message because you are subscribed to a topic in the Google Groups "discuss-webrtc" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/discuss-webrtc/yNia2v93MQ4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to discuss-webrt...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Vikas, Let me explain. I am trying to provide a simple redundancy step for my TURN/STUN server. I have two servers running side by side. Both have my WebRTC application running and both have the 5766 TURN/STUN app running. I want to use A for the primary WebRTC app and B for the primary TURN/STUN app. If B should go down I would like it to use A automatically. I was hoping I could accomplish that by putting B in the TURN/STUN definition followed by A. Have not been able to get that to work however. I would think that the RTT time is going to be pretty much the same as the two servers are setting side by side. So far we have found that it uses the first one in the list and ignores the second even though the first one is turned off. Can you give me a suggestion?
Thanks,
Fred
For more options, visit https://groups.google.com/d/optout.