Hello,<br><br>i'm using ubuntu intrepid with VLC 0.9.4 and i 'm trying to play the DVC100 streaming with VLC.<br><br>I could make mplayer play the DVC100 streaming using v4l2 module with the following command:<br><dl class="codebox">
<dd><code>mplayer
tv:// -tv
fps=25:buffersize=64:driver=v4l2:norm=PAL:audiorate=44100:immediatemode=0:device=/dev/video1:forceaudio:adevice=/dev/dsp1</code></dd></dl>I tried the following command as i found some help in the wiki <a href="http://wiki.videolan.org/Documentation:Modules/v4l2" class="postlink">http://wiki.videolan.org/Documentation:Modules/v4l2</a>.<br>
<dl class="codebox"><dd><code> vlc v4l2:// :v4l2-dev=/dev/video1 :v4l2-adev=hw:1,0 :v4l2-standard=2 :v4l2-fps=25 :v4l2-samplerate=44100 :v4l2-audio-method=2</code></dd></dl>But i get the following error and no video:<br><dl class="codebox">
<dd><code>[00000409] v4l2 demux error: cannot get audio input characteristics (Argument invalide)</code></dd></dl>ALSA show me the following devices:<br><dl class="codebox"><dd><code>laurent@dell-inspiron1525:~$ arecord -l<br>
**** Liste des CAPTURE périphériques ****<br>carte  0: Intel [HDA Intel], périphérique 0 : STAC92xx Analog [STAC92xx Analog]<br>  Sous-périphériques: 3/3<br>  Sous-périphérique: #0: subdevice #0<br>  Sous-périphérique: #1: subdevice #1<br>
  Sous-périphérique: #2: subdevice #2<br>carte  1: DVC100 [DVC100], périphérique 0 : USB Audio [USB Audio]<br>  Sous-périphériques: 1/1<br>  Sous-périphérique: #0: subdevice #0<br></code></dd></dl>Can you give some help please ?<br>
<br>Laurent<br>