FreeBSD-12.3p2
I am trying to set up an A/V capability for
The input device I have configured is a Microsoft-Microsoft-LifeCam-HD-3000 . The system I have has a builtin audio but I want to use the mic in the (USB) webcam.
If I do a mic test in Firefox it allows me to select which of the three input devices to use. And the test works with the USB audio. However, Chrome only shows default as the available. I cannot find in setting in Chrome that allows me to set the device to use. So my question is how to set the USB webcam as the default recording device. I realize that this likely will not work but it seems worth a try.
I am trying to set up an A/V capability for
chrome
. Unlike firefox
the chrome browser does not enumerate all of the available sound input devices. It only lists default as the available device.The input device I have configured is a Microsoft-Microsoft-LifeCam-HD-3000 . The system I have has a builtin audio but I want to use the mic in the (USB) webcam.
Code:
[root@vhost01 ~ (master)]# cat /dev/sndstat
Installed devices:
pcm0: <NVIDIA (0x0051) (HDMI/DP 8ch)> (play)
pcm1: <NVIDIA (0x0051) (HDMI/DP 8ch)> (play)
pcm2: <Realtek ALC892 (Rear Analog 5.1/2.0)> (play/rec) default
pcm3: <Realtek ALC892 (Front Analog)> (play/rec)
pcm4: <Realtek ALC892 (Rear Digital)> (play)
pcm5: <USB audio> (rec)
No devices installed from userspace.
If I do a mic test in Firefox it allows me to select which of the three input devices to use. And the test works with the USB audio. However, Chrome only shows default as the available. I cannot find in setting in Chrome that allows me to set the device to use. So my question is how to set the USB webcam as the default recording device. I realize that this likely will not work but it seems worth a try.