Created
October 21, 2020 09:05
-
-
Save xpac1985/4547bd81635471f960da8ac3c16cfdd7 to your computer and use it in GitHub Desktop.
bla.mpd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<MPD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:mpeg:dash:schema:mpd:2011" xmlns:xlink="http://www.w3.org/1999/xlink" xsi:schemaLocation="urn:mpeg:DASH:schema:MPD:2011 http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-DASH_schema_files/DASH-MPD.xsd" profiles="urn:mpeg:dash:profile:isoff-live:2011" type="static" mediaPresentationDuration="PT1H45M20.9S" minBufferTime="PT4.0S"> | |
<ProgramInformation></ProgramInformation> | |
<Period id="0" start="PT0.0S"> | |
<AdaptationSet id="0" contentType="audio" segmentAlignment="true" bitstreamSwitching="true"> | |
<Representation id="0" mimeType="audio/mp4" codecs="mp4a.40.2" bandwidth="128000" audioSamplingRate="44100"> | |
<AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/> | |
<SegmentTemplate timescale="1000000" duration="2000000" initialization="init$RepresentationID$.mp4" media="seg$RepresentationID$-$Number%05d$.mp4" startNumber="1"></SegmentTemplate> | |
</Representation> | |
</AdaptationSet> | |
<AdaptationSet id="1" contentType="video" segmentAlignment="true" bitstreamSwitching="true"> | |
<Representation id="1" mimeType="video/mp4" codecs="avc1.42c01f" bandwidth="1600000" width="1280" height="720"> | |
<SegmentTemplate timescale="1000000" duration="2000000" initialization="init$RepresentationID$.mp4" media="seg$RepresentationID$-$Number%05d$.mp4" startNumber="1"></SegmentTemplate> | |
</Representation> | |
<Representation id="2" mimeType="video/mp4" codecs="avc1.42c01f" bandwidth="800000" width="1280" height="720"> | |
<SegmentTemplate timescale="1000000" duration="2000000" initialization="init$RepresentationID$.mp4" media="seg$RepresentationID$-$Number%05d$.mp4" startNumber="1"></SegmentTemplate> | |
</Representation> | |
<Representation id="3" mimeType="video/mp4" codecs="avc1.42c01f" bandwidth="400000" width="1280" height="720"> | |
<SegmentTemplate timescale="1000000" duration="2000000" initialization="init$RepresentationID$.mp4" media="seg$RepresentationID$-$Number%05d$.mp4" startNumber="1"></SegmentTemplate> | |
</Representation> | |
</AdaptationSet> | |
<AdaptationSet contentType="text" lang="en"> | |
<Role schemeIdUri="urn:mpeg:dash:role:2011" value="subtitle"/> | |
<Representation id="English" bandwidth="256" mimeType="text/vtt"> | |
<BaseURL>../</BaseURL> | |
<SegmentList> | |
<SegmentURL media="ST4607/hls00001.vtt"/> | |
</SegmentList> | |
</Representation> | |
</AdaptationSet> | |
</Period> | |
<UTCTiming schemeIdUri="urn:mpeg:dash:utc:http-xsdate:2014" value="https://time.akamai.com/?iso"/> | |
</MPD> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment