<div dir="ltr">Hi there,<div><br></div><div>I'm trying to implement a monit (or equivalent) check that a stream is available and if not, to check if the camera is alive (with ping) and report an issue if it's not.</div>
<div><br></div><div>I am sending this to the live555ProxyServer:</div><div><br></div><div><div>DESCRIBE rtsp://localhost/proxyStream RTSP/1.0</div><div>CSeq: 1</div></div><div><br></div><div>To which it responds with:</div>
<div><br></div><div><div>RTSP/1.0 200 OK</div><div>CSeq: 1</div><div>Date: Tue, Mar 11 2014 10:55:55 GMT</div><div>Content-Base: rtsp://<a href="http://127.0.0.1:12347/proxyStream/">127.0.0.1:12347/proxyStream/</a></div>
<div>
Content-Type: application/sdp</div><div>Content-Length: 761</div></div><div>...more lines...</div><div><br></div><div>So far so good, but then it keeps the connection open indefinitely and my test fails.</div><div><br></div>
<div>Is there anyway to ask live555ProxyServer to close the connection after the DESCRIBE? - or to somehow timeout the connection after a few seconds?</div><div><br></div><div>Thank you,</div><div><br></div><div>Roman</div>
</div>