You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
1.1 KiB
XML

<?xml version="1.0"?>
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011"
profiles="urn:mpeg:dash:profile:isoff-live:2011"
type="static"
minBufferTime="PT6.1S"
mediaPresentationDuration="PT1M30S">
<Period start="PT0.0S">
<BaseURL>data/</BaseURL>
<AdaptationSet contentType="video">
<Representation mimeType="video/mp4" codecs="avc1.640028" id="video" bandwidth="1654197" width="1920" height="1080" frameRate="24000/1001">
<SegmentTemplate media="video-segment-$Number%05d$.m4s"
initialization="video-init.mp4" duration="5005" timescale="1001"
startNumber="0"/>
</Representation>
</AdaptationSet>
<AdaptationSet contentType="audio">
<Representation id="audio" mimeType="audio/mp4" codecs="mp4a.40.2" >
<SegmentTemplate media="audio-segment-$Number%05d$.m4s"
initialization="audio-init.mp4" duration="5000" timescale="1000"
startNumber="0"/>
</Representation>
</AdaptationSet>
</Period>
</MPD>