forked from MPEGGroup/DASHSchema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample_G31-2.mpd
30 lines (23 loc) · 1.05 KB
/
example_G31-2.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
<?xml version="1.0" encoding="UTF-8"?>
<MPD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:mpeg:dash:schema:mpd:2011"
profiles="urn:mpeg:dash:profile:list:2024"
xsi:schemaLocation="urn:mpeg:dash:schema:mpd:2011 DASH-MPD.xsd" type="list" minBufferTime="PT1S"
publishTime="2011-12-25T12:30:00">
<BaseURL>http://cdn1.example.com/</BaseURL>
<Period id="42" duration="PT15S">
<ImportedMPD earliestResolutionTimeOffset="0">ad0.mpd</ImportedMPD>
<EventStream schemeIdUri="urn:mpeg:dash:event:callback:2015" value="1">
<Event presentationTime="0">http://example.com/beacon/ad2?time=0</Event>
<Event presentationTime="15">http://example.com/beacon/ad2?time=15</Event>
</EventStream>
<ServiceDescription id="420">
<PlaybackRestrictions skipAfter="5"/>
</ServiceDescription>
</Period>
<Period id="43" duration="PT15S">
<ImportedMPD earliestResolutionTimeOffset="42">ad1.mpd</ImportedMPD>
</Period>
<Period id="44" duration="PT15S">
<ImportedMPD earliestResolutionTimeOffset="42">ad2.mpd</ImportedMPD>
</Period>
</MPD>