<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></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="">Another question (I am sorry if some things are naturally for you,
    but a lot of stuff is new for me). I am using the proxy server of
    live555 and another tool to register urls at the proxy server.
    Suppose there is an requirement that urls can change dynamically,
    which means the new url has also to be registered. Do I have to
    unregister the old url or will it be deleted automatically? Or does
    it depend on which part of the url changes (back-end stream or
    front-end client)?<br class=""></div></div></blockquote><div><br class=""></div>If you want to change the URL (i.e., the 'stream name' part of the URL) that’s used by ‘front-end’ clients, then you can do so simply by adding a new “ProxyServerMediaSession” with this new 'stream name’ - perhaps using the “REGISTER” mechanism.  (The old “ProxyServerMediaSession” object can be removed from the server later - or you can just leave it in place.  Note, however, that there’s currently no ‘unregister’ protocol that allows you to remove the “ProxyServerMediaSession” object remotely.)</div><div><br class=""></div><div>If you want to change the ‘back-end’ stream source (i.e., use a different ‘back end’ stream URL), but use the same ‘front-end’ URL (i.e., with the same ‘stream name’) as before, then you’ll have to remove the existing “ProxyServerMediaSession” object, and then create a new "ProxyServerMediaSession” object (with the same stream name).  The creation of the new "ProxyServerMediaSession” object can be done using the “REGISTER” mechanism, but (once again) there’s currently no ‘unregister’ protocol that allows you to remove the original "ProxyServerMediaSession” object remotely.</div><br class=""><div apple-content-edited="true" class="">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 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>