1<?xml version="1.0" ?> 2<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" profiles="urn:mpeg:dash:profile:isoff-live:2011" minBufferTime="PT2.00S" mediaPresentationDuration="PT8S" type="static"> 3 <!-- Created with Bento4 mp4-dash.py, VERSION=1.7.0-613 --> 4 <Period> 5 <!-- Video --> 6 <AdaptationSet mimeType="video/mp4" segmentAlignment="true" startWithSAP="1" minWidth="1280" maxWidth="2560" minHeight="720" maxHeight="1440"> 7 <Representation id="video/1" codecs="hev1.2.4.H120.90" width="1280" height="720" scanType="progressive" frameRate="30" bandwidth="1955284"> 8 <SegmentList timescale="1000"> 9 <Initialization sourceURL="video/1/init.mp4"/> 10 <SegmentTimeline> 11 <S t="0" d="2000" /> 12 <S d="2000" /> 13 <S d="2000" /> 14 <S d="2000" /> 15 </SegmentTimeline> 16 <SegmentURL media="video/1/seg-1.m4s" TI="6.84" SI="35.15"/> 17 <SegmentURL media="video/1/seg-2.m4s" TI="15.14" SI="38.64"/> 18 <SegmentURL media="video/1/seg-3.m4s" TI="17.85" SI="44.73"/> 19 <SegmentURL media="video/1/seg-4.m4s" TI="12.88" SI="52.5"/> 20 </SegmentList> 21 </Representation> 22 </AdaptationSet> 23 <!-- Audio --> 24 <AdaptationSet mimeType="audio/mp4" startWithSAP="1" segmentAlignment="true"> 25 <Representation id="audio/und/mp4a" codecs="mp4a.40.2" bandwidth="132195" audioSamplingRate="48000"> 26 <AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/> 27 <SegmentList timescale="1000"> 28 <Initialization sourceURL="audio/und/mp4a/init.mp4"/> 29 <SegmentTimeline> 30 <S t="0" d="2000" /> 31 <S d="2000" /> 32 <S d="2000" /> 33 <S d="2000" /> 34 </SegmentTimeline> 35 <SegmentURL media="audio/und/mp4a/seg-1.m4s"/> 36 <SegmentURL media="audio/und/mp4a/seg-2.m4s"/> 37 <SegmentURL media="audio/und/mp4a/seg-3.m4s"/> 38 <SegmentURL media="audio/und/mp4a/seg-4.m4s"/> 39 </SegmentList> 40 </Representation> 41 </AdaptationSet> 42 </Period> 43</MPD> 44