| View previous topic :: View next topic |
| Author |
Message |
yellowhat Guru


Joined: 10 Sep 2008 Posts: 468
|
Posted: Thu Jun 28, 2012 6:20 pm Post subject: Flash 11.3 and Chromium |
|
|
Hi all,
I have just read the possibility to have flash 11.3 for those who use chromium (in my case 21.0.1180.11) typing this command:
| Code: | mkdir /usr/lib/PepperFlash
cd /usr/lib/PepperFlash
wget http://dl.dropbox.com/u/964512/misc/chromium11.3/manifest.json
wget http://dl.dropbox.com/u/964512/misc/chromium11.3/libpepflashplayer.so |
Source: http://www.lffl.org/2012/06/installare-flash-player-113-su-chromium.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+LinuxFreedomForLive+%28LinuX+Freedom+for+Live%29&utm_content=Google+Reader
I have tried on my gentoo box but nothng changed still with 11.2. Has anyone tried?
Thanks _________________ Gentoo Linux ~x86, Kernel 3.6.2, Enermax Revolutions85+ 850W, AMD Athlon 64 X2 5000+ BE, Corsair XMS2 PC6400 3GB, ASUS M2R32, Sapphire HD6870, Creative X-Fi Platinum, WD Raptor 150GB, WD 2.5 320GB, Asus DRW-24B1ST |
|
| Back to top |
|
 |
IvanMajhen Guru


Joined: 10 Jun 2006 Posts: 384 Location: Croatia
|
Posted: Fri Jun 29, 2012 11:29 am Post subject: |
|
|
Copy libpepflashplayer.so and manifest.json somewhere.
Edit /etc/chromium/default with your pepperflash path:
CHROMIUM_FLAGS="--ignore-gpu-blacklist --ppapi-flash-path=/put_your_pepper_flash_path_here".
Disable npapi flash in chrome://plugins/.
YT says that i have accelerated video rendering. This is on gma950 with gallium3d. I think that opengl 2.0 is minimum for acceleration, which i915g supports.
Flash has never been so smooth on linux like with pepper flash.
You could also copy libpdf.so to /usr/lib/chromium-browser/ for pdf support.
This is tested on chromium x86 20.0.1132.43. It reports that i hava flash 11.3*.
It would be nice if gentoo had ebuild for this or use flags. |
|
| Back to top |
|
 |
floppymaster Developer


Joined: 07 Jul 2010 Posts: 209 Location: Detroit, MI, USA
|
Posted: Fri Jun 29, 2012 3:12 pm Post subject: |
|
|
| Interesting... I did not know about that --ppapi-flash-path parameter. I'll have to try that out. |
|
| Back to top |
|
 |
yellowhat Guru


Joined: 10 Sep 2008 Posts: 468
|
Posted: Fri Jun 29, 2012 6:12 pm Post subject: |
|
|
Thanks for reply, for me worked adding "--ppapi-flash-path=/home/vasco/Images/libpepflashplayer.so" to chromium flags _________________ Gentoo Linux ~x86, Kernel 3.6.2, Enermax Revolutions85+ 850W, AMD Athlon 64 X2 5000+ BE, Corsair XMS2 PC6400 3GB, ASUS M2R32, Sapphire HD6870, Creative X-Fi Platinum, WD Raptor 150GB, WD 2.5 320GB, Asus DRW-24B1ST |
|
| Back to top |
|
 |
yellowhat Guru


Joined: 10 Sep 2008 Posts: 468
|
Posted: Fri Jun 29, 2012 6:24 pm Post subject: |
|
|
It would be great to have an ebuild for pepper flash instead of adobe flash _________________ Gentoo Linux ~x86, Kernel 3.6.2, Enermax Revolutions85+ 850W, AMD Athlon 64 X2 5000+ BE, Corsair XMS2 PC6400 3GB, ASUS M2R32, Sapphire HD6870, Creative X-Fi Platinum, WD Raptor 150GB, WD 2.5 320GB, Asus DRW-24B1ST |
|
| Back to top |
|
 |
IvanMajhen Guru


Joined: 10 Jun 2006 Posts: 384 Location: Croatia
|
Posted: Sat Jun 30, 2012 4:17 am Post subject: |
|
|
| How is performance? Do you get accelerated video? |
|
| Back to top |
|
 |
yellowhat Guru


Joined: 10 Sep 2008 Posts: 468
|
Posted: Sat Jun 30, 2012 7:08 am Post subject: |
|
|
In my opinion pepperflash is a way better, I don't have any more the blue-red problem, and all the browser seems better (can be a mine impression). _________________ Gentoo Linux ~x86, Kernel 3.6.2, Enermax Revolutions85+ 850W, AMD Athlon 64 X2 5000+ BE, Corsair XMS2 PC6400 3GB, ASUS M2R32, Sapphire HD6870, Creative X-Fi Platinum, WD Raptor 150GB, WD 2.5 320GB, Asus DRW-24B1ST |
|
| Back to top |
|
 |
one_and_only Apprentice

Joined: 13 May 2007 Posts: 250 Location: PL/Krakow
|
Posted: Sat Jun 30, 2012 3:00 pm Post subject: |
|
|
Does it work properly for anyone with nvidia twinview setup? I tested it like 3 days ago with both latest and 295* drivers, and in full screen I got something looking like a left-half of the video in the right half of the screen. And no accelerated video decoding too. But aside from that - quite smoth. And you can have full screen video on one screen and do something on the other, to bad that is only a half of the video for me 
Last edited by one_and_only on Sat Jun 30, 2012 4:49 pm; edited 1 time in total |
|
| Back to top |
|
 |
kernelOfTruth Watchman


Joined: 20 Dec 2005 Posts: 5490 Location: Vienna, Austria; Germany; hello world :)
|
Posted: Sat Jun 30, 2012 3:14 pm Post subject: |
|
|
| IvanMajhen wrote: | Copy libpepflashplayer.so and manifest.json somewhere.
Edit /etc/chromium/default with your pepperflash path:
CHROMIUM_FLAGS="--ignore-gpu-blacklist --ppapi-flash-path=/put_your_pepper_flash_path_here".
Disable npapi flash in chrome://plugins/.
YT says that i have accelerated video rendering. This is on gma950 with gallium3d. I think that opengl 2.0 is minimum for acceleration, which i915g supports.
Flash has never been so smooth on linux like with pepper flash.
You could also copy libpdf.so to /usr/lib/chromium-browser/ for pdf support.
This is tested on chromium x86 20.0.1132.43. It reports that i hava flash 11.3*.
It would be nice if gentoo had ebuild for this or use flags. |
awesome !
seems like this would be tricky to get to run with ~amd64 / x86_64 _________________ Unofficial minimal livecd x86/amd64 w/reiser4+truecrypt (by Neo2)
2.6.37.2_plus_v1: BFS, CFS,THP,compaction, zcache or TOI
Hardcore Linux user since 2004  |
|
| Back to top |
|
 |
one_and_only Apprentice

Joined: 13 May 2007 Posts: 250 Location: PL/Krakow
|
Posted: Sat Jun 30, 2012 4:47 pm Post subject: |
|
|
| kernelOfTruth wrote: |
awesome !
seems like this would be tricky to get to run with ~amd64 / x86_64 |
just download the lastest google-chrome build for x86_64 (eg. --fetchonly --nodeps), extract it and copy those two files mentioned it the first post. |
|
| Back to top |
|
 |
kimmie Guru


Joined: 08 Sep 2004 Posts: 531 Location: Australia
|
Posted: Fri Aug 03, 2012 9:32 am Post subject: |
|
|
Hmmm... l when I install both google-chrome and chromium, and then configure chromium to use the libpepflashplayer.so installed by google-chrome I see different flash versions reported in chrome://plugins
google-chrome-21.0.1180.57_p148591
| Code: | Flash (2 files) - Version: 11.3.31.222
Shockwave Flash 11.3 r31
Name: Shockwave Flash
Description: Shockwave Flash 11.3 r31
Version: 11.3.31.222
Location: /opt/google/chrome/PepperFlash/libpepflashplayer.so
Type: PPAPI (out-of-process)
Name: Shockwave Flash
Version: 11.2 r202
Location: /opt/Adobe/flash-player/flash-plugin/libflashplayer.so
Type: NPAPI |
vs chromium-21.0.1180.57
| Code: | Flash (2 files) - Version: 11.2.999.999
Shockwave Flash 11.2 r999
Name: Shockwave Flash
Description: Shockwave Flash 11.2 r999
Version: 11.2.999.999
Location: /opt/google/chrome/PepperFlash/libpepflashplayer.so
Type: PPAPI (out-of-process)
Name: Shockwave Flash
Version: 11.2 r202
Location: /opt/Adobe/flash-player/flash-plugin/libflashplayer.so
Type: NPAPI |
Looks like the version reporting is bogus. Flash works fine, and right clicking in a flash plugin window says reports the version as 11.3.31.222 in both browsers. |
|
| Back to top |
|
 |
kernelOfTruth Watchman


Joined: 20 Dec 2005 Posts: 5490 Location: Vienna, Austria; Germany; hello world :)
|
Posted: Fri Aug 03, 2012 4:19 pm Post subject: |
|
|
| one_and_only wrote: | | kernelOfTruth wrote: |
awesome !
seems like this would be tricky to get to run with ~amd64 / x86_64 |
just download the lastest google-chrome build for x86_64 (eg. --fetchonly --nodeps), extract it and copy those two files mentioned it the first post. |
I took the "easy" route and installed google-chrome in parallel
a headsup:
| Code: | | CHROMIUM_FLAGS="--ignore-gpu-blacklist --ppapi-flash-path=/opt/google/chrome/PepperFlash/libpepflashplayer.so" |
worked for me
whereas
| Code: | | CHROMIUM_FLAGS="--ignore-gpu-blacklist --ppapi-flash-path=/opt/google/chrome/PepperFlash/" |
reported the correct plugin but it wouldn't work - showed an error message
weird  _________________ Unofficial minimal livecd x86/amd64 w/reiser4+truecrypt (by Neo2)
2.6.37.2_plus_v1: BFS, CFS,THP,compaction, zcache or TOI
Hardcore Linux user since 2004  |
|
| Back to top |
|
 |
_artem_ n00b

Joined: 07 Aug 2012 Posts: 3
|
Posted: Tue Aug 07, 2012 7:38 pm Post subject: |
|
|
| kimmie wrote: |
google-chrome-21.0.1180.57_p148591
| Code: | Description: Shockwave Flash 11.3 r31
Version: 11.3.31.222
|
vs chromium-21.0.1180.57
| Code: | Description: Shockwave Flash 11.2 r999
Version: 11.2.999.999
|
Looks like the version reporting is bogus. Flash works fine, and right clicking in a flash plugin window says reports the version as 11.3.31.222 in both browsers. |
| Code: | [~] $ grep version /usr/lib/PepperFlash/manifest.json
"version": "11.3.31.222",
[~] $ grep CHROMIUM_FLAGS /etc/chromium/default
CHROMIUM_FLAGS="--ppapi-flash-path=/usr/lib64/PepperFlash/libpepflashplayer.so --ppapi-flash-version='11.3.31.222'"
[~] $
|
add --ppapi-flash-version='11.3.31.222' to CHROMIUM_FLAGS that will show the correct version of flash |
|
| Back to top |
|
 |
kimmie Guru


Joined: 08 Sep 2004 Posts: 531 Location: Australia
|
Posted: Wed Aug 08, 2012 3:07 am Post subject: |
|
|
| _artem_ wrote: | | add --ppapi-flash-version='11.3.31.222' to CHROMIUM_FLAGS that will show the correct version of flash |
As history has shown us, decoupling a shared object from its version leads to famine, plague and ass pain for everyone. Ignoring the manifest doesn't seem too clever either. |
|
| Back to top |
|
 |
ZeuZ_NG Guru

Joined: 10 Sep 2008 Posts: 376 Location: Near /dev/urandom | /dev/null
|
Posted: Thu Nov 08, 2012 10:39 am Post subject: |
|
|
So what's the deal then? the bundled with chrome version is preferred over the adobe one still?
Sorry to bump on an old thread. _________________ | Intel Core i7 920. | Intel DX58SO Extreme. |
| 8gb DDR3 1666mHz | 1TB 7200 RPM WD HDD.|
Unix´s guru view of sex:
unzip ; strip ; touch ; grep ; finger ; \
mount ; fsck ; more ; yes ; umount ; sleep. |
|
| Back to top |
|
 |
rorgoroth Tux's lil' helper


Joined: 06 Aug 2012 Posts: 129 Location: England, UK
|
Posted: Thu Nov 08, 2012 11:12 am Post subject: |
|
|
| ZeuZ_NG wrote: | So what's the deal then? the bundled with chrome version is preferred over the adobe one still?
Sorry to bump on an old thread. |
Personal preference I think.
The chrome one is kept up to date with all other platforms though rather then just security updates.
Also, there a package www-plugins/chrome-binary-plugins in tree for pepperflash and chrome pdf if you don't want to download and move stuff manually for chromium. |
|
| Back to top |
|
 |
|