From 858fa26e3a576884a1b8484dab1bb55c75132ef6 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 baa89f11ff..4d9e1df23a 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 } ] },