Current implementation requires that a single IP address being used when the
TURN server is behind a NAT (-X option). There are two problems with that:
1) RFC 5780 STUN NAT discovery requires at least two IP addresses.
2) Some setups could you multiple relay addresses.
The turnserver must allow multiple -X options of format:
$ turnserver ... -X IPpublic1/IPprivate1 -X IPpublic2/IPprivate2 ...
to establish multiple IP-to-IP mappings.
For backward compatibility, the old form also must be supported:
$ turnserver -X IPpublic
- to establish a single "global" IP mapping.
Original issue reported on code.google.com by mom040...@gmail.com on 14 May 2013 at 3:57
Original issue reported on code.google.com by
mom040...@gmail.com
on 14 May 2013 at 3:57