<div dir="ltr">Ross,<div><br></div><div>Thanks for your reply....despite the absence of an actual question :-)  A few days after posting the email to the list, I discovered that this had been "asked and answered". </div>
<div><br></div><div>ProxyServer seems to handle reconnect scenarios pretty well. Would your implementation of RTSPClient in ProxyServer be a good model for how to add this functionality for client applications? </div><div>
<br></div><div>Have you considered adding file sink and output options to ProxyServer?    </div><div><br></div><div>Bob</div><div><br></div><div><br></div><div class="gmail_extra"><div class="gmail_quote">On Mon, Dec 23, 2013 at 6:34 PM, Ross Finlayson <span dir="ltr"><<a href="mailto:finlayson@live555.com" target="_blank">finlayson@live555.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div class="im"><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></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" target="_blank">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>
<span class=""><font color="#888888"><br><br><div>
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;white-space:normal;font-family:Helvetica;word-spacing:0px"><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;white-space:normal;font-family:Helvetica;word-spacing:0px">Ross Finlayson<br>
Live Networks, Inc.<br><a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a></span></span>
</div>
<br></font></span></div><br>_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br></blockquote></div>
</div></div>