[Bug 270642] www/firefox: 112.0: no sound with sndio backend
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 Jun 2023 21:38:49 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270642 --- Comment #15 from Tatsuki Makino <tatsuki_makino@hotmail.com> --- 115.0,2 works fine formedia.cubeb.backend settings. However, I have not yet investigated whether 115.0 is working properly on its own or if it is the effect of the patch adopted in bug270436 :) (In reply to Graham Perrin from comment #14) In order for Firefox-115.0,2 built with default options to reliably output sound, media.cubeb.backend=oss setting is required. Since 114, the about:support page has gone 💩, so use the method written in bug 261898 comment 8 to identify the backend actually used. If media.cubeb.backend is not set, pulseaudio is used. If pulseaudio fails to start, it will try to use jack. If the connection to jack fails, it tries to use sndio. If sndiod is not started and sndio cannot be used, it will not fall down to the next destination. If SNDIO is disabled, it can reach oss, but it is not, so it needs to be prioritized by the configuration. -- You are receiving this mail because: You are on the CC list for the bug.