From 2154e74d966dfdd3ad25ae1cca51ca4da4c0c3f4 Mon Sep 17 00:00:00 2001 From: Hristo Stefanov Date: Sat, 7 Nov 2015 05:31:22 +0200 Subject: [PATCH] Added player for the video streams on the front page --- front-page.php | 253 +++++++++++++++++++++++++++++++++++++++++++++++++ functions.php | 6 ++ 2 files changed, 259 insertions(+) diff --git a/front-page.php b/front-page.php index abb23f3..15f087c 100644 --- a/front-page.php +++ b/front-page.php @@ -1,4 +1,257 @@ + + + + + + +
+

Streaming | всички зали

+

+

+

+ +

+

+ RTMP | HLS +

+

+

+
+ + +
+ +
diff --git a/functions.php b/functions.php index c3c2a7c..d56b5bb 100644 --- a/functions.php +++ b/functions.php @@ -335,4 +335,10 @@ if (function_exists("pll_register_string")) { pll_register_string('hall3','G1'); pll_register_string('hall4','Пловдив'); pll_register_string('hall5','Бургас'); + pll_register_string('bulgaria_hall','BULGARIA_HALL'); + pll_register_string('chamber_hall','CHAMBER_HALL'); + pll_register_string('music_hall','MUSIC_HALL'); + pll_register_string('low_quality','LOW_QUALITY'); + pll_register_string('normal_quality','NORMAL_QUALITY'); + pll_register_string('high_quality','HIGH_QUALITY'); }