<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div><blockquote type="cite" class=""><div class=""><div bgcolor="#FFFFFF" text="#000000" class="">Thank you for your patience and quick response. I will have a closer
    look at the proxy server code. However, this program (and others,
    like the testOnDemandRTSPServer) are creating ServerMediaSessions at
    startup. In my case I do not know which streams will be used at
    startup. I will receive a clients request (from network A) at
    runtime and than have to setup the connection.</div></div></blockquote><div><br class=""></div>OK, it sounds like our custom “REGISTER” RTSP command can be useful here.  You can start up the proxy server with the “-R” option (and no ‘back-end’ URL parameters), and then use our “registerRTSPStream” application (available in the “testProgs” directory) to ‘register’ one or more ‘back-end’ streams.</div><div><br class=""></div><div><br class=""><blockquote type="cite" class=""><div class=""><div bgcolor="#FFFFFF" text="#000000" class=""> Furthermore, when
    nobody is interested anymore in the (unicast) stream, I have to
    close it to save bandwidth (at network B).</div></div></blockquote><br class=""></div><div>Our proxy server already does this - not by closing the back-end stream - but by sending a RTSP “PAUSE” command.</div><br class=""><div apple-content-edited="true" class="">
<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 class="">Live Networks, Inc.<br class=""><a href="http://www.live555.com/" class="">http://www.live555.com/</a></span></span>
</div>
<br class=""></body></html>