From 511713638077d547e8b1d8ccce9dafd867d2653a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 3 Mar 2020 10:10:33 +0100 Subject: update stream-site to 2020 --- contrib/site/end.html | 12 +++++++----- contrib/site/images/sponsors/murat.png | Bin 0 -> 3235 bytes contrib/site/index-stats.html | 22 ++++++++++++---------- contrib/site/index.html | 22 ++++++++++++---------- 4 files changed, 31 insertions(+), 25 deletions(-) create mode 100644 contrib/site/images/sponsors/murat.png diff --git a/contrib/site/end.html b/contrib/site/end.html index 968f3fa..c4f3bed 100644 --- a/contrib/site/end.html +++ b/contrib/site/end.html @@ -7,7 +7,7 @@ - Elevate Festival 2019 - Live Stream + Elevate Festival 2020 - Live Stream @@ -17,12 +17,12 @@ - + - + @@ -37,7 +37,7 @@
- +
@@ -45,8 +45,10 @@
+
-
+
+
diff --git a/contrib/site/images/sponsors/murat.png b/contrib/site/images/sponsors/murat.png new file mode 100644 index 0000000..1d694dd Binary files /dev/null and b/contrib/site/images/sponsors/murat.png differ diff --git a/contrib/site/index-stats.html b/contrib/site/index-stats.html index d0dae96..de561de 100644 --- a/contrib/site/index-stats.html +++ b/contrib/site/index-stats.html @@ -7,7 +7,7 @@ - Elevate Festival 2019 - Live Stream + Elevate Festival 2020 - Live Stream @@ -17,12 +17,12 @@ - + - + @@ -39,7 +39,7 @@
- +
@@ -53,14 +53,14 @@ autoPlay: true, autoSeekFromUrl: false, hlsUseNextLevel: true, - source: 'https://elevate-live.spreadspace.org:8000/hls/orig.m3u8', + source: 'https://emc-live.elev8.at:8000/hls/orig.m3u8', plugins: [SourceSelector, LevelSelector, ClapprNerdStats, ClapprStats], sourceSelectorConfig: { sources: [ - { label: 'Original', source: 'https://elevate-live.spreadspace.org:8000/hls/orig.m3u8' }, - { label: 'English', source: 'https://elevate-live.spreadspace.org:8000/hls/en.m3u8' }, - { label: 'Deutsch', source: 'https://elevate-live.spreadspace.org:8000/hls/dt.m3u8' } + { label: 'Original', source: 'https://emc-live.elev8.at:8000/hls/orig.m3u8' }, + { label: 'English', source: 'https://emc-live.elev8.at:8000/hls/en.m3u8' }, + { label: 'Deutsch', source: 'https://emc-live.elev8.at:8000/hls/dt.m3u8' } ]}, - levelSelectorConfig: { labels: {3: 'high', 2: 'medium', 1: 'low', 0: 'mini'} }, + levelSelectorConfig: { labels: {4: 'full', 3: 'high', 2: 'medium', 1: 'low', 0: 'mini'} }, clapprStats: { runEach: 1000 }, clapprNerdStats: { shortcut: ['command+shift+s', 'ctrl+shift+s'], iconPosition: 'top-right' } }); @@ -69,8 +69,10 @@
+
-
+
+
diff --git a/contrib/site/index.html b/contrib/site/index.html index c54a21d..265dddb 100644 --- a/contrib/site/index.html +++ b/contrib/site/index.html @@ -7,7 +7,7 @@ - Elevate Festival 2019 - Live Stream + Elevate Festival 2020 - Live Stream @@ -17,12 +17,12 @@ - + - + @@ -37,7 +37,7 @@
- +
@@ -51,22 +51,24 @@ autoPlay: true, autoSeekFromUrl: false, hlsUseNextLevel: true, - source: 'https://elevate-live.spreadspace.org:8000/hls/orig.m3u8', + source: 'https://emc-live.elev8.at:8000/hls/orig.m3u8', plugins: [SourceSelector, LevelSelector], sourceSelectorConfig: { sources: [ - { label: 'Original', source: 'https://elevate-live.spreadspace.org:8000/hls/orig.m3u8' }, - { label: 'English', source: 'https://elevate-live.spreadspace.org:8000/hls/en.m3u8' }, - { label: 'Deutsch', source: 'https://elevate-live.spreadspace.org:8000/hls/dt.m3u8' } + { label: 'Original', source: 'https://emc-live.elev8.at:8000/hls/orig.m3u8' }, + { label: 'English', source: 'https://emc-live.elev8.at:8000/hls/en.m3u8' }, + { label: 'Deutsch', source: 'https://emc-live.elev8.at:8000/hls/dt.m3u8' } ]}, - levelSelectorConfig: { labels: {3: 'high', 2: 'medium', 1: 'low', 0: 'mini'} }, + levelSelectorConfig: { labels: {4: 'full', 3: 'high', 2: 'medium', 1: 'low', 0: 'mini'} }, });
+
-
+
+
-- cgit v1.2.3