1. 10 Nov, 2016 4 commits
    • Document all the ways our new UI components can be customised. · 6c7ead5d
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=138082864
      olly committed
    • Fixed issue when VOD-style period is present in a dynamic manifest · d9421f4f
      A VOD-style period in a dynamic manifest would result in a NullPointerException.
      Also fix another issue in which an unrecognized mime type would also result in
      NullPointerException.
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=138075137
      cdrolle committed
    • Add support for HLS live seeking · aaf38adc
      In order to expose the live window, it is necessary (unlike before) to refresh
      the live playlists being played periodically so as to know where the user can
      seek to. For this, the HlsPlaylistTracker is added, which is basically a map
      from HlsUrl's to playlist. One of the playlists involved in the playback will
      be chosen to define the live window. The playlist tracker it periodically.
      The rest of the playilst will be loaded lazily. N.B: This means that for VOD,
      playlists are not refreshed at all. There are three important features missing
      in this CL(that will be added in later CLs):
      
      * Blacklisting HlsUrls that point to resources that return 4xx response codes.
          As per [Internal: b/18948961].
      * Allow loaded chunks to feed timestamps back to the tracker, to fix any
          drifting in live playlists.
      * Dinamically choose the HlsUrl that points to the playlist that defines the
          live window.
      
      Other features:
      --------------
      
      The tracker can also be used for keeping track of discontinuities. In the case
      of single variant playlists, this is particularly useful. Might also work if
      there is a that the live playlists are aligned (but this is more like working
      around the issue, than actually solving it). For this, see [Internal: b/32166568]
      and [Internal: b/28985320].
      
      Issue:#87
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=138054302
      aquilescanta committed
    • Fix onLoad* event media times for multi-period case · 7b3690a0
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=137932100
      olly committed
  2. 31 Oct, 2016 4 commits
  3. 27 Oct, 2016 9 commits
  4. 26 Oct, 2016 1 commit
  5. 24 Oct, 2016 13 commits
  6. 21 Oct, 2016 2 commits
  7. 20 Oct, 2016 5 commits
  8. 19 Oct, 2016 2 commits