This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
iOS playback not working #10
Comments
We found this interesting info:
from https://webkit.org/blog/6784/new-video-policies-for-ios/ Hacked in a playsinline attribute and seems to work on iOS! |
mornir
added a commit
to mornir/sanity-mux-player
that referenced
this issue
Nov 14, 2020
I used mux for a recent project and I thought I could provide some more information in this readme. closes sanity-io#10 by adding a warning about the `playsinline` attribute. If I understand correctly, this attribute is not exposed and must be added programmatically?
Open
I was also quite confused by this. I thought there's something wrong about the hls.js library. The worst is that it's not the first time that I live this situation with missing |
This is the temporary fix I'm using 😢
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, we're having issues with playing video on iOS devices. We have tested on iPhone 7, X, and 11.
I read that hls.js dosn't support iOS, but that you can use a video element directly with an m3u8 source. It seems like that is being done here, but it still does not work. (Just a black/blank element)
Here is the element itself on an iPhone 11:
And here is our website with the sanity mux player: https://5e26f2b95a76c500071ec00d--ambassaden.netlify.com/
The text was updated successfully, but these errors were encountered: