Ticket #5590: test.mpd

File test.mpd, 1.9 KB (added by Ole Andre Birkedal, 10 years ago)

DASH file

Line 
1<?xml version="1.0" encoding="utf-8"?>
2<MPD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xmlns="urn:mpeg:dash:schema:mpd:2011"
4 xmlns:xlink="http://www.w3.org/1999/xlink"
5 xsi:schemaLocation="urn:mpeg:DASH:schema:MPD:2011 http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-DASH_schema_files/DASH-MPD.xsd"
6 profiles="urn:mpeg:dash:profile:isoff-live:2011"
7 type="dynamic"
8 minimumUpdatePeriod="PT2S"
9 suggestedPresentationDelay="PT2S"
10 availabilityStartTime="2016-05-26T12:07:13"
11 publishTime="2016-05-26T12:59:20"
12 timeShiftBufferDepth="PT20.0S"
13 minBufferTime="PT2.0S">
14 <ProgramInformation>
15 </ProgramInformation>
16 <Period start="PT0.0S">
17 <AdaptationSet contentType="video" segmentAlignment="true" bitstreamSwitching="true">
18 <Representation id="0" mimeType="video/mp4" codecs="avc1.640029" bandwidth="500000" width="768" height="432">
19 <SegmentTemplate timescale="12800" initialization="test-init-stream$RepresentationID$.m4s" media="test-chunk-stream$RepresentationID$-$Number%05d$.m4s" startNumber="1555">
20 <SegmentTimeline>
21 <S t="39782912" d="25600" r="9" />
22 </SegmentTimeline>
23 </SegmentTemplate>
24 </Representation>
25 </AdaptationSet>
26 <AdaptationSet contentType="audio" segmentAlignment="true" bitstreamSwitching="true">
27 <Representation id="1" mimeType="audio/mp4" codecs="mp4a.40.5" bandwidth="128000" audioSamplingRate="44100">
28 <AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2" />
29 <SegmentTemplate timescale="44100" initialization="test-init-stream$RepresentationID$.m4s" media="test-chunk-stream$RepresentationID$-$Number%05d$.m4s" startNumber="1555">
30 <SegmentTimeline>
31 <S t="137061438" d="88064" r="1" />
32 <S d="90112" />
33 <S d="88064" r="6" />
34 </SegmentTimeline>
35 </SegmentTemplate>
36 </Representation>
37 </AdaptationSet>
38 </Period>
39</MPD>