mirror of
https://github.com/debloper/xiosk.git
synced 2026-04-26 21:35:51 +03:00
[GH-ISSUE #148] Websites with embedded video flashing black/white #83
Labels
No labels
bug
bug
documentation
enhancement
enhancement
feature request
good first issue
good first issue
help wanted
invalid
priority: high
priority: low
priority: medium
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/xiosk#83
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Rubaiyate on GitHub (Dec 13, 2025).
Original GitHub issue: https://github.com/debloper/xiosk/issues/148
I'm having an issue where some webpages loaded just flash black and white, instead of showing. The desktop isn't flashing, and anything other than the website(s) that are affected are fine.
Nearly every time https://player.ablesign.tv/ does the flashing thing, though I've seen other video player sites, like Youtube, do it from time to time as well.
Running the latest version on a Raspberry Pi 4.
Changing the Duration or Cycles has no effect on if it flashes, and sometimes whatever loads after the site will be... strangely discolored?
@Rubaiyate commented on GitHub (Dec 13, 2025):
An update: I figured out the issue and added --use-gl=egl to the Chromium launch in runner.sh to change it's graphics API.
@debloper commented on GitHub (Dec 14, 2025):
Thanks for posting update with the solution!