<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"><div><div>Thanks for the reply. You are right: I had done some other modificactions to the code. But here is the same problem with the plain proxyServer executable (see attached log).</div></div></div></blockquote><div><br></div>It's not quite the "plain proxyServer", because - once again - you have turned on unnecessary debugging "printf"s, producing a long and confusing log.  It would have been far clearer if you had started by doing absolutely *no* modifications to the code - not even defining DEBUG - and just running "live555ProxyServer" with the -V flag.</div><div><br></div><div>But anyway, what's happening here is that:</div><div>1/ Your back-end server (camera) is not properly recognizing RTCP "RR" packets - coming from the proxy - as indicating that its client (i.e., the proxy) is still alive.  Consequently, your back-end server (camera) is timing out and closing the (back-end) session that comes from the proxy, even though the proxy is still alive.</div><div>2/ Our proxy server is noticing that the back-end stream has closed, but is not handling this as cleanly as it should.  That's why subsequent RTSP commands from the proxy to the back-end server are generating "454 Session Not Found" responses.</div><div><br></div><div>I can probably update the proxy server implementation to deal with both of these situations better.  However, because the fundamental problem here is your broken (non-compliant) back-end server (i.e., camera), this is not a super high priority for me.</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; font-size: medium; "><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; font-size: medium; ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>