media/library/src/main/java/com/google/android/exoplayer/drm
Oliver Woodman 7e2fffe74d Make sure we use the correct mimeType with DRM initialization data.
We were previously using the container format of the media being
played as the mimeType generating key requests, but this is not
always correct. As an example, where a manifest contains webm streams
but specifies initialization data using cenc:pssh elements in the
manifest, the media has a webm mimeType, but the DRM initialization
data has an mp4 mimeType.
2015-11-25 16:47:05 +00:00
..
DrmInitData.java Make sure we use the correct mimeType with DRM initialization data. 2015-11-25 16:47:05 +00:00
DrmSessionManager.java Generalize getPsshInfo to properly accomodate WebM. 2015-03-10 19:42:48 +00:00
KeysExpiredException.java Don't attempt license request when keys expire. 2015-04-10 22:38:06 +01:00
MediaDrmCallback.java Initial drop. 1.0.10. 2014-06-16 12:56:04 +01:00
StreamingDrmSessionManager.java Make sure we use the correct mimeType with DRM initialization data. 2015-11-25 16:47:05 +00:00
UnsupportedDrmException.java Simplify the demo app. 2015-05-28 17:18:26 +01:00