<!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] how to capture H264 stream and
save it in</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1">I'm trying
to capture a video stream from Axis IP camera with
openRTSP.</font></blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">I get a
correct file if I use:</font></blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">openRTSP -d
20 -4 -f 3 -w 640 -h 480 -b 400000
"rtsp://10.10.1.61/axis-media/media.amp?compression=35&fps=3"
>video.avi</font></blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">but I try
this:</font></blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">openRTSP -d
20 -f 3 -w 640 -h 480 -b 400000
"rtsp://10.10.1.61/axis-media/media.amp?compression=35&fps=3<span
></span>"</font></blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">I obtain
this file: video-H264-1</font></blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">but I can't
open it.</font></blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">What is
wrong?</font></blockquote>
<div><br></div>
<div>Sorry for the long delay in responding to this.  (I've been
traveling for the past two months, and am way behind on email.)<br>
</div>
<div>The 'problem' is only that your operating system doesn't know how
to open the output file named "video-H264-1", because it is
(in this case) just a raw H.264 video file, not a 'mp4'-format file. 
(Note, BTW, that the "-4" option tells "openRTSP"
to output a 'mp4'-format file, *not* an AVI-format file.)</div>
<div><br></div>
<div>If, however, you change the name to (e.g.)
"example.h264", then some media players - for example VLC -
may be able to play it.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>