Update license request url to new signed Widevine UAT proxy.
Bug: 16631113 Change-Id: I442f9c9decd03213912c8c2befcbeccc2a332c53
This commit is contained in:
@@ -7,7 +7,7 @@ const std::string kWidevineKeySystem = "com.widevine.alpha";
|
||||
|
||||
// Content Protection license server data
|
||||
const std::string kCpLicenseServer =
|
||||
"http://wv-ref-eme-player.appspot.com/proxy";
|
||||
"http://widevine-proxy.appspot.com/proxy";
|
||||
const std::string kCpClientAuth = "";
|
||||
const std::string kCpKeyId =
|
||||
"00000042" // blob size
|
||||
|
||||
@@ -89,7 +89,7 @@ public class MediaDrmAPITest extends Activity {
|
||||
private final String TAG = "MediaDrmAPITest";
|
||||
|
||||
static final String kKeyServerUrl = "https://jmt17.google.com/video/license/GetCencLicense";
|
||||
static final String kOperatorSessionKeyServerUrl = "http://wv-ref-eme-player.appspot.com/proxy";
|
||||
static final String kOperatorSessionKeyServerUrl = "http://widevine-proxy.appspot.com/proxy";
|
||||
|
||||
static final UUID kWidevineScheme = new UUID(0xEDEF8BA979D64ACEL, 0xA3C827DCD51D21EDL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user