diff --git a/web/includes/Monitor.php b/web/includes/Monitor.php index f7b1e7069..f966187d1 100644 --- a/web/includes/Monitor.php +++ b/web/includes/Monitor.php @@ -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' => '',