Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <MPD mediaPresentationDuration="PT1352.800049S" maxSegmentDuration="PT4.000000S" minBufferTime="PT4.000000S" profiles="urn:mpeg:dash:profile:isoff-live:2011" type="static" xmlns="urn:mpeg:dash:schema:mpd:2011" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:mpeg:DASH:schema:MPD:2011 http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-DASH_schema_files/DASH-MPD.xsd">
- <Period start="PT0S">
- <AdaptationSet contentType="video" segmentAlignment="true" bitstreamSwitching="true">
- <Representation id="0" mimeType="video/mp4" codecs="avc1.42c01e" width="640" height="360" frameRate="25/1">
- <SegmentTemplate timescale="1000000" duration="4000000" initialization="init-stream$RepresentationID$.m4s" media="chunk-stream$RepresentationID$-$Number%05d$.m4s" startNumber="1"/>
- </Representation>
- </AdaptationSet>
- <AdaptationSet contentType="audio" segmentAlignment="true" bitstreamSwitching="true">
- <Representation id="1" mimeType="audio/mp4" codecs="mp4a.40.2" audioSamplingRate="48000" bandwidth="128000">
- <AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/>
- <SegmentTemplate timescale="1000000" duration="4000000" initialization="init-stream$RepresentationID$.m4s" media="chunk-stream$RepresentationID$-$Number%05d$.m4s" startNumber="1"/>
- </Representation>
- </AdaptationSet>
- </Period>
- </MPD>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement