Adds RTSP2Web support for live view

This commit is contained in:
Jonathan Bennett
2023-07-29 23:41:51 -05:00
parent 9295c390ca
commit 5c9588c012
20 changed files with 530 additions and 30 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 => '',