LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   VLC specifying audio capture device (https://www.linuxquestions.org/questions/linux-software-2/vlc-specifying-audio-capture-device-884076/)

pbhat 06-02-2011 12:48 AM

VLC specifying audio capture device
 
I need to capture from my webcam. It has a mic too.

I can specify video input device as /dev/video0.

I specified input audio device as /dev/dsp2 ( OSS device, corresponding to USB Webcam), Now VLC throws an error, "VLC is unable to open the MRL 'alsa:///dev/dsp2'. Check the log for details"

Thinking it wants an alsa device, I specify device as /dev/snd/pcmC2D0c. (got it from kinfocenter and dolphin). Now again an error, "VLC is unable to open the MRL 'alsa:///dev/snd/pcmC2D0c'. Check the log for details.".

I try with any device, the same error. I have added myself to audio device so that I can read/write to the mentioned devices.

I see no way of switching VLC to use OSS. And I see no information (documentation on net) on it's expected device listing for audio.

If I do not specify device, the default mic is used which is not good

How to specify audio device for VLC?


All times are GMT -5. The time now is 01:47 AM.