[vlc] Hauppauge 350: cat /dev/video0 is ok, vlc pvr:/dev/video0:... is not

Marco De Benedetto debe at galliera.it
Fri Sep 3 12:13:40 CEST 2004


Hello,
I'm using vlc 0.7.2.svn20040827-1 with Hauppauge 350 PVR and I'm trying
to see/stream S-Video input.

I load modules and set the card with this script:

#!/bin/sh
modprobe i2c-core
modprobe i2c-algo-bit
modprobe tuner type=5
modprobe msp3400
modprobe videodev
modprobe saa7115
modprobe ivtv
sleep 2
test_ioctl -p0 -u 0xff
### END ###

% cat /dev/video0 > /tmp/v.mpg 
% vlc /tmp/v.mpg

this works fine, I can see the S-Video input, but *not* with:

% vlc -vvv \
  pvr:/dev/video0:norm=pal:channel=2:size=720x576:bitrate=4000000:maxbitrate=6000000 \
  2>&1 | grep error
[00000217] main demuxer error: no access_demux module matched "pvr"

Is it correct channel=2 for S-Video input? and what does that error
mean?

-- 
thank you,
debe

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the vlc mailing list