mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
fix lq video stream size
This commit is contained in:
parent
aa10d8d0e7
commit
7b7de7c3eb
1 changed files with 2 additions and 2 deletions
4
room.php
4
room.php
|
@ -31,8 +31,8 @@ switch($format) {
|
|||
|
||||
case 'lq':
|
||||
$type = 'video';
|
||||
$width = 512;
|
||||
$height = 288;
|
||||
$width = 640;
|
||||
$height = 360;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue