1. 12 Dec, 2014 8 commits
  2. 11 Dec, 2014 1 commit
  3. 10 Dec, 2014 3 commits
  4. 08 Dec, 2014 9 commits
  5. 05 Dec, 2014 4 commits
  6. 03 Dec, 2014 8 commits
  7. 27 Nov, 2014 5 commits
  8. 26 Nov, 2014 2 commits
    • HLS: More control over buffering + tweak caption impl. · 40f31722
      - Move all three buffering constants to a single class (the
        chunk source).
      - Increase the target buffer to 40s for increased robustness
        against temporary network blips.
      - Make values configurable via the chunk source constructor.
      - Treat captions as a text track for HLS. This allows them to
        be enabled/disabled through the demo app UI.
      
      Issue: #165
      Oliver Woodman committed
    • Improve HLS ABR. · 8e2801ce
      - Add options to switch abruptly at segment boundaries. Third
        parties who guarantee keyframes at the start of segments will
        want this, because it makes switching more efficient and hence
        rebuffering less likely.
      - Switch quality faster when performing a splicing switch (when
        we detect that we need to switch variant, we now immediately
        request the same segment as we did last time for the new variant,
        rather than requesting one more segment for the old variant
        before doing this.
      Oliver Woodman committed