From owner-freebsd-questions@FreeBSD.ORG Thu Dec 29 04:20:23 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAEAB106564A for ; Thu, 29 Dec 2011 04:20:23 +0000 (UTC) (envelope-from conrads@cox.net) Received: from eastrmfepo102.cox.net (eastrmfepo102.cox.net [68.230.241.214]) by mx1.freebsd.org (Postfix) with ESMTP id 593068FC14 for ; Thu, 29 Dec 2011 04:20:22 +0000 (UTC) Received: from eastrmimpo209.cox.net ([68.230.241.224]) by eastrmfepo102.cox.net (InterMail vM.8.01.04.00 201-2260-137-20101110) with ESMTP id <20111229042017.VQFE3177.eastrmfepo102.cox.net@eastrmimpo209.cox.net>; Wed, 28 Dec 2011 23:20:17 -0500 Received: from serene.no-ip.org ([98.164.81.195]) by eastrmimpo209.cox.net with bizsmtp id EsLF1i00T4Cqs6y02sLG5P; Wed, 28 Dec 2011 23:20:17 -0500 X-CT-Class: Clean X-CT-Score: 0.00 X-CT-RefID: str=0001.0A02020B.4EFBEA81.0032,ss=1,re=0.000,fgs=0 X-CT-Spam: 0 X-Authority-Analysis: v=1.1 cv=xZ0IfZp1qocGLlQbKHUgH7d1CbqFTnA6tCdoZ3AJUC0= c=1 sm=1 a=vJ9I8_j3rJcA:10 a=G8Uczd0VNMoA:10 a=kj9zAlcOel0A:10 a=DWqX+Kn1d6thaIR2xP2zPw==:17 a=NRF7K_vUAAAA:8 a=vnREMb7VAAAA:8 a=aSRvjw2BAAAA:8 a=rPs4IpjIAAAA:8 a=kviXuzpPAAAA:8 a=ewUZBgDMV3Hxf0DqeTYA:9 a=SL9mOlx0k_DabxZffbsA:7 a=CjuIK1q_8ugA:10 a=NQ6LF8Y-154A:10 a=yFCjLnbpjokA:10 a=MFc6XYY7ANoA:10 a=4vB-4DCPJfMA:10 a=JsTC_R4bJl4kW6lv:21 a=m21PzdVPQ33f8Iex:21 a=DWqX+Kn1d6thaIR2xP2zPw==:117 X-CM-Score: 0.00 Authentication-Results: cox.net; none Received: from cox.net (localhost [127.0.0.1]) by serene.no-ip.org (8.14.5/8.14.5) with ESMTP id pBT4KEmU036831; Wed, 28 Dec 2011 22:20:15 -0600 (CST) (envelope-from conrads@cox.net) Date: Wed, 28 Dec 2011 22:20:09 -0600 From: "Conrad J. Sabatier" To: "Julian H. Stacey" Message-ID: <20111228222009.555ef056@cox.net> In-Reply-To: <201112290339.pBT3dfbA060217@fire.js.berklix.net> References: <20111228174835.5ae9e640@cox.net> <201112290339.pBT3dfbA060217@fire.js.berklix.net> X-Mailer: Claws Mail 3.8.0 (GTK+ 2.24.6; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: "Gary Jennejohn \(FreeBSD\)" , Damien Fleuriot , freebsd-questions@freebsd.org Subject: Re: hooking /usr/ports/graphics/gnash to /usr/ports/www/firefox ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2011 04:20:23 -0000 On Thu, 29 Dec 2011 04:39:40 +0100 "Julian H. Stacey" wrote: > Hi, > "Conrad J. Sabatier" wrote: > > On Wed, 28 Dec 2011 05:32:42 +0100 > > "Julian H. Stacey" wrote: > > > > > Damien Fleuriot wrote: > > > > On 12/27/11 4:45 PM, Julian H. Stacey wrote: > > > > > Hi questions@ > > > > [snip] > > > > > > > > > Externaly > > > > > { > > > > > man gnash says what to do from CLI, > > > > > But I'm not clear what the URL is, of the flash to > > > > > save to file } > > > > > > > > In reply to knowing the flash's URL, I think the download helper > > > > plugin for FF could be of use to you. > > > > > > Does plugin = remote compiled binary ? > > > If so I'd rather not thanks (security). > > > > > > With > > > /usr/ports/graphics/gnash > > > I can now run eg > > > gnash /xp/WINDOWS/Help/Tours/mmTour/segment5.swf > > > & firefox3 will play the top video on youtube.com. > > > but firefox3 still refuses on > > > http://www.bbc.co.uk/news/technology-16252407 > > > Maybe different levels of flash. > > > > > > Cheers, > > > Julian > > > > For starters, I'm wondering why you would prefer gnash over the > > official flash player. > > Source code, free to inspect or enhance/search whatever. > No need to trust proprietary binaries. In general, I'm of the same mind as you, but this is one area where I do make an exception. I just want something that *works*. :-) > > But anyway, you might try symlinking /path/to/{gnash} > > to /usr/local/lib/browser_plugins/{same_name}. > > gnash already works on youtube.com, but not on bbc.com Oh, I see. Misunderstood before. > ls -l `which gnash` > -r-xr-xr-x 1 root wheel 1814 Dec 27 15:54 /usr/local/bin/gnash* > > cd /usr/local/lib/browser_plugins/gnash ; ls -la > drwxr-xr-x 2 root wheel 512 Dec 27 15:54 ./ > drwxr-xr-x 4 root wheel 512 Dec 27 13:21 ../ > -rwxr-xr-x 1 root wheel 350968 Dec 27 15:54 libgnashplugin.so* > > > > The gnash player will not play all flash videos properly (I know, > > I've tried it before). > > I supposes version compatabilitty is a constant moving target. > It's what I've been wondering, whether > http://www.bbc.co.uk/news/technology-16252407 used a newer flash > format than youtube.com. (But I could not find a URL on BBC to > download to inspect) Doesn't right-clicking in firefox give you a "Page info" option? > Gary J cc'd told me of existence of /usr/ports/www/youtube_dl > (as flash if downloaded then playable with vlc & mplayer & inspectable > with 'file' etc). I suppose ideally I need a bbc_dl port :-) > Maybe the 3 www/*_dl will give me clues. You may want to look at a couple of firefox extensions for that: DownloadHelper and/or Down Them All! The former will offer to download any downloadable links it can find on a page. > > You'd do *much* better to install > > www/linux-f10-flashplugin11 and www/nspluginwrapper. > > I've been avoiding non localy compiled binaries till now. > however just installed. > > > > This does require > > linux emulation to be enabled, of course, > > Got emulation installed thanks. > > > > but it's well worth it. I > > play flash videos all the time now in firefox and chrome, and it > > works splendidly. > > Hmm. Tempting. Yes, I used to struggle with gnash, and always ran into pages where it simply would not work properly. I was absolutely delighted when I finally tried the official flash player with nspluginwrapper. Works great! > > Also, on YouTube, if you enroll in the HTML5 Beta test, many videos > > on YouTube will play without even using the flash player. > > I wasn't particularly targeting youtube, I never browsed it > till now, though they do have some FreeBSD talks to watch. > I was just looking for a source solution to random periodic > flash references I get in mail, & happened to notice gnash. Well, again. if you want a solution that will always work, you need to trade in gnash for the official flash player. Gnash looked quite promising back when I used to use it, but it never seemed to be able to catch up with the newer flash versions as they came into use. > > See > > http://www.youtube.com/html5 > > That lists firefox 4, not in ports-cur/ Your ports tree must be quite stale, or you're looking in the wrong place if you're using packages. The version in ports was recently updated to 9.0.1. Why are you still running such an old version of firefox, anyway? > Thanks for the info :-). Welcome. :-) -- Conrad J. Sabatier conrads@cox.net