[Live-devel] H264 problem with StreamParser leak

Ross Finlayson finlayson at live555.com
Tue Dec 28 06:36:09 PST 2010


>I'm puzzled as to why I get this problem as this should be common to 
>both MPEG4 and H264. Any ideas?

I notice that for MPEG-4 you are using a 
"MPEG4VideoStreamDiscreteFramer", but for H.264 you are using a 
"H264VideoStreamFramer".  If your H.264 encoder delivers discrete NAL 
units (i.e., one-NAL-unit-at-a-time), then it should be fed into a 
"H264VideoStreamDiscreteFramer" instead.  (In this case, though, 
there should *not* be a start code (0x00000001) at the start of each 
NAL unit; that code is used only if the H.264 data is in a stream.)
-- 

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/


More information about the live-devel mailing list