We *already* implement the RTP payload format for H.264 video - in the class "H264VideoRTPSink". You don't need to implement any RTP-specific code yourself to stream H.264. Instead, just feed H.264 NAL units into a "H264VideoRTPSink", and everything will work. These NAL units will come from a subclass of "H264VideoStreamFramer" that you *do* implement .

In other words, the only thing you need to implement to stream H.264 video is a subclass of "H264VideoStreamFramer" (and any upstream objects) that will feed H.264 NAL units into a "H264VideoRTPSink".
--

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