-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fe.image.video_playing freezes Attract Mode when set twice as TRUE #407
Comments
snap.video_playing is FALSE only when I set snap.video_flags = Vid.NoAutoStart |
- wasn't able to reproduce freezing reported in the issue, however I was able to fix the other incorrect behaviour reported
Awesome! There is a proggress. The AM is not freezing anymore after setting video_playing = TRUE twice, but now setting video_playing = FALSE restarts the video. I can see the message turning false for a brief moment, but then it turns back to TRUE, so once it's playing I can no longer stop the video |
Great news, with your recent changes when I initiate the sleep from the layout and set the video_playing = FALSE just before that the layout does not freeze anymore on resume even though this command does not stop the video but restart it! It's still freezing when I press the power button. So I was thinking if you may know the way to intercept the sleep initiation and force stop all playing videos just before the computer goes to sleep? |
I've identified 2 issues with video_playing property in image class
Example code below:
The text was updated successfully, but these errors were encountered: