From owner-freebsd-questions@FreeBSD.ORG Sat Oct 19 12:11:59 2013 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 ESMTP id A455D1F3 for ; Sat, 19 Oct 2013 12:11:59 +0000 (UTC) (envelope-from Lena@lena.kiev.ua) Received: from lena.kiev.ua (lena.kiev.ua [82.146.52.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7216C2768 for ; Sat, 19 Oct 2013 12:11:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lena.kiev.ua; s=3; h=In-Reply-To:Content-Type:Mime-Version:References:Message-ID:Subject:To:From:Date; bh=wch4x8CvklE1JrBMDihJ8KbTu7of0JJ1DpN4kyvONuc=; b=iW0fFT/BHG6E6SqRlD1N/yh+ndG609DhO4aljCruqA0SrGnUwf1JgfZIo7V7VAavfq/ksJHu3tHS+XAZ2mpyotcSh60CwFwj5TYZh8raRpRsh2RatBZ9UNuysmBwqR9Px5ZQBTCGzktL4iHS/HkG8UihzJ+VvD02IUtQy2sWq8w=; Received: from ip-384c.rusanovka-net.kiev.ua ([94.244.56.76] helo=bedside.lena.kiev.ua) by lena.kiev.ua with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VXVNs-000I60-Oi; Sat, 19 Oct 2013 15:11:57 +0300 Received: from bedside.lena.kiev.ua (localhost.lena.kiev.ua [127.0.0.1]) by bedside.lena.kiev.ua (8.14.7/8.14.7) with ESMTP id r9JCBatC004142; Sat, 19 Oct 2013 15:11:36 +0300 (EEST) (envelope-from Lena@lena.kiev.ua) Received: (from lena@localhost) by bedside.lena.kiev.ua (8.14.7/8.14.7/Submit) id r9JCBZEs004141; Sat, 19 Oct 2013 15:11:35 +0300 (EEST) (envelope-from Lena@lena.kiev.ua) Date: Sat, 19 Oct 2013 15:11:35 +0300 From: Lena@lena.kiev.ua To: freebsd-questions@freebsd.org, Warren Block , Matthias Apitz Subject: Re: firefox && HTML5 && flash Message-ID: <20131019121135.GK1736@lena.kiev> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Oct 2013 12:11:59 -0000 > From: Warren Block > On Fri, 18 Oct 2013, Matthias Apitz wrote: > > > I have a very recent 10-CURRENT with firefox 24.0.1 and Linux flash > > as .mozilla/plugins/npwrapper.libflashplayer.so; > > Flash content, for example from http://www.telesurtv.net/ plays fine; > > Youtube plays also fine, but only when Linux flash is removed from > > .mozilla/plugins; if npwrapper.libflashplayer.so is there, Youtube > > complains. > Set dom.ipc.plugins.enabled to false in about:config, and then restart > Firefox. Do the opposite to switch back afterwards. It would be nice > to find an easier way to do this. In about:config create (right-click anywere, New) two boolean variables with value "false" and names: dom.ipc.plugins.enabled.libflashplayer.so dom.ipc.plugins.enabled.npwrapper.libflashplayer.so and restart Firefox. With these (and dom.ipc.plugins.enabled default true), plugin-container is not used only for Flash.