[Live-devel] Buffering an H264 Video Stream

Ross Finlayson finlayson at live555.com
Mon Nov 3 15:35:00 PST 2014


Also, part of the problem here, I think, is that you seem to be confused by what the class “H264VideoStreamFramer” does.  This class takes as input an unstructured H.264 byte stream, and parses it into discrete H.264 NAL units.  It *does not* combine multiple H.264 NAL units into a single ‘access unit’ (i.e., picture).  If you want to do this (or any other processing on the incoming H.264 NAL units), then you’ll need to do this yourself.  The LIVE555 libraries do not contain any video ‘codec’ (i.e., decoding or encoding) functionality.

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/20141103/d05b17d4/attachment-0001.html>


More information about the live-devel mailing list