Re: [Live-devel] live555ProxyServer closes source when last client disconnect (timeout)

2015-05-30 Thread Ross Finlayson
> *** live555ProxyServer LOG > > LIVE555 Proxy Server > > (LIVE555 Streaming Media library version 2015.05.25) > > […] > Sending request: PLAY rtsp://admin:1@192.168.1.121//h264/ch1/main/av_stream > RTSP/1.0 > > CSeq: 9 > Authorization: Digest username="admin", realm="Embed

Re: [Live-devel] live555ProxyServer closes source when last client disconnect (timeout)

2015-05-29 Thread sergio
Hi, thank you for your reply; The commands for the server and client: ./live555ProxyServer -V rtsp://admin:1@192.168.1.121//h264/ch1/main/av_stream ./testRTSPClient rtsp://192.168.1.128:8554/proxyStream As I said before, after 70 with the client disconnected, I tryed to connect again a

Re: [Live-devel] live555ProxyServer closes source when last client disconnect (timeout)

2015-05-27 Thread Ross Finlayson
> live555ProxyServer LOG: > > ProxyServerMediaSubsession["H264"]::closeStreamSource() > > ProxyServerMediaSubsession["H264"]::createNewRTPSink() > > ProxyServerMediaSubsession["PCMU"]::createNewStreamSource(session id > 929659699) > ProxyServerMediaSubsession["PCMU"]::createNewRTPSink() > Recei

[Live-devel] live555ProxyServer closes source when last client disconnect (timeout)

2015-05-22 Thread sergio
Hi; I am trying to use live555ProxyServer with an IP CAMERA, but when the last client(testRTSPClient) disconnects, after timeout the server closes the stream and when I connect the client again, it shows the message "Started playing session..." and nothing else happens. Is there a way to det