-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
Description
I'm not convinced our handling of ClearKey content is correct. We currently define the clear-key UUID as:
1077efec-c0b2-4d02-ace3-3c1e52e2fb4b
But there's also a ClearKey UUID:
e2719d58-a985-b3c9-781a-b030af78d30e
We should probably be doing something with that.
I'm also pretty unclear what would be necessary to get content like https://media.axprod.net/TestVectors/v7-MultiDRM-SingleKey/Manifest_ClearKey.mpd working.
@sandersaares, have you ever managed to get your ClearKey samples working on Android? I could be wrong, but I have a feeling that the ClearKey CDM requires a PSSH box to be passed to MediaDrm.getKeyRequest
. I don't see a PSSH box available either in the manifest or the stream. Any help would be appreciated. Thanks.