Re: [Live-devel] Consider TCP connection with timeout in RTSPClient::describeURL().

2008-02-29 Thread Ross Finlayson
>connect() in RTSPClient::openConnectionFromURL() is blocking. Yes. Our RTSP client implementation needs to be reimplemented to do non-blocking I/O. This is on our 'to do' list. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-

[Live-devel] Consider TCP connection with timeout in RTSPClient::describeURL().

2008-02-29 Thread Brain Lai
Dear Sir: connect() in RTSPClient::openConnectionFromURL() is blocking. A practical application may not accept such a behavior. The following functions provide connect() with timeout setting on Windows(maybe work on Linux). Not very elegant but work. Please take them into consideration. Boolean m