From 686d11de1b959aea67d0b656d9955536cc27a4d9 Mon Sep 17 00:00:00 2001 From: olly Date: Mon, 21 Dec 2020 12:08:44 +0000 Subject: [PATCH] Force PlayReady license URL The media specifies a URL that uses http rather than https, which the demo app doesn't permit by default. The URL here is the same except it uses https instead. #minor-release PiperOrigin-RevId: 348445571 --- demos/main/src/main/assets/media.exolist.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/demos/main/src/main/assets/media.exolist.json b/demos/main/src/main/assets/media.exolist.json index 419c37af32..b515eca98a 100644 --- a/demos/main/src/main/assets/media.exolist.json +++ b/demos/main/src/main/assets/media.exolist.json @@ -251,7 +251,9 @@ { "name": "Super speed (MP4, H264, PlayReady)", "uri": "https://playready.directtaps.net/smoothstreaming/SSWSS720H264PR/SuperSpeedway_720.ism/Manifest", - "drm_scheme": "playready" + "drm_scheme": "playready", + "drm_license_uri": "https://playready.directtaps.net/pr/svc/rightsmanager.asmx", + "drm_force_default_license_uri": true } ] },