Replies: 1 comment 1 reply
-
The |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context: iPhone 14 Pro Max, iOS 17.3.1, Next 14, React 18, video content is an HLS .m3u8 stream on cloudfront.
I've been using
react-player
and just put up with the fact that videos wouldn't play on iOS. Decided to try fix it, so trying vidstack out and gotten a bit further. I hit play, audio starts playing but video is just a black screen. I have to dismiss the fullscreen video and open it back up to get video to play.I've seen one issue mentioning this in the
react-player
repo with no activity for a month, which leads me to believe this could possibly be an issue withhls.js
.Also seen the MediaSource caniuse page showing only partial support for it, so at this point I'm assuming HLS video just straight up will not work correctly on iOS.
Putting this in discussion as I'm unsure if this a bug or iOS just not playing nice (as usual). If it's a bug then I can make a more detailed post with video etc.
Beta Was this translation helpful? Give feedback.
All reactions