<!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: [vlc-devel] BUG to report: RTSP stream
interruption on</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1">I am making
a video recording server for multiple IP video surveillance
cameras from Axis Communications. This is on Linux (CentOS 4.4, if
that matters). Basically I have a short Perl script that wraps a call
to the command-line vlc with no user interface, something
like...</font></blockquote>
<blockquote type="cite" cite> </blockquote>
<blockquote type="cite" cite><font face="Arial" size="-1">vlc  -I
dummy    
rtsp://10.1.5.5/mpeg4/media.amp    --sout
IPVideo/Camera1/Camera1--2007-02-06-114120.mp4  
--stop-time=900     
vlc:quit        
2>&1</font></blockquote>
<div><br></div>
<div>If you're not doing any transcoding, then you could instead try
running "openRTSP" <http://www.live555.com/openRTSP/>
with the "-4" option, to write a MPEG-4 format (to stdout). 
(You should also use the "-w", "-h" and "-f"
options to set the correct width, height, and frame rate.)  You
might find "openRTSP" simpler to deal with than VLC (which
seems like overkill here, if you're not doing any encoding, decoding
or transcoding).</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>