[Live-devel] ByteStreamFileSource afterGetting function problem

Ross Finlayson finlayson at live555.com
Mon Jan 15 13:31:38 PST 2007


>And the program
>quits with the following error message:
>
>	BasicTaskScheduler::SingleStep(): select() fails: No error

This error is occurring because you're running Windows, and you're 
trying to read from open files asynchronously, which Windows does not 
support (at least, not using "select()").

You should upgrade to the latest version of the code, in which all 
file reading in Windows is done synchronously.
-- 

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


More information about the live-devel mailing list