> In  ByteStreamFileSource::doReadFromFile(), read/fread blocks until there is 
> any data. 

No, that happens only if READ_FROM_FILES_SYNCHRONOUSLY is defined, and that's 
defined only for Windows, where you have no choice in the matter (because 
Windows doesn't let you treat open files as select()able sockets).  To overcome 
this, you need to use some other OS.


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

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to