Open
Description
Description
When using the type="application/x-mpegURL"
and a .m3u8
video file, the video plays fine on ios 16 safari but when the video ends, the play button doesn't replay like expected. I don't see this issue on ios 16 safari using type="video/mp4"
.
I'm assuming this is related to the new native ios player shipped with ios 16.
Reduced test case
https://codepen.io/leo-paz/pen/WNYEJWJ
Steps to reproduce
- View the codepen on ios 16 safari, get to end of video and try to hit big play button. Nothing happens
- Switch the
<source>
to the commented out mp4 source - View the codepen on ios 16 safari, this time the big play button when the video ends replays the video.
Errors
No response
What version of Video.js are you using?
8.2.0 and 8.3.0
Video.js plugins used.
No response
What browser(s) including version(s) does this occur with?
n/a
What OS(es) and version(s) does this occur with?
ios 16 safari