WebChimera icon indicating copy to clipboard operation
WebChimera copied to clipboard

Monitor Sleep when Plugin is in Fullscreen (Mac, Linux)

Open jaruba opened this issue 10 years ago • 8 comments

The Plugin shouldn't let the Monitor go into Sleep Mode when in Fullscreen and has no user activity.

jaruba avatar Jan 28 '15 14:01 jaruba

Definitely! Thanks for report.

RSATom avatar Jan 28 '15 15:01 RSATom

Suppose plugin shouldn't let monitor go into sleep during playback both in fullscreen and normal.

gyzerok avatar Jan 29 '15 04:01 gyzerok

Implemented on Windows.

RSATom avatar Jan 30 '15 16:01 RSATom

It is only a Windows issue?

gyzerok avatar Feb 07 '15 13:02 gyzerok

no, on OS X it should be implemented too.

RSATom avatar Feb 07 '15 13:02 RSATom

same for Linux...

RSATom avatar Mar 07 '15 10:03 RSATom

What happens if I have two VlcVideoSurface, the main one is paused and the second one is playing, would that also stop the monitor from going to sleep?

jaruba avatar May 30 '15 13:05 jaruba

Two VlcVideoSurface attached to the same VlcPlayer could not be in different states, so I guess you are talking about two VlcPlayers attached to different VlcVideoSurfaces. With the current implementation only state of vlcPlayer (i.e. which is managed via JS API) affects the disabling going to sleep. If you create another VlcPlayer inside QML it will not affect disabling of going to sleep.

RSATom avatar May 30 '15 13:05 RSATom