forked from MPEGGroup/DASHSchema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample_G30-5.mpd
39 lines (26 loc) · 1.72 KB
/
example_G30-5.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8"?>
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
availabilityStartTime="2022-11-09T17:26:18Z" maxSegmentDuration="PT1.92S" minBufferTime="PT1S"
minimumUpdatePeriod="PT1S" profiles="urn:mpeg:dash:profile:isoff-live:2011"
publishTime="2022-11-09T18:55:02Z" timeShiftBufferDepth="PT11S" type="dynamic"
xsi:schemaLocation="urn:mpeg:dash:schema:mpd:2011 DASH-MPD.xsd urn:mpeg:dash:schema:urlparam:2016 DASH-MPD-UP.xsd">
<ServiceDescription>
<ContentSteering defaultServiceLocation="beta" queryBeforeStart="true">
https://steeringservice.com/app/instance1234 </ContentSteering>
</ServiceDescription>
<Period id="P0" start="PT0S">
<AdaptationSet contentType="video" id="0" mimeType="video/mp4" par="16:9"
segmentAlignment="true" startWithSAP="1">
<Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"/>
<SegmentTemplate duration="96" startNumber="868757698" timescale="50"
initialization="$RepresentationID$-init.mp4" media="$RepresentationID$-$Number$.mp4" />
<Representation bandwidth="500000" codecs="hvc1.1.6.L63.B0" frameRate="25" height="360" id="0" width="640"/>
<Representation bandwidth="1200000" codecs="hvc1.1.6.L93.B0" frameRate="50" height="540" id="1" width="960"/>
</AdaptationSet>
</Period>
<EssentialProperty schemeIdUri="urn:mpeg:dash:urlparam:2016" xmlns:up="urn:mpeg:dash:schema:urlparam:2016">
<up:ExtUrlQueryInfo includeInRequests="steering"
queryTemplate="$querypart$&_HLS_pathway=$urn:mpeg:dash:service-location$&_HLS_throughput=$urn:mpeg:dash:throughput$"
useMPDUrlQuery="true"/>
</EssentialProperty>
</MPD>