1. 05 Jan, 2022 20 commits
  2. 10 Dec, 2021 19 commits
  3. 08 Dec, 2021 1 commit
    • Uses correct index for playlist URL · 7ac24528
      The TrackSelection API returns two indexes, the index of the selected
      track (`getSelectedIndex()`) and the index in the `TrackGroup`.  The `HlsChunkSource`
      and  `HlsSampleStreamWrapper` should only work with the later.
      
      Actually the `getSelectedIndex()`, current selected track index is really only useful on
      the API to determine if there is a valid selection or not.  The index is
      really internal to `TrackSelection`
      Steve Mayhew committed