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/

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to