Date: Wed, 25 Jan 2017 22:42:42 +0000 From: bugzilla-noreply@freebsd.org To: gecko@FreeBSD.org Subject: [Bug 216041] www/firefox-esr: volume level changes on its own with SNDIO option enabled Message-ID: <bug-216041-21738-mqK06EH0AS@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-216041-21738@https.bugs.freebsd.org/bugzilla/> References: <bug-216041-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=3D216041 Tobias Kortkamp <t@tobik.me> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |t@tobik.me --- Comment #2 from Tobias Kortkamp <t@tobik.me> --- (In reply to Sergey from comment #0) I don't think this related to the fix from bug #215867. The patches don't change anything related to volume. You might be interested in this thread on openbsd-ports: https://marc.info/?l=3Dopenbsd-ports&m=3D146747100730968&w=3D1 (In reply to Sergey from comment #1) > Sometimes (not very often) frequent click and snaps are heard but > pausing/resuming the video or dragging the handle removes > them. Restarting the sndiod service also removes them and sound > becomes clear. This is really a separate issue to the one you opened this bug for, but it doesn't matter :) Does it happen with www/firefox or other sndio clients also? Try playing a video file with multimedia/mpv with SNDIO=3Don (`mpv -ao sndio video.mp4`) and check if video and audio get out of sync. mpv is the most pedantic sndio client I know of. If other apps are affected as well that might be a problem with sndio, snd_emu10k1(4), or the interaction of both. If sndio is not getting an accurate playback position from the device then this can lead to the problems you describe. Please run sndiod in the foreground with `env SNDIO_DEBUG=3D1 sndiod -dd -m play -f rsnd/0` as your regular user. You should a message when Firefox or mpv connects to it. If you don't see any error message when the snaps start, try increasing the debug level to 3 or 4. Upload the log to some pastebin service and post the URL here. To get a log file it's probably easiest to do it in a script(1) session. --=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-216041-21738-mqK06EH0AS>