1<?xml version="1.0" encoding="utf-8"?>
2<!-- Created with Unified Streaming Platform(version=1.7.10) -->
3<MPD
4  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5  xmlns="urn:mpeg:dash:schema:mpd:2011"
6  xsi:schemaLocation="urn:mpeg:dash:schema:mpd:2011 http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-DASH_schema_files/DASH-MPD.xsd"
7  type="static"
8  mediaPresentationDuration="PT1M23.847347S"
9  maxSegmentDuration="PT3S"
10  minBufferTime="PT10S"
11  profiles="urn:mpeg:dash:profile:isoff-live:2011">
12  <Period>
13    <BaseURL>dash/</BaseURL>
14    <AdaptationSet
15      group="1"
16      contentType="audio"
17      lang="en"
18      minBandwidth="128000"
19      maxBandwidth="152000"
20      segmentAlignment="true"
21      audioSamplingRate="44100"
22      mimeType="audio/mp4"
23      codecs="mp4a.40.2">
24      <AudioChannelConfiguration
25        schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011"
26        value="2">
27      </AudioChannelConfiguration>
28      <SegmentTemplate
29        timescale="44100"
30        initialization="150633-$RepresentationID$.dash"
31        media="150633-$RepresentationID$-$Time$.dash"
32        startNumber="1">
33        <SegmentTimeline>
34          <S t="0" d="90113" />
35          <S d="88064" r="5" />
36          <S d="89088" />
37          <S d="88064" r="6" />
38          <S d="89088" />
39          <S d="88064" r="5" />
40          <S d="89088" />
41          <S d="88064" r="6" />
42          <S d="89088" />
43          <S d="88064" r="5" />
44          <S d="89088" />
45          <S d="88064" r="2" />
46          <S d="79875" />
47        </SegmentTimeline>
48      </SegmentTemplate>
49      <Representation
50        id="audio_eng=128000"
51        bandwidth="128000">
52      </Representation>
53      <Representation
54        id="audio_eng=152000"
55        bandwidth="152000">
56      </Representation>
57    </AdaptationSet>
58    <AdaptationSet
59      group="2"
60      contentType="video"
61      lang="en"
62      par="16:9"
63      minBandwidth="194000"
64      maxBandwidth="4858000"
65      minWidth="426"
66      maxWidth="1920"
67      minHeight="240"
68      maxHeight="1080"
69      segmentAlignment="true"
70      mimeType="video/mp4"
71      startWithSAP="1">
72      <SegmentTemplate
73        timescale="1000"
74        initialization="150633-$RepresentationID$.dash"
75        media="150633-$RepresentationID$-$Time$.dash"
76        startNumber="1">
77        <SegmentTimeline>
78          <S t="0" d="2000" r="40" />
79          <S d="1680" />
80        </SegmentTimeline>
81      </SegmentTemplate>
82      <Representation
83        id="video_eng=194000"
84        bandwidth="194000"
85        width="426"
86        height="240"
87        sar="640:639"
88        codecs="avc1.42C015"
89        scanType="progressive">
90      </Representation>
91      <Representation
92        id="video_eng=436000"
93        bandwidth="436000"
94        width="640"
95        height="360"
96        codecs="avc1.42C01E"
97        scanType="progressive">
98      </Representation>
99      <Representation
100        id="video_eng=869000"
101        bandwidth="869000"
102        width="854"
103        height="480"
104        sar="1280:1281"
105        codecs="avc1.42C01E"
106        scanType="progressive">
107      </Representation>
108      <Representation
109        id="video_eng=1703000"
110        bandwidth="1703000"
111        width="1024"
112        height="576"
113        codecs="avc1.4D401F"
114        scanType="progressive">
115      </Representation>
116      <Representation
117        id="video_eng=2362000"
118        bandwidth="2362000"
119        width="1280"
120        height="720"
121        codecs="avc1.64001F"
122        scanType="progressive">
123      </Representation>
124      <Representation
125        id="video_eng=4858000"
126        bandwidth="4858000"
127        width="1920"
128        height="1080"
129        codecs="avc1.640028"
130        scanType="progressive">
131      </Representation>
132    </AdaptationSet>
133  </Period>
134</MPD>