Update MediaDrmAPI test to use boxless-pssh
bug: 8584241 Merge of https://widevine-internal-review.googlesource.com/#/c/5280/ from Widevine CDM repository Change-Id: I3596e41a67df44e25c9b31c4c16d4c3d9b7ad92a
This commit is contained in:
@@ -139,11 +139,7 @@ public class MediaDrmAPITest extends TabActivity {
|
||||
static final String kServerUrl = "https://jmt17.google.com/video-dev/license/GetCencLicense";
|
||||
static final String kPort = "80";
|
||||
|
||||
static final byte[] kKeyId = hex2ba(// blob size and pssh
|
||||
"000000347073736800000000" +
|
||||
// Widevine system id
|
||||
"edef8ba979d64acea3c827dcd51d21ed00000014" +
|
||||
// pssh data
|
||||
static final byte[] kKeyId = hex2ba(// pssh data
|
||||
"08011210e02562e04cd55351b14b3d748d36ed8e");
|
||||
|
||||
/** Called when the activity is first created. */
|
||||
|
||||
Reference in New Issue
Block a user