Skip to content

Instantly share code, notes, and snippets.

@sinkers
Last active August 29, 2015 14:06
Show Gist options
  • Save sinkers/9ca710d548b0072be4aa to your computer and use it in GitHub Desktop.
Save sinkers/9ca710d548b0072be4aa to your computer and use it in GitHub Desktop.
Envivio mpd working
<?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 DASH-MPD.xsd" type="static" mediaPresentationDuration="PT25.959S" availabilityStartTime="2012-12-17T15:56:16Z" maxSegmentDuration="PT2.080S" minBufferTime="PT2.001S" profiles="urn:mpeg:dash:profile:isoff-live:2011"><
Period id="0">
<AdaptationSet mimeType="video/mp4" segmentAlignment="true" startWithSAP="1" maxWidth="640" maxHeight="360" maxFrameRate="30000/1001" par="16:9">
<SegmentTemplate presentationTimeOffset="9498" timescale="90000" initialization="seg_$RepresentationID$_init.m4s" media="seg_$RepresentationID$_t$Time$.m4s">
<SegmentTimeline><S t="12012" d="180180" r="11"/>
<S t="2174172" d="174174"/>
</SegmentTimeline>
</SegmentTemplate>
<Representation id="b2000k_v" width="640" height="360" frameRate="30000/1001" sar="1:1" scanType="progressive" bandwidth="2000000" codecs="avc1.4D401E"/>
<Representation id="b1000k_v" width="640" height="360" frameRate="30000/1001" sar="1:1" scanType="progressive" bandwidth="1000000" codecs="avc1.4D401E"/>
</AdaptationSet>
<AdaptationSet mimeType="audio/mp4" lang="en" segmentAlignment="true" startWithSAP="1">
<SegmentTemplate presentationTimeOffset="2533" timescale="24000" initialization="seg_$RepresentationID$_init.m4s" media="seg_$RepresentationID$_t$Time$.m4s">
<SegmentTimeline>
<S t="2533" d="48128"/>
<S t="50661" d="47104"/>
<S t="97765" d="48128" r="9"/>
</SegmentTimeline>
</SegmentTemplate>
<Representation id="a" audioSamplingRate="24000" bandwidth="64000" codecs="mp4a.40.5">
<AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/>
</Representation>
</AdaptationSet>
</Period>
</MPD>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment