I am creating a RTSPClient application using LIVE 555.
But this time I have to stream some metadata through RTP only.And this
metadata is having some different payload format that is not registered
inside LIVE 555.
What I need to do to receive this new kind of RTPPayload .

You would need to define and implement two new classes:

1/ A new subclass of "MultiFramedRTPSink", for sending RTP packets in the new payload format. 2/ A new subclass of "MultiFramedRTPSource", for receiving RTP packets in the new payload format.
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to