| 1 | <?xml version="1.0" encoding="utf-8"?>
|
|---|
| 2 | <MPD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|---|
| 3 | xmlns="urn:mpeg:dash:schema:mpd:2011"
|
|---|
| 4 | xmlns:xlink="http://www.w3.org/1999/xlink"
|
|---|
| 5 | xsi:schemaLocation="urn:mpeg:DASH:schema:MPD:2011 http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-DASH_schema_files/DASH-MPD.xsd"
|
|---|
| 6 | profiles="urn:mpeg:dash:profile:isoff-live:2011"
|
|---|
| 7 | type="dynamic"
|
|---|
| 8 | minimumUpdatePeriod="PT4S"
|
|---|
| 9 | suggestedPresentationDelay="PT4S"
|
|---|
| 10 | availabilityStartTime="2015-05-10T04:57:03"
|
|---|
| 11 | publishTime="2015-05-10T04:57:18"
|
|---|
| 12 | minBufferTime="PT4.9S">
|
|---|
| 13 | <ProgramInformation>
|
|---|
| 14 | </ProgramInformation>
|
|---|
| 15 | <Period start="PT0.0S">
|
|---|
| 16 | <AdaptationSet contentType="video" segmentAlignment="true" bitstreamSwitching="true">
|
|---|
| 17 | <Representation id="0" mimeType="video/mp4" codecs="avc1.64001f" bandwidth="1200000" width="1280" height="720">
|
|---|
| 18 | <SegmentTemplate timescale="30000" initialization="init-stream$RepresentationID$.m4s" media="chunk-stream$RepresentationID$-$Number%05d$.m4s" startNumber="1">
|
|---|
| 19 | <SegmentTimeline>
|
|---|
| 20 | <S t="0" d="152152" />
|
|---|
| 21 | <S d="163163" />
|
|---|
| 22 | <S d="138138" />
|
|---|
| 23 | <S d="147147" />
|
|---|
| 24 | </SegmentTimeline>
|
|---|
| 25 | </SegmentTemplate>
|
|---|
| 26 | </Representation>
|
|---|
| 27 | </AdaptationSet>
|
|---|
| 28 | <AdaptationSet contentType="audio" segmentAlignment="true" bitstreamSwitching="true">
|
|---|
| 29 | <Representation id="1" mimeType="audio/mp4" codecs="mp4a.40.2" bandwidth="96000" audioSamplingRate="48000">
|
|---|
| 30 | <AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2" />
|
|---|
| 31 | <SegmentTemplate timescale="48000" initialization="init-stream$RepresentationID$.m4s" media="chunk-stream$RepresentationID$-$Number%05d$.m4s" startNumber="1">
|
|---|
| 32 | <SegmentTimeline>
|
|---|
| 33 | <S t="688" d="239624" />
|
|---|
| 34 | <S d="261120" />
|
|---|
| 35 | <S d="221184" />
|
|---|
| 36 | <S d="235520" />
|
|---|
| 37 | </SegmentTimeline>
|
|---|
| 38 | </SegmentTemplate>
|
|---|
| 39 | </Representation>
|
|---|
| 40 | </AdaptationSet>
|
|---|
| 41 | </Period>
|
|---|
| 42 | </MPD>
|
|---|