Adaptive Bitrate (ABR) Streaming Algorithm

From GM-RKB
Jump to navigation Jump to search

An Adaptive Bitrate (ABR) Streaming Algorithm is a multimedia streaming algorithm that ...



References

2017

  • (Wikipedia, 2017) ⇒ https://en.wikipedia.org/wiki/adaptive_bitrate_streaming Retrieved:2017-10-31.
    • Adaptive bitrate streaming is a technique used in streaming multimedia over computer networks. While in the past most video streaming technologies utilized streaming protocols such as RTP with RTSP, today's adaptive streaming technologies are almost exclusively based on HTTP and designed to work efficiently over large distributed HTTP networks such as the Internet. It works by detecting a user's bandwidth and CPU capacity in real time and adjusting the quality of a video stream accordingly. It requires the use of an encoder which can encode a single source video at multiple bit rates. The player client[1] switches between streaming the different encodings depending on available resources.[2] "The result: very little buffering, fast start time and a good experience for both high-end and low-end connections." More specifically, and as the implementations in use today are, adaptive bitrate streaming is a method of video streaming over HTTP where the source content is encoded at multiple bit rates, then each of the different bit rate streams are segmented into small multi-second parts.[3] The streaming client is made aware of the available streams at differing bit rates, and segments of the streams by a manifest file. When starting, the client requests the segments from the lowest bit rate stream. If the client finds the download speed is greater than the bit rate of the segment downloaded, then it will request the next higher bit rate segments. Later, if the client finds the download speed for a segment is lower than the bit rate for the segment, and therefore the network throughput has deteriorated, then it will request a lower bit rate segment. The segment size can vary depending on the particular implementation, but they are typically between two (2) and ten (10) seconds.

2011