3

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 ?

Kr0e
  • 2,149
  • 2
  • 24
  • 40

1 Answers1

3

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.

Alper Cinar
  • 861
  • 5
  • 12
  • 4
    Update at Dec 2021, MSE is fully supported on iPadOS 13. Now only iOS Safari is not available. – Winlin Dec 21 '21 at 01:18