<!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] fseek failed (err
6)</title></head><body>
<blockquote type="cite" cite><font face="Arial" size="-1">I am a
trainee from Germany and I must write for my company a programme in
which the picture of a camera is to be seen (This camera:
http://www.level-one.de/levelone.php?page=prod&amp;cat=7004&amp;model<span
></span>=WCS-2030V3). Now my problem is that if I want to have with
openRTSP-d 2-4-w 640-h 480-f 30 rtsp://192.168.0.99 / live.sdp a MP4
file these mistakes is indicated: QuickTimeFileSink:: setWord ():
fseek failed (err 6). What do I make wrong?</font></blockquote>
<div><br></div>
<div>The problem is that the &quot;-4&quot; option tells
&quot;openRTSP&quot; to output a file (in &quot;.mp4&quot; format) to
'stdout'.&nbsp; If you don't redirect 'stdout' to a file, then it will
go to your console, which is a non-seekable file.</div>
<div><br></div>
<div>To fix this, redirect 'stdout' to a file, by adding</div>
<div><x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </x-tab>&gt;
foo.mp4</div>
<div>to the end of your command line.&nbsp; This will tell
&quot;openRTSP&quot; to write to a file named
&quot;foo.mp4&quot;.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>