[Live-devel] unable to recieve unsupported RTP data using
openRTSP ...
venkata sripada
vsripada at cs.odu.edu
Sun Aug 15 15:15:23 PDT 2004
i've changed the payload format it doesnt work.one more important thing to
note is it is not JPEG data that is being streamed by my server..i'm
reading a image file converting it into byte data, generating an RTP
header and i'm putting this byte data in the RTP packet,the program goes
in lopp it reads the same image everytime and broadcasts it.Since it is
not JPEG i think i need to use -s option.All my RTP packet contains is RTP
header followed by payload.i'm also sendin u the code that is doing all
this.I use eclipse for doing java based programming..u can directly import
this project in that.
how do i use -s option now...my server it still running..u can check out ..
rtsp://128.82.5.57/odu199.sdp
-raja
> 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/>
>
> _______________________________________________
> live-devel mailing list
> live-devel at lists.live.com
> http://lists.live.com/mailman/listinfo/live-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Server.zip
Type: application/x-zip-compressed
Size: 29175 bytes
Desc: not available
Url : http://lists.live.com/pipermail/live-devel/attachments/20040815/a85d306d/Server-0001.bin
More information about the live-devel
mailing list