본문 바로가기
HW/RaspberryPi

Raspberry Pi / flash player on Chromium (크롬)

by 하하IT 2020. 4. 20.

wget http://odroidxu.leeharris.me.uk/PepperFlash-12.0.0.77-armv7h.tar.gz

tar -xzf PepperFlash-12.0.0.77-armv7h.tar.gz 

cd PepperFlash 

chmod +x * 

sudo cp * /usr/lib/chromium/plugins 

sudo nano  /etc/chromium/default

 

 

pi@raspberrypi ~ $ tar -xzf PepperFlash-12.0.0.77-armv7h.tar.gz 

pi@raspberrypi ~ $ cd PepperFlash/

pi@raspberrypi ~/PepperFlash $ ls

libpepflashplayer.so  license.html

pi@raspberrypi ~/PepperFlash $ chmod +x *

pi@raspberrypi ~/PepperFlash $ ls

libpepflashplayer.so  license.html

pi@raspberrypi ~/PepperFlash $ sudo cp * /usr/lib/chromium/plugins 

pi@raspberrypi ~/PepperFlash $ sudo nano  /etc/chromium/default

pi@raspberrypi ~/PepperFlash $ 

pi@raspberrypi ~/PepperFlash $ 

pi@raspberrypi ~/PepperFlash $ cat /etc/chromium/default 

 

# Default settings for chromium. This file is sourced by /bin/sh from

# /usr/bin/chromium

 

# Options to pass to chromiu

 

CHROMIUM_FLAGS="--ppapi-flash-path=/usr/lib/chromium/plugins/libpepflashplayer.so --ppapi-flash-version=12.0.0.77 -password-store=detect -user-data-dir"

 

pi@raspberrypi ~/PepperFlash $ 

'HW > RaspberryPi' 카테고리의 다른 글

raspberrypi / RASPBIAN  (0) 2020.04.21
raspberry pi / ssh  (0) 2020.04.21
raspberry pi / 고정IP  (0) 2020.04.21
raspberry pi / openoffice / libreoffice  (0) 2020.04.21
raspberry pi 3 / KODI / pvr / iptv client  (0) 2020.04.17