123456789101112131415161718192021222324252627282930313233 |
- <?xml version="1.0" encoding="UTF-8"?>
- <MPD
- xmlns="urn:mpeg:dash:schema:mpd:2011"
- profiles="urn:mpeg:dash:profile:isoff-live:2011"
- type="static"
- mediaPresentationDuration="PT12S"
- minBufferTime="PT3.000S">
- <BaseURL>https://www.example.com/base</BaseURL>
- <Period duration="PT6S">
- <AdaptationSet mimeType="video/mp4" scanType="progressive" segmentAlignment="true" startWithSAP="1">
- <Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"></Role>
- <Representation bandwidth="449000" codecs="avc1.420015" frameRate="2997/125" height="270" id="482" width="482" >
- </Representation>
- <SegmentList timescale="1000" duration="3000">
- <RepresentationIndex sourceURL="representation-index-low"/>
- <SegmentURL media="low/segment-1.ts"/>
- <SegmentURL media="low/segment-2.ts"/>
- </SegmentList>
- </AdaptationSet>
- </Period>
- <Period>
- <AdaptationSet mimeType="video/mp4" scanType="progressive" segmentAlignment="true" startWithSAP="1">
- <Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"></Role>
- <Representation bandwidth="449000" codecs="avc1.420015" frameRate="2997/125" height="270" id="482" width="482" >
- </Representation>
- <SegmentList timescale="1000" duration="3000">
- <RepresentationIndex sourceURL="representation-index-low"/>
- <SegmentURL media="low/segment-1.ts"/>
- <SegmentURL media="low/segment-2.ts"/>
- </SegmentList>
- </AdaptationSet>
- </Period>
- </MPD>
|