media/library/dash/src/main
olly ff822ff9fd HLS: Fix key rotation
Passing EXT-X-KEY DrmInitData through the FragmentedMp4Extractor
doesn't work for streams with key rotation, because an extractor
instance is used for multiple segments, but is only passed the
EXT-X-KEY DrmInitData corresponding to the first segment.

This change removes passing DrmInitData through the extractor,
and instead passes it via FormatAdjustingSampleQueue. This is
in-line with how manifest DrmInitData is handled during DASH
playbacks.

Issue: #6903
PiperOrigin-RevId: 292323429
2020-01-30 19:30:58 +00:00
..
java/com/google/android/exoplayer2/source/dash HLS: Fix key rotation 2020-01-30 19:30:58 +00:00
AndroidManifest.xml Split DASH into a separate module 2017-03-22 19:09:04 +00:00