<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Live-devel] RTSP Redirect</title></head><body>
<blockquote type="cite" cite>2) The Proxy receives the Client request,
coming from &lt;Client_IP_Address&gt;, and redirects the request to
the Media Server;</blockquote>
<div><br></div>
<div>[...]</div>
<div><br></div>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite>To how much I have read on Internet, the
step #2 could be executed in in two ways:</blockquote>
<blockquote type="cite" cite>a) By using a&nbsp;REDIRECT request
that<font face="Times New Roman"> redirects traffic for this URI to
the new server at the given play time, e.g.:</font><font
face="Courier"> REDIRECT rtsp://example.com/fizzle/foo
RTSP/</font></blockquote>
<blockquote type="cite" cite>Is this possible by using live555
library?</blockquote>
<div><br></div>
<div>No - and it would not do what you want anyway.&nbsp; The RTSP
&quot;REDIRECT&quot; command (which we don't currently implement
anyway) is used for a server to tell a *client* that it should
reconnect to a different server.</div>
<div><br></div>
<div>The way to implement a proxy is to make it both a RTSP server
(accepting commands from the original client) and a RTSP client
(connecting to the back-end server, transparently to the original
client) - without any change in the way that the RTSP protocol is
used.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>