davidlarizap / jinglenodes

Automatically exported from code.google.com/p/jinglenodes
0 stars 0 forks source link

Add support for secondary port +1 for RTCP purpose #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On Erlang JNS, add support for 2 ports per host in the channel, for RTCP 
support.

Example:
Channel X: Returned Ports 10002 10004

Sender will use Port 10002 + 10003 for RTCP which should be also relayed.
Receiver will use Port 10004 + 10005 for RTCP which should be also relayed.

Original issue reported on code.google.com by barata7@gmail.com on 14 Dec 2009 at 7:07

GoogleCodeExporter commented 9 years ago
Fixed. Channels now have +1 Port assigned for RTCP traffic

Original comment by barata7@gmail.com on 23 Dec 2009 at 3:55