locations.mpd 902 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <MPD xmlns="urn:mpeg:dash:schema:mpd:2011" profiles="urn:mpeg:dash:profile:isoff-live:2011" type="static" mediaPresentationDuration="PT6S" minBufferTime="PT2.000S">
  3. <BaseURL>https://www.example.com/base</BaseURL>
  4. <Location>https://www.example.com/updates</Location>
  5. <Location>https://www.example.com/updates2</Location>
  6. <Period>
  7. <AdaptationSet mimeType="video/mp4" scanType="progressive" segmentAlignment="true" startWithSAP="1">
  8. <Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"></Role>
  9. <Representation bandwidth="449000" codecs="avc1.420015" frameRate="2997/125" height="270" id="482" width="482" >
  10. <SegmentBase></SegmentBase>
  11. </Representation>
  12. <BaseURL>1080p.ts</BaseURL>
  13. <SegmentBase>
  14. <RepresentationIndex sourceURL="1080p.sidx"/>
  15. </SegmentBase>
  16. </AdaptationSet>
  17. </Period>
  18. </MPD>