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="application/x-rawcc" subsegmentAlignment="true"> 10 <Representation id="0" codecs="cea608" bandwidth="16"> 11 <BaseURL>https://test.com/0</BaseURL> 12 </Representation> 13 </AdaptationSet> 14 <AdaptationSet id="0" mimeType="application/mp4" subsegmentAlignment="true"> 15 <Representation id="0" codecs="stpp.ttml.im1t" bandwidth="16"> 16 <BaseURL>https://test.com/0</BaseURL> 17 </Representation> 18 </AdaptationSet> 19 <AdaptationSet id="0" mimeType="application/ttml+xml" subsegmentAlignment="true"> 20 <Representation id="0" bandwidth="16"> 21 <BaseURL>https://test.com/0</BaseURL> 22 </Representation> 23 </AdaptationSet> 24 </Period> 25</MPD> 26