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" maxPlayoutRate="1.0" segmentAlignment="true" startWithSAP="1" minWidth="1280" maxWidth="2560" minHeight="720" maxHeight="1440"> 7 <SegmentTemplate timescale="1000" initialization="$RepresentationID$/init.mp4" media="$RepresentationID$/seg-$Number%04d$.m4s" startNumber="1"> 8 <SegmentTimeline> 9 <S t="0" d="2000" /> 10 <S d="2000" /> 11 <S d="2000" /> 12 <S d="2000" /> 13 </SegmentTimeline> 14 </SegmentTemplate> 15 <Representation id="video/1" codecs="hev1.2.4.H120.90" width="1280" height="720" scanType="progressive" frameRate="30" bandwidth="1955284"/> 16 </AdaptationSet> 17 <!-- Audio --> 18 <AdaptationSet mimeType="audio/mp4" startWithSAP="1" segmentAlignment="true"> 19 <SegmentTemplate timescale="1000" initialization="$RepresentationID$/init.mp4" media="$RepresentationID$/seg-$Number%04d$.m4s" startNumber="1"> 20 <SegmentTimeline> 21 <S t="0" d="2000" /> 22 <S d="2000" /> 23 <S d="2000" /> 24 <S d="2000" /> 25 </SegmentTimeline> 26 </SegmentTemplate> 27 <Representation id="audio/und/mp4a" codecs="mp4a.40.2" bandwidth="132195" audioSamplingRate="48000"> 28 <AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/> 29 </Representation> 30 </AdaptationSet> 31 </Period> 32</MPD> 33