Skip to content

Commit

Permalink
test: change source for live DASH playback test to fix test failures (#…
Browse files Browse the repository at this point in the history
…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.
  • Loading branch information
gesinger authored and misteroneill committed Aug 19, 2022
1 parent ca3162b commit 128b3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/playback.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ QUnit[testFn]('Live DASH', function(assert) {
});

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

Expand Down

0 comments on commit 128b3d7

Please sign in to comment.