BasicTaskScheduler::SingleStep(): select() fails: Bad file descriptor

That error usually means that you've closed a socket (or open file, which is a socket in Unix) inappropriately. I.e., you've closed a socket, without deleting the "groupsock" or "ByteStreamFileSource" (e.g.) object that encapsulates it.
--

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