You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>The server provides a MPD containing an InbandEventStream element on Period Level. The schmeIdUri and the value of the Eventstream are set according to ISO/IEC
Additionally one segment contains an EMSG Box with the same schemeIdUri and the same value.</li>
143
+
144
+
<li>During the playback the Client parses the EMSG Box, removes it from the segment and schedules the MPD Reload.</li>
145
+
<li>The new MPD contains an additional period with ad content which will be played after 51 seconds</li>
146
+
147
+
</ol>
148
+
Important:
149
+
<ul>
150
+
<li>Cookies have to be activated</li>
151
+
<li>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.</li>
<li>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
<li>MPD reload is scheduled at 5 seconds of the playback </li>
148
+
<li>The new MPD contains an additional period with ad content which will be played after 15 seconds</li>
149
+
150
+
</ol>
151
+
152
+
Important:
153
+
<ul>
154
+
<li>Cookies have to be activated</li>
155
+
<li>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.</li>
Copy file name to clipboardExpand all lines: samples/ad-insertion/index.html
+2-2
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,8 @@
20
20
Demonstration of different implementation approaches for advert insertion using MPEG-DASH and W3C MediaSourceExtensions, based on the DASH-IF reference client.
0 commit comments