future of flash in FreeBSD

So I recently became aware of this (copied directly from Adobe's download page for Flash...)

NOTE: Adobe Flash Player 11.2 will be the last version to target Linux as a supported platform. Adobe will continue to provide security backports to Flash Player 11.2 for Linux.

What does this mean for FreeBSD? I know Google Chrome includes Flash and will continue to be available to Linux users, but what are the options for FreeBSD now and later?
 
Flash is running in chrome using the platform agnostic Pepper API.

Afaik, it is quite possible to grab the flash plugin from Chrome and put it in the FreeBSD Chromium.
 
Youtube has partial HTML5, I just wish they would apply it entirely, because it works very well.
 
Many websites have already made the transition to something else. Mobile devices are starting to replace computers and Flash support on them is either very buggy or inexistent.
The biggest Flash content provider nowadays is probably YouTube. If they really decided to kill Flash it would already be dead :\
 
Beastie said:
Many websites have already made the transition to something else.
My little company has five theatre web sites that are heavily populated with video. None of them use Flash at all.
Mobile devices are starting to replace computers and Flash support on them is either very buggy or inexistent.
Adobe has ceased development for Flash on mobile. I link to that above.
 
I just wish the sites that have the little flash games would all switch to something else as well. My daughter has serious problems trying to play her flash-driven games from nickjr.com - chromium + nspluginwrapper + linux flash works OK.. except sometimes she cant get the arrow keys to work in certain games. Firefox instead of chromium, the keys all work, but certain games manage to crash the flashplayer, which on firefox means crashing the browser.. and sometimes locks up the entire box.

Opera is no better than firefox... I even tried using the pepper plugin, following some sites I found to use it on chromium in linux.. but it wouldn't load the plugin. Chromium -detected- the plugin, but all I could get was a black box with text that says "Unable to load plugin". I guess my next option is firefox in wine....
 
Firefox in WINE, or perhaps the official Linux build of Google Chrome? Though I'd avoid both of thus until it was just unfeasible to run the existing plugin in nspluginwrapper myself.
 
estex198 said:
So I recently became aware of this (copied directly from Adobe's download page for Flash...)

NOTE: Adobe Flash Player 11.2 will be the last version to target Linux as a supported platform. Adobe will continue to provide security backports to Flash Player 11.2 for Linux.

What does this mean for FreeBSD? I know Google Chrome includes Flash and will continue to be available to Linux users, but what are the options for FreeBSD now and later?

Flash will eventually be userped by html5 multimedia tags. As for security one way to deal with the here and now is to remove the .adobe and .macromedia directories and replace them with links to /dev/null
 
I know how horrible Flash is but would running a Linux version (God forbid!) of Chromium work on FreeBSD? I tried out the combination of the FreeBSD port www/chromium and the Linux PepperFlash plugin but that doesn't work too well as the Linux ABI support layer isn't running as Chromium is a native FreeBSD ELF binary but the plugin isn't. I got as far as getting a
Code:
version GLIBC_2.2.5 required
error message while loading the module which is a dead end as there is of course no glibc on FreeBSD and the Linux version obviously doesn't work. Otherwise I'll stick to Flash 11.2 but there are already web sites which don't work with 11.2 anymore (tsk-tsk!).
 
Flash has been ported to the Chrome NaCl API. However Chromium does not provide this port. It is my understanding you can copy it across and use pretty much an official version of flash on FreeBSD.
 
drhowarddrfine said:
Why would you want to run the Linux version? Chromium and Flash work well together.
As far as I know only with Flash 11.2 or does it already work with 11.7? I know that it works with www/linux-f10-flashplugin11 but that port won't be updated beyond 11.2 as Adobe stopped the official Linux support except for security updates.

kpedersen said:
Flash has been ported to the Chrome NaCl API. However Chromium does not provide this port. It is my understanding you can copy it across and use pretty much an official version of flash on FreeBSD.
That's what I tried. I used the PepperFlash plugin from the Chrome Debian 64-bit version with the result showed in my earlier post. ;) Do you know how to make it work?
 
Have you tried running the Linux version of Google Chrome on FreeBSD with the Linux version of the Pepper Flash plugin? Or the Linux version of Chromium?
 
Hello @phoenix,

phoenix said:
Have you tried running the Linux version of Google Chrome on FreeBSD with the Linux version of the Pepper Flash plugin? Or the Linux version of Chromium?
No, not yet. Do they work out of the box with the linuxulator?

I'd prefer the Linux version of Chromium with the PepperFlash plugin from Chrome which seems to work flawlessly under Linux. I guess for a FreeBSD Chromium version to work with the Linux plugin a PPAPI variant of www/nspluginwrapper would be necessary (that would be my favorite combination)?

Bests
Thomas
 
Last edited by a moderator:
Back
Top