Re: [Live-devel] Overuse of CPU in binaries of CYGWIN

2014-02-26 Thread Ross Finlayson
>> The "RTSPClientConnection" object gets deleted if the call to >> "readSocket()" in >> "RTSPServer::RTSPClientConnection::incomingRequestHandler1()" (line 786 >> of "RTSPServer.cpp) returns a value < 0 - which should happen when the >> remote (i.e., client) end of the TCP connection gets closed >

Re: [Live-devel] Overuse of CPU in binaries of CYGWIN

2014-02-26 Thread Warren Young
On 2/25/2014 14:33, Ross Finlayson wrote: The "RTSPClientConnection" object gets deleted if the call to "readSocket()" in "RTSPServer::RTSPClientConnection::incomingRequestHandler1()" (line 786 of "RTSPServer.cpp) returns a value < 0 - which should happen when the remote (i.e., client) end of th

Re: [Live-devel] Regarding the seek and fast forward /reverse play in rtsp server

2014-02-26 Thread Tony
I found another problem, The seek only can work in one play request. for example, if open it by vlc and seek it at the first time, then it work. If I stop this stream, then open it again and seek, it would fail. Is there any settings to reset when new play request is comming? At 2014-02