• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="UTF-8"?>
2<MPD type="static" duration="1s" mediaPresentationDuration="PT1S">
3 <Period>
4  <SegmentTemplate startNumber="0" timescale="1000" media="sq/$Number$">
5   <SegmentTimeline>
6    <S d="1000"/>
7   </SegmentTimeline>
8  </SegmentTemplate>
9  <AdaptationSet id="0" mimeType="audio/mp4" subsegmentAlignment="true" label="audio label">
10   <Representation id="0" codecs="mp4a.40.2" audioSamplingRate="48000" bandwidth="144000">
11    <BaseURL>https://test.com/0</BaseURL>
12   </Representation>
13  </AdaptationSet>
14  <AdaptationSet id="1" mimeType="video/mp4" subsegmentAlignment="true" label="ignored label">
15   <Representation id="1" codecs="avc1.4d4015" width="426" height="240" bandwidth="258000">
16    <BaseURL>https://test.com/1</BaseURL>
17   </Representation>
18   <Label>video label</Label>
19  </AdaptationSet>
20 </Period>
21</MPD>
22