<?xml version="1.0"?>
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" minBufferTime="PT1.500000S" type="static" mediaPresentationDuration="PT0H0M15.00S" profiles="urn:mpeg:dash:profile:isoff-on-demand:2011">
 <ProgramInformation moreInformationURL="http://gpac.sourceforge.net">
  <Title>Conformant MPD featuring 2 periods, using SegmentTemplate with $number$, with an overlap (start of the next period greater than start+duration of the previous)</Title>
 </ProgramInformation>

 <Period start="PT0S" duration="PT0H0M10.00S">
  <AdaptationSet segmentAlignment="true" maxWidth="640" maxHeight="360" maxFrameRate="25" par="16:9">
   <SegmentTemplate timescale="25000" media="period1_video_live_$Number$.m4s" startNumber="1" duration="25000" initialization="period1_video_live_init.mp4"/>
   <Representation id="1" mimeType="video/mp4" codecs="avc1.42c01e" width="640" height="360" frameRate="25" sar="1:1" startWithSAP="1" bandwidth="221311">
   </Representation>
  </AdaptationSet>
 </Period>
 <Period start="PT0H0M5.00S">
  <AdaptationSet segmentAlignment="true" maxWidth="640" maxHeight="360" maxFrameRate="25" par="16:9" lang="und">
   <SegmentTemplate timescale="25000" media="period2_video_live_$Number$.m4s" startNumber="1" duration="25000" initialization="period2_video_live_init.mp4"/>
   <Representation id="1" mimeType="video/mp4" codecs="avc1.42c01e" width="640" height="360" frameRate="25" sar="1:1" startWithSAP="1" bandwidth="222196">
   </Representation>
  </AdaptationSet>
 </Period>
</MPD>