Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 14277  / 2 Years ago, fri, march 25, 2022, 10:58:40

I have 2 monitors, and I am using google chrome. When I watch a video in full screen on one monitor and then click on the other monitor it minimizes youtube to the embedded playback.



I will not be able to use the other flash player found in chrome://plugins/ So it definitely has to be done through /opt/google/chrome/PepperFlash/libpepflashplayer.so How can I make it stay in full screen mode? I should note that I am using Compiz.



What is the action that tells youtube that is not the active app when you click on somethign outside of it.? I want to find it and break it.


More From » flash

 Answers
0

There is a hack at https://github.com/ali1234/fullscreenhack that works for pepper flash also. It works by hooking into the system calls that flash uses to get the monitor/geometry info and property changes.



It's pretty simple to use:



First Download the github and extract it (does not matter where). Open a terminal and navigate to the directory.




  1. Install dependencies: sudo apt-get install build-essential libx11-dev libxinerama-dev libxrandr-dev


  2. Build it: make


  3. Run chrome with LD_PRELOAD: env LD_PRELOAD="/path/to/libfshack-ppapi.so" google-chrome %u


  4. Profit!




That being said, I've used the Maximize Flash extension for chromium and making the browser full screen via F11 with great results, however the Maximize Flash extension has ceased working for me.



Finally the code for step 3 should look something like this:
env LD_PRELOAD="/home/jan/Downloads/fullscreenhack-master/libfshack-ppapi.so" google-chrome %u


[#29000] Saturday, March 26, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tubequ

Total Points: 11
Total Questions: 113
Total Answers: 115

Location: Equatorial Guinea
Member since Thu, Oct 7, 2021
3 Years ago
;