DASH Manifest Example

Custom Ad Breask and CUE inserts

<?xml version="1.0" encoding="utf-8"?>
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" profiles="urn:mpeg:dash:profile:full:2011" minBufferTime="PT1.5S">
    <!-- Ad -->
    <Period duration="[Duration]">
        <!-- Period description -->
        <AdaptationSet>
            <!-- AdaptationSet description -->
        </AdaptationSet>
        <EventStream schemeIdUri="urn:scte:scte35:2014:xml+bin" value="scte35" timescale="90000">
            <Event id="[ID]" presentationTime="[Start * 90000]">
                <scte35:signal>
                    <scte35:binary>[SCTEBinaryData]</scte35:binary>
                </scte35:signal>
            </Event>
            <Event id="[ID]" presentationTime="[Start * 90000]">
                <!-- Event description -->
            </Event>
        </EventStream>
    </Period>
</MPD>

Auto Generated Ad Breask

Each program segment defined by section.

<?xml version="1.0" encoding="utf-8"?>
<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" profiles="urn:mpeg:dash:profile:full:2011" minBufferTime="PT1.5S">
    <!-- Ad -->
    <Period duration="[Duration]">
        <!-- Period description -->
    </Period>
    <!-- Ad -->
    <Period duration="[Duration]">
        <!-- Period description -->
    </Period>
    <!-- Ad -->
</MPD>