From 1e615b873953a305938c83d3d3c13f7b67231e49 Mon Sep 17 00:00:00 2001 From: Constanza Dibueno Date: Thu, 27 Mar 2025 16:45:37 -0300 Subject: [PATCH 1/2] sample page --- samples/mpd-event/mpd-update-event.html | 270 ++++++++++++++++++++++++ samples/samples.json | 17 ++ 2 files changed, 287 insertions(+) create mode 100644 samples/mpd-event/mpd-update-event.html 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..33445da9a2 100644 --- a/samples/samples.json +++ b/samples/samples.json @@ -886,5 +886,22 @@ ] } ] + }, + { + "section": "MPD Update Event (value 3)", + "samples": [ + { + "title": "MPD Update Event (value 3) implementation", + "description": "A sample showing ... implementation", + "href": "mpd-event/mpd-update-event.html", + "image": "lib/img/bbb-1.jpg", + "labels": [ + "VoD", + "Video", + "Audio", + "Callback events" + ] + } + ] } ] From a99baa762acad3ce6e1855dcbb96560a251e5d48 Mon Sep 17 00:00:00 2001 From: Constanza Dibueno Date: Mon, 31 Mar 2025 15:42:39 -0300 Subject: [PATCH 2/2] sample page description --- samples/samples.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/samples.json b/samples/samples.json index 33445da9a2..93ddb97ccc 100644 --- a/samples/samples.json +++ b/samples/samples.json @@ -891,8 +891,8 @@ "section": "MPD Update Event (value 3)", "samples": [ { - "title": "MPD Update Event (value 3) implementation", - "description": "A sample showing ... implementation", + "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": [