
Originally Posted by
pbhat
How to specify audio device for VLC?
Ok, I took a look at this specific question, and I think it is straightforward and easy (once one knows how, and difficult if one does not know how - which is always the case. Sorry 'bout that! ).
Type in a terminal:
and pay attention to your hardware devices.
For example, on my PC I get:
Code:
**** List of CAPTURE Hardware Devices ****
card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
Subdevices: 3/3
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
Subdevice #2: subdevice #2
card 1: U0x46d0x821 [USB Device 0x46d:0x821], device 0: USB Audio [USB Audio]
Subdevices: 1/1
Subdevice #0: subdevice #0
From that you can see my regular mic is "hw:0,0" and my webcam mic: "hw:1,0".
So for my webcam mic I would put: hw:1,0
Check out that concept and see if it works.
I confess I do not know how to stream to a file with vlc (likely easy once one knows how).
Bookmarks