From 54c52f4416f21f58349d1602422ca17547ec7603 Mon Sep 17 00:00:00 2001 From: genius3000 Date: Fri, 7 Apr 2017 20:55:01 -0600 Subject: [PATCH 1/2] Replace missed netcam_http with netcam_keepalive --- motion_guide.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motion_guide.html b/motion_guide.html index 653823b4..81d394d5 100644 --- a/motion_guide.html +++ b/motion_guide.html @@ -1357,7 +1357,7 @@ Some configuration options are only used if Motion is built on a system that has movie_filename - netcam_http + netcam_keepalive netcam_keepalive netcam_keepalive From 4ec8e557a2ad9f8e06d3eb19a34857550fd09645 Mon Sep 17 00:00:00 2001 From: genius3000 Date: Fri, 7 Apr 2017 21:01:47 -0600 Subject: [PATCH 2/2] Update the ffmpeg_variable_bitrate comment in config_params for the webui config writing --- conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.c b/conf.c index 63a8958c..d3f6993a 100644 --- a/conf.c +++ b/conf.c @@ -783,7 +783,7 @@ config_param config_params[] = { "# Enables and defines variable bitrate for the ffmpeg encoder.\n" "# ffmpeg_bps is ignored if variable bitrate is enabled.\n" "# Valid values: 0 (default) = fixed bitrate defined by ffmpeg_bps,\n" - "# or the range 2 - 31 where 2 means best quality and 31 is worst.", + "# or the range 1 - 100 where 1 means worst quality and 100 is best.", 0, CONF_OFFSET(ffmpeg_vbr), copy_int,