[Live-devel] How to transfer a new RTP Payload type.
Ross Finlayson
finlayson at live555.com
Tue Jul 28 04:27:36 PDT 2009
>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/
More information about the live-devel
mailing list