<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; ">"RTSPClient" has a member function that allows clients to send RTSP "ANNOUNCE" commands.  However, our servers do not (and probably never will) handle incoming "ANNOUNCE" commands - because it was a poorly designed (and barely and inconsistently implemented) feature of the protocol.  (Note that it was removed from the proposed "RTSP 2.0" upgrade of the protocol, for this reason.)<div><br></div><div>There's no need to 'inject' a stream's SDP description (nor stream data itself) into a server, because we already have a perfectly good mechanism for getting stream information and data - from a "rtsp://" URL, via the usual RTSP "DESCRIBE" command.</div><div><br></div><div>A much better mechanism is just to 'inject' a "rtsp://" URL - and this is what our new "REGISTER" command does.  You should use this instead.  See <a href="http://lists.live555.com/pipermail/live-devel/2013-June/017112.html">http://lists.live555.com/pipermail/live-devel/2013-June/017112.html</a></div><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>