forked from MPEGGroup/DASHSchema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample_G28-1.mpd
67 lines (51 loc) · 3.13 KB
/
example_G28-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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="UTF-8"?>
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" type="dynamic" id="7399610060681366163"
profiles="urn:mpeg:dash:profile:isoff-live:2011" 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="video_primary" contentType="video" mimeType="video/mp4"
segmentAlignment="true" startWithSAP="1">
<SupplementalProperty schemeIdUri="urn:mpeg:dash:adaptation-set-switching:2016"
value="video_fga"/>
<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" codecs="hvc1.2.4.L93.B0" width="960"
height="540" framerate="50"/>
<Representation id="720p" bandwidth="2166000" codecs="hvc1.2.4.L93.B0" width="1280"
height="720" framerate="50"/>
<Representation id="1080p" bandwidth="6202000" codecs="hvc1.2.4.L123.B0" width="1920"
height="1080" framerate="50"/>
<Representation id="1440p" bandwidth="12741200" codecs="hvc1.2.4.L153.B0" width="2560"
height="1440" framerate="50"/>
<Representation id="2160p" bandwidth="18667200" codecs="hvc1.2.4.H153.B0" width="3840"
height="2160" framerate="50"/>
</AdaptationSet>
<AdaptationSet id="video_fga" contentType="video" mimeType="video/mp4"
segmentAlignment="true" startWithSAP="1">
<EssentialProperty schemeIdUri="urn:mpeg:dash:ssr:2023" value="video_primary"/>
<SupplementalProperty schemeIdUri="urn:mpeg:dash:adaptation-set-switching:2016"
value="video_primary"/>
<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.
Each segment starts with IDR and can be used to start playback -->
<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>