diff options
author | Anton Schubert | 2020-05-07 23:42:45 +0200 |
---|---|---|
committer | Anton Schubert | 2020-05-07 23:42:45 +0200 |
commit | 2947bf6f6ca270f3381e890af6192c68b2443c7d (patch) | |
tree | e699024a68aa2598516ddcea2b60406641764627 /configs/conferences/camp2019/config.php | |
parent | 262496ad0805b47c878fb9db13573c4588c3a3a7 (diff) |
remove obsolete stereo flag
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/camp2019/config.php | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/configs/conferences/camp2019/config.php b/configs/conferences/camp2019/config.php index 2a25175..15010b4 100644 --- a/configs/conferences/camp2019/config.php +++ b/configs/conferences/camp2019/config.php @@ -161,7 +161,7 @@ $CONFIG['ROOMS'] = array( */ 'PREVIEW' => true, - 'STEREO' => false, + /** * Übersetzungstonspur aktivieren @@ -173,16 +173,6 @@ $CONFIG['ROOMS'] = array( 'TRANSLATION' => true, /** - * stereo-Tonspur statt native-Tonspur benutzen - * - * Wenn diese Zeile auskommentiert oder auf false gesetzt ist werden - * die "native"-Mono-Streams verwendet, andernfalls wird statt "native" - * der Streamname "stereo" eingesetzt. Im normalen Konferenz-Setup - * müssen dann beide Kanäle der Kamera mit einem Signal bespielt werden. - */ - 'STEREO' => false, - - /** * SD-Video-Stream (1024×576) verfügbar * * Wenn diese Zeile auskommentiert oder auf false gesetzt ist ẃird kein SD-Video @@ -356,7 +346,7 @@ $CONFIG['ROOMS'] = array( 'DISPLAY' => 'Tent 2 (Meitner)', 'STREAM' => 's2', 'PREVIEW' => true, - 'STEREO' => false, + 'TRANSLATION' => true, 'SD_VIDEO' => true, @@ -388,7 +378,7 @@ $CONFIG['ROOMS'] = array( 'DISPLAY' => 'Three Headed Monkey (Plank)', 'STREAM' => 's5', 'PREVIEW' => true, - 'STEREO' => false, + 'TRANSLATION' => true, 'SD_VIDEO' => true, |