[Live-devel] unable to recieve unsupported RTP data using
openRTSP ...
Ross Finlayson
finlayson at live.com
Sat Aug 14 23:01:46 PDT 2004
The problem is that the RTP packets coming from your server have the wrong
RTP payload format number. The SDP description delivered by your server
says that the RTP payload format number is 96, but the actual RTP payload
format number in the rtp packets is 97.
Another problem is that you don't ever set the RTP 'M' bit, so the
receiving code won't be able to tell when the last RTP packet for each JPEG
image arrives. See RFC 2435.
If you had used our "JPEGVideoRTPSink" (and "DarwinInjector" code) -
instead of trying to do this yourself - then you wouldn't have had this
problem.
Ross Finlayson
LIVE.COM
<http://www.live.com/>
More information about the live-devel
mailing list