RFC 3550 specifies that the RTP port should be even. RTCP port will be sent to the next odd port.
Glenn MacGregor wrote: > Sorry about that, it just took some digging in the code to see that the RTP > Data > Port must be an even number. > > I have not finished reading the RTP RFC, is this in there? > > Glenn > > Quoting Glenn MacGregor <[EMAIL PROTECTED]>: > >> Hi All, >> >> I seem to be having a strange problem (I think). I create an RTPSession by: >> >> mRTPSession = new RTPSession(*mLocalAddress, mLocalPort); >> >> Where mLocalAddress is a InetHostAddress * and mLocalPort is an int with a >> value >> of 8145. >> >> My problem is I am not receiving any rtp traffic (mRTPSession->getData....) >> always return NULL. Digging into this I do a netstat and see the ports that >> are >> open are 8144 and 8145. I would expect to see 8145 and 8146. Could this be >> why I >> am not getting any RTP data, if so what have I done wrong? >> >> Thanks >> >> Glenn >> >> Glenn MacGregor >> HighStreet Networks >> >> ------------------------------------------------- >> This mail sent through IMP: http://horde.org/imp/ >> >> >> _______________________________________________ >> Ccrtp-devel mailing list >> [email protected] >> http://lists.gnu.org/mailman/listinfo/ccrtp-devel >> > > > Glenn MacGregor > HighStreet Networks > > ------------------------------------------------- > This mail sent through IMP: http://horde.org/imp/ > > > _______________________________________________ > Ccrtp-devel mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/ccrtp-devel > > _______________________________________________ Ccrtp-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/ccrtp-devel
