--
You received this message because you are subscribed to the Google Groups "TURN Server project rfc5766-turn-server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to turn-server-project-rfc57...@googlegroups.com.
To post to this group, send email to turn-server-project...@googlegroups.com.
Visit this group at http://groups.google.com/group/turn-server-project-rfc5766-turn-server.
For more options, visit https://groups.google.com/groups/opt_out.
You have to use your network tools to find out your network situation. The simplest is wire shark. Also the turn server has cli client to check the status.
Sent from my iPhone
I am a newbie to turn/stun server, and I am developing a WebRTC-based application.--As usual, we use google turn server by default.Some clients reported that they can not connect with each other. so we want ask them to help test the stun/turn server.Any suggestion? Thanks in advance.
You received this message because you are subscribed to the Google Groups "TURN Server project rfc5766-turn-server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to turn-server-project-rfc5766-turn-server+unsubscribe@googlegroups.com.
To post to this group, send email to turn-server-project-rfc5766-turn-...@googlegroups.com.
just in case, to state the obvious:If you *only* use google *stun* server, it is expected that you will fail between 8 and 15% of the case in general. Google turn servers are not usable by third party (as the credential are created on the fly), i.e. even though you can see the IP of their server, you cannot connect to them. Do you mean to say that you are using their STUN servers (which ARE open), or that you installed the same turn server as the one they are using?Before you check the network, you could check the candidate gathered and see if you have any of type "relay".If you have installed a TURN server (like the one this list is about), you should fail only in a very few cases.It also depends on your client capacity to generate ICE candidates. Firefox does not support as much as Chrome for the time being which means, you're more likely to fail to connect with firefox.
On Mon, Dec 16, 2013 at 3:01 PM, Oleg Moskalenko <mom0...@gmail.com> wrote:
You have to use your network tools to find out your network situation. The simplest is wire shark. Also the turn server has cli client to check the status.
Sent from my iPhone
I am a newbie to turn/stun server, and I am developing a WebRTC-based application.--As usual, we use google turn server by default.Some clients reported that they can not connect with each other. so we want ask them to help test the stun/turn server.
Any suggestion? Thanks in advance.
You received this message because you are subscribed to the Google Groups "TURN Server project rfc5766-turn-server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to turn-server-project-rfc5766-turn-server+unsubscribe@googlegroups.com.
To post to this group, send email to turn-server-project-rfc5766-turn-...@googlegroups.com.
Visit this group at http://groups.google.com/group/turn-server-project-rfc5766-turn-server.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "TURN Server project rfc5766-turn-server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to turn-server-project-rfc5766-turn-server+unsubscribe@googlegroups.com.
To post to this group, send email to turn-server-project-rfc5766-turn-...@googlegroups.com.
just in case, to state the obvious:If you *only* use google *stun* server, it is expected that you will fail between 8 and 15% of the case in general. Google turn servers are not usable by third party (as the credential are created on the fly), i.e. even though you can see the IP of their server, you cannot connect to them. Do you mean to say that you are using their STUN servers (which ARE open), or that you installed the same turn server as the one they are using?Before you check the network, you could check the candidate gathered and see if you have any of type "relay".If you have installed a TURN server (like the one this list is about), you should fail only in a very few cases.It also depends on your client capacity to generate ICE candidates. Firefox does not support as much as Chrome for the time being which means, you're more likely to fail to connect with firefox.
On Mon, Dec 16, 2013 at 3:01 PM, Oleg Moskalenko <mom0...@gmail.com> wrote:
You have to use your network tools to find out your network situation. The simplest is wire shark. Also the turn server has cli client to check the status.
Sent from my iPhone
I am a newbie to turn/stun server, and I am developing a WebRTC-based application.--As usual, we use google turn server by default.Some clients reported that they can not connect with each other. so we want ask them to help test the stun/turn server.
Any suggestion? Thanks in advance.
You received this message because you are subscribed to the Google Groups "TURN Server project rfc5766-turn-server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to turn-server-project-rfc5766-turn-server+unsubscribe@googlegroups.com.
To post to this group, send email to turn-server-project-rfc5766-turn-...@googlegroups.com.
Visit this group at http://groups.google.com/group/turn-server-project-rfc5766-turn-server.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "TURN Server project rfc5766-turn-server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to turn-server-project-rfc5766-turn-server+unsubscribe@googlegroups.com.
To post to this group, send email to turn-server-project-rfc5766-turn-...@googlegroups.com.
There is one situation not included. Due to the bandwidth/limitation of the network, some clients cannot reach the relay server (google turn server).Next step, I will setup the stun/turn server. From your suggestion, I saw that the installation our own stun/turn server is a better way for performance.BTW, due to the limitation of resource, if I install the turn/stun server in the same machine of our http server, will the performance be affect?
Is there any hardware requirements on stun/turn server?
Is there any hardware requirements on stun/turn server?
No special requirements - but the better system, your are getting the better performance.