From 78e0823852db3beb70d2c7c31f83ea3160cfb09c Mon Sep 17 00:00:00 2001 From: Daniel Silhavy Date: Wed, 22 May 2024 14:03:43 +0200 Subject: [PATCH] Update URLs to livesim2 streams for MPD patching (#4486) --- samples/live-streaming/mpd-patching.html | 2 +- test/functional/config/test-configurations/streams/all.json | 4 ++-- test/functional/config/test-configurations/streams/smoke.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/live-streaming/mpd-patching.html b/samples/live-streaming/mpd-patching.html index 729faaae6a..572b25af7f 100644 --- a/samples/live-streaming/mpd-patching.html +++ b/samples/live-streaming/mpd-patching.html @@ -27,7 +27,7 @@ function init() { var video, player, - url = 'https://192-46-234-23.ip.linodeusercontent.com/livesim2/segtimeline_1/patch_60/testpic_2s/Manifest.mpd'; + url = 'https://livesim2.dashif.org/livesim2/segtimeline_1/patch_60/testpic_2s/Manifest.mpd'; video = document.querySelector('video'); player = dashjs.MediaPlayer().create(); diff --git a/test/functional/config/test-configurations/streams/all.json b/test/functional/config/test-configurations/streams/all.json index d88e4abc37..c0c117f03e 100644 --- a/test/functional/config/test-configurations/streams/all.json +++ b/test/functional/config/test-configurations/streams/all.json @@ -422,7 +422,7 @@ }, { "name": "MPD Patching with $time", - "url": "https://192-46-234-23.ip.linodeusercontent.com/livesim2/segtimeline_1/patch_60/testpic_2s/Manifest.mpd", + "url": "https://livesim2.dashif.org/livesim2/segtimeline_1/patch_60/testpic_2s/Manifest.mpd", "type": "live", "testdata": { "mpdPatching": true @@ -433,7 +433,7 @@ }, { "name": "MPD Patching with $number", - "url": "https://192-46-234-23.ip.linodeusercontent.com/livesim2/segtimelinenr_1/patch_60/testpic_2s/Manifest.mpd", + "url": "https://livesim2.dashif.org/livesim2/segtimelinenr_1/patch_60/testpic_2s/Manifest.mpd", "type": "live", "testdata": { "mpdPatching": true diff --git a/test/functional/config/test-configurations/streams/smoke.json b/test/functional/config/test-configurations/streams/smoke.json index f97679478b..a2b45a3bc7 100644 --- a/test/functional/config/test-configurations/streams/smoke.json +++ b/test/functional/config/test-configurations/streams/smoke.json @@ -161,7 +161,7 @@ }, { "name": "MPD Patching with $time", - "url": "https://192-46-234-23.ip.linodeusercontent.com/livesim2/segtimeline_1/patch_60/testpic_2s/Manifest.mpd", + "url": "https://livesim2.dashif.org/livesim2/segtimeline_1/patch_60/testpic_2s/Manifest.mpd", "type": "live", "testdata": { "mpdPatching": true