1. 16 Sep, 2021 6 commits
  2. 14 Sep, 2021 15 commits
  3. 10 Sep, 2021 4 commits
  4. 09 Sep, 2021 6 commits
    • Add DASH samples with multiple base URLs · 2138bfb3
      PiperOrigin-RevId: 395727438
      bachinger committed
    • Select base URL on demand when a new chunk is created · 9e3ef818
      Instead of selecting the base URL initially or when a load error occurs, it is now selected when a chunk or initialization chunk is created. The selected base URL is then assigned to `RepresentationHolder.lastUsedBaseUrl` that is excluded in case of a load error. For a next chunk another base URL will be selected by using the `BaseUrlExclusionList`.
      
      #minor-release #exo-fixit
      
      PiperOrigin-RevId: 395721221
      bachinger committed
    • Rename `audioVolume` parameter to `volume` · 0c4bb23d
      The new name is consistent with the corresponding parameters to `onVolumeChanged`, `setDeviceVolume` and `onDeviceVolumeChanged`.
      
      PiperOrigin-RevId: 395705288
      andrewlewis committed
    • Fix STATE_IDLE Javadoc · 1bef1a2b
      Since playlist support was added, it's possible for the player to "have media"
      and be in STATE_IDLE. The STATE_IDLE documentation therefore became incorrect.
      
      Issue: #8946
      #exofixit
      #minor-release
      PiperOrigin-RevId: 395653716
      olly committed
    • Remove deprecated SingleSampleMediaSource.createMediaSource · 0c969bb7
      #exofixit
      
      PiperOrigin-RevId: 395518824
      kimvde committed
    • Ensure MediaSourceFactory instances can be re-used · ee8df7af
      This fixes DefaultDrmSessionManager so it can be used by a new Player
      instance (by nulling out its reference to the playback thread, which is
      unique per-Player instance). This only works if the
      DefaultDrmSessionManager is 'fully released' before being used by the
      second Player instance, meaning that the reference count of the manager
      and all its sessions is zero.
      
      #exofixit
      #minor-release
      Issue: #9099
      PiperOrigin-RevId: 395490506
      ibaker committed
  5. 08 Sep, 2021 9 commits