From 1cd8cdd5fe641ee9965599283a714a87f55fe293 Mon Sep 17 00:00:00 2001 From: brandonocasey Date: Fri, 22 Jan 2021 10:49:19 -0500 Subject: [PATCH 1/2] chore: add ll-hls source and legacy avc source --- scripts/sources.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/scripts/sources.json b/scripts/sources.json index 5b75abbe6..2fecc0b81 100644 --- a/scripts/sources.json +++ b/scripts/sources.json @@ -339,5 +339,17 @@ "uri": "https://d2zihajmogu5jn.cloudfront.net/ts-one-valid-many-invalid-codecs/master.m3u8", "mimetype": "application/x-mpegurl", "features": [] + }, + { + "name": "Legacy AVC Codec", + "uri": "https://d2zihajmogu5jn.cloudfront.net/legacy-avc-codec/master.m3u8", + "mimetype": "application/x-mpegurl", + "features": [] + }, + { + "name": "Apple LL-HLS test stream", + "uri": "https://ll-hls-test.apple.com/cmaf/master.m3u8", + "mimetype": "application/x-mpegurl", + "features": [] } ] From 1affde1e5c48073d5a1ba1f1dfd457901a6d6f12 Mon Sep 17 00:00:00 2001 From: brandonocasey Date: Fri, 22 Jan 2021 10:58:55 -0500 Subject: [PATCH 2/2] cr --- scripts/sources.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/sources.json b/scripts/sources.json index 2fecc0b81..546a7f11a 100644 --- a/scripts/sources.json +++ b/scripts/sources.json @@ -345,11 +345,5 @@ "uri": "https://d2zihajmogu5jn.cloudfront.net/legacy-avc-codec/master.m3u8", "mimetype": "application/x-mpegurl", "features": [] - }, - { - "name": "Apple LL-HLS test stream", - "uri": "https://ll-hls-test.apple.com/cmaf/master.m3u8", - "mimetype": "application/x-mpegurl", - "features": [] } ]