Ok, thank you very much for the information!<br><br><div><span class="gmail_quote">2007/12/9, Ross Finlayson <<a href="mailto:finlayson@live555.com">finlayson@live555.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
>I am developing a RTSP client that has to send RTSP requests to a<br>>RTSP server. To do that, I use the RTSPClient object.<br>><br>>I would like to know if it is possible to parameter the SETUP<br>>request so that the media will be sent to another address that the
<br>>address of the client. In the RTSP RFC, it is said that the string<br>>"destination=..." can be added to the Transport field of the SETUP<br>>request to specify where you want the media to be sent. Is it
<br>>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>"destination=" parameter in the RTSP "SETUP" "Transport:" 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. 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>