Adding Repository keywget -qO - http://bintray.com/user/downloadSubjectPublicKey?username=bintray | sudo apt-key add -
Adding Source to source.listecho "deb http://dl.bintray.com/kusti8/chromium-rpi jessie main" | sudo tee -a /etc/apt/sources.list
update aptsudo apt-get update
install chromium browsersudo apt-get install chromium-browser -y
download flash21 file
wget http://www.novaspirit.com/wp-content/uploads/2016/06/flash21.tar.xz
untar flash21tar -xJf flash21.tar.xz
Change directory to peppercd pepper
copy all .so files to plugins folder
sudo cp *.so /usr/lib/chromium-browser/plugins
copy all .json files to plugins foldersudo cp *.json /usr/lib/chromium-browser/plugins
create 01-pepper filesudo nano /etc/chromium-browser/customizations/01-pepper
insert into 01-pepper fileCHROMIUM_FLAGS="${CHROMIUM_FLAGS} --ppapi-flash-path=/usr/lib/chromium-browser/plugins/libpepflashplayer.so --ppapi-flash-version=21.0.0.182-r1 -password-store=detect -user-data-dir"
View Comments (14)
Chromium does not run.
pi@mediaserver:~ $ sudo apt-get install chromium-browser -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
chromium-browser is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 114 not upgraded.
pi@mediaserver:~ $ chromium-browser
/usr/lib/chromium-browser/chromium-browser: symbol lookup error: /usr/lib/chromium-browser/chromium-browser: undefined symbol: mmal_vc_init_fd
pi@mediaserver:~ $
I have the same problem, but it seems to be a chromium-browser library problem, not flash...
For me, running sudo rpi-update solved it. But you should read about what this command does before running it
thanks. it work.
thanks . it work.
Same thing here. Found anything out yet?
No luck yet
Got Chromium working by installing update and dist-upgrade. Now wifi on RP3 not working. Had to go back to wifi dongle!
Same thing here. :(
HI Guys,
I had the same problem, i fixed it when i did a system update.
in terminal you type:
sudo apt-get update
afther that is done you type:
sudo apt-get upgrade
i hope this will help for you guys to
It can works on some website's media link, but cannot play 100% adobe flash player link.
Doesn't work for
Forge of Empires - sad.
The game is that simple I thought it might work.
It dosen't......
These steps worked perfectly for me to get Flash installed on my Raspberry Pi. The website I need it for is now working great, except for one minor issue. When I load the site, it tells me that my version of Flash is outdated and gives me the issue to "Run This Time" or "Update". If I choose to update, it takes me to a web page describing how to fix issues with Flash.
Any idea where I can get an updated version of Flash?
Thanks,
Merg
Okay, I think I figured it out... If I download the most recent 32-bit version PPAPI from Adobe and then start with the directions beginning with the untar step, I should be good, right?
I assume that when editing the Pepper file I need to change the Flash version to the version that I downloaded, correct?
Thanks,
Merg