Hi,

I am using named pipes instead of a file for on demand server. 

In  ByteStreamFileSource::doReadFromFile(), read/fread blocks until there is 
any data. 
I want to make this non-blocking by calling select on the pipe to check if 
there is any data on the pipe. 
If there is no data , can doReadFromFile() be scheduled after a specified time ?

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

Reply via email to