渐进式下载标准

发布于 2024-10-16 13:01:35 字数 93 浏览 5 评论 0原文

是否有任何文档讨论渐进式下载的工作原理。我知道它基于 HTTP,但需要更多信息来了解如何下载数据以及播放器和 HTTP 服务器之间传输的消息类型。 是否有为此定义的标准。

Is there any document which talks about how progressive download works. I am aware it is based on HTTP but need more information as to how the data is downloaded and what kind of messages flows between the player and the HTTP server.
Is there any standard defined for the same.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

2024-10-23 13:01:35

此文档是我能找到的最好的相关文档符合 HTTP 渐进式下载标准。

另一种方法是 HTTP Live Streaming,这是有详细记录的。

This document is the best I could find relating to standards for HTTP progressive downloads.

Another approach to this is HTTP Live Streaming which is well documented.

萌吟 2024-10-23 13:01:35

上面附加的文档讨论了动态自适应流。 HTTP 渐进式下载与自适应流式传输是完全不同的技术,因为它不是自适应的。

在渐进式下载中,视频(或内容)文件的下载就像通过 HTTP 进行的另一次下载一样。

The document attached above talks about the Dynamic Adaptive Streaming. HTTP progressive download is completely different technique than adaptive streaming, in the sense that it is NOT adaptive.

In progressive download, the video (or content) file is downloaded as if just another download happens over HTTP.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文