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
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
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