Post-Roll Advert-Insertion with DASH + W3C MediaSource Extensions + Inline Event MPD Reload
  1. The server provides a MPD containing an InlineEventStream element on Period Level. The schmeIdUri and the value of the Eventstream are set according to ISO/IEC 23009-1 5.10.4.1.

    <EventStream schemeIdUri="urn:mpeg:dash:event:2012" value="1"/>
           <Event presentationTime="5" id="1"/>
    </EventStream>
                        
  2. MPD reload is scheduled at 5 seconds of the playback
  3. The new MPD contains an additional period with ad content (51 seconds) which will be played after 15 seconds
Important:
  • Cookies have to be activated
  • Due to missing Multiperiod implementation a workaround has to be used to enable multiperiod playback. The second period will therefore have a starttime set to PT0M0S.
Back to selection