Bug 207 - Changed defaults for some config parms
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1746 e3e1d417-86f3-4887-817a-d78f3d33393fpull/27/merge
parent
d6c37380a6
commit
0352b65a3e
|
@ -170,7 +170,7 @@ our @options =
|
|||
},
|
||||
{
|
||||
name => "ZM_PATH_ZMS",
|
||||
default => "/cgi-bin/zms",
|
||||
default => "/cgi-bin/nph-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. 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},
|
||||
|
@ -186,7 +186,7 @@ our @options =
|
|||
},
|
||||
{
|
||||
name => "ZM_RAND_STREAM",
|
||||
default => "no",
|
||||
default => "yes",
|
||||
description => "Add a random string to prevent caching of streams",
|
||||
help => "Some browsers can cache the streams used by ZoneMinder. In order to prevent his a harmless random string can be appended to the url to make each invocation of the stream appear unique.",
|
||||
type => $types{boolean},
|
||||
|
|
Loading…
Reference in New Issue