Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Jun 2019 18:58:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 238096] www/firefox: some videos don't have sound - include sndio in default audio options
Message-ID:  <bug-238096-21738-pw1sLcAqy7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238096-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238096-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238096

--- Comment #1 from Jan Beich <jbeich@FreeBSD.org> ---
There's no "best" backend, see bug 216383.

> Is it possible to add SNDIO to the default OPTIONS_MULTI_AUDIO?

sndio backend in cubeb doesn't support lazy bindings, so enabling it would
always pull libsndio.so even if unused. As sndio comes after alsa in backend
autoselection it will be unused by default. FreeBSD support is also not
upstreamed.

https://searchfox.org/mozilla-central/rev/662de518b168/media/libcubeb/src/c=
ubeb_pulse.c#626-629
https://searchfox.org/mozilla-central/rev/662de518b168/media/libcubeb/src/c=
ubeb.c#174-176,195-197

> Alternatively, I can provide more debugging info if needed, I'm just not =
sure where to look for that.

Dump Media section from about:support to confirm used backend. www/firefox
won't use PulseAudio if audio/pulseaudio isn't installed.

If the backend is alsa then the issue maybe in either audio/alsa-plugins po=
rt
options, /usr/local/etc/asound.conf or ~/.asoundrc. Check if you've modified
any of these.

If the backend is pulse-rust or pulse then it could be stale configuration.
Check if paplay works. If not try removing ~/.config/pulse. Otherwise, show
audio/pulseaudio port options and "pacmd dump" output. See bug 211684 for
rationale how default sink is selected.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238096-21738-pw1sLcAqy7>