Update license request url to new signed Widevine UAT proxy.

Bug: 16631113
Change-Id: I442f9c9decd03213912c8c2befcbeccc2a332c53
This commit is contained in:
Edwin Wong
2014-09-12 15:31:43 -07:00
parent 7bf1daa432
commit 138160ddea
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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);