[Live-devel] Functions to add
Ross Finlayson
finlayson at live555.com
Wed Jan 10 18:49:43 PST 2007
>anyone with experiences in this can help me? I trying to stream a
>.264 file using Annex B file format. Upon reading the decoder, I
>found the functions to remove the delimiter (0x00, 0x01). Where
>should I implement these functions? Isit in the framer.cpp or in the
>streamer.cpp?
The 0x00 0x00 0x01 (note: 3 bytes, not 2) prefix is *not* part of the
NALu data that gets packed into RTP packets, and therefore must be
stripped by your 'framer' object, before it gets passed to the
"H264VideoRTPSink" object.
--
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/20070110/1f8d518b/attachment.html
More information about the live-devel
mailing list