[streaming] Re: RTSP Streaming (main http server warning: cannotselect sockets : Bad file descriptor)

Remi Denis-Courmont rem at videolan.org
Wed Mar 7 08:17:31 CET 2007


> You cannot connect to the card twice at the same time. The old
> connection should be closed and a new one opened. A better solution
> would be to use broadcast or multicast the stream to your network
> segment. Then you can watch the stream (one stream) from every pc in
> your network.

Yup, but that does not account for EBADF errors from the select loop.

>> And on the server side, there is a lot of errors :
>>
>> [00000290] main http server warning: cannot select sockets : Bad file
>> descriptor
>> [00000290] main http server warning: cannot select sockets : Bad file
>> descriptor
>> ...

Most likely some code path closed an RTSP client file descriptor without
removing the HTTP/RTSP client from the list.

--
Rémi Denis-Courmont
http://www.remlab.net/

-- 
This is the streaming mailing-list, see http://www.videolan.org/streaming/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the streaming mailing list