From e9abd61a923be82276ebbbb11da2a4717be7aead Mon Sep 17 00:00:00 2001 From: Mr-Dave Date: Sat, 12 Jul 2014 16:08:24 -0600 Subject: [PATCH] Revised motion-dist --- motion-dist.conf | 2 +- motion-dist.conf.in | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/motion-dist.conf b/motion-dist.conf index 98cea53b..89794641 100644 --- a/motion-dist.conf +++ b/motion-dist.conf @@ -128,7 +128,7 @@ netcam_tolerant_check off # RTSP connection uses TCP to communicate to the camera. Can prevent image corruption. # Default: on rtsp_uses_tcp on - + # Let motion regulate the brightness of a video device (default: off). # The auto_brightness feature uses the brightness option as its target value. # If brightness is zero auto_brightness will adjust to average brightness value 128. diff --git a/motion-dist.conf.in b/motion-dist.conf.in index 630cbf8f..5e3dbe34 100644 --- a/motion-dist.conf.in +++ b/motion-dist.conf.in @@ -101,7 +101,7 @@ framerate 2 # This option is used when you want to capture images at a rate lower than 2 per second. minimum_frame_time 0 -# URL to use if you are using a network camera, size will be autodetected (incl http:// ftp:// mjpg:// rstp:// or file:///) +# URL to use if you are using a network camera, size will be autodetected (incl http:// ftp:// mjpg:// rtsp:// or file:///) # Must be a URL that returns single jpeg pictures or a raw mjpeg stream. Default: Not defined ; netcam_url value @@ -125,6 +125,10 @@ netcam_keepalive off # Default: off netcam_tolerant_check off +# RTSP connection uses TCP to communicate to the camera. Can prevent image corruption. +# Default: on +rtsp_uses_tcp on + # Let motion regulate the brightness of a video device (default: off). # The auto_brightness feature uses the brightness option as its target value. # If brightness is zero auto_brightness will adjust to average brightness value 128.