multiperiod-segment-list.mpd 1.5 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <MPD
  3. xmlns="urn:mpeg:dash:schema:mpd:2011"
  4. profiles="urn:mpeg:dash:profile:isoff-live:2011"
  5. type="static"
  6. mediaPresentationDuration="PT12S"
  7. minBufferTime="PT3.000S">
  8. <BaseURL>https://www.example.com/base</BaseURL>
  9. <Period duration="PT6S">
  10. <AdaptationSet mimeType="video/mp4" scanType="progressive" segmentAlignment="true" startWithSAP="1">
  11. <Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"></Role>
  12. <Representation bandwidth="449000" codecs="avc1.420015" frameRate="2997/125" height="270" id="482" width="482" >
  13. </Representation>
  14. <SegmentList timescale="1000" duration="3000">
  15. <RepresentationIndex sourceURL="representation-index-low"/>
  16. <SegmentURL media="low/segment-1.ts"/>
  17. <SegmentURL media="low/segment-2.ts"/>
  18. </SegmentList>
  19. </AdaptationSet>
  20. </Period>
  21. <Period>
  22. <AdaptationSet mimeType="video/mp4" scanType="progressive" segmentAlignment="true" startWithSAP="1">
  23. <Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"></Role>
  24. <Representation bandwidth="449000" codecs="avc1.420015" frameRate="2997/125" height="270" id="482" width="482" >
  25. </Representation>
  26. <SegmentList timescale="1000" duration="3000">
  27. <RepresentationIndex sourceURL="representation-index-low"/>
  28. <SegmentURL media="low/segment-1.ts"/>
  29. <SegmentURL media="low/segment-2.ts"/>
  30. </SegmentList>
  31. </AdaptationSet>
  32. </Period>
  33. </MPD>