[Live-devel] StreamParser Error...

Ross Finlayson finlayson at live.com
Tue Sep 6 02:41:47 PDT 2005


At 01:06 AM 9/6/2005, you wrote:
>Hallo, I just want to ask what this messege means..?
>
>I am Streaming from a live source and changen the DeviceSource files and
>the testMPEG4VideoStream files.
>I can see a nice picture from mplayer, but the server writes these
>errors all the time.
>
>Beginning streaming...
>Beginning to read from file...
>StreamParser::afterGettingBytes() warning: read 29112 bytes; expected no
>more than 26795

This error message indicates that there is an error in your input 
source class (i.e., the class that you wrote by modifying 
"DeviceSource").  In particular, your input source class is 
apparently trying to deliver more data than will fit in the supplied 
buffer (i.e., "fMaxSize").  Your input source class *must not* 
deliver more than "fMaxSize" bytes.  See "DeviceSource.cpp".


	Ross Finlayson
	Live Networks, Inc. (LIVE.COM)
	<http://www.live.com/>



More information about the live-devel mailing list