On Mon, Aug 09, 2021 at 05:17:33PM +0000, salquestfl%disroot.org@localhost wrote:
> Hi,
>
> Has anyone managed to get bluejeans meeting working on Firefox? My mic is detected successfully by Firefox, but it does not record the sound. I tried to test my mic using https://mictests.com/ (https://mictests.com/) and it fails. I tried with pulseaudio instructions in: https://mail-index.netbsd.org/netbsd-users/2015/11/18/msg017310.html
> but, that didn't make any difference even after loading the oss module with /dev/audio0 explicitly.
>
> Thank you
> Salil
I've previously done meetings with Firefox on NetBSD using Jitsi Meet,
using the default sound driver instead of PulseAudio because of the
very good device selection support.
Does audiorecord(1) work? Is your mic a separate audio device?
Thank you for the pointers.
I could not record using audiorecord. So, I played with mixerctl, and `mixerctl -w inputs.reclvl2.mute=off` did the trick for me.
Now, I my record is working. And I can use bluejeans as well.
Thanks a lot, again!