irtlab / rtptools

RTP Tools
http://www.cs.columbia.edu/irt/software/rtptools/
Other
165 stars 64 forks source link

use even-numbered ports for RTP #93

Closed janstary closed 6 years ago

janstary commented 6 years ago

RFC 3550:
RTP relies on the underlying protocol(s) to provide demultiplexing of
RTP data and RTCP control streams. For UDP and similar protocols,
RTP SHOULD use an even destination port number and the corresponding
RTCP stream SHOULD use the next higher (odd) destination port number.

mcd500 commented 6 years ago

@janstary is this comment for adding description to the man page and usage in the future? I just wanted to know your intention of logging this comment, since historically rtptools did not allow odd numbers for RTP ports to comply with RFC 3550.

janstary commented 6 years ago

Documented in https://github.com/columbia-irt/rtptools/pull/99