-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathl3d_low_latency_example.mpd
42 lines (31 loc) · 2.33 KB
/
l3d_low_latency_example.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
<?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.000S" maxSegmentDuration="PT0H0M2.016S" minimumUpdatePeriod="PT0H0M2.002S" availabilityStartTime="1977-05-25T18:00:00.000Z" timeShiftBufferDepth="PT0H0M30.000S" publishTime="2021-11-10T20:44:07.025Z">
<ServiceDescription>
<Latency min="750" max="4200" target="1250" referenceId="7"/>
<PlaybackRate min="0.96" max="1.04"/>
</ServiceDescription>
<Period id="817467999" start="PT389761H2M15.535S">
<ProducerReferenceTime id="7" wallClockTime="2019-08-06T13:44:12Z" presentationTime="158400">
<AdaptationSet id="1" contentType="video" mimeType="video/mp4" segmentAlignment="true" startWithSAP="0">
<Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"/>
<EssentialProperty schemeIdUri="urn:mpeg:dash:ssr:2023" />
<!-- FGA representation where partial segments with subnumber > 1 are not expected to have any kind of random access -->
<SegmentSequence>
<SAP type="1"/>
</SegmentSequence>
<SegmentTemplate initialization="$RepresentationID$/init.mp4"
media="$RepresentationID$/segment_$Number$_part_$SubNumber$.mp4" timescale="90000" startNumber="817472154" presentationTimeOffset="135158">
<SegmentTimeline>
<!-- 1.92s segment with 6-frame partial segments, same as LL-HLS -->
<S t="546975158" d="172800" r="14" k="16"/>
</SegmentTimeline>
</SegmentTemplate>
<Representation id="l3d_540p" bandwidth="1502000" codecs="hvc1.2.4.L93.B0" width="960" height="540" frameRate="50"/>
<Representation id="l3d_720p" bandwidth="2166000" codecs="hvc1.2.4.L93.B0" width="1280" height="720" frameRate="50"/>
<Representation id="l3d_1080p" bandwidth="6202000" codecs="hvc1.2.4.L123.B0" width="1920" height="1080" frameRate="50"/>
<Representation id="l3d_1440p" bandwidth="12741200" codecs="hvc1.2.4.L153.B0" width="2560" height="1440" frameRate="50"/>
<Representation id="l3d_2160p" bandwidth="18667200" codecs="hvc1.2.4.H153.B0" width="3840" height="2160" frameRate="50"/>
</AdaptationSet>
</Period>
<SupplementalProperty schemeIdUri="urn:scte:dash:powered-by" value="viper-mod_super8-4.3.2-1"/>
</MPD>