1<?xml version="1.0" encoding="UTF-8"?> 2<MPD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 3 availabilityStartTime="2014-06-19T23:07:42" 4 minBufferTime="PT1.500S" 5 minimumUpdatePeriod="PT5.000S" 6 profiles="urn:mpeg:dash:profile:isoff-main:2011" 7 timeShiftBufferDepth="PT129600.000S" 8 type="dynamic" 9 xmlns="urn:mpeg:DASH:schema:MPD:2011" 10 xsi:schemaLocation="urn:mpeg:DASH:schema:MPD:2011 DASH-MPD.xsd" 11 yt:earliestMediaSequence="1266404" > 12 <ProgramInformation lang="enUs" 13 moreInformationURL="www.example.com"> 14 <Title>MediaTitle</Title> 15 <Source>MediaSource</Source> 16 <Copyright>MediaCopyright</Copyright> 17 </ProgramInformation> 18 <Period start="PT6462826.784S" > 19 <SegmentList 20 presentationTimeOffset="34740095" 21 startNumber="1292317" 22 timescale="1000" > 23 <SegmentTimeline> 24 <S d="4804" /> 25 <S d="5338" /> 26 <S d="4938" /> 27 </SegmentTimeline> 28 </SegmentList> 29 <AdaptationSet 30 mimeType="audio/mp4" 31 subsegmentAlignment="true" > 32 <Role 33 schemeIdUri="urn:mpeg:DASH:role:2011" 34 value="main" /> 35 <Representation 36 id="141" 37 audioSamplingRate="48000" 38 bandwidth="272000" 39 codecs="mp4a.40.2" 40 startWithSAP="1" > 41 <AudioChannelConfiguration 42 schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" 43 value="2" /> 44 <BaseURL> 45http://www.test.com/141 46 </BaseURL> 47 <SegmentList> 48 <Initialization 49 range="0-591" 50 sourceURL="sq/0/clen/79480/lmt/1403219262956762/dur/4.805" /> 51 <SegmentURL media="sq/1292317/clen/77447/lmt/1409671169987621/dur/4.805" /> 52 <SegmentURL media="sq/1292318/clen/86958/lmt/1409671174832549/dur/5.339" /> 53 <SegmentURL media="sq/1292319/clen/85018/lmt/1409671179719956/dur/4.938" /> 54 </SegmentList> 55 </Representation> 56 </AdaptationSet> 57 <AdaptationSet 58 mimeType="video/mp4" 59 subsegmentAlignment="true" > 60 <Role 61 schemeIdUri="urn:mpeg:DASH:role:2011" 62 value="main" /> 63 <Representation 64 id="135" 65 bandwidth="1116000" 66 codecs="avc1.42c01f" 67 height="480" 68 startWithSAP="1" 69 width="854" > 70 <BaseURL> 71http://www.test.com/135 72 </BaseURL> 73 <SegmentList> 74 <Initialization 75 range="0-671" 76 sourceURL="sq/0/clen/1221137/lmt/1403219262956762/dur/4.805" /> 77 <SegmentURL media="sq/1292317/clen/1279915/lmt/1409671169987621/dur/4.805" /> 78 <SegmentURL media="sq/1292318/clen/1310650/lmt/1409671174832549/dur/5.339" /> 79 <SegmentURL media="sq/1292319/clen/1486558/lmt/1409671179719956/dur/4.938" /> 80 </SegmentList> 81 </Representation> 82 </AdaptationSet> 83 <AdaptationSet 84 lang="en" 85 mimeType="text/vtt" > 86 <Role 87 schemeIdUri="urn:mpeg:DASH:role:2011" 88 value="caption" /> 89 <Representation 90 id="en" 91 bandwidth="0" 92 codecs="" > 93 <BaseURL> 94http://www.test.com/vtt 95 </BaseURL> 96 <SegmentList> 97 <SegmentURL media="sq/1292317" /> 98 <SegmentURL media="sq/1292318" /> 99 <SegmentURL media="sq/1292319" /> 100 </SegmentList> 101 </Representation> 102 </AdaptationSet> 103 </Period> 104</MPD> 105