forked from MPEGGroup/DASHSchema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample_G32-1.mpd
24 lines (22 loc) · 1.11 KB
/
example_G32-1.mpd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<MPD
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="urn:mpeg:dash:schema:mpd:2011"
xsi:schemaLocation="urn:mpeg:dash:schema:mpd:2011 DASH-MPD.xsd"
type="static" mediaPresentationDuration="PT634S" minBufferTime="PT2S" profiles="urn:mpeg:dash:profile:isoff-live:2011" >
<Period>
<AdaptationSet id="1" contentType="video" width="960" height="540" frameRate="30" subsegmentAlignment="true" par="16:9" >
<!-- Only base layer (quarter-resolution) AVC video -->
<SupplementalProperty schemeIdUri="urn:mpeg:dash:preselection:2016"/>
<Representation id="1r1" bandwidth="1510172" codecs="avc1.64001f" mimeType="video/mp4" sar="1:1">
<BaseURL>lcevc.mp4</BaseURL>
<SegmentBase indexRange="865-1664" timescale="15360">
<Initialization range="0-864"/>
</SegmentBase>
</Representation>
</AdaptationSet>
<!-- Both AVC base and LC-EVC enhancement Layer -->
<Preselection id="2" codecs="lvc1" width="1920" height="1080" preselectionComponents="1" selectionPriority="2">
</Preselection>
</Period>
</MPD>