From c39ac0526f998693398e6504e5a3b77a199eebcf Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 22 Dec 2016 21:25:41 +0100 Subject: add switcher and beta-marker --- assets/css/_room.less | 4 ++ configs/conferences/33c3/assets/f-beta.svg | 85 ++++++++++++++++++++++++++ configs/conferences/33c3/assets/min/f-beta.svg | 1 + configs/conferences/33c3/main.less | 7 +++ template/assemblies/switcher/dash.phtml | 30 ++++++++- 5 files changed, 126 insertions(+), 1 deletion(-) create mode 100644 configs/conferences/33c3/assets/f-beta.svg create mode 100644 configs/conferences/33c3/assets/min/f-beta.svg diff --git a/assets/css/_room.less b/assets/css/_room.less index 161000d..cfffbd8 100644 --- a/assets/css/_room.less +++ b/assets/css/_room.less @@ -46,6 +46,10 @@ body.room { } } + .notes.well { + margin-top: @padding-large-vertical; + } + #chat { text-align: center; diff --git a/configs/conferences/33c3/assets/f-beta.svg b/configs/conferences/33c3/assets/f-beta.svg new file mode 100644 index 0000000..ea55e5d --- /dev/null +++ b/configs/conferences/33c3/assets/f-beta.svg @@ -0,0 +1,85 @@ + + + + + + image/svg+xml + + Live_Music + + + + + Live_Music + + + + + + + + + + + + + + + + diff --git a/configs/conferences/33c3/assets/min/f-beta.svg b/configs/conferences/33c3/assets/min/f-beta.svg new file mode 100644 index 0000000..f3fe1a9 --- /dev/null +++ b/configs/conferences/33c3/assets/min/f-beta.svg @@ -0,0 +1 @@ +Live_Music \ No newline at end of file diff --git a/configs/conferences/33c3/main.less b/configs/conferences/33c3/main.less index 703c8bd..e5269c6 100644 --- a/configs/conferences/33c3/main.less +++ b/configs/conferences/33c3/main.less @@ -281,6 +281,13 @@ body.multiview .cell { } +.functions-wrap { + .beta { + .svg-replace("assets/min/f-beta.svg"); + margin-bottom: 30px; + height: 50%; + } +} nav .button-wrapper > .btn { height: 75px; diff --git a/template/assemblies/switcher/dash.phtml b/template/assemblies/switcher/dash.phtml index a597ad4..164af12 100644 --- a/template/assemblies/switcher/dash.phtml +++ b/template/assemblies/switcher/dash.phtml @@ -1 +1,29 @@ -

DASH-Format-Selector coming soon

+
+ +
+

WARNING! BETA!

+

DASH is an adaptive-bitrate HTTP-based streaming solution, that is (unlike existing proprietary solutions such as HLS) internationally standardized.

+

Support for DASH in open source software such as ffmpeg is still pretty rough, so consider this a technology-preview, it's not yet a stable solution.

+

Please report your experience to @c3streaming, but please don't expect full support.

+
+ + + + +
-- cgit v1.2.3