From 3963871e8f6901c1477d22d534d6e130dbf61822 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Fri, 14 Nov 2014 12:47:54 +0100 Subject: match stream names, urls and bitrates see https://c3voc.de/wiki/31c3:cdn and https://c3voc.de/wiki/intern:31c3:cdn --- room.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'room.php') 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( -- cgit v1.2.3