1. 08 3月, 2018 2 次提交
    • A
      Make the period and initial window positions match for all HLS streams · d8d3bd7b
      andrewlewis 提交于
      Before this change, HlsMediaSource timelines had a period starting at the epoch.
      For VOD streams the window position in the period was the program date time.
      
      This change makes period and initial window positions match. For live streams
      the window position advances as segments are removed, so its position in the
      period is the difference between the initial program date time and the program
      date time of the latest playlist.
      
      This also makes it possible to insert ads in VOD HLS content with program date
      time, as the period and window are now aligned.
      
      Issue: #3865
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=187590948
      d8d3bd7b
    • A
      Fix ImaAdsMediaSource isTopLevelSource · 452e4deb
      andrewlewis 提交于
      AdsMediaSource must be top-level. Currently the (deprecated) ImaAdsMediaSource
      can't be used because it prepares its contained AdsMediaSource as a child
      source.
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=186990882
      452e4deb
  2. 01 3月, 2018 1 次提交
  3. 22 2月, 2018 7 次提交
  4. 21 2月, 2018 1 次提交
  5. 20 2月, 2018 29 次提交