Merge branch 'master' of github.com:ZoneMinder/zoneminder

This commit is contained in:
Isaac Connor
2023-08-02 13:36:33 -04:00
22 changed files with 549 additions and 32 deletions

View File

@@ -433,6 +433,18 @@ our @options = (
type => $types{boolean},
category => 'system',
},
{
name => 'ZM_RTSP2WEB_PATH',
default => '',
description => 'URL for RTSP2Web port.',
help => q`This value points to the location of the RTSP2Web
install, including username and password. If left blank, this
will default to demo:demo@127.0.0.1:8083
port 8083.
`,
type => $types{string},
category => 'system',
},
{
name => 'ZM_JANUS_SECRET',
default => '',