From 6a133bedcfcfb6780cdf186f6cb929f1e0b11309 Mon Sep 17 00:00:00 2001 From: Robert Shih Date: Mon, 5 Apr 2021 23:30:30 -0700 Subject: [PATCH] libvtswidevine: replace appspot with uat Bug: 179093540 Test: VtsHalDrmV1_2TargetTest Change-Id: I1f343fb977f85ca4b7bf5fbc28fbfac23fbc3f05 --- libwvdrmengine/vts/vendor_module/vts_module.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libwvdrmengine/vts/vendor_module/vts_module.cpp b/libwvdrmengine/vts/vendor_module/vts_module.cpp index d3d5d37a..944fa911 100644 --- a/libwvdrmengine/vts/vendor_module/vts_module.cpp +++ b/libwvdrmengine/vts/vendor_module/vts_module.cpp @@ -89,7 +89,7 @@ namespace widevine_vts { vector configurations; { - const string serverUrl = "http://widevine-proxy.appspot.com/proxy"; + const string serverUrl = "https://proxy.uat.widevine.com/proxy"; const vector 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 initData = a2b_hex( "00000042" // blob size "70737368" // "pssh"