<!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] stream of audio/video separated
files (co</title></head><body>
<blockquote type="cite" cite>
<blockquote>1.<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab><font
face="Times New Roman">I use the test program (openRTSP) of liveMedia,
the server is DSS. I use the follow command line: ./openRTSP
&nbsp;</font><a
href="rtsp://xxx.xxx.xxx.xxx/sample_100kbit.mp4"><font
face="Times New Roman">rtsp://xxx.xxx.xxx.xxx/sample_100kbit.mp4</font
></a> and I obtain two files: "video-MP4V-ES-1" and
"audio-MPEG4-GENERIC-2".</blockquote>
</blockquote>
<div><br></div>
<div>Are these files both non-empty?</div>
<div><br></div>
<div>If these files are both empty, then that shows that you are not
receiving RTP packets from your server, most likely because you have a
firewall - between the client and the server - that is bocking RTP
packets.&nbsp; In that case, either fix your firewall, or use the
&quot;-t&quot; option to openRTSP, to request RTP-over-TCP
streaming.</div>
<div><br></div>
<blockquote type="cite" cite>
<blockquote>If I rename the video one with the ".m4e" extension, I
can't open it (I use VLC player). How can I see it in
local?</blockquote>
</blockquote>
<div><br></div>
<div>You can't.&nbsp; VLC cannot play MPEG-4 video Elementary Stream
files.</div>
<div><br></div>
<blockquote type="cite" cite>
<blockquote>&nbsp;And at the same way, how can I open the audio
one?</blockquote>
</blockquote>
<div><br></div>
<div>You can't.&nbsp; VLC cannot PLAY MPEG-4 audio (AAC) Elementary
Stream files.</div>
<div><br></div>
<div>However, VLC *should* be able to play the stream directly - i.e.,
enter the &quot;rtsp://...&quot; URL directly into VLC, and don't use
&quot;openRTSP&quot; at all.</div>
<div><br></div>
<blockquote type="cite" cite>
<blockquote>&nbsp;I also tried to rename it as "test.aac" and
stream it with "testOnDemandRTSP.exe" application, but it
doesn't seem to work.</blockquote>
</blockquote>
<div><br></div>
<div>That won't work, because the file was not in ADTS format.</div>
<div><br></div>
<blockquote type="cite" cite>
<blockquote>2.<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab><font
face="Times New Roman">Then, I use the test program (openRTSP) of
liveMedia, the server is DSS. I use the follow command line:
./openRTSP<b> -4</b></font> <a
href="rtsp://xxx.xxx.xxx.xxx/sample_100kbit.mp4"><font
face="Times New Roman">rtsp://xxx.xxx.xxx.xxx/sample_100kbit.mp4</font
></a> &gt; test.mp4, but I obtain an empty file. What's
wrong?</blockquote>
</blockquote>
<div><br></div>
<div>When using the &quot;-4&quot; option, you need to make sure that
the stream runs all the way through.&nbsp; You can't just
&lt;control&gt;-c it.&nbsp; You should also use the &quot;-w&quot;,
&quot;-h&quot; and &quot;-f&quot; options.</div>
<div><br></div>
<div>If you are still not receiving any data, then - as noted above -
you are probably behind a firewall.&nbsp; If so, then add the
&quot;-t&quot; option.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>