shijingyao1990 / rfc5766-turn-server

Automatically exported from code.google.com/p/rfc5766-turn-server
0 stars 0 forks source link

ICE - how to do ICE with rfc5766-turn-server? i am using csipsimple apps in android and ice is not working #76

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am using cSipSimple apps in Android, where we have ICE enable and Turn enable 
method.

When i use ICE enabled, how can i setup the rfc5766-turn server for ICE? i am 
not receiving any output in logs

$ turnserver -vvvvv -u user1:password1

nothing showing... when ice used

Original issue reported on code.google.com by sha...@companysocia.com on 24 Nov 2013 at 1:41

GoogleCodeExporter commented 8 years ago
This is not a valid issue report. The TURN server is known to implement the 
TURN protocol, correctly. WebRTC uses ICE and it works perfectly well with the 
TURN server. Why your system is not working - I have no idea. A valid report 
would be if you would investigate the issue (with, for example, wireshark) and 
if there is really a problem (a bug) with the TURN then specify exactly what 
the problem is. Saying "my setup XXX is not working" is just a waste of time 
and of Internet electric signals traveling around the world.

Original comment by mom040...@gmail.com on 24 Nov 2013 at 3:57

GoogleCodeExporter commented 8 years ago
cSipSimple and Bria software has ICE, VPN, Stun, Turn. When i used Bria ICE it 
asks to place ip and username and password. 

But in Turn server command line there is no option to setup the ICE. is this a 
BUG or missing? how do you then say ICE username and password or enable disable 
ICE protocol?

Original comment by sha...@companysocia.com on 24 Nov 2013 at 1:06

GoogleCodeExporter commented 8 years ago
STUN and TURN are sub-parts of the broad ICE framework. STUN and TURN do not 
know about ICE and those protocols are just cubicles in the general ICE 
picture. When you are using ICE, you have to set all the components (including 
STUN and TURN) to work together. This TURN server has all means to set it up 
correctly in any environment. How to set up your particular ICE framework I 
have no idea and that is not my concern. If you will see that the TURN server 
is doing something incorrectly, then you can report it here. 

Original comment by mom040...@gmail.com on 24 Nov 2013 at 6:20