From owner-freebsd-ports-bugs@freebsd.org Tue Apr 9 18:38:28 2019 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85F3F1568E57 for ; Tue, 9 Apr 2019 18:38:28 +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 D5B0172731 for ; Tue, 9 Apr 2019 18:38:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 8EBE11568E56; Tue, 9 Apr 2019 18:38:27 +0000 (UTC) Delivered-To: ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 512521568E55 for ; Tue, 9 Apr 2019 18:38:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DEFAE7272B for ; Tue, 9 Apr 2019 18:38:26 +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 mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 0F0E2216B8 for ; Tue, 9 Apr 2019 18:38:26 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x39IcPEb034760 for ; Tue, 9 Apr 2019 18:38:25 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x39IcPKO034759 for ports-bugs@FreeBSD.org; Tue, 9 Apr 2019 18:38:25 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 237168] audio/mumble and audio/audacity open record sound device second time error Date: Tue, 09 Apr 2019 18:38:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new 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: chris2000sp@mailbox.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: 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-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Apr 2019 18:38:28 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237168 Bug ID: 237168 Summary: audio/mumble and audio/audacity open record sound device second time error Product: Ports & Packages Version: Latest Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: chris2000sp@mailbox.org CC: feld@FreeBSD.org, xxjack12xx@gmail.com CC: feld@FreeBSD.org, xxjack12xx@gmail.com I didn't found a report so i write my first my first here. Reference: https://github.com/mumble-voip/mumble/issues/3278 Explanation: If a audio Program with playing and recording at once works until the same record device is opened a second time. The playing device works but the recording device not. In audio/mumble the device could be opened second time if just open Prefere= nces change some things and push the apply or OK button. I know i write that bug in "Ports & Packages" but i believe it has nothing = to do with that packages and it is a Sound-server bug. I use audio/mumble heav= ily and i did discovered that audio/audacity has the same bug so that's why i t= hink its a Sound-Server (OSS) bug. Workaround: I got to workaround that issue with using audio/jack & audio/qjackctl. That= way the bug is pushed away to jack so that jack got the problem and not the used program in that case audio/mumble or others. I know that the audio program = has to support jack but it works that way for me. Jack has some nice routing abilities. audio/jack support in FreeBSD seems to be disabled by default in other port= s so it has to be enabled while building the port. --=20 You are receiving this mail because: You are the assignee for the bug.=