* commit '7e5c5c75d6f3064ce76b64fa1f389ab24dbeddaf': Update YT CP server URI to point to the UAT server
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
|
||||
|
||||
@@ -87,7 +87,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://kir03wwwg185.widevine.net/drm";
|
||||
static final String kOperatorSessionKeyServerUrl = "http://wv-ref-eme-player.appspot.com/proxy";
|
||||
|
||||
static final UUID kWidevineScheme = new UUID(0xEDEF8BA979D64ACEL, 0xA3C827DCD51D21EDL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user