-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathexample_K6.4.mpd
More file actions
40 lines (40 loc) · 2.44 KB
/
Copy pathexample_K6.4.mpd
File metadata and controls
40 lines (40 loc) · 2.44 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
36
37
38
39
40
<?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" minimumUpdatePeriod="PT30S" timeShiftBufferDepth="PT30M" availabilityStartTime="2022-02-25T12:30:00" minBufferTime="PT4S" profiles="urn:mpeg:dash:profile:advanced-linear:2025">
<BaseURL serviceLocation="alpha">https://cdn1.example.com/</BaseURL>
<BaseURL serviceLocation="beta">https://cdn2.example.com/</BaseURL>
<ServiceDescription id="1250">
<Scope schemeIdUri="urn:mpeg:dash:event:service-description:2024"/>
<Latency min="750" max="4200" target="1250" referenceId="7"/>
<PlaybackRate min="0.96" max="1.04"/>
<ClientDataReporting schemeIdUri="urn:mpeg:dash:cta-5004:2023" serviceLocations="beta" adaptationSets="1">
<CMCDParameters mode="header" includeInRequests="segment" keys="br bl cid dl mtp nor ot sf v"/>
</ClientDataReporting>
</ServiceDescription>
<ServiceDescription id="2500">
<Scope schemeIdUri="urn:mpeg:dash:event:service-description:2024"/>
<Latency min="750" max="4200" target="2500" referenceId="7"/>
<PlaybackRate min="0.96" max="1.04"/>
<ClientDataReporting schemeIdUri="urn:mpeg:dash:cta-5004:2023" serviceLocations="beta" adaptationSets="1">
<CMCDParameters mode="header" includeInRequests="segment" keys="br bl cid dl mtp nor"/>
</ClientDataReporting>
</ServiceDescription>
<Period id="1">
<EventStream schemeIdUri="urn:mpeg:dash:event:service-description:2024" timescale="1000">
<Event presentationTime="0" duration="60000" id="0">1250</Event>
<Event presentationTime="60000" duration="60000" id="1">2500</Event>
<Event presentationTime="120000" duration="60000" id="2">
<ServiceDescription id="2000">
<Latency min="750" max="4200" target="2000" referenceId="7"/>
<PlaybackRate min="0.96" max="1.04"/>
<ClientDataReporting schemeIdUri="urn:mpeg:dash:cta-5004:2023" serviceLocations="beta" adaptationSets="1">
<CMCDParameters mode="header" includeInRequests="segment" keys="br bl cid dl mtp"/>
</ClientDataReporting>
</ServiceDescription>
</Event>
</EventStream>
<AdaptationSet id="1" mimeType="video/mp4" codecs="avc1.4D401F" frameRate="30000/1001" segmentAlignment="true" startWithSAP="1">
<BaseURL>video/</BaseURL>
<!-- ... -->
</AdaptationSet>
</Period>
</MPD>