From a31ee2bcef8ac11ace290922984359c7dbbc3129 Mon Sep 17 00:00:00 2001 From: Alex Osborne Date: Sun, 2 Oct 2016 23:40:41 +1100 Subject: [PATCH] Document how to use Flash with Headless Chromium --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 6fd930f..c2ceae1 100644 --- a/README.rst +++ b/README.rst @@ -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 -------