[Live-devel] Closing connection after DESCRIBE?

Roman Gaufman hackeron at gmail.com
Tue Mar 11 03:58:24 PDT 2014


Hi there,

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.

I am sending this to the live555ProxyServer:

DESCRIBE rtsp://localhost/proxyStream RTSP/1.0
CSeq: 1

To which it responds with:

RTSP/1.0 200 OK
CSeq: 1
Date: Tue, Mar 11 2014 10:55:55 GMT
Content-Base: rtsp://127.0.0.1:12347/proxyStream/
Content-Type: application/sdp
Content-Length: 761
...more lines...

So far so good, but then it keeps the connection open indefinitely and my
test fails.

Is there anyway to ask live555ProxyServer to close the connection after the
DESCRIBE? - or to somehow timeout the connection after a few seconds?

Thank you,

Roman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20140311/c38d8459/attachment.html>


More information about the live-devel mailing list