<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div><blockquote type="cite"><div dir="ltr">I have a quick question regarding the expected behavior of openRTSP client w/ file output when connection to the server is lost due to reboot, loss of connectivity...etc.</div></blockquote><div><br></div>The rest of your message didn't contain a question :-)  However...</div><div><br></div><div>The only reliable way for a client to detect when a server 'dies' is to notice that RTP packets from the server stop arriving.  (Note that a TCP connection can stay alive for a long time after the remote end dies, so you can't reliably detect this from the TCP connection.)</div><div><br></div><div>You can detect this in "openRTSP" using the "-D <maximum-inter-packet-gap>" option; see <a href="http://www.live555.com/openRTSP/#playing-time">http://www.live555.com/openRTSP/#playing-time</a></div><div><br></div><div>Note, however, that "openRTSP" uses a single connection only, and does not - by itself - attempt to reconnect to a dead server.  If you want to do that, you'll need to run "openRTSP" a separate time, e.g. from a shell script.</div><br><br><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>