aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences
diff options
context:
space:
mode:
authordedeibel2017-12-16 18:59:55 +0100
committerdedeibel2017-12-16 18:59:55 +0100
commit8f6bde3bf4fc5f58a22fc2fb836be6dd6964d274 (patch)
tree0cb2c9acc58e287e686ad391289b40ab96475c43 /configs/conferences
parent3de646fe444765da34afe37e6b579259680963fd (diff)
Added c3tv config
Diffstat (limited to 'configs/conferences')
-rw-r--r--configs/conferences/34c3/config.php28
1 files changed, 26 insertions, 2 deletions
diff --git a/configs/conferences/34c3/config.php b/configs/conferences/34c3/config.php
index 557a487..9ef4126 100644
--- a/configs/conferences/34c3/config.php
+++ b/configs/conferences/34c3/config.php
@@ -118,6 +118,7 @@ $CONFIG['OVERVIEW'] = array(
'hallb',
'hallc',
'halld',
+ 'c3tv',
),
'Live Music' => array(
@@ -483,6 +484,31 @@ $CONFIG['ROOMS'] = array(
),
),
+ 'c3tv' => array(
+ 'DISPLAY' => 'C3TV',
+ # danimo, moe
+ 'STREAM' => 's4', # TODO fix
+ 'PREVIEW' => true, # TODO check / run downloader on transcorder
+ 'TRANSLATION' => false,
+ 'SD_VIDEO' => true,
+ 'HD_VIDEO' => true,
+ 'DASH' => false,
+ 'AUDIO' => true,
+ 'SLIDES' => false,
+ 'MUSIC' => false,
+
+ 'SCHEDULE' => false,
+ 'FEEDBACK' => false,
+ 'SUBTITLES' => false,
+ 'SUBTITLES_ROOM_ID' => 2,
+ 'EMBED' => true,
+ 'IRC' => false,
+ 'TWITTER' => true,
+ 'TWITTER_CONFIG' => array(
+ 'DISPLAY' => '@c3tv_de on twitter',
+ 'TEXT' => '@c3tv_de',
+ ),
+ ),
# TODO check namen
@@ -511,11 +537,9 @@ $CONFIG['ROOMS'] = array(
'EMBED' => false,
),
-
);
-
/**
* Konfigurationen zum Konferenz-Fahrplan
* Wird dieser Block auskommentiert, werden alle Fahrplan-Bezogenen Features deaktiviert