mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-06-22 13:54:31 -04:00
Merge pull request #15 from ato/headless-flash
Document how to use Flash with Headless Chromium
This commit is contained in:
commit
6de75717a4
1 changed files with 8 additions and 0 deletions
|
@ -194,6 +194,14 @@ option:
|
||||||
chmod +x ~/bin/headless_chromium.sh
|
chmod +x ~/bin/headless_chromium.sh
|
||||||
brozzler-worker --chrome-exe ~/bin/headless_chromium.sh
|
brozzler-worker --chrome-exe ~/bin/headless_chromium.sh
|
||||||
|
|
||||||
|
The Pepper Flash plugin ``libpepflashplayer.so`` from an official Google Chrome
|
||||||
|
release may be used with Headless Chromium by adding this option to the wrapper
|
||||||
|
script:
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
--register-pepper-plugins=/opt/google/chrome/PepperFlash/libpepflashplayer.so;application/x-shockwave-flash
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue