Update license and content server URLs due to server migration.
Only affects OEM integration tests, not production code.
bug: 15600077
Change-Id: Id534cec663366f639d934baf8d366615a2d97b64
(cherry picked from commit a53677d27c)
This commit is contained in:
@@ -17,7 +17,7 @@ demo is installed to out/target/product/stingray/system/app/WidevineSamplePlayer
|
||||
|
||||
[Download content for offline testing:]
|
||||
|
||||
View http://seawwws001.shibboleth.tv/android/oem.html source for asset names.
|
||||
View http://pmweb.widevine.net/html/android/oem.html source for asset names.
|
||||
|
||||
For example:
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@ import android.content.Context;
|
||||
|
||||
public class SettingsActivity extends Activity {
|
||||
// public static String CONTENT_PAGE = "/sdcard/Widevine/config.xml";
|
||||
public static String CONTENT_PAGE = "http://seawwws001.shibboleth.tv/android/oem.html";
|
||||
public static String CONTENT_PAGE = "http://pmweb.widevine.net/html/android/oem.html";
|
||||
|
||||
private Context context;
|
||||
private Button updateButton;
|
||||
|
||||
@@ -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