webmsegments.mpd 1.3 KB

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <MPD id="a467fa27-2820-41d1-89e2-a43216770daa" profiles="urn:mpeg:dash:profile:full:2011" type="static"
  3. mediaPresentationDuration="P0Y0M0DT0H0M16S" minBufferTime="P0Y0M0DT0H0M2.000S"
  4. xmlns="urn:mpeg:dash:schema:mpd:2011" xmlns:ns2="http://www.w3.org/1999/xlink">
  5. <Period id="1" start="P0Y0M0DT0H0M0.000S">
  6. <BaseURL>https://www.example.com/base</BaseURL>
  7. <AdaptationSet mimeType="video/webm">
  8. <Representation id="1" bandwidth="100000" width="480" height="200" frameRate="24" codecs="av1">
  9. <SegmentTemplate media="video/segment_$Number$.chk" initialization="video/init.hdr" duration="96000"
  10. startNumber="0" timescale="24000"/>
  11. </Representation>
  12. </AdaptationSet>
  13. <AdaptationSet lang="en" mimeType="audio/webm">
  14. <AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/>
  15. <Representation id="2" bandwidth="32000" audioSamplingRate="48000" codecs="opus">
  16. <SegmentTemplate media="audio/segment_$Number$.chk" initialization="audio/init.hdr" duration="192000"
  17. startNumber="0" timescale="48000"/>
  18. </Representation>
  19. </AdaptationSet>
  20. </Period>
  21. </MPD>