dash-manifest-sjs.mpd (1554B)
1 <?xml version="1.0" encoding="UTF-8"?> 2 <MPD 3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 4 xmlns="urn:mpeg:DASH:schema:MPD:2011" 5 xsi:schemaLocation="urn:mpeg:DASH:schema:MPD:2011" 6 type="static" 7 mediaPresentationDuration="PT3.958S" 8 minBufferTime="PT1S" 9 profiles="urn:webm:dash:profile:webm-on-demand:2012"> 10 <BaseURL>./dash_detect_stream_switch.sjs?name=</BaseURL> 11 <Period id="0" start="PT0S" duration="PT3.958S" > 12 <AdaptationSet id="0" mimeType="video/webm" codecs="vp8" lang="eng" subsegmentAlignment="true" subsegmentStartsWithSAP="1" bitstreamSwitching="true"> 13 <Representation id="0" bandwidth="54207" width="320" height="180"> 14 <BaseURL>dash-webm-video-320x180.webm</BaseURL> 15 <SegmentBase indexRange="35090-35123"> 16 <Initialization range="0-228" /> 17 </SegmentBase> 18 </Representation> 19 <Representation id="1" bandwidth="78006" width="428" height="240"> 20 <BaseURL>dash-webm-video-428x240.webm</BaseURL> 21 <SegmentBase indexRange="50173-50206"> 22 <Initialization range="0-228" /> 23 </SegmentBase> 24 </Representation> 25 </AdaptationSet> 26 <AdaptationSet id="1" mimeType="audio/webm" codecs="vorbis" lang="eng" audioSamplingRate="48000" subsegmentStartsWithSAP="1"> 27 <Representation id="2" bandwidth="57264"> 28 <BaseURL>dash-webm-audio-128k.webm</BaseURL> 29 <SegmentBase indexRange="41927-41946"> 30 <Initialization range="0-4521" /> 31 </SegmentBase> 32 </Representation> 33 </AdaptationSet> 34 </Period> 35 </MPD>