From owner-freebsd-questions@FreeBSD.ORG Mon Feb 17 08:02:23 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 480107D3 for ; Mon, 17 Feb 2014 08:02:23 +0000 (UTC) Received: from smtp.lamaiziere.net (net.lamaiziere.net [37.59.62.186]) by mx1.freebsd.org (Postfix) with ESMTP id 0C210117F for ; Mon, 17 Feb 2014 08:02:22 +0000 (UTC) Received: from baby-jane.lamaiziere.net (149.169.100.84.rev.sfr.net [84.100.169.149]) by smtp.lamaiziere.net (Postfix) with ESMTPA id D52B82908 for ; Mon, 17 Feb 2014 09:02:14 +0100 (CET) Received: from baby-jane.lamaiziere.net (localhost [127.0.0.1]) by baby-jane.lamaiziere.net (Postfix) with ESMTP id 2D368B059A for ; Mon, 17 Feb 2014 09:02:14 +0100 (CET) Date: Mon, 17 Feb 2014 09:02:13 +0100 From: Patrick Lamaiziere To: freebsd-questions@freebsd.org Subject: Re: firefox soundcloud does not work anymore ? Message-ID: <20140217090213.2d9afb44@baby-jane.lamaiziere.net> In-Reply-To: <20140210201935.4f6769bb@baby-jane.lamaiziere.net> References: <20140210201935.4f6769bb@baby-jane.lamaiziere.net> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; i386-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (smtp.lamaiziere.net [0.0.0.0]); Mon, 17 Feb 2014 09:02:14 +0100 (CET) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2014 08:02:23 -0000 Le Mon, 10 Feb 2014 20:19:35 +0100, Patrick Lamaiziere a =E9crit : Hi, > 10-stable i386 / firefox-esr 24.3.1 >=20 > I can't play any audio file on https://soundcloud.com >=20 > for example the play button does not do anything : > https://soundcloud.com/patrick-patralattaque/police-truck >=20 > I've got another box running 9-stable/amd64 but with an older > (not very old) version of firefox-esr and it works fine.=20 >=20 > I don't remember if this worked since I've installed 10.0 on this > box, I think not. I've made some progress, this is a HTML5 problem within Firefox. Gstreamer is used by firefox to play the content, looks like there was a missing gstreamer plugin. I've installed all the plugins and now the player plays (before it didn't play at all) but I don't have any sound. I've have disabled gstreamer in the firefox build and that works (firefox reverts to flash) Regards.