Created
June 28, 2016 22:36
-
-
Save gkop/1bed9f8d888f2e4ceb966cf75a80b9d1 to your computer and use it in GitHub Desktop.
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="urn:mpeg:dash:schema:mpd:2011" profiles="urn:mpeg:dash:profile:isoff-live:2011" minBufferTime="PT12S" suggestedPresentationDelay="PT0S" type="static" mediaPresentationDuration="PT6S"> | |
<Period id="0" start="PT0S"> | |
<AdaptationSet segmentAlignment="true"> | |
<SegmentTemplate presentationTimeOffset="356038323" timescale="90000" media="http://ilab-dst1.philo.com:8000/video/$Bandwidth$/$Time$.ismv" initialization="http://ilab-dst1.philo.com:8000/video/$Bandwidth$/init.mp4"> | |
<SegmentTimeline> | |
<S t="356038323" d="270270"/> | |
</SegmentTimeline> | |
</SegmentTemplate> | |
<Representation id="0-video" mimeType="video/mp4" codecs="avc1.4d401f" width="1280" height="720" frameRate="30000/1001" sar="1:1" startWithSAP="1" bandwidth="2085966"/> | |
</AdaptationSet> | |
</Period> | |
</MPD> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment