[test_InfoExtractor] Add test for #20346
[youtube-dl] / test / testdata / mpd / unfragmented.mpd
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <MPD mediaPresentationDuration="PT54.915S" minBufferTime="PT1.500S" profiles="urn:mpeg:dash:profile:isoff-on-demand:2011" type="static" xmlns="urn:mpeg:dash:schema:mpd:2011">
3     <Period duration="PT54.915S">
4         <AdaptationSet segmentAlignment="true" subsegmentAlignment="true" subsegmentStartsWithSAP="1">
5             <Representation bandwidth="804261" codecs="avc1.4d401e" frameRate="30" height="360" id="VIDEO-1" mimeType="video/mp4" startWithSAP="1" width="360">
6                 <BaseURL>DASH_360</BaseURL>
7                 <SegmentBase indexRange="915-1114" indexRangeExact="true">
8                     <Initialization range="0-914"/>
9                 </SegmentBase>
10             </Representation>
11             <Representation bandwidth="608000" codecs="avc1.4d401e" frameRate="30" height="240" id="VIDEO-2" mimeType="video/mp4" startWithSAP="1" width="240">
12                 <BaseURL>DASH_240</BaseURL>
13                 <SegmentBase indexRange="913-1112" indexRangeExact="true">
14                     <Initialization range="0-912"/>
15                 </SegmentBase>
16             </Representation>
17         </AdaptationSet>
18         <AdaptationSet>
19             <Representation audioSamplingRate="48000" bandwidth="129870" codecs="mp4a.40.2" id="AUDIO-1" mimeType="audio/mp4" startWithSAP="1">
20                 <AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/>
21                 <BaseURL>audio</BaseURL>
22                 <SegmentBase indexRange="832-1007" indexRangeExact="true">
23                     <Initialization range="0-831"/>
24                 </SegmentBase>
25             </Representation>
26         </AdaptationSet>
27     </Period>
28 </MPD>