流分段:哪些浏览器支持它?
Apple 有一个使用 .m3u 作为 .ts 视频片段的播放列表文件的规范。据我所知,它适用于 iOS 设备和 OSX Safari。其他浏览器支持吗?如果没有,是否有其他方法可以将视频分割成多个部分以便独立下载和播放?
以下是苹果视频分段规范:
Apple has a spec for using .m3u as a playlist file of .ts video segments. I understand it works on iOS devices and OSX Safari. Is it supported by any other browsers? If not, are there any other methods of segmenting a video into parts for independent download and playing?
Here's the apple spec for video segmentation:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
“其他浏览器是否支持?”:不
“如果不支持,是否有其他方法可以将视频分割成独立下载和播放的部分? ":Adobe 正在努力做类似的事情但我还没有在任何地方看到它投入生产。它们可能不兼容,至少一开始是这样。
编解码器很重要。因此,FireFox 可能永远不会原生支持它,因为 Mozilla 讨厌 h.264。我也对原生 Chrome 支持持怀疑态度,但时间会证明一切。
"Is it supported by any other browsers?": No
"If not, are there any other methods of segmenting a video into parts for independent download and playing?": Adobe is making an effort to do something similar but I have yet to see it in production anywhere. They probably will not be compatible, at least at first.
CODECs matter. Hence, FireFox will likely never natively support it as Mozilla hates h.264. I'm also skeptical about native Chrome support too, but time will tell.