diff options
author | derchris | 2018-03-31 15:25:33 +0200 |
---|---|---|
committer | derchris | 2018-03-31 15:25:33 +0200 |
commit | 4565a22c599537b1dd7a0dcd53bec72dbf1ed7ce (patch) | |
tree | 5682b586a925f8c8549a1f1b528db22170ac1906 /configs/conferences/eh18/config.php | |
parent | cc6e595517152354b54b095064e052f2571e1af8 (diff) |
fix pixelflut stream
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/eh18/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/eh18/config.php b/configs/conferences/eh18/config.php index 55546e9..55b8bf0 100644 --- a/configs/conferences/eh18/config.php +++ b/configs/conferences/eh18/config.php @@ -382,9 +382,9 @@ $CONFIG['ROOMS'] = array( 'STEREO' => false, 'SD_VIDEO' => true, 'HD_VIDEO' => true, - 'SLIDES' => true, + 'SLIDES' => false, 'DASH' => true, - 'AUDIO' => true, + 'AUDIO' => false, 'MUSIC' => false, 'SCHEDULE' => false, 'SCHEDULE_NAME' => 'Pixelflut', |