What is the proper way to imlement adding RTP extension in Live555?

it depends what you mean by "RTP extension".

If you're referring to just implementing a new RTP payload format, then this is easy - just define and implement your own subclasses of "MultiFramedRTPSink" (for sending) and "MultiFramedRTPSource" (for receiving).

If, however, you're referring to implementing RTP *header* extensions (as defined in RFC 3550, section 5.3.1), then there's currently no clean way to do this; instead, you would need to modify the existing "MultiFramedRTPS*.cpp" code to support this.
--

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

Reply via email to