Re: [Live-devel] RTSP Server Even Port

2016-03-14 Thread Ross Finlayson
> I wanted to ask about the limitation in openRTSP lib na playCommon.cpp file > about -p parameter. > Why there is a check that port should be even? Because of the way that RTP/RTCP is defined (in the relevant IETF standards). The even-numbered port is used for RTP; the next port number (i.e.,

[Live-devel] RTSP Server Even Port

2016-03-14 Thread Marcin
Hi Ross, I wanted to ask about the limitation in openRTSP lib na playCommon.cpp file about -p parameter. Why there is a check that port should be even? I.e. 557 will not work on snapshot (there is a check for it in code) but removing the check in code and recompiling it works without problems.