Ticket #10416: ffprobe_label_in_dash.mpd

File ffprobe_label_in_dash.mpd, 2.0 KB (added by backfisch, 3 years ago)

DASH MPD containing Labels

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<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="static" minBufferTime="PT30S" profiles="urn:mpeg:dash:profile:isoff-main:2011" mediaPresentationDuration="PT2M15.343S">
3 <Period start="PT0S" duration="PT2M15.343S" id="1">
4 <AdaptationSet mimeType="video/mp4" frameRate="24000/1001" segmentAlignment="true" subsegmentAlignment="true" startWithSAP="1" subsegmentStartsWithSAP="1" bitstreamSwitching="false">
5 <Representation id="1" width="864" height="486" bandwidth="1125000" codecs="avc1.64001f">
6 <BaseURL>test_dash_track1.mp4</BaseURL>
7 <SegmentBase indexRange="760-1135">
8 <Initialization range="0-759"/>
9 </SegmentBase>
10 </Representation>
11 <Representation id="2" width="640" height="360" bandwidth="688000" codecs="avc1.64001f">
12 <BaseURL>test_dash_Track2.mp4</BaseURL>
13 <SegmentBase indexRange="761-1136">
14 <Initialization range="0-760"/>
15 </SegmentBase>
16 </Representation>
17 </AdaptationSet>
18 <AdaptationSet mimeType="audio/mp4" lang="eng" segmentAlignment="0">
19 <Label>English</Label>
20 <Representation id="3" bandwidth="128000" audioSamplingRate="44100" codecs="mp4a.40.2">
21 <BaseURL>test_dash_eng.mp4</BaseURL>
22 <SegmentBase indexRange="658-1033">
23 <Initialization range="0-657"/>
24 </SegmentBase>
25 </Representation>
26 </AdaptationSet>
27 <AdaptationSet mimeType="audio/mp4" lang="deu" segmentAlignment="0">
28 <Label>German</Label>
29 <Representation id="4" bandwidth="128000" audioSamplingRate="44100" codecs="mp4a.40.2">
30 <BaseURL>test_dash_deu.mp4</BaseURL>
31 <SegmentBase indexRange="658-1033">
32 <Initialization range="0-657"/>
33 </SegmentBase>
34 </Representation>
35 </AdaptationSet>
36 </Period>
37</MPD>