aboutsummaryrefslogtreecommitdiff
path: root/lib/config.php
diff options
context:
space:
mode:
authorMaZderMind2014-11-14 12:47:54 +0100
committerMaZderMind2014-11-14 12:47:54 +0100
commit3963871e8f6901c1477d22d534d6e130dbf61822 (patch)
treee7f59d726edc19bb2291596f6c3ea78f51adf7df /lib/config.php
parentbdb6996709369e56b0bae93525fe60a0fdb5124c (diff)
match stream names, urls and bitrates
see https://c3voc.de/wiki/31c3:cdn and https://c3voc.de/wiki/intern:31c3:cdn
Diffstat (limited to 'lib/config.php')
-rw-r--r--lib/config.php17
1 files changed, 7 insertions, 10 deletions
diff --git a/lib/config.php b/lib/config.php
index 9ef612d..c5bed0c 100644
--- a/lib/config.php
+++ b/lib/config.php
@@ -23,21 +23,18 @@ $GLOBALS['CONFIG']['ROOMS'] = array(
);
$GLOBALS['CONFIG']['FORMATS'] = array(
- 'hd' => 'FullHD',
- 'hq' => 'High Quality',
- 'lq' => 'Low Quality',
+ 'hd' => 'FullHD Video',
+ 'sd' => 'SD Video',
'audio' => 'Audio',
'slides' => 'Slide-Images',
);
$GLOBALS['CONFIG']['FORMAT_TEXT'] = array(
- 'hd' => '1920x1080, h264+aac, 5 MBit/s',
- 'hq' => '1024x576, h264+aac, 1 MBit/s',
- 'lq' => '640x360, h264+aac, 0.5 MBit/s',
- 'webm' => '1024x576 vp8+vorbis in webm, zzz MBit/s',
- 'mp3' => 'MP3, 192 kBit/s',
- 'ogg' => 'OGG Vorbis, xxx kBit/s',
- 'opus' => 'Opus (RFC 6716), yyy kBit/s',
+ 'hd' => '1920x1080, h264+aac, 3 MBit/s',
+ 'sd' => '1024x576, h264+aac, 1 MBit/s',
+ 'webm' => '1024x576 vp8+vorbis in webm, 1 MBit/s',
+ 'mp3' => 'MP3, 128 kBit/s',
+ 'opus' => 'Opus (RFC 6716), 96 kBit/s',
);
// various room-name nappings