Thank you for your answer but the problem is that I want to relay the stream with testRelay. What I really want to do is to open the stream with openRTSP then receive it with testRelay to relay the stream to the the localhost but also to another VLC client of the network. So I can&#39;t just open the stream directly with VLC. What I want to do is a sort of Streaming P2P application. Is it possible?<br>
Thanks,<br>Jamy<br><br><div class="gmail_quote">2010/3/14 Ross Finlayson <span dir="ltr">&lt;<a href="mailto:finlayson@live555.com">finlayson@live555.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><div class="im">
<blockquote type="cite">Hello,<br>
I would like to know how I can use OpenRTSP to receive a file from the
MediServer then read the stream with VLC.<br>
I tried this :<br>
./live555MediaServer</blockquote>
<blockquote type="cite">./openRTSP -r -p 1234 rtsp://<a href="http://192.168.1.5:8554/test.mpg" target="_blank">192.168.1.5:8554/test.mpg</a><br>
<br>
With VLC I opened rtp://@<a href="http://192.168.1.5:1234" target="_blank">192.168.1.5:1234</a></blockquote>
<div><br></div>
</div><div>VLC already has our RTSP client code built in.  So you just
open</div><div class="im">
<div>        
rtsp://<a href="http://192.168.1.5:8554/test.mpg" target="_blank">192.168.1.5:8554/test.mpg</a></div>
</div><div>in VLC, and you should be able to play your stream.</div>
<pre>-- 
</pre><font color="#888888">
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
<a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a></div>
</font></div>
<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" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
<br></blockquote></div><br>