I have an happauge impactvcb and I am using the S-video input and a audigy se for sound capture. If I display the input live I get sound, but if I try to record the stream to a file (MPEG-2 protocol) I get a picture, but no sound on playback. Below are the logs for the run -
brombo@TV:~/Software/vlc-0.9.8a$ ./vlc --v4l2-input 2 -v
VLC media player 0.9.8a Grishenko
[00000001] main libvlc debug: VLC media player - version 0.9.8a Grishenko - (c) 1996-2008 the VideoLAN team
[00000001] main libvlc debug: libvlc was configured with ./configure '--enable-lirc'
[00000001] main libvlc debug: translation test: code is "C"
[00000001] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
#Here I am capturing the VCB input to a file (Picture works on playback, no sound)
[00000409] v4l2 demux warning: unknown option v4l2-dev=
[00000409] v4l2 demux warning: unknown option v4l2-adev=
[00000409] v4l2 demux warning: unknown option v4l2-standard=3
[00000409] v4l2 demux error: cannot open video device (No such file or directory)
ALSA lib pcm.c:2196:(snd_pcm_open_noupdate) Unknown PCM
[00000409] v4l2 demux error: cannot open device for ALSA audio (No such file or directory)
[00000409] v4l2 demux error: cannot open device for OSS audio (No such file or directory)
[00000409] v4l2 demux warning: Unable to query for frame sizes
[00000409] v4l2 demux warning: Unable to query for frame sizes
[00000409] v4l2 demux warning: Unable to query for frame sizes
[00000409] v4l2 demux warning: Unable to query for frame sizes
[00000409] v4l2 demux warning: Unable to query for frame sizes
[00000409] v4l2 demux warning: Unable to query for frame sizes
[00000409] v4l2 demux warning: Unable to query for frame sizes
[00000409] v4l2 demux warning: Unable to query for frame sizes
[00000409] v4l2 demux warning: Unable to query for frame sizes
[00000409] v4l2 demux warning: Unable to query for frame sizes
[00000409] v4l2 demux warning: Unable to query for frame sizes
[00000409] v4l2 demux warning: Unable to query for frame sizes
[00000409] v4l2 demux warning: Unable to query for frame sizes
[00000409] v4l2 demux warning: Unable to query for frame sizes
[00000409] v4l2 demux warning: Unable to query for frame sizes
[00000409] v4l2 demux warning: Unable to query for frame sizes
[00000409] v4l2 demux warning: Unable to query for frame sizes
[00000409] message demux warning: message queue overflowed
[00000407] main mux warning: no more input streams for this mux
#Here I am only displaying the VCB input to the display (Sound and Picture work)
[00000460] v4l2 demux warning: Unable to query for frame sizes
[00000460] v4l2 demux warning: Unable to query for frame sizes
[00000460] v4l2 demux warning: Unable to query for frame sizes
[00000460] v4l2 demux warning: Unable to query for frame sizes
[00000460] v4l2 demux warning: Unable to query for frame sizes
[00000460] v4l2 demux warning: Unable to query for frame sizes
[00000460] v4l2 demux warning: Unable to query for frame sizes
[00000460] v4l2 demux warning: Unable to query for frame sizes
[00000460] v4l2 demux warning: Unable to query for frame sizes
[00000460] v4l2 demux warning: Unable to query for frame sizes
[00000460] v4l2 demux warning: Unable to query for frame sizes
[00000460] v4l2 demux warning: Unable to query for frame sizes
[00000460] v4l2 demux warning: Unable to query for frame sizes
[00000460] v4l2 demux warning: Unable to query for frame sizes
[00000460] v4l2 demux warning: Unable to query for frame sizes
[00000460] v4l2 demux warning: Unable to query for frame sizes
[00000460] v4l2 demux warning: Unable to query for frame sizes
ALSA lib pcm_pulse.c:693:(pulse_hw_params) PulseAudio: Unsupported format FLOAT_LE
[00000466] alsa audio output warning: unable to commit hardware configuration with fl32 samples. Retrying with s16l (Invalid argument)
[00000466] main audio output warning: PTS is out of range (-29432), dropping buffer
[00000466] main audio output warning: output date isn't PTS date, requesting resampling (54558)
[00000466] main audio output warning: buffer is 54484 late, triggering upsampling
[00000466] main audio output warning: resampling stopped after 9076440 usec (drift: 387)
Does anyone have a suggestion as to how I can rectify this problem?