[Live-devel] Streaming Relay

Ross Finlayson finlayson at live555.com
Sat Oct 8 23:01:30 PDT 2005


> > FramedSource[0x80c9c78]::getNextFrame(): attempting to read more 
> than once at the same time!

This error message means just what it says - you are attempting to 
call "getNextFrame()" on the same object more than once at the same time.

Make sure that "FramedSource::afterGetting()" gets called on the 
object before "getNextFrame()" is called again.

In other words, every call to "getNextFrame()" must (eventually) be 
followed by a call to "FramedSource::afterGetting()" (once the data 
has become available and has been delivered to the client), and you 
must not call "getNextFrame()" again until after that has happened.

Remember, You Have Complete Source Code.


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



More information about the live-devel mailing list