Reputation: 2239
I'm trying to get hls.js working on iOS using Chrome Mobile, but I've noticed, that Chrome Mobile does not support the MediaSourceExtensions, which are definitely necessary!
Is MSE in any way supported on iOS ? (Chrome Mobile, Firefox Mobile.. ?) If not, are there any plans to implement it ?
Upvotes: 3
Views: 4398
Reputation: 861
As of Nov 2016 , MSE is not supported on iOS.
However you dont need MSE to play HLS sources , HTMLVideoElement has native HLS support on iOS.
Upvotes: 3