From cf2d987fc06b9b577150f2d4e2e7c479d1770ead Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 6 Jan 2021 10:48:24 -0500 Subject: [PATCH] Add MIN_RTSP_PORT config item, but commented out for now --- scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in b/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in index 7df580d3a..1f631160f 100644 --- a/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in +++ b/scripts/ZoneMinder/lib/ZoneMinder/ConfigData.pm.in @@ -947,6 +947,19 @@ our @options = ( type => $types{integer}, category => 'network', }, + #{ + #name => 'ZM_MIN_RTSP_PORT', + #default => '', + #description => 'Start of port range to contact for RTSP streaming video.', + #help => q` + #The beginng of a port range that will be used to offer + #RTSP streaming of live captured video. + #Each monitor will use this value plus the Monitor Id to stream + #content. So a value of 2000 here will cause a stream for Monitor 1 to + #hit port 2001.`, + #type => $types{integer}, + #category => 'network', + #}, { name => 'ZM_MIN_RTP_PORT', default => '40200',