为什么 HTML5 媒体源视频不能在 IOS 上运行?
Why exactly doesn't HTML5 Media Source video work on IOS?
似乎(HLS
和 MPEG-DASH
)都使用相同的 Media Source Extension
API。那么为什么 HLS video
只适用于 IOS。为什么 MPEG-DASH
在 IOS 上不起作用?使这个“http://nickdesaulniers.github.io/netfix/demo/bufferAll.html”video
在 IOS 上不起作用的核心区别是什么?问题出在哪里?是 new MediaSource
、.addSourceBuffer
、.appendBuffer
、.endOfStream()
还是 .mp4
文件。
只有apple可以回答,到目前为止他们还没有发表评论。
EDIT: iPadOS 13 will/does support MSE. iOS 14.5 (iPhone) still doesn't
not.
似乎(HLS
和 MPEG-DASH
)都使用相同的 Media Source Extension
API。那么为什么 HLS video
只适用于 IOS。为什么 MPEG-DASH
在 IOS 上不起作用?使这个“http://nickdesaulniers.github.io/netfix/demo/bufferAll.html”video
在 IOS 上不起作用的核心区别是什么?问题出在哪里?是 new MediaSource
、.addSourceBuffer
、.appendBuffer
、.endOfStream()
还是 .mp4
文件。
只有apple可以回答,到目前为止他们还没有发表评论。
EDIT: iPadOS 13 will/does support MSE. iOS 14.5 (iPhone) still doesn't not.