Update license and content server URLs due to server migration.
Only affects OEM integration tests, not production code. bug: 15600077 Change-Id: Id534cec663366f639d934baf8d366615a2d97b64
This commit is contained in:
@@ -44,7 +44,7 @@ public class WidevineDrm {
|
||||
|
||||
public static class Settings {
|
||||
public static String WIDEVINE_MIME_TYPE = "video/wvm";
|
||||
public static String DRM_SERVER_URI = "https://wstfcps005.shibboleth.tv/widevine/cypherpc/cgi-bin/GetEMMs.cgi";
|
||||
public static String DRM_SERVER_URI = "https://license.uat.widevine.com/getlicense/widevine";
|
||||
public static String DEVICE_ID = "device12345"; // use a unique device ID
|
||||
public static String PORTAL_NAME = "OEM";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user