Skip to content

Commit

Permalink
chore: update DASH stream urls (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsev committed Jul 28, 2020
1 parent 6728837 commit 902c2a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/sources.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
},
{
"name": "DASH - Live simulated DASH from DASH IF",
"uri": "https://vm2.dashif.org/livesim/mup_30/testpic_2s/Manifest.mpd",
"uri": "https://livesim.dashif.org/livesim/mup_30/testpic_2s/Manifest.mpd",
"mimetype": "application/dash+xml",
"features": ["live"]
},
Expand Down
2 changes: 1 addition & 1 deletion test/playback.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ QUnit[testFn]('Live DASH', function(assert) {
});

player.src({
src: 'https://vm2.dashif.org/livesim/mup_30/testpic_2s/Manifest.mpd',
src: 'https://livesim.dashif.org/livesim/mup_30/testpic_2s/Manifest.mpd',
type: 'application/dash+xml'
});
});
Expand Down

0 comments on commit 902c2a5

Please sign in to comment.