From a19f577976fc670c47e837d521c48170ab900ea0 Mon Sep 17 00:00:00 2001 From: ibaker Date: Fri, 13 Oct 2023 06:27:52 -0700 Subject: [PATCH] Remove the 'super speed' SmoothStreaming PlayReady stream from demo This content is no longer available, the manifest is returning a 404. Issue: google/ExoPlayer#11309 #minor-release PiperOrigin-RevId: 573202175 --- demos/main/src/main/assets/media.exolist.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/demos/main/src/main/assets/media.exolist.json b/demos/main/src/main/assets/media.exolist.json index bd5863b550d..4c92ac89023 100644 --- a/demos/main/src/main/assets/media.exolist.json +++ b/demos/main/src/main/assets/media.exolist.json @@ -260,13 +260,6 @@ { "name": "Super speed (MP4, H264, Clear)", "uri": "https://playready.directtaps.net/smoothstreaming/SSWSS720H264/SuperSpeedway_720.ism/Manifest" - }, - { - "name": "Super speed (MP4, H264, PlayReady)", - "uri": "https://playready.directtaps.net/smoothstreaming/SSWSS720H264PR/SuperSpeedway_720.ism/Manifest", - "drm_scheme": "playready", - "drm_license_uri": "https://playready.directtaps.net/pr/svc/rightsmanager.asmx", - "drm_force_default_license_uri": true } ] },