logo

youtube-dl

[mirror] Download/Watch videos from video hostersgit clone https://hacktivis.me/git/mirror/youtube-dl.git

url_and_range.mpd (1861B)


  1. <?xml version="1.0" ?>
  2. <MPD xmlns="urn:mpeg:dash:schema:mpd:2011" profiles="urn:mpeg:dash:profile:isoff-live:2011" minBufferTime="PT10.01S" mediaPresentationDuration="PT30.097S" type="static">
  3. <!-- Created with Bento4 mp4-dash.py, VERSION=2.0.0-639 -->
  4. <Period>
  5. <!-- Video -->
  6. <AdaptationSet mimeType="video/mp4" segmentAlignment="true" startWithSAP="1" maxWidth="768" maxHeight="432">
  7. <Representation id="video-avc1" codecs="avc1.4D401E" width="768" height="432" scanType="progressive" frameRate="30000/1001" bandwidth="699597">
  8. <SegmentList timescale="1000" duration="10010">
  9. <Initialization sourceURL="video-frag.mp4" range="36-746"/>
  10. <SegmentURL media="video-frag.mp4" mediaRange="747-876117"/>
  11. <SegmentURL media="video-frag.mp4" mediaRange="876118-1466913"/>
  12. <SegmentURL media="video-frag.mp4" mediaRange="1466914-1953954"/>
  13. <SegmentURL media="video-frag.mp4" mediaRange="1953955-1994652"/>
  14. </SegmentList>
  15. </Representation>
  16. </AdaptationSet>
  17. <!-- Audio -->
  18. <AdaptationSet mimeType="audio/mp4" startWithSAP="1" segmentAlignment="true">
  19. <Representation id="audio-und-mp4a.40.2" codecs="mp4a.40.2" bandwidth="98808" audioSamplingRate="48000">
  20. <AudioChannelConfiguration schemeIdUri="urn:mpeg:mpegB:cicp:ChannelConfiguration" value="2"/>
  21. <SegmentList timescale="1000" duration="10010">
  22. <Initialization sourceURL="audio-frag.mp4" range="32-623"/>
  23. <SegmentURL media="audio-frag.mp4" mediaRange="624-124199"/>
  24. <SegmentURL media="audio-frag.mp4" mediaRange="124200-250303"/>
  25. <SegmentURL media="audio-frag.mp4" mediaRange="250304-374365"/>
  26. <SegmentURL media="audio-frag.mp4" mediaRange="374366-374836"/>
  27. </SegmentList>
  28. </Representation>
  29. </AdaptationSet>
  30. </Period>
  31. </MPD>