From owner-freebsd-gecko@freebsd.org Wed Jan 25 22:42:42 2017 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AE23ECC15A4 for ; Wed, 25 Jan 2017 22:42:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 9756F377 for ; Wed, 25 Jan 2017 22:42:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 96580CC15A3; Wed, 25 Jan 2017 22:42:42 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 94695CC15A2 for ; Wed, 25 Jan 2017 22:42:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 64702376 for ; Wed, 25 Jan 2017 22:42:42 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v0PMggUl082826 for ; Wed, 25 Jan 2017 22:42:42 GMT (envelope-from bugzilla-noreply@freebsd.org) 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 Date: Wed, 25 Jan 2017 22:42:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: t@tobik.me X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: gecko@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jan 2017 22:42:42 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216041 Tobias Kortkamp changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |t@tobik.me --- Comment #2 from Tobias Kortkamp --- (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.=