more h264 only

This commit is contained in:
Lukas Schauer 2021-12-24 14:59:55 +01:00
parent 45f4b93791
commit 65f80b18aa
No known key found for this signature in database
GPG key ID: 9C4DBE6CF438F333

View file

@ -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,