diff options
author | Lukas Schauer | 2018-09-28 18:15:10 +0200 |
---|---|---|
committer | Lukas Schauer | 2018-09-28 18:15:10 +0200 |
commit | f227bfa85312d02a1b35facf574f8949162bc7b8 (patch) | |
tree | a5cf607889a55915705a2890b143d6a6f5a7757c /configs/conferences/fiffkon18/config.php | |
parent | 4c61857cc29e4d2285db9576d7e0d1e6ac7eaa36 (diff) |
fiffkon streams
Diffstat (limited to 'configs/conferences/fiffkon18/config.php')
-rwxr-xr-x | configs/conferences/fiffkon18/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/fiffkon18/config.php b/configs/conferences/fiffkon18/config.php index 182c8cf..eafcd62 100755 --- a/configs/conferences/fiffkon18/config.php +++ b/configs/conferences/fiffkon18/config.php @@ -136,7 +136,7 @@ $CONFIG['ROOMS'] = array( */ 'Saal4' => array( 'DISPLAY' => 'MA 001', - 'STREAM' => 's5', + 'STREAM' => 's4', 'PREVIEW' => true, 'TRANSLATION' => false, 'STEREO' => false, @@ -160,7 +160,7 @@ $CONFIG['ROOMS'] = array( ), 'Saal5' => array( 'DISPLAY' => 'HE 101', - 'STREAM' => 's4', + 'STREAM' => 's5', 'PREVIEW' => true, 'TRANSLATION' => false, 'STEREO' => false, |