Ok, thank you very much for the information!<br><br><div><span class="gmail_quote">2007/12/9, Ross Finlayson &lt;<a href="mailto:finlayson@live555.com">finlayson@live555.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt;I am developing a RTSP client that has to send RTSP requests to a<br>&gt;RTSP server. To do that, I use the RTSPClient object.<br>&gt;<br>&gt;I would like to know if it is possible to parameter the SETUP<br>&gt;request so that the media will be sent to another address that the
<br>&gt;address of the client. In the RTSP RFC, it is said that the string<br>&gt;&quot;destination=...&quot; can be added to the Transport field of the SETUP<br>&gt;request to specify where you want the media to be sent. Is it
<br>&gt;possible in the LiveMedia library?<br><br>No, not without modifying the existing code.<br><br>Note, though, that most RTSP servers, by default, will *not* handle a<br>&quot;destination=&quot; parameter in the RTSP &quot;SETUP&quot; &quot;Transport:&quot; header,
<br>because this would make it possible for a client to use this to set<br>up a denial-of-service attack against a third party.&nbsp;&nbsp;Therefore, you<br>should not depend upon being to ask a server to send a stream to a<br>different address.
<br>--<br><br>Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a><br>_______________________________________________<br>live-devel mailing list<br><a href="mailto:live-devel@lists.live555.com">
live-devel@lists.live555.com</a><br><a href="http://lists.live555.com/mailman/listinfo/live-devel">http://lists.live555.com/mailman/listinfo/live-devel</a><br></blockquote></div><br>