Document how to use Flash with Headless Chromium

This commit is contained in:
Alex Osborne 2016-10-02 23:40:41 +11:00
parent 87a4d93a1c
commit a31ee2bcef

View File

@ -194,6 +194,14 @@ option:
chmod +x ~/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
-------