[Live-devel] Implement custom RTP payload formats
Ross Finlayson
finlayson at live555.com
Thu Aug 18 20:16:01 PDT 2011
On Aug 18, 2011, at 3:27 AM, Ha, Tuan Trung wrote:
> I want to ask where is the best place to implement a custom RTP payload formats?
For sending, write a new subclass of "MultiFramedRTPSink". Also, if you want to stream this from a RTSP server, you must also write a new subclass of "ServerMediaSubsession".
For receiving, write a new subclass of "MultiFramedRTPSource". You must also modify the "MediaSession::initiate()" code to include your new payload format.
Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20110818/94ca090d/attachment.html>
More information about the live-devel
mailing list