mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
more h264 only
This commit is contained in:
parent
45f4b93791
commit
65f80b18aa
1 changed files with 4 additions and 2 deletions
|
@ -587,7 +587,8 @@ $CONFIG['ROOMS'] = array(
|
|||
|
||||
'SD_VIDEO' => true,
|
||||
'HD_VIDEO' => true,
|
||||
'DASH' => true,
|
||||
'DASH' => false,
|
||||
'H264_ONLY' => true,
|
||||
'HLS' => true,
|
||||
'AUDIO' => true,
|
||||
'SLIDES' => false,
|
||||
|
@ -615,7 +616,8 @@ $CONFIG['ROOMS'] = array(
|
|||
|
||||
'SD_VIDEO' => true,
|
||||
'HD_VIDEO' => true,
|
||||
'DASH' => true,
|
||||
'DASH' => false,
|
||||
'H264_ONLY' => true,
|
||||
'HLS' => true,
|
||||
'AUDIO' => true,
|
||||
'SLIDES' => false,
|
||||
|
|
Loading…
Reference in a new issue