gpac / mp4box.js

JavaScript version of GPAC's MP4Box tool
https://gpac.github.io/mp4box.js/
BSD 3-Clause "New" or "Revised" License
1.94k stars 328 forks source link

Question:MSE support on iPhone? #207

Closed pelnar closed 3 years ago

pelnar commented 4 years ago

Hi, Is there any way to make the Media source based playback available on iPhone - safari, Ff or chrome? I am able to use this great library to extract 2 videos from a single video file,steam and play simultaneously. But this does not work on iPhone. At the point where the .ms property is accessed on video element it fails, because ms is undefined.. Thanks!

cconcolato commented 3 years ago

Looking at https://caniuse.com/?search=media%20source it seems it's only supported in iPadOS 13 and later. Not sure the library can help at the moment.