Re: [Live-devel] live555 blocked on a select

2010-02-16 Thread Ross Finlayson
In certain circumstances, the library is blocked on a select call. The call stack is [1]. I think it occurs when the library tries to open a stream which is being closed at the same time That shouldn't be happening, because everything runs in a single thread. In each place in the code where

[Live-devel] live555 blocked on a select

2010-02-16 Thread Sébastien Escudier
Hi, In certain circumstances, the library is blocked on a select call. The call stack is [1]. I think it occurs when the library tries to open a stream which is being closed at the same time, but I am not sure because I can't reproduce this easily. To test this case, I added a 30 seconds timeout

Re: [Live-devel] RTSP Session timeout

2010-02-16 Thread Ross Finlayson
I am using live555 as a RTSP VOD server (in windows platform). The client uses tcp (RTP) as the transport. We are able to demonstrate the trick mode also. But the session timesout in a minute. The session is timing out because the server is not seeing any communication from the client. Your