diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 023bec98f1..2036b15727 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -18,10 +18,14 @@ ([#7134](https://github.com/google/ExoPlayer/issues/7134)). * Fix failure to play WAV files that contain trailing non-media bytes ([#7129](https://github.com/google/ExoPlayer/issues/7129)) +* DRM: + * Fix playback of Widevine protected content that only provides V1 PSSH atoms + on API levels 21 and 22. + * Fix playback of PlayReady content on Fire TV Stick (Gen 2). * DASH: - * Update the manifest URI to avoid repeated HTTP redirects - ([#6907](https://github.com/google/ExoPlayer/issues/6907)). - * Parse period `AssetIdentifier` elements. + * Update the manifest URI to avoid repeated HTTP redirects + ([#6907](https://github.com/google/ExoPlayer/issues/6907)). + * Parse period `AssetIdentifier` elements. * UI: Add an option to set whether to use the orientation sensor for rotation in spherical playbacks ([#6761](https://github.com/google/ExoPlayer/issues/6761)). diff --git a/library/core/src/main/java/com/google/android/exoplayer2/drm/FrameworkMediaDrm.java b/library/core/src/main/java/com/google/android/exoplayer2/drm/FrameworkMediaDrm.java index 8ac92b093c..56d1aeea4b 100644 --- a/library/core/src/main/java/com/google/android/exoplayer2/drm/FrameworkMediaDrm.java +++ b/library/core/src/main/java/com/google/android/exoplayer2/drm/FrameworkMediaDrm.java @@ -341,14 +341,20 @@ public final class FrameworkMediaDrm implements ExoMediaDrm