Consider a bit streaming scenario for a video where the following values apply: – The buffer size is 1 MiB – The low watermark is set at 100KiB – The high watermark is set at 900KiB – The incoming data rate is 1Mbps – The video display rate is 300 Kbps
Assume that the video is playing and that the buffer content has dropped to the low-water mark. The media player sets the controls for data input to begin again
Data which to be streamed:
(high watermark)-(low watermark)
Let be the time after the streaming begins. Then:
(buffer size)(video display rate) (Data which to be streamed)
So, it will take second to fill up to the high water mark.
Comments