You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
3.3 KiB
61 lines
3.3 KiB
4 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" xmlns:cenc="urn:mpeg:cenc:2013" profiles="urn:mpeg:dash:profile:isoff-live:2011" type="static" mediaPresentationDuration="PT6S" minBufferTime="PT2.000S">
|
||
|
<BaseURL>https://www.example.com/base</BaseURL>
|
||
|
<Period>
|
||
|
|
||
|
<AdaptationSet mimeType="audio/mp4" segmentAlignment="true" startWithSAP="1" lang="en">
|
||
|
<ContentProtection value="cenc" schemeIdUri="urn:mpeg:dash:mp4protection:2011" cenc:default_KID="aaa"/>
|
||
|
<ContentProtection schemeIdUri="urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed">
|
||
|
<cenc:pssh>test</cenc:pssh>
|
||
|
</ContentProtection>
|
||
|
|
||
|
<Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"></Role>
|
||
|
<SegmentTemplate duration="95232" initialization="$RepresentationID$/init.m4f" media="$RepresentationID$/$Number$.m4f" startNumber="0" timescale="48000"></SegmentTemplate>
|
||
|
<Representation audioSamplingRate="48000" bandwidth="63000" codecs="mp4a.40.2" id="63000">
|
||
|
</Representation>
|
||
|
<Representation audioSamplingRate="48000" bandwidth="125000" codecs="mp4a.40.2" id="125000">
|
||
|
</Representation>
|
||
|
</AdaptationSet>
|
||
|
|
||
|
<AdaptationSet mimeType="audio/mp4" segmentAlignment="true" startWithSAP="1" lang="es">
|
||
|
<ContentProtection value="cenc" schemeIdUri="urn:mpeg:dash:mp4protection:2011" cenc:default_KID="aaa"/>
|
||
|
<ContentProtection schemeIdUri="urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed">
|
||
|
<cenc:pssh>test</cenc:pssh>
|
||
|
</ContentProtection>
|
||
|
|
||
|
<Role schemeIdUri="urn:mpeg:dash:role:2011"></Role>
|
||
|
<SegmentTemplate duration="95232" initialization="$RepresentationID$/es/init.m4f" media="$RepresentationID$/es/$Number$.m4f" startNumber="0" timescale="48000"></SegmentTemplate>
|
||
|
<Representation audioSamplingRate="48000" bandwidth="63000" codecs="mp4a.40.2" id="63000">
|
||
|
</Representation>
|
||
|
<Representation audioSamplingRate="48000" bandwidth="125000" codecs="mp4a.40.2" id="125000">
|
||
|
</Representation>
|
||
|
</AdaptationSet>
|
||
|
|
||
|
<AdaptationSet mimeType="video/mp4" scanType="progressive" segmentAlignment="true" startWithSAP="1">
|
||
|
<ContentProtection value="cenc" schemeIdUri="urn:mpeg:dash:mp4protection:2011" cenc:default_KID="aaa"/>
|
||
|
<ContentProtection schemeIdUri="urn:uuid:edef8ba9-79d6-4ace-a3c8-27dcd51d21ed">
|
||
|
<cenc:pssh>test</cenc:pssh>
|
||
|
</ContentProtection>
|
||
|
|
||
|
<Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"></Role>
|
||
|
<SegmentTemplate duration="46046" initialization="$RepresentationID$/init.m4f" media="$RepresentationID$/$Number$.m4f" startNumber="0" timescale="24000"></SegmentTemplate>
|
||
|
<Representation bandwidth="449000" codecs="avc1.420015" frameRate="2997/125" height="270" id="482" width="482">
|
||
|
</Representation>
|
||
|
<Representation bandwidth="3971000" codecs="avc1.64001e" frameRate="2997/125" height="404" id="720" width="720">
|
||
|
</Representation>
|
||
|
</AdaptationSet>
|
||
|
|
||
|
<AdaptationSet contentType="text" mimeType="application/mp4" lang="en" codecs="stpp.ttml.im1t">
|
||
|
<Representation bandwidth="256" id="en">
|
||
|
<BaseURL>https://example.com/en.dash</BaseURL>
|
||
|
</Representation>
|
||
|
</AdaptationSet>
|
||
|
<AdaptationSet mimeType="text/vtt" lang="es">
|
||
|
<Representation bandwidth="256" id="es">
|
||
|
<BaseURL>https://example.com/es.vtt</BaseURL>
|
||
|
</Representation>
|
||
|
</AdaptationSet>
|
||
|
|
||
|
</Period>
|
||
|
</MPD>
|