[Live-devel] streaming live H263 video
Ross Finlayson
finlayson at live555.com
Mon Mar 14 17:39:11 PDT 2011
>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/
More information about the live-devel
mailing list