Skip to content

Instantly share code, notes, and snippets.

@maxbykov
Created April 28, 2016 20:56
Show Gist options
  • Save maxbykov/9ab6b4cf73ab537ad4b5bdecb4a420b8 to your computer and use it in GitHub Desktop.
Save maxbykov/9ab6b4cf73ab537ad4b5bdecb4a420b8 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" xmlns:cenc="urn:mpeg:cenc:2013" profiles="urn:mpeg:dash:profile:isoff-live:2011" type="static" mediaPresentationDuration="PT14M48.105S" minBufferTime="PT5.016S" maxSegmentDuration="PT5.016S">
<Period>
<AdaptationSet startWithSAP="1" subsegmentStartsWithSAP="1" segmentAlignment="true" subsegmentAlignment="true">
<ContentComponent contentType="audio" id="1"></ContentComponent>
<Representation id="sintel_novideo" mimeType="audio/mp4" bandwidth="137485" codecs="mp4a.40.02" audioSamplingRate="44100">
<ContentProtection schemeIdUri="urn:mpeg:dash:mp4protection:2011" value="cenc" cenc:default_KID="622fce9c-baaa-ba66-792c-95f62ca4fc9b"></ContentProtection>
<ContentProtection schemeIdUri="urn:uuid:1077efec-c0b2-4d02-ace3-3c1e52e2fb4b" value="cenc">
<cenc:pssh>AAAANHBzc2gBAAAAEHfv7MCyTQKs4zweUuL7SwAAAAFiL86cuqq6ZnkslfYspPybAAAAAA==</cenc:pssh>
</ContentProtection>
<SubRepresentation contentComponent="1" codecs="mp4a.40.2" audioSamplingRate="44100"></SubRepresentation>
<SegmentTemplate startNumber="1" media="$RepresentationID$-$Number$.m4s" initialization="$RepresentationID$-0.m4s" timescale="44100">
<SegmentTimeline>
<S d="221184" r="176"></S>
<S d="15872"></S>
</SegmentTimeline>
</SegmentTemplate>
</Representation>
</AdaptationSet>
</Period>
</MPD>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment