diff options
author | MaZderMind | 2014-11-14 12:47:54 +0100 |
---|---|---|
committer | MaZderMind | 2014-11-14 12:47:54 +0100 |
commit | 3963871e8f6901c1477d22d534d6e130dbf61822 (patch) | |
tree | e7f59d726edc19bb2291596f6c3ea78f51adf7df /room.php | |
parent | bdb6996709369e56b0bae93525fe60a0fdb5124c (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 '')
-rw-r--r-- | room.php | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -21,17 +21,11 @@ switch($format) { $height = 1080; break; - case 'hq': + case 'sd': $type = 'video'; $width = 1024; $height = 576; break; - - case 'lq': - $type = 'video'; - $width = 640; - $height = 360; - break; } echo $tpl->render(array( |