<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body>
<br>
With V4L2, two processes can access the device.<br>
But Jean-Paul's advice may be better - write to<br>
disk (or RAM/SHM device) and then have a buffered<br>
process reading from that file to stream.<br>
<br>
For killing the process, you can do an alarm that<br>
cleans itself up after so many minutes. (so you can<br>
background this)<br>
<br>
MICHEL NGUYEN wrote:<br>
<blockquote type="cite" cite="mid1db47e1d5dff.1d5dff1db47e@u-strasbg.fr">
  <pre wrap="">Thank you !
I know how to save a captured video with kfir-card... But, the device is
already used to stream on the local network and when I want to save, the
system answers that the device is used...

---- Messages d&acute;origine ----
De: Christopher DeMarco <a class="moz-txt-link-rfc2396E" href="mailto:cdemarco@fastmail.fm">&lt;cdemarco@fastmail.fm&gt;</a>
Date: Mercredi, Juin 4, 2003 4:37 am
Objet: [streaming] Re: Telnet session and PERL script

  </pre>
  <blockquote type="cite">
    <pre wrap="">"MICHEL NGUYEN" <a class="moz-txt-link-rfc2396E" href="mailto:michel.nguyen@eturs.u-strasbg.fr">&lt;michel.nguyen@eturs.u-strasbg.fr&gt;</a> writes:

    </pre>
    <blockquote type="cite">
      <pre wrap="">I have to stream video captured with my MPEG2 encoder board and I 
      </pre>
    </blockquote>
    <pre wrap="">have&gt; to save the video on the HDD. I tried to do those 2 things 
with only

Hmm... are you using a kfir-type card?  Try 
cat /dev/video0 &gt; /some/file.mpg

You'll have to ^C the ``cat'' to get it to stop of course...


-- 
% You are in a maze of twisty passages, all alike.
 Christopher DeMarco
 <a class="moz-txt-link-abbreviated" href="mailto:cdemarco@fastmail.fm">cdemarco@fastmail.fm</a>
 +6013 389 5658
-- 
This is the streaming mailing-list, see 
<a class="moz-txt-link-freetext" href="http://www.videolan.org/streaming/To">http://www.videolan.org/streaming/To</a> unsubscribe, please read 
<a class="moz-txt-link-freetext" href="http://www.videolan.org/support/lists.htmlIf">http://www.videolan.org/support/lists.htmlIf</a> you are in trouble, 
please contact <a class="moz-txt-link-rfc2396E" href="mailto:postmaster@videolan.org">&lt;postmaster@videolan.org&gt;</a>


    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
</blockquote>
<br>
</body>
</html>