Hi all,
I have a TV card which works fine (saa7134), with tvtime for example,
via a freebox through a peritel (on /dev/video0).
I use too a quickcam pro 4000 with vlc, on /dev/video1,
which works fine too :
vlc v4l:// :v4l-vdev="/dev/video1" :v4l-adev="/dev/dsp1" :v4l-norm=3 :v4l-frequency=-1
I want to watch TV (so /dev/video0) with vlc (0.8.4), through the peritel :
vlc v4l:// :v4l-vdev="/dev/video0" :v4l-adev="/dev/dsp" :v4l-norm=3 :v4l-frequency=-1
but it fails with message
v4l demuxer error: chroma selection failed.
Why does it not work ?
What's wrong ?
PS : vlc 0.8.1 core dumps.
Thanks in advance.