Merge "libvtswidevine: replace appspot with uat" into sc-dev am: 1f8f0f1ccc
Original change: https://googleplex-android-review.googlesource.com/c/platform/vendor/widevine/+/14099570 Change-Id: I2c105cf52d26429af17c583ad6c727773d959170
This commit is contained in:
@@ -89,7 +89,7 @@ namespace widevine_vts {
|
||||
|
||||
vector<DrmHalVTSVendorModule_V1::ContentConfiguration> configurations;
|
||||
{
|
||||
const string serverUrl = "http://widevine-proxy.appspot.com/proxy";
|
||||
const string serverUrl = "https://proxy.uat.widevine.com/proxy";
|
||||
const vector<uint8_t> initData = a2b_hex(
|
||||
"00000042" // blob size
|
||||
"70737368" // "pssh"
|
||||
@@ -123,7 +123,7 @@ namespace widevine_vts {
|
||||
|
||||
// Content Configuration #2 - Allows offline playback
|
||||
{
|
||||
const string serverUrl = "http://widevine-proxy.appspot.com/proxy";
|
||||
const string serverUrl = "https://proxy.uat.widevine.com/proxy";
|
||||
const vector<uint8_t> initData = a2b_hex(
|
||||
"00000042" // blob size
|
||||
"70737368" // "pssh"
|
||||
|
||||
Reference in New Issue
Block a user