-
Notifications
You must be signed in to change notification settings - Fork 136
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
[BUG] Splash screen doesn't play video in Safari #299
Comments
You can add Chrome on an amazon Firestick to this list. I was hoping to be able to sideload chrome on my Firestick, load the splash page, and have it be the front end for the dockerized instance I have running. The behavior is very similar to the splash page on iOS devices |
@honestlai Interesting. You're blazing many new trails here. How do you dismiss the interaction prompt on the Firestick? With the remote somehow? |
Yup... there's a quirky add-on I found called Mouse-Toggle that allows you to double click the play button to use the remote as a mouse. |
Looks like this branch has the fortunate side effect of fixing this issue: I just tried it on Safari iOS and OSX. Worked as expected. Would be curious for others to try it. |
#303 gets it working in safari, but iOS gives up on the video after a couple of seconds. The error on the console is:
Playback works if I add "muted" to the video tag. So it appears as though this is definitely a case of restrictive OS permissions. |
Describe the bug
Discovered in #293 . Safari fails to play queued video.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Queued should play video in the browser
Platform (please complete the following information):
Additional context
Also affects ipad and iphone
The text was updated successfully, but these errors were encountered: