<div dir="ltr">On Mon, Feb 23, 2015 at 6:35 AM, Daniel James <span dir="ltr">&lt;<a href="mailto:daniel.james@sourcefabric.org" target="_blank">daniel.james@sourcefabric.org</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
</span>So if I&#39;ve got this right, after I join a HLS live stream to listen or<br>
watch, do I only start buffering that low bitrate content after the<br>
player detects that there is a bandwidth problem?<span class=""><br></span></blockquote><div><br></div><div>Correct, the client has the ability to switch variants (up or down) based on its judgement of the available bandwidth. The master playlist includes average bandwidth information for each variant.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ah, so after the decision is made to switch, the low bitrate buffer<br>
fills up quicker than the high bitrate buffer is emptying, is that correct?</blockquote><div><br></div><div>An HLS stream isn&#39;t a stream. It&#39;s a series of segment files presented in a playlist (not the master playlist referenced above... in this case a per-variant playlist). For a live broadcast, that playlist is a moving window... New segments get added to the end, old segments fall off the back. Each segment is an individual download that the client makes, which it then plays in sequence to get the media stream. If my client is playing segment A, it needs to be able working on downloading segments B and C to make sure it has content ready to play when its turn comes up. It&#39;s doing all of that regardless of whether you switch variants or are just listening to a single variant. </div><div><br></div><div>In a situation with multiple variants, you&#39;re just making the promise that the same segment index in any variant will have the same content, and therefore that the client can jump to a new variant if it wants to.</div><div><br></div><div>Variants are really just sort of icing on the cake from our perspective. The fundamental win for mobile is using short-lived connections that can get set up, quickly download their segment(s), and then can be torn down.</div><div><br></div><div>ER</div></div><br></div></div>