<!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]
Multicast_Problem</title></head><body>
<blockquote type="cite" cite><font face="Trebuchet MS"
size="-1">Hi...</font><br>
<br>
<font face="Trebuchet MS" size="-1">I can't able to play the mpeg
video in VLC player when I started</font><b>
testMPEG1or2AudioVideoStreamer</b>(I have enabled the compiler flag
IMPLEMENT_RTSP_SERVER in code)<font face="Trebuchet MS" size="-1"> . I
have specified rtsp url on VLC(with multicast
address)</font></blockquote>
<div><br></div>
<div>NO!&nbsp; The &quot;rtsp://&quot; URL does *not* contain the
multicast address.&nbsp; The correct &quot;rtsp://&quot; URL will be
displayed by &quot;testMPEG1or2AudioVideoStreamer&quot; (on its stderr
output) when it starts out.&nbsp; Use that.</div>
<div><br></div>
<div>If it still doesn't work, then make sure that</div>
<div>1/ Your file &quot;test.mpg&quot; is really a MPEG-1 or 2 Program
Stream file, and</div>
<div>2/ Your client (VLC) is on the same LAN as the server
(testMPEG1or2AudioVideoStreamer), or, if not, there is IP multicast
routing set up between the server and client networks.&nbsp; If you
don't have multicast routing between your server and client networks,
then you will need to use unicast streaming
(&quot;testOnDemandRTSPServer&quot; or &quot;live555MediaServer&quot;)
instead.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>