我正在尝试让hls.js使用Chrome Mobile在iOS上运行,但我注意到,Chrome Mobile不支持MediaSourceExtensions,这绝对是必要的!
iOS上是否支持MSE? (Chrome Mobile,Firefox Mobile ..?) 如果没有,有没有计划实施它?
答案 0 :(得分:2)
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.