<!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] Cannot play an RTSP
stream</title></head><body>
<blockquote type="cite" cite><font face="Verdana" size="-1">I
downloaded live55MediaServer from live555.com and ran it on my linux
system. I downloaded live source code and built it according to steps
given in</font> <a
href="http://www.live555.com/liveMedia/#config-unix"><font
face="Verdana"
size="-1">http://www.live555.com/liveMedia/#config-unix</font></a></blockquote
>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><font face="Verdana" size="-1">I
downloaded Mplayer and built it.</font></blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><font face="Verdana" size="-1">When i try
to play an rtsp file, i get an error: Here is the complete
log:</font></blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><font face="Verdana" size="-1"
color="#800000">[root@pclin518 bin]# ./mplayer
rtsp://10.232.67.150:8554/dvb_sub.mpeg<br>
MPlayer 1.0rc1-4.1.0 (C) 2000-2006 MPlayer Team<br>
CPU: Intel(R) Xeon(R)
CPU&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
5150&nbsp; @ 2.66GHz (Family: 6, Model: 15, Step<br>
ping: 6)<br>
CPUflags:&nbsp; MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1<br>
Compiled for x86 CPU with extensions: MMX MMX2 SSE
SSE2</font></blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><font face="Verdana" size="-1"
color="#800000">Playing rtsp://10.232.67.150:8554/dvb_sub.mpeg.<br>
Resolving 10.232.67.150 for AF_INET6...<br>
Couldn't resolve name for AF_INET6: 10.232.67.150<br>
Connecting to server 10.232.67.150[10.232.67.150]: 8554...<br>
connect error: Connection refused<br>
Resolving 10.232.67.150 for AF_INET6...<br>
Couldn't resolve name for AF_INET6: 10.232.67.150<br>
Connecting to server 10.232.67.150[10.232.67.150]: 8554...<br>
connect error: Connection refused<br>
File not found: '10.232.67.150:8554/dvb_sub.mpeg'<br>
Failed to open
rtsp://10.232.67.150:8554/dvb_sub.mpeg.</font></blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><br>
<font face="Verdana" size="-1" color="#800000">Exiting... (End of
file)</font></blockquote>
<blockquote type="cite" cite>&nbsp;</blockquote>
<blockquote type="cite" cite><font face="Verdana" size="-1">Am I doing
something wrong?</font></blockquote>
<div><br></div>
<div>First, for &quot;live555MediaServer&quot; to be able to stream
your file, its name cannot end with &quot;.mpeg&quot;.&nbsp; If your
file is a MPEG Program Stream file, then it's name must end with
&quot;.mpg&quot; (not &quot;.mpeg&quot;).&nbsp; However, if (as seems
likely from the name &quot;dvb_sub&quot;) it is actually a MPEG
*Transport* Stream file, then you must rename it to
&quot;dvb_sub.ts&quot;, before you will be able to stream it.</div>
<div><br></div>
<div>Second, the &quot;connection refused&quot; error means that
either</div>
<div><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>-
10.232.67.150 is not the real IP address of the server (that is
running &quot;live555MediaServer&quot;).&nbsp; (Perhaps you have a NAT
box in the middle??), or</div>
<div><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>- You
are not actually running &quot;live555MediaServer&quot; on your server
machine.</div>
<div><br></div>
<div>Also, I recommend using VLC as your media player client rather
than MPlayer.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>