Die stream.mpd ist eine xml
Code
cat stream.mpd
<?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:cenc="urn:mpeg:cenc:2013" xsi:schemaLocation="urn:mpeg:dash:schema:mpd:2011 http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-DASH_schema_files/DASH-MPD.xsd" type="dynamic" publishTime="2020-06-23T12:25:55Z" minimumUpdatePeriod="PT30S" availabilityStartTime="2020-03-30T08:34:03Z" minBufferTime="PT8S" suggestedPresentationDelay="PT20S" timeShiftBufferDepth="PT2H0M0S" profiles="urn:hbbtv:dash:profile:isoff-live:2012,urn:mpeg:dash:profile:isoff-live:2011">
<BaseURL>http://mcdn.daserste.de/daserste/dash/</BaseURL>
<Period start="PT52M49S" id="1">
<AdaptationSet mimeType="video/mp4" frameRate="50/1" segmentAlignment="true" subsegmentAlignment="true" startWithSAP="1" subsegmentStartsWithSAP="1" bitstreamSwitching="false">
<SegmentTemplate timescale="90000" duration="720000" startNumber="1"/>
<Representation id="1" width="1280" height="720" bandwidth="3584000" codecs="avc1.640020" scanType="progressive">
<SegmentTemplate duration="720000" startNumber="1" media="manifest_1280x720p50_3584k-$Number$.mp4" initialization="manifest_1280x720p50_3584k-init.mp4"/>
</Representation>
<Representation id="2" width="960" height="540" bandwidth="1800000" codecs="avc1.64001f" scanType="progressive">
<SegmentTemplate duration="720000" startNumber="1" media="manifest_960x540p50_1800k-$Number$.mp4" initialization="manifest_960x540p50_1800k-init.mp4"/>
</Representation>
<Representation id="3" width="640" height="360" bandwidth="1024000" codecs="avc1.4d401f" scanType="progressive">
<SegmentTemplate duration="720000" startNumber="1" media="manifest_640x360p50_1024k-$Number$.mp4" initialization="manifest_640x360p50_1024k-init.mp4"/>
</Representation>
</AdaptationSet>
<AdaptationSet mimeType="audio/mp4" lang="deu" segmentAlignment="0">
<SegmentTemplate timescale="48000" media="manifest128k_aac-$Number$.mp4" initialization="manifest128k_aac-init.mp4" duration="384000" startNumber="1"/>
<Representation id="4" bandwidth="128000" audioSamplingRate="48000" codecs="mp4a.40.2">
<AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2"/>
</Representation>
</AdaptationSet>
</Period>
</MPD>
Display More