Skip to content

Instantly share code, notes, and snippets.

@enginebai
Created February 9, 2018 15:59
Show Gist options
  • Save enginebai/63cbdab32b3c643c5e66debfa52623d8 to your computer and use it in GitHub Desktop.
Save enginebai/63cbdab32b3c643c5e66debfa52623d8 to your computer and use it in GitHub Desktop.
<MPD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:mpeg:dash:schema:mpd:2011" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="urn:mpeg:DASH:schema:MPD:2011 http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-DASH_schema_files/DASH-MPD.xsd" profiles="urn:mpeg:dash:profile:isoff-live:2011" type="static" mediaPresentationDuration="PT9.3S" minBufferTime="PT2.0S">
<ProgramInformation></ProgramInformation>
<Period start="PT0.0S">
<AdaptationSet contentType="video" segmentAlignment="true" bitstreamSwitching="true" maxFrameRate="30/1">
<Representation id="0" mimeType="video/mp4" codecs="avc1.640015" bandwidth="593184" width="320" height="568" frameRate="24/1">
<SegmentTemplate timescale="12288" initialization="5a7dbbe424117c69b3a1608a-$RepresentationID$-00000.mp4" media="5a7dbbe424117c69b3a1608a-$RepresentationID$-$Number%05d$.m4s" startNumber="1">
<SegmentTimeline>
<S t="0" d="30720" r="2"/>
<S d="22528"/>
</SegmentTimeline>
</SegmentTemplate>
</Representation>
<Representation id="1" mimeType="video/mp4" codecs="avc1.640015" bandwidth="871584" width="320" height="568" frameRate="24/1">
<SegmentTemplate timescale="12288" initialization="5a7dbbe424117c69b3a1608a-$RepresentationID$-00000.mp4" media="5a7dbbe424117c69b3a1608a-$RepresentationID$-$Number%05d$.m4s" startNumber="1">
<SegmentTimeline>
<S t="0" d="30720" r="2"/>
<S d="22528"/>
</SegmentTimeline>
</SegmentTemplate>
</Representation>
<Representation id="2" mimeType="video/mp4" codecs="avc1.64001f" bandwidth="6860119" width="720" height="1280" frameRate="30/1">
<SegmentTemplate timescale="15360" initialization="5a7dbbe424117c69b3a1608a-$RepresentationID$-00000.mp4" media="5a7dbbe424117c69b3a1608a-$RepresentationID$-$Number%05d$.m4s" startNumber="1">
<SegmentTimeline>
<S t="0" d="30720" r="3"/>
<S d="19968"/>
</SegmentTimeline>
</SegmentTemplate>
</Representation>
</AdaptationSet>
<AdaptationSet contentType="audio" segmentAlignment="true" bitstreamSwitching="true">
<Representation id="3" mimeType="audio/mp4" codecs="mp4a.40.2" bandwidth="125405" audioSamplingRate="48000">
<AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/>
<SegmentTemplate timescale="48000" initialization="5a7dbbe424117c69b3a1608a-$RepresentationID$-00000.mp4" media="5a7dbbe424117c69b3a1608a-$RepresentationID$-$Number%05d$.m4s" startNumber="1">
<SegmentTimeline>
<S t="0" d="95232" r="1"/>
<S d="96256" r="1"/>
<S d="64480"/>
</SegmentTimeline>
</SegmentTemplate>
</Representation>
</AdaptationSet>
</Period>
</MPD>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment