Skip to content

Commit

Permalink
Update URLs to livesim2 streams for MPD patching (#4486)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed May 22, 2024
1 parent 9c9b089 commit 78e0823
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/live-streaming/mpd-patching.html
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
4 changes: 2 additions & 2 deletions test/functional/config/test-configurations/streams/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78e0823

Please sign in to comment.