Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Test URLs

Torbjörn Einarsson edited this page Jun 2, 2015 · 22 revisions

Here are some example URLs to the dev-version of the live simulator running on the the DASH-IF server. To get the corresponding URLs to the master version, replace livesim-dev with livesim.

Basic 24/7

http://vm2.dashif.org/livesim/testpic_2s/Manifest.mpd

Basic 24/7 with 30min later availabilityStartTime (30min difference on screen)

http://vm2.dashif.org/livesim/start_1800/testpic_2s/Manifest.mpd

24/7 with changed minimumUpdatePeriod and timeShiftBufferDepth

http://vm2.dashif.org/livesim/mup_300/tsbd_500/testpic_2s/Manifest.mpd 

10-min cycle with 8min session and 5 different MPDs in this interval

http://vm2.dashif.org/livesim/modulo_10/testpic_2s/Manifest.mpd 

A new period every 3 min (20 times/hour) Not stable in dash.js

http://vm2.dashif.org/livesim/periods_20/testpic_2s/Manifest.mpd

SCTE35 Ad Splice cues 2 times per minute Issue in dash.js reported

http://vm2.dashif.org/livesim/scte35_2/testpic_2s/Manifest.mpd 

UTCTiming in the manifest

http://vm2.dashif.org/livesim/utc_direct-head/testpic_2s/Manifest.mpd

Other values of startNumber (should be in sync with default, since segments are adjusted)

http://vm2.dashif.org/livesim/snr_200/testpic_2s/Manifest.mpd //startNumber = 200
http://vm2.dashif.org/livesim/snr_-1/testpic_2s/Manifest.mpd  // No startNumber in manifest (default = 1)
http://vm2.dashif.org/livesim/snr_1/testpic_2s/Manifest.mpd // startNumber = 1 (explicit)

Clone this wiki locally