Ticket #10574: test.mpd

File test.mpd, 1.7 KB (added by ahutson-bbc, 3 years ago)

Sample manifest

Line 
1<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:mpeg:dash:schema:mpd:2011 http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-DASH_schema_files/DASH-MPD.xsd" profiles="urn:dvb:dash:profile:dvb-dash:2014,urn:dvb:dash:profile:dvb-dash:isoff-ext-live:2014" type="dynamic" availabilityStartTime="1970-01-01T00:00:40Z" publishTime="2023-08-01T13:08:03.147Z" minimumUpdatePeriod="PT8H" minBufferTime="PT10S" timeShiftBufferDepth="PT2H" maxSegmentDuration="PT4S">
2 <Period id="1" start="PT0S">
3 <AdaptationSet id="1" contentType="audio" mimeType="audio/mp4" segmentAlignment="true" audioSamplingRate="48000" codecs="mp4a.40.2" startWithSAP="1" group="1" lang="en">
4 <AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/>
5 <Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"/>
6 <Representation id="pa4" bandwidth="128000">
7 <SegmentTemplate initialization="audio-segment.init" media="audio-$Number$.m4s" timescale="48000" duration="184320"/>
8 </Representation>
9 </AdaptationSet>
10 <AdaptationSet id="2" contentType="video" mimeType="video/mp4" segmentAlignment="true" sar="1:1" startWithSAP="1" group="2" par="16:9">
11 <Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"/>
12 <Representation id="pv14" bandwidth="5070016" width="1280" height="720" codecs="avc3.640020" frameRate="50" scanType="progressive">
13 <SegmentTemplate initialization="video-segment.init" media="video-$Number$.m4s" timescale="50" duration="192"/>
14 </Representation>
15 </AdaptationSet>
16 </Period>
17 <UTCTiming schemeIdUri="urn:mpeg:dash:utc:http-xsdate:2014" value="https://time.akamai.com/?iso"/>
18</MPD>