-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathexample_G26-1.mpd
More file actions
35 lines (33 loc) · 2.69 KB
/
Copy pathexample_G26-1.mpd
File metadata and controls
35 lines (33 loc) · 2.69 KB
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
<?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="dynamic" id="7399610060681366163" profiles="urn:mpeg:dash:profile:advanced-linear:2025" minBufferTime="PT2.002S" maxSegmentDuration="PT2.002S" minimumUpdatePeriod="PT2.002S" availabilityStartTime="1977-05-25T18:00:00.000Z" timeShiftBufferDepth="PT0H0M30.000S" publishTime="2023-11-10T20:44:07.025Z">
<Period id="817467999" start="PT389761H2M15.535S">
<AdaptationSet id="0" contentType="video" mimeType="video/mp4" codecs="hvc1.2.4.H153.B0" frameRate="50" segmentAlignment="true" startWithSAP="1">
<SupplementalProperty schemeIdUri="urn:mpeg:dash:adaptation-set-switching:2016" value="1"/>
<Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"/>
<SegmentTemplate initialization="$RepresentationID$/init.mp4" timeShiftBufferDepth="PT0H0M30.000S" media="$RepresentationID$/segment_$Time$.mp4" timescale="90000" presentationTimeOffset="135158">
<SegmentTimeline>
<S t="546975158" d="172800" r="144"/>
</SegmentTimeline>
</SegmentTemplate>
<Representation id="540p" bandwidth="1502000" width="960" height="540"/>
<Representation id="720p" bandwidth="2166000" width="1280" height="720"/>
<Representation id="1080p" bandwidth="6202000" width="1920" height="1080"/>
<Representation id="1440p" bandwidth="12741200" width="2560" height="1440"/>
<Representation id="2160p" bandwidth="18667200" width="3840" height="2160"/>
</AdaptationSet>
<AdaptationSet id="1" contentType="video" mimeType="video/mp4" segmentAlignment="true" startWithSAP="1">
<EssentialProperty schemeIdUri="urn:mpeg:dash:ssr:2023" value="0"/>
<SupplementalProperty schemeIdUri="urn:mpeg:dash:adaptation-set-switching:2016" value="0"/>
<!-- Each partial segment starts with IDR and can be used to start playback -->
<SegmentSequenceProperties sapType="1" cadence="1"/>
<SegmentTemplate initialization="$RepresentationID$/init.mp4" media="$RepresentationID$/segment_$Time$_part_$SubNumber$.mp4" timescale="90000" presentationTimeOffset="135158">
<SegmentTimeline>
<S t="546975158" d="172800" r="144" k="16"/>
</SegmentTimeline>
</SegmentTemplate>
<!-- Fine Granularity Access representations with 6-frame partial segments. -->
<Representation id="join_6_540p" bandwidth="600000" codecs="hvc1.2.4.L93.B0" width="960" height="540" frameRate="50"/>
<Representation id="join_6_1080p" bandwidth="1200000" codecs="hvc1.2.4.L93.B0" width="1920" height="1080" frameRate="50"/>
</AdaptationSet>
</Period>
</MPD>