diff --git a/web/skins/classic/views/monitor.php b/web/skins/classic/views/monitor.php index 67d0a8413..2815b2da8 100644 --- a/web/skins/classic/views/monitor.php +++ b/web/skins/classic/views/monitor.php @@ -89,12 +89,12 @@ if ( ! $monitor ) { 'Pass' => '', 'Colours' => 4, 'Palette' => 0, - 'Width' => '1280', - 'Height' => '962', + 'Width' => '', + 'Height' => '', 'Orientation' => '0', 'Deinterlacing' => 0, 'RTSPDescribe' => 0, - 'SaveJPEGs' => '4', + 'SaveJPEGs' => '0', 'VideoWriter' => '1', 'EncoderParameters' => "# Lines beginning with # are a comment \n# For changing quality, use the crf option\n# 1 is best, 51 is worst quality\n#crf=23\n", 'RecordAudio' => '0', @@ -102,9 +102,9 @@ if ( ! $monitor ) { 'LabelX' => 0, 'LabelY' => 0, 'LabelSize' => 1, - 'ImageBufferCount' => 40, - 'WarmupCount' => 1, - 'PreEventCount' => 1, + 'ImageBufferCount' => 20, + 'WarmupCount' => 0, + 'PreEventCount' => 0, 'PostEventCount' => 5, 'StreamReplayBuffer' => 0, 'AlarmFrameCount' => 1,