From 80eef5e3ca7bbcf9dfb3dbd95892a459afd13162 Mon Sep 17 00:00:00 2001 From: dsilhavy Date: Thu, 9 Dec 2021 11:12:24 +0100 Subject: [PATCH] Add demo page to load stream via query parameters --- .../getting-started/load-with-url-params.html | 114 ++++++++++++++++++ samples/samples.json | 11 ++ 2 files changed, 125 insertions(+) create mode 100644 samples/getting-started/load-with-url-params.html diff --git a/samples/getting-started/load-with-url-params.html b/samples/getting-started/load-with-url-params.html new file mode 100644 index 0000000000..b2f8c3aa27 --- /dev/null +++ b/samples/getting-started/load-with-url-params.html @@ -0,0 +1,114 @@ + + + + + Load with url parameters + + + + + + + + + + + + + +
+
+
+ +
+
+
+
+

Load with url parameters

+

A demo page that uses url query parameters to configure the playback. The supported paramaters + are:

+ + + + + + + + + + + + + + + + +
ParameterDescriptionDefault
autoplayEnables autoplay. Set to "true" or "false""true"
urlSpecify MPD urlhttps://dash.akamaized.net/akamai/bbb_30fps/bbb_30fps.mpd
+ +
+
+
+
+ +
+
+
+
+
+
+
+
+
+ © DASH-IF +
+
+
+ + + + + + diff --git a/samples/samples.json b/samples/samples.json index 6a606aa110..98448c7b0a 100644 --- a/samples/samples.json +++ b/samples/samples.json @@ -94,6 +94,17 @@ "Video", "Audio" ] + }, + { + "title": "Load with url parameters", + "description": "A demo page that uses url query parameters to configure the playback.", + "href": "getting-started/load-with-url-params.html", + "image": "lib/img/bbb-1.jpg", + "labels": [ + "VoD", + "Video", + "Audio" + ] } ] },