diff --git a/samples/mpd-event/mpd-update-event.html b/samples/mpd-event/mpd-update-event.html new file mode 100644 index 0000000000..073a49e1f9 --- /dev/null +++ b/samples/mpd-event/mpd-update-event.html @@ -0,0 +1,270 @@ + + + + + + MPD update events + + + + + + + + +
+ +
+
+ +
+
+
+
+

MPD Update Event

+

This sample shows how DASH MPD Update Event signals a DASH client to perform a manifest update when an inband event is received with value 3.

+
+
+
+ +
+
+ Manifest URL + + +
+
+ +
+
+ +
+ +
+ +
+
Manifest will appear here...
+
+
+
+
+
+
+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/samples/samples.json b/samples/samples.json index 3c8a44999b..93ddb97ccc 100644 --- a/samples/samples.json +++ b/samples/samples.json @@ -886,5 +886,22 @@ ] } ] + }, + { + "section": "MPD Update Event (value 3)", + "samples": [ + { + "title": "MPD Update Event implementation", + "description": "A sample showing MPD Update Event (value 3) implementation", + "href": "mpd-event/mpd-update-event.html", + "image": "lib/img/bbb-1.jpg", + "labels": [ + "VoD", + "Video", + "Audio", + "Callback events" + ] + } + ] } ]