JCloudYu / rfc5766-turn-server

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

how to support STUN CHANGE_REQUEST? #40

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I want to support STUN CHANGE_REQUEST,how should i do?

must hava a server which has two net cards,
and set different public ip to them?

thanks

Original issue reported on code.google.com by luis1...@gmail.com on 16 Jul 2013 at 11:29

GoogleCodeExporter commented 8 years ago
you have to set your listening IP addresses in the command-line (through -L 
options) like that:

$ turnserver -L IP1 -L IP2 ...

or use the option listening-ip in the config file.

If the turnserver has more than one listening IP then the CHANGE_REQUEST is 
supported.

Original comment by mom040...@gmail.com on 16 Jul 2013 at 1:26