Progressive download standard
Asked Answered
B

2

8

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.

Bourne answered 10/2, 2011 at 13:2 Comment(0)
V
3

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.

Villeneuve answered 18/8, 2011 at 12:10 Comment(0)
U
0

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.

Unciform answered 19/5, 2013 at 17:18 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.