Media Presentation Description with a single audio component
This MPD example consists of one audio adaptation set with a 5.1.2 channel-based immersive Dolby AC-4 representation.
<?xml version="1.0"?>
<MPD
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:dolby="http://www.dolby.com/ns/online/DASH"
xmlns="urn:mpeg:dash:schema:mpd:2011"
xsi:schemaLocation="urn:mpeg:dash:schema:mpd:2011 DASH-MPD.xsd"
profiles="urn:mpeg:dash:profile:isoff-broadcast:2015"
type="dynamic">
<Period>
<AdaptationSet id="1" mimeType="audio/mp4" codecs="ac-4.02.01.02" lang="en" segmentAlignment="true" startWithSAP="1">
<Role schemeIdUri="urn:mpeg:dash:role:2011" value="main"/>
<SegmentTemplate timescale="48000" media="audio_singlepres_512cm/$Time$.m4s" initialization="audio_singlepres_512cm/init.mp4">
<SegmentTimeline>
<S t="0" d="96000" r="36"/>
</SegmentTimeline>
</SegmentTemplate>
<Representation id="r1" audioSamplingRate="48000" bandwidth="160000">
<AudioChannelConfiguration schemeIdUri="tag:dolby.com,2015:dash:audio_channel_configuration:2015" value="0000C7"/>
</Representation>
</AdaptationSet>
</Period>
</MPD>