From owner-freebsd-questions@FreeBSD.ORG Sat Oct 19 17:51:12 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 248119D4 for ; Sat, 19 Oct 2013 17:51:12 +0000 (UTC) (envelope-from mrkvrg@acm.org) Received: from smtp2.bway.net (smtp2.bway.net [216.220.96.28]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F28C52860 for ; Sat, 19 Oct 2013 17:51:11 +0000 (UTC) Received: from gecko3.bs.net (host-216-220-115-90.dsl.bway.net [216.220.115.90]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: m1316v@bway.net) by smtp2.bway.net (Postfix) with ESMTPSA id 133BB95870 for ; Sat, 19 Oct 2013 13:51:04 -0400 (EDT) From: mfv To: freebsd-questions@freebsd.org Subject: Re: firefox && HTML5 && flash Date: Sat, 19 Oct 2013 13:50:59 -0400 Message-ID: <2356599.DtiP5pEVWl@gecko3.bs.net> User-Agent: KMail/4.10.5 (FreeBSD/9.1-RELEASE; KDE/4.10.5; i386; ; ) In-Reply-To: <20131019121135.GK1736@lena.kiev> References: <20131019121135.GK1736@lena.kiev> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: mrkvrg@acm.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Oct 2013 17:51:12 -0000 On Sat, 19 Oct 2013 15:11:35 Lena@lena.kiev.ua wrote: > > 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. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" Hello Lena, Thanks for this tip. It has solved my recent problems with youtube. However, when I use Google Street Maps (which needs flash) with your suggested settings the screen turns black and freezes. If I reverse your settings Google Street Maps works but HTML5 videos do not. Any suggestions? Cheers ... Marek