Fix reversed defaults for RTSP2Web options

This commit is contained in:
Isaac Connor
2023-08-02 13:48:15 -04:00
parent e86610c38c
commit 672ba114f4

View File

@@ -145,8 +145,8 @@ public static function getStatuses() {
'AnalysisImage' => 'FullColour',
'Enabled' => array('type'=>'boolean','default'=>1),
'Decoding' => 'Always',
'RTSP2WebEnabled' => 'HLS',
'RTSP2WebType' => array('type'=>'integer','default'=>0),
'RTSP2WebEnabled' => array('type'=>'integer','default'=>0),
'RTSP2WebType' => 'HLS',
'JanusEnabled' => array('type'=>'boolean','default'=>0),
'JanusAudioEnabled' => array('type'=>'boolean','default'=>0),
'Janus_Profile_Override' => '',