Created
September 16, 2014 04:18
-
-
Save sinkers/cfffec1acf879b1a524d to your computer and use it in GitHub Desktop.
IIS DASH sample manifest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" mediaPresentationDuration="PT52.250S" minBufferTime="PT4S" profiles="urn:mpeg:dash:profile:isoff-live:2011" type="static"> | |
<Period> | |
<AdaptationSet bitstreamSwitching="true" codecs="mp4a.40.2" contentType="audio" group="5" id="1" lang="en" mimeType="audio/mp4" profiles="ccff" segmentAlignment="true"> | |
<SegmentTemplate initialization="QualityLevels($Bandwidth$)/Fragments(audio_eng=i,format=mpd-time-csf)" media="QualityLevels($Bandwidth$)/Fragments(audio_eng=$Time$,format=mpd-time-csf)" timescale="10000000"> | |
<SegmentTimeline> | |
<S d="20201360" /> | |
<S d="20201361" /> | |
<S d="20201360" /> | |
<S d="20201361" /> | |
<S d="20201360" /> | |
<S d="20201361" /> | |
<S d="20201360" /> | |
<S d="20201134" /> | |
<S d="20201361" /> | |
<S d="20201360" /> | |
<S d="20201361" /> | |
<S d="20201134" /> | |
<S d="20201360" /> | |
<S d="20201361" /> | |
<S d="20201360" /> | |
<S d="20201361" /> | |
<S d="20201133" /> | |
<S d="20201361" r="1" /> | |
<S d="20201360" /> | |
<S d="20201361" /> | |
<S d="20201133" /> | |
<S d="20201361" r="1" /> | |
<S d="20201360" /> | |
<S d="17414966" /> | |
</SegmentTimeline> | |
</SegmentTemplate> | |
<Representation audioSamplingRate="44100" bandwidth="125576" id="5_A_audio_eng_1" /> | |
</AdaptationSet> | |
<AdaptationSet bitstreamSwitching="true" codecs="avc1.640028" contentType="video" group="1" id="2" maxHeight="1080" maxWidth="1920" mimeType="video/mp4" profiles="ccff" segmentAlignment="true" startWithSAP="1"> | |
<SegmentTemplate initialization="QualityLevels($Bandwidth$)/Fragments(video=i,format=mpd-time-csf)" media="QualityLevels($Bandwidth$)/Fragments(video=$Time$,format=mpd-time-csf)" timescale="10000000"> | |
<SegmentTimeline> | |
<S d="20000000" r="18" /> | |
<S d="39999583" /> | |
<S d="20000000" r="4" /> | |
<S d="2500000" /> | |
</SegmentTimeline> | |
</SegmentTemplate> | |
<Representation bandwidth="5933486" height="1080" id="1_V_video_1" width="1920" /> | |
<Representation bandwidth="4646861" height="1080" id="1_V_video_2" width="1920" /> | |
<Representation bandwidth="3360441" height="720" id="1_V_video_3" width="1280" /> | |
<Representation bandwidth="2222352" height="540" id="1_V_video_4" width="960" /> | |
<Representation bandwidth="1480106" height="540" id="1_V_video_5" width="960" /> | |
<Representation bandwidth="985321" height="360" id="1_V_video_6" width="640" /> | |
<Representation bandwidth="638937" height="360" id="1_V_video_7" width="640" /> | |
<Representation bandwidth="391544" height="180" id="1_V_video_8" width="320" /> | |
</AdaptationSet> | |
</Period> | |
</MPD> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment