Guest User

dash/movie.mpd

a guest
May 1st, 2014
422
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.49 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <MPD
  3.    type="dynamic"
  4.    xmlns="urn:mpeg:dash:schema:mpd:2011"
  5.    availabilityStartTime="2014-05-01T21:10:52+00:00"
  6.    availabilityEndTime="2014-05-01T21:11:54+00:00"
  7.    minimumUpdatePeriod="PT5S"
  8.    minBufferTime="PT5S"
  9.    timeShiftBufferDepth="PT0H0M0.00S"
  10.    suggestedPresentationDelay="PT10S"
  11.    profiles="urn:hbbtv:dash:profile:isoff-live:2012,urn:mpeg:dash:profile:isoff-live:2011"
  12.    xmlns:xsi="http://www.w3.org/2011/XMLSchema-instance"
  13.    xsi:schemaLocation="urn:mpeg:DASH:schema:MPD:2011 DASH-MPD.xsd">
  14.   <Period start="PT0S" id="dash">
  15.     <AdaptationSet
  16.        id="1"
  17.        segmentAlignment="true"
  18.        maxWidth="640"
  19.        maxHeight="360"
  20.        maxFrameRate="25">
  21.       <Representation
  22.          id="movie_H264"
  23.          mimeType="video/mp4"
  24.          codecs="avc1.42c01e"
  25.          width="640"
  26.          height="360"
  27.          frameRate="25"
  28.          sar="1:1"
  29.          startWithSAP="1"
  30.          bandwidth="0">
  31.         <SegmentTemplate
  32.            presentationTimeOffset="0"
  33.            timescale="1000"
  34.            media="movie-$Time$.m4v"
  35.            initialization="movie-init.m4v">
  36.           <SegmentTimeline>
  37.              <S t="1571623" d="13680"/>
  38.              <S t="1585303" d="12880"/>
  39.              <S t="1598183" d="5320"/>
  40.              <S t="1603503" d="10000"/>
  41.              <S t="1613503" d="10000"/>
  42.              <S t="1623503" d="10000"/>
  43.           </SegmentTimeline>
  44.         </SegmentTemplate>
  45.       </Representation>
  46.     </AdaptationSet>
  47.     <AdaptationSet
  48.        id="2"
  49.        segmentAlignment="true">
  50.       <AudioChannelConfiguration
  51.          schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011"
  52.          value="1"/>
  53.       <Representation
  54.          id="movie_AAC"
  55.          mimeType="audio/mp4"
  56.          codecs="mp4a.40.2"
  57.          audioSamplingRate="44100"
  58.          startWithSAP="1"
  59.          bandwidth="125000">
  60.         <SegmentTemplate
  61.            presentationTimeOffset="0"
  62.            timescale="1000"
  63.            media="movie-$Time$.m4a"
  64.            initialization="movie-init.m4a">
  65.           <SegmentTimeline>
  66.              <S t="1571623" d="13680"/>
  67.              <S t="1585303" d="12880"/>
  68.              <S t="1598183" d="5320"/>
  69.              <S t="1603503" d="10000"/>
  70.              <S t="1613503" d="10000"/>
  71.              <S t="1623503" d="10000"/>
  72.           </SegmentTimeline>
  73.         </SegmentTemplate>
  74.       </Representation>
  75.     </AdaptationSet>
  76.   </Period>
  77. </MPD>
Add Comment
Please, Sign In to add comment