From b853eacf6f8843be1ec684a3fda3c538f44b2998 Mon Sep 17 00:00:00 2001 From: stan Date: Sun, 14 Mar 2004 21:28:51 +0000 Subject: [PATCH] Added comment about non-parsed-header mode for zms. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@953 e3e1d417-86f3-4887-817a-d78f3d33393f --- zmconfig.pl.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zmconfig.pl.in b/zmconfig.pl.in index 326404681..14d7ab912 100755 --- a/zmconfig.pl.in +++ b/zmconfig.pl.in @@ -240,7 +240,7 @@ my @options = name => "ZM_PATH_ZMS", default => "/cgi-bin/zms", description => "Web path to zms streaming server", - help => "The ZoneMinder streaming server is required to send streamed images to your browser. It will be installed into the cgi-bin path given at configuration time. This option determines what the web path to the server is rather than the local path on your machine.", + help => "The ZoneMinder streaming server is required to send streamed images to your browser. It will be installed into the cgi-bin path given at configuration time. This option determines what the web path to the server is rather than the local path on your machine. Ordinarily the streaming server runs in parser-header mode however if you experience problems with streaming you can change this to non-parsed-header (nph) mode by changing 'zms' to 'nph-zms'.", type => $types{rel_path}, category => 'paths', },