From 798b07b7b7990acee707046187f910f45772e74d Mon Sep 17 00:00:00 2001 From: Daniel Silhavy Date: Thu, 28 Sep 2023 14:05:00 +0200 Subject: [PATCH] Change MSS sample streams --- samples/dash-if-reference-player/app/sources.json | 6 +++--- samples/smooth-streaming/mss.html | 2 +- test/functional-karma/config/live-basic.js | 5 +++-- test/functional-karma/config/mss.js | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/samples/dash-if-reference-player/app/sources.json b/samples/dash-if-reference-player/app/sources.json index b5464f2fc7..7e7974da5c 100644 --- a/samples/dash-if-reference-player/app/sources.json +++ b/samples/dash-if-reference-player/app/sources.json @@ -1274,12 +1274,12 @@ "name": "Smooth Streaming", "submenu": [ { - "url": "http://playready.directtaps.net/smoothstreaming/SSWSS720H264/SuperSpeedway_720.ism/Manifest", + "url": "https://playready.directtaps.net/smoothstreaming/SSWSS720H264/SuperSpeedway_720.ism/Manifest", "name": "Super Speedway", "provider": "microsoft" }, { - "url": "http://playready.directtaps.net/smoothstreaming/SSWSS720H264PR/SuperSpeedway_720.ism/Manifest", + "url": "https://playready.directtaps.net/smoothstreaming/SSWSS720H264PR/SuperSpeedway_720.ism/Manifest", "name": "Super Speedway + PlayReady DRM", "protData": { "com.microsoft.playready": { @@ -1288,7 +1288,7 @@ "provider": "microsoft" }, { - "url": "http://test.playready.microsoft.com/smoothstreaming/SSWSS720H264PR/SuperSpeedway_720.ism/Manifest", + "url": "https://playready.directtaps.net/smoothstreaming/SSWSS720H264PR/SuperSpeedway_720.ism/Manifest", "name": "Super Speedway + PlayReady DRM (persistent)", "protData": { "com.microsoft.playready": { diff --git a/samples/smooth-streaming/mss.html b/samples/smooth-streaming/mss.html index 5855ff62e2..cee188a1bc 100644 --- a/samples/smooth-streaming/mss.html +++ b/samples/smooth-streaming/mss.html @@ -73,7 +73,7 @@

Smooth Streaming example

Manifest URL
diff --git a/test/functional-karma/config/live-basic.js b/test/functional-karma/config/live-basic.js index 7b53cc91d0..20b1e7025a 100644 --- a/test/functional-karma/config/live-basic.js +++ b/test/functional-karma/config/live-basic.js @@ -27,9 +27,10 @@ export default [ }, { name: 'Audio only live', - url: 'https://livesim.dashif.org/livesim/testpic_2s/audio.mpd', + url: 'https://livesim2.dashif.org/livesim2/testpic_2s/audio.mpd', type: 'live', - testcases: [Constants.TESTCASES.GENERIC.ALL] + testcases: [Constants.TESTCASES.GENERIC.ALL], + excludedTestcases: [Constants.TESTCASES.SIMPLE.INITIAL_BUFFER_TARGET] }, ] diff --git a/test/functional-karma/config/mss.js b/test/functional-karma/config/mss.js index e2fdcf4bf6..c22fa02d1c 100644 --- a/test/functional-karma/config/mss.js +++ b/test/functional-karma/config/mss.js @@ -4,7 +4,7 @@ export default [ { name: 'MSS', type: 'vod', - url: 'http://playready.directtaps.net/smoothstreaming/SSWSS720H264/SuperSpeedway_720.ism/Manifest', + url: 'https://playready.directtaps.net/smoothstreaming/SSWSS720H264/SuperSpeedway_720.ism/Manifest', testcases: [Constants.TESTCASES.GENERIC.ALL] } ]