Skip to content

Commit e39e27d

Browse files
authored
test: change source for live DASH playback test to fix test failures (#1303)
The current live DASH playback test source uses a source where segments are referenced by a SegmentTemplate and duration, but the server doesn't have time syncing and appears to be about two minutes behind local time. This leads to requests for segments beyond expected and occasional failures. Until that issue is fixed in VHS, switch to a live source that uses SegmentTemplate, to be a more reliable basic live DASH playback test.
1 parent 23bbf84 commit e39e27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/playback.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ QUnit[testFn]('Live DASH', function(assert) {
250250
});
251251

252252
player.src({
253-
src: 'https://livesim.dashif.org/livesim/mup_30/testpic_2s/Manifest.mpd',
253+
src: 'https://livesim.dashif.org/livesim/segtimeline_1/testpic_2s/Manifest.mpd',
254254
type: 'application/dash+xml'
255255
});
256256

0 commit comments

Comments
 (0)