<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 style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div dir="ltr">- Proxy Server -T option does not allow for specifying a unique port per stream. In NAT cases streams would have different ports. Would it be possible to have this option for streams that will be using RTSP over HTTP.</div></blockquote><div><br></div>FYI, right now back-end RTP/RTCP-over-RTSP-over-HTTP tunneling works only for 'back-end' streams that are specified on the command line.  It does *not* work for 'back-end' streams that have been "REGISTER"ed (even if the "-T <http-port-num>" option was given on the command line).</div></div></blockquote><div><br></div>The reason for this, BTW, is that the primary intended purpose for the new "REGISTER" command was to allow a back-end server to register it's *own* stream, using the "RTSPServer::registerStream()" method, and to allow the receiving client (or proxy server) to reuse the TCP connection on which the "REGISTER" command was sent.  If this is done, then you don't need RTP/RTCP-over-RTSP-over-HTTP tunneling at all, because you already have a TCP connection set up.  You can just to RTP/RTCP-over-RTSP tunneling (over that same TCP connection) instead.</div><div><br></div><div>The way that you're using the "REGISTER" command - to allow a 3rd party to register a back-end stream with a proxy server - is a nice way to use the mechanism, but it wasn't my primary purpose for developing it.</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>