Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <MPD
- type="dynamic"
- xmlns="urn:mpeg:dash:schema:mpd:2011"
- availabilityStartTime="2014-05-01T21:10:52+00:00"
- availabilityEndTime="2014-05-01T21:11:54+00:00"
- minimumUpdatePeriod="PT5S"
- minBufferTime="PT5S"
- timeShiftBufferDepth="PT0H0M0.00S"
- suggestedPresentationDelay="PT10S"
- profiles="urn:hbbtv:dash:profile:isoff-live:2012,urn:mpeg:dash:profile:isoff-live:2011"
- xmlns:xsi="http://www.w3.org/2011/XMLSchema-instance"
- xsi:schemaLocation="urn:mpeg:DASH:schema:MPD:2011 DASH-MPD.xsd">
- <Period start="PT0S" id="dash">
- <AdaptationSet
- id="1"
- segmentAlignment="true"
- maxWidth="640"
- maxHeight="360"
- maxFrameRate="25">
- <Representation
- id="movie_H264"
- mimeType="video/mp4"
- codecs="avc1.42c01e"
- width="640"
- height="360"
- frameRate="25"
- sar="1:1"
- startWithSAP="1"
- bandwidth="0">
- <SegmentTemplate
- presentationTimeOffset="0"
- timescale="1000"
- media="movie-$Time$.m4v"
- initialization="movie-init.m4v">
- <SegmentTimeline>
- <S t="1571623" d="13680"/>
- <S t="1585303" d="12880"/>
- <S t="1598183" d="5320"/>
- <S t="1603503" d="10000"/>
- <S t="1613503" d="10000"/>
- <S t="1623503" d="10000"/>
- </SegmentTimeline>
- </SegmentTemplate>
- </Representation>
- </AdaptationSet>
- <AdaptationSet
- id="2"
- segmentAlignment="true">
- <AudioChannelConfiguration
- schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011"
- value="1"/>
- <Representation
- id="movie_AAC"
- mimeType="audio/mp4"
- codecs="mp4a.40.2"
- audioSamplingRate="44100"
- startWithSAP="1"
- bandwidth="125000">
- <SegmentTemplate
- presentationTimeOffset="0"
- timescale="1000"
- media="movie-$Time$.m4a"
- initialization="movie-init.m4a">
- <SegmentTimeline>
- <S t="1571623" d="13680"/>
- <S t="1585303" d="12880"/>
- <S t="1598183" d="5320"/>
- <S t="1603503" d="10000"/>
- <S t="1613503" d="10000"/>
- <S t="1623503" d="10000"/>
- </SegmentTimeline>
- </SegmentTemplate>
- </Representation>
- </AdaptationSet>
- </Period>
- </MPD>
Add Comment
Please, Sign In to add comment