mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 08:39:59 -05:00
35 lines
1.7 KiB
XML
35 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<MPD
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="urn:mpeg:DASH:schema:MPD:2011"
|
|
xsi:schemaLocation="urn:mpeg:DASH:schema:MPD:2011"
|
|
type="static"
|
|
mediaPresentationDuration="PT5.58S"
|
|
minBufferTime="PT1S"
|
|
profiles="urn:webm:dash:profile:webm-on-demand:2012">
|
|
<Period id="0" start="PT0S" duration="PT5.58S" >
|
|
<AdaptationSet id="0" mimeType="video/webm" codecs="vp9" bitstreamSwitching="true" subsegmentAlignment="true" subsegmentStartsWithSAP="1">
|
|
<Representation id="0" bandwidth="110196" width="280" height="160">
|
|
<BaseURL>small-video_280x160_100k.webm</BaseURL>
|
|
<SegmentBase indexRange="92680-92727">
|
|
<Initialization range="0-628" />
|
|
</SegmentBase>
|
|
</Representation>
|
|
<Representation id="1" bandwidth="33389" width="140" height="80">
|
|
<BaseURL>small-video_140x80_25k.webm</BaseURL>
|
|
<SegmentBase indexRange="28316-28362">
|
|
<Initialization range="0-627" />
|
|
</SegmentBase>
|
|
</Representation>
|
|
</AdaptationSet>
|
|
<AdaptationSet id="1" mimeType="audio/webm" codecs="vorbis" lang="eng" audioSamplingRate="48000" bitstreamSwitching="true" subsegmentAlignment="true" subsegmentStartsWithSAP="1">
|
|
<Representation id="2" bandwidth="113515">
|
|
<BaseURL>small-audio.webm</BaseURL>
|
|
<SegmentBase indexRange="101066-101113">
|
|
<Initialization range="0-4714" />
|
|
</SegmentBase>
|
|
</Representation>
|
|
</AdaptationSet>
|
|
</Period>
|
|
</MPD>
|