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