mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-11 16:16:44 -04:00
Adds RTSP2Web support for live view
This commit is contained in:
@@ -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 => '',
|
||||
|
||||
Reference in New Issue
Block a user