software:adobe_flash
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| software:adobe_flash [2011/11/14 21:38] – created kratz00 | software:adobe_flash [2017/12/14 11:01] (current) – kratz00 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| https:// | https:// | ||
| - | https://www.adobe.com/ | + | https://get.adobe.com/ |
| - | == Flash Test Page == | + | === Flash Test Page === |
| https:// | https:// | ||
| - | == Firefox == | + | === Firefox |
| < | < | ||
| + | install -d ~/ | ||
| install -m644 libflashplayer.so ~/ | install -m644 libflashplayer.so ~/ | ||
| </ | </ | ||
| + | === DRM === | ||
| + | |||
| + | The only Adobe Flash player version, supporting DRM is the one distributed in Chrome OS. | ||
| + | |||
| + | < | ||
| + | strings -a libpepflashplayer.so | grep PPB_Flash_DRM | ||
| + | |||
| + | PPB_Flash_DRM; | ||
| + | PPB_Flash_DRM; | ||
| + | </ | ||
| + | |||
| + | With the help of the [[https:// | ||
| + | |||
| + | == Get libpepflashplayer.so from Chrome OS == | ||
| + | |||
| + | < | ||
| + | export CHROME_OS_RECOVERY_IMAGE_VERSION=9901.77.0 # Flash Version 27.0.0.187 | ||
| + | wget https:// | ||
| + | unzip chromeos_${CHROME_OS_RECOVERY_IMAGE_VERSION}_zako_recovery_stable-channel_mp-v3.bin.zip | ||
| + | sudo losetup -f --show -P chromeos_${CHROME_OS_RECOVERY_IMAGE_VERSION}_zako_recovery_stable-channel_mp-v3.bin | ||
| + | sudo mount -o ro / | ||
| + | sudo install -m644 / | ||
| + | </ | ||
| + | |||
| + | The URL of the recovery image is taken from the recovery.conf file, following this URL chain: | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | == Install and configure freshplayerplugin == | ||
| + | |||
| + | < | ||
| + | git clone https:// | ||
| + | mkdir freshplayerplugin/ | ||
| + | cd freshplayerplugin/ | ||
| + | cmake .. | ||
| + | make -j $(nproc) | ||
| + | install -d ~/ | ||
| + | install -m644 libfreshwrapper-flashplayer.so ~/ | ||
| + | </ | ||
| + | |||
| + | ~/ | ||
| + | < | ||
| + | pepperflash_path = "/ | ||
| + | enable_hwdec = 1 | ||
| + | </ | ||
| + | |||
| + | == Test == | ||
| + | * Go to: http:// | ||
| + | * Use: http:// | ||
software/adobe_flash.1321303124.txt.gz · Last modified: by kratz00
