Monitor Sleep when Plugin is in Fullscreen (Mac, Linux)
The Plugin shouldn't let the Monitor go into Sleep Mode when in Fullscreen and has no user activity.
Definitely! Thanks for report.
Suppose plugin shouldn't let monitor go into sleep during playback both in fullscreen and normal.
Implemented on Windows.
It is only a Windows issue?
no, on OS X it should be implemented too.
same for Linux...
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?
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.