Progressive download standard

2.2k Views Asked by At

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.

2

There are 2 best solutions below

0
On

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.

0
On

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.