<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>Hi;</p>
<p>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.</p>
<p>Is there a way to detect the stream is not available anymore. This way I could restart the stream or this should be done by the proxyServer itself.</p>
<p> </p>
<p>live555ProxyServer LOG:</p>
<p>ProxyServerMediaSubsession["H264"]::closeStreamSource()</p>
<p>ProxyServerMediaSubsession["H264"]::createNewRTPSink()</p>
<p>ProxyServerMediaSubsession["PCMU"]::createNewStreamSource(session id 929659699)<br />ProxyServerMediaSubsession["PCMU"]::createNewRTPSink()<br />Received 57 new bytes of response data.<br />Received a complete PLAY response:<br />RTSP/1.0 455 Method Not Valid In This State</p>
<p> </p>
<p>testRTSPClient LOG:</p>
<p>[URL:"rtsp://192.168.1.128:8554/proxyStream/"]: Started playing session...</p>
<p> </p>
<p>Thank you very much</p>
<div> </div>
</body></html>