Merge "Use new play license service URI"

This commit is contained in:
Rahul Frias
2018-08-14 17:06:33 +00:00
committed by Android (Google) Code Review

View File

@@ -223,7 +223,7 @@ const CdmInitData kEmptyData;
// Google Play license server data
const std::string kGpLicenseServer =
"https://jmt17.google.com/video/license/GetCencLicense";
"https://play.google.com/video-qa/license/GetWhitelistCencLicense";
// Test client authorization string.
// NOTE: Append a userdata attribute to place a unique marker that the
// server team can use to track down specific requests during debugging