期刊名称:International Journal of Engineering and Computer Science
印刷版ISSN:2319-7242
出版年度:2015
卷号:4
期号:8
页码:14033-14035
DOI:10.18535/ijecs/v4i8.72
出版社:IJECS
摘要:Streaming is mostly referred as a delivery system for media content or dynamic data. HTTP was not designed for datastreaming. HTTP communications are stateless, and they take place over TCP/IP where there is no continuous connection betweenthe ends. Usually, HTTP responses are buffered rather than streamed. HTTP 1.1 added supports for streaming through keep-aliveheader so data could be streamed. There are various HTTP streaming strategies-Progressive http streaming, HDS (HTTP dynamicstreaming), HLS (HTTP live streaming), HSS (Http smooth streaming), DASH(Dynamic adaptive streaming over http and someothers. HTTP streaming works by breaking the overall stream into a sequence of small HTTP-based file downloads, each downloadloading one short chunk of an overall potentially unbounded transport stream. My focus is on http streaming. In this paper, areview of various streaming strategies has been presented