freshplayerplugin icon indicating copy to clipboard operation
freshplayerplugin copied to clipboard

video slugguish/freezes for unmaximized windows

Open beew opened this issue 9 years ago • 1 comments

Hi,

Compile the latest master with cmake DCMAKE_BUILD_TYPE=RelWithDebInfo -DWITH_HWDEC=1 -DWITH_GLES2=0 ..

It seems that videos play a lot smoother in fullscreen than otherwise. For example, on this site fullscreen works smoothly (sort of) but small screen video practically freezes (only audio remains) cp24.com

Ubuntu 15.04 amd graphic card with open source driver (vdpau enabled)

beew avatar Jun 26 '15 09:06 beew

Guessing this is somehow related to X server interaction. In a fullscreen mode freshwrapper uses own window, but in embedded mode it has to interact with browser to either obtain window, or connect own window via Xembed protocol, or pass rendered pictures to browser to draw. This is quite complicated for me even if when I can reproduce the bug. But if I can't, I can't fix it.

i-rinat avatar Nov 21 '15 22:11 i-rinat