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
|
<?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 http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-DASH_schema_files/DASH-MPD.xsd"
minBufferTime="PT1S"
profiles="urn:mpeg:dash:profile:isoff-main:2011"
type="static"
mediaPresentationDuration="PT2920S">
<Period id="1" duration="PT2920S" start="PT0S">
<AdaptationSet id="0" mimeType="video/mp4" contentType="video" segmentAlignment="true" startWithSAP="1">
<Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"/>
<SegmentTemplate presentationTimeOffset="0" media="video-time=$Time$-$Bandwidth$-0.m4s?z32=CENSORED_SESSION" initialization="video-$Bandwidth$-0.mp4?z32=CENSORED_SESSION" timescale="1000" >
<SegmentTimeline>
<S d="4000" r="729"/>
</SegmentTimeline>
</SegmentTemplate>
<Representation id="0" codecs="avc1.4d4020" width="1024" height="576" frameRate="50" bandwidth="2799000"/>
<Representation id="1" codecs="avc1.4d401e" width="768" height="432" frameRate="25" bandwidth="1300000"/>
<Representation id="2" codecs="avc1.4d4015" width="512" height="288" frameRate="25" bandwidth="700000"/>
<Representation id="3" codecs="avc1.4d4015" width="512" height="288" frameRate="25" bandwidth="500000"/>
</AdaptationSet>
<AdaptationSet id="1" lang="de" mimeType="audio/mp4" contentType="audio" codecs="mp4a.40.2" segmentAlignment="true" startWithSAP="1">
<AudioChannelConfiguration schemeIdUri="urn:mpeg:mpegB:cicp:ChannelConfiguration" value="2"/>
<SegmentTemplate presentationTimeOffset="0" media="audio-time=$Time$-$Bandwidth$-0.m4s?z32=CENSORED_SESSION" initialization="audio-$Bandwidth$-0.mp4?z32=CENSORED_SESSION" timescale="1000" >
<SegmentTimeline>
<S d="3200" r="911"/>
<S d="1600"/>
</SegmentTimeline>
</SegmentTemplate>
<Representation id="4" bandwidth="128000"/>
</AdaptationSet>
</Period>
</MPD>
|