From owner-freebsd-multimedia@freebsd.org Sun May 1 06:16:55 2016 Return-Path: Delivered-To: freebsd-multimedia@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 AC3A3B276D7; Sun, 1 May 2016 06:16:55 +0000 (UTC) (envelope-from oleg.nauman@gmail.com) Received: from mail-vk0-x234.google.com (mail-vk0-x234.google.com [IPv6:2607:f8b0:400c:c05::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6561E16F3; Sun, 1 May 2016 06:16:55 +0000 (UTC) (envelope-from oleg.nauman@gmail.com) Received: by mail-vk0-x234.google.com with SMTP id m188so33227397vka.1; Sat, 30 Apr 2016 23:16:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to; bh=P20bVsQIppkjuedp5DakNzKWFyFsWP8rWeCGMD22dM8=; b=e6HSRW0PyeeyYWy/dxM7XvH3jN2qdsIWtsa2GD3l0T80OigCJDux26s+2qEd6NMSnP avPb+hqcmvrbBC8xwF1Uxv0y0lqJldQbq4T3Z2Fp0Kh/3PLoEF5by0Yf9i8saqMQkU6i 2/fwkUp+GtDFnwmzTKcW+3upj6dHnhC0u1JBGv5HuJjAEp5N7XMLUL2Afr9iTb8dbEND 3bPh1s9RNYW/1CSpPzZEU2nI2jqsebsGdjRDBh+Edi5Yg0eXlm8xPHap69fw3Ttyp1li WkPrqKFnMtNf6chRRJn7U5pwibqlHvNgiRg4POMMwnicBduzRS5aoxu3l23mKgUwn/iM 7Qdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=P20bVsQIppkjuedp5DakNzKWFyFsWP8rWeCGMD22dM8=; b=iBvW+1wQjos4LBRdop41BA5dHbKvSs+K9n84CKKtke0I2pTH1hjjWIfbAX9sBjU0GJ EDB0H9kQbXGZMQMWudpNWRYrMDrR/FeNAwTKoT1zaCq04460DKFt3yz8TWjTqrE+RW1s KdbkPV4eMbQe/0gnLg7XgSY/GHO4xKWoOfNw9n6BMHh+PR1zxV4S12uDfl+siCpDEmw8 L3172sDcx418sL1DDOnOMHAhQtqePzKLFwPSJCW+77Va32HUrjbqGvAH6/F2ZIDkkFH8 gxj3gAI380mzaVCi2pFOR+TwINevykhHgD5PYRZIWZ6DlaQQDxbwIzNmLPA2wrXaKY+h D1xA== X-Gm-Message-State: AOPr4FVRoJxTWIYIJj4xtKSZ+NbS5EFx29eZNfOdyBj+i3ChDWVAvL3Zvf9xqwNTvcZLNPvhsqjwIUXPqPuk8A== MIME-Version: 1.0 X-Received: by 10.31.13.142 with SMTP id 136mr2451568vkn.123.1462083414472; Sat, 30 Apr 2016 23:16:54 -0700 (PDT) Received: by 10.159.41.71 with HTTP; Sat, 30 Apr 2016 23:16:54 -0700 (PDT) In-Reply-To: <20160429055040.GD2022@c720-r292778-amd64> References: <60v1-ivm1-wny@vfemail.net> <20160428184312.GC3721__32639.8463490934$1461869020$gmane$org@c720-r292778-amd64> <20160429055040.GD2022@c720-r292778-amd64> Date: Sun, 1 May 2016 09:16:54 +0300 Message-ID: Subject: Re: firefox-43 && no sound on MP3, MP4, HTML5 From: Oleg Nauman To: Matthias Apitz , freebsd-multimedia@freebsd.org, gecko@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 May 2016 06:16:55 -0000 On Fri, Apr 29, 2016 at 8:50 AM, Matthias Apitz wrote: > El d=C3=ADa Thursday, April 28, 2016 a las 10:58:41PM +0200, Jan Beich es= cribi=C3=B3: > > > > $ LANG=3DC paplay Track01.mp3 > > > Failed to open audio file. > > > > paplay(1) doesn't support MP3. Try passing --list-file-formats then > > transcode to one of those e.g., > > > > $ ffmpeg -i Track01.mp3 Track01.wav > > $ paplay Track01.wav > > Track01.wav plays fine. > > > > Maybe query pkg.freebsd.org using pkg(8) instead of asking e.g., > > > > $ pkg rquery "%n-%v" firefox > > firefox-46.0_1,1 > > I was not aware of remote-query, because I always use my own local > repository. Thanks for that useful pointer. > > > >> If audio/pulseaudio doesn't work *by default* file a bug for the > > >> maintainer (gnome@) to notice and maybe CC consumers (e.g. gecko@). > > As said, it plays with the default /usr/local/etc/pulse/default.pa. > And why FF with PULSEAUDIO=3Don does not? > > I still have the old FF pkg with PULSEAUDIO=3Don and could reinstall it > again if someone is willing to help me to mail it down, i.e. where to > look in detail. > Check /var/log/messages for possible pulseaudio complaints. > > > There must be some problem with FF and PULSEAUDIO=3Don because the net is > full of complaints. > > Thanks > > >