3. My query is how can I receive that new type of metadata payload.Below is
the method you sent me :

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.


Sorry, I forgot to mention a 3rd thing that you need to do:
3/ Modify "MediaSubsession::initiate()" so that it recognizes the SDP description for your payload type, and creates an appropriate "RTPSource" subclass. For an example of how to do this, search for "H264" in "liveMedia/MediaSession.cpp".

--

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