From 19d7c450706df1aae74003fcfcfa03d17ebd6f54 Mon Sep 17 00:00:00 2001 From: vijeth-aradhya Date: Tue, 18 Jul 2017 09:46:37 +0530 Subject: Add video-resolution-switcher (v0.4.2) plugin --- .../examples/flash.html | 81 ++++++++++++++++++ .../examples/html5.html | 97 ++++++++++++++++++++++ .../examples/youtube.html | 64 ++++++++++++++ 3 files changed, 242 insertions(+) create mode 100644 extlib/videojs-resolution-switcher/examples/flash.html create mode 100644 extlib/videojs-resolution-switcher/examples/html5.html create mode 100644 extlib/videojs-resolution-switcher/examples/youtube.html (limited to 'extlib/videojs-resolution-switcher/examples') diff --git a/extlib/videojs-resolution-switcher/examples/flash.html b/extlib/videojs-resolution-switcher/examples/flash.html new file mode 100644 index 00000000..60dfb11d --- /dev/null +++ b/extlib/videojs-resolution-switcher/examples/flash.html @@ -0,0 +1,81 @@ + + + + + Video.js Resolution Switcher + + + + + + +
+

+ Use flash +

+
+ + + + + + + + + diff --git a/extlib/videojs-resolution-switcher/examples/html5.html b/extlib/videojs-resolution-switcher/examples/html5.html new file mode 100644 index 00000000..a987cc42 --- /dev/null +++ b/extlib/videojs-resolution-switcher/examples/html5.html @@ -0,0 +1,97 @@ + + + + + Video.js Resolution Switcher + + + + + + +
+

+ Set sources dynamically +

+
+ + + +
+

+ Set sources inside <video> tag +

+
+ + + + + + + + + + + + + diff --git a/extlib/videojs-resolution-switcher/examples/youtube.html b/extlib/videojs-resolution-switcher/examples/youtube.html new file mode 100644 index 00000000..49b5ff97 --- /dev/null +++ b/extlib/videojs-resolution-switcher/examples/youtube.html @@ -0,0 +1,64 @@ + + + + + Video.js Resolution Switcher + + + + + + +
+

+ Youtube tech +

+
+ + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3