segmentList.mpd 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. <Period>
  5. <AdaptationSet mimeType="video/mp4" scanType="progressive" segmentAlignment="true" startWithSAP="1">
  6. <Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"></Role>
  7. <Representation bandwidth="449000" codecs="avc1.420015" frameRate="2997/125" height="270" id="482" width="482" >
  8. </Representation>
  9. <SegmentList timescale="1000" duration="1000">
  10. <RepresentationIndex sourceURL="representation-index-low"/>
  11. <SegmentURL media="low/segment-1.ts"/>
  12. <SegmentURL media="low/segment-2.ts"/>
  13. <SegmentURL media="low/segment-3.ts"/>
  14. <SegmentURL media="low/segment-4.ts"/>
  15. <SegmentURL media="low/segment-5.ts"/>
  16. <SegmentURL media="low/segment-6.ts"/>
  17. <SegmentURL media="low/segment-7.ts"/>
  18. <SegmentURL media="low/segment-8.ts"/>
  19. <SegmentURL media="low/segment-9.ts"/>
  20. <SegmentURL media="low/segment-10.ts"/>
  21. </SegmentList>
  22. </AdaptationSet>
  23. <AdaptationSet mimeType="video/mp4" scanType="progressive" segmentAlignment="true" startWithSAP="1">
  24. <Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"></Role>
  25. <Representation bandwidth="3971000" codecs="avc1.420015" frameRate="2997/125" height="404" id="720" width="720" >
  26. <SegmentList timescale="90000">
  27. <RepresentationIndex sourceURL="representation-index-high"/>
  28. <SegmentTimeline>
  29. <S t="0" r="9" d="5400000"/>
  30. </SegmentTimeline>
  31. <SegmentURL media="high/segment-1.ts"/>
  32. <SegmentURL media="high/segment-2.ts"/>
  33. <SegmentURL media="high/segment-3.ts"/>
  34. <SegmentURL media="high/segment-4.ts"/>
  35. <SegmentURL media="high/segment-5.ts"/>
  36. <SegmentURL media="high/segment-6.ts"/>
  37. <SegmentURL media="high/segment-7.ts"/>
  38. <SegmentURL media="high/segment-8.ts"/>
  39. <SegmentURL media="high/segment-9.ts"/>
  40. <SegmentURL media="high/segment-10.ts"/>
  41. </SegmentList>
  42. </Representation>
  43. </AdaptationSet>
  44. </Period>
  45. </MPD>