content/media/test/dash/dash-manifest.mpd

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

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

mercurial