[Live-devel] loosing information when parse a frame and fMaxsize is less than frame size

Ross Finlayson finlayson at live555.com
Wed Nov 29 17:59:54 PST 2006


If your encoder delivers discrete MPEG (1 or 2) video frames, rather 
than an unstructured byte stream, then you should use 
"MPEG1or2VideoStreamDiscreteFramer" rather than 
"MPEG1or2VideoStreamFramer".  This will be more efficient, because 
you won't need to parse through the input data.

But if you still want to use "MPEG1or2VideoStreamFramer", then you 
*may* be able to solve your problem by increasing BANK_SIZE in 
"StreamParser.cpp".
-- 

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


More information about the live-devel mailing list