default JanusEnabled to 0 so that we can turn it off
This commit is contained in:
parent
388735e942
commit
d00aaa11e9
|
@ -89,6 +89,7 @@ if ($action == 'save') {
|
|||
'ModectDuringPTZ' => 0,
|
||||
'Enabled' => 0,
|
||||
'DecodingEnabled' => 0,
|
||||
'JanusEnabled' => 0,
|
||||
'Exif' => 0,
|
||||
'RTSPDescribe' => 0,
|
||||
'V4LMultiBuffer' => '',
|
||||
|
|
Loading…
Reference in New Issue