Update YT CP server URI to point to the UAT server
Privacy tests from request license were failing as the YTCP drm server location had changed. Also updates the MediaDrmAPI test to reference the UAT server This affects OEMs doing Widevine integrations on KK devices. Merge of https://widevine-internal-review.googlesource.com/#/c/9233/ from wv cdm git repository b/13324394 Change-Id: I97152b2a79a9088303e5fc4a5c07a413e4c85e15
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
namespace {
|
||||
// Youtube Content Protection license server data
|
||||
const std::string kYtCpLicenseServer =
|
||||
"http://kir03wwwg185.widevine.net/drm";
|
||||
"http://wv-ref-eme-player.appspot.com/proxy";
|
||||
const std::string kYtCpClientAuth = "";
|
||||
const std::string kYtCpKeyId =
|
||||
"000000347073736800000000" // blob size and pssh
|
||||
|
||||
Reference in New Issue
Block a user