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
This commit is contained in:
parent
9e5d19bf8a
commit
b853eacf6f
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue