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 Oct 14, 2015 · 22 revisions

Here are some example URLs to the live simulator running on the the DASH-IF server vm2.dashif.org

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)

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

New period every 1 min (60 times/hour) with period-continuity signaled

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

SCTE35 Ad Splice cues 2 times per minute

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)

Live subtitles (EBU-TT-D format)

http://vm2.dashif.org/livesim/testpic_2s/Manifest_stpp.mpd
http://vm2.dashif.org/livesim/testpic_2s/multi_subs.mpd
http://vm2.dashif.org/livesim/testpic_2s/two_regions.mpd

Mixed segment length (6s for audio and 2s for video)

http://vm2.dashif.org/livesim/testpic_6s/mixeddur.mpd

HTTPS

All urls work with https as well in which case internal URLs in the MPD also use the https protocol.

dev

A development version of the live server is running. It is accessible as

 http://vm2.dashif.org/livesim-dev/...

and provides the same content.

Clone this wiki locally