aboutsummaryrefslogtreecommitdiff
path: root/room.php
diff options
context:
space:
mode:
authorMaZderMind2014-11-14 12:47:54 +0100
committerMaZderMind2014-11-14 12:47:54 +0100
commit3963871e8f6901c1477d22d534d6e130dbf61822 (patch)
treee7f59d726edc19bb2291596f6c3ea78f51adf7df /room.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 '')
-rw-r--r--room.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/room.php b/room.php
index c297610..478484b 100644
--- a/room.php
+++ b/room.php
@@ -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(