Use the new borg-based proxy server for MediaDrmAPITest

Improves availability and reliability of the server.

Change-Id: I53f71e618d9c3b9dcd5df16f8e8140e63a795c3d
This commit is contained in:
Jeff Tinker
2014-03-03 17:31:14 -08:00
parent 641456cdcc
commit e49f0e320e

View File

@@ -88,7 +88,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);