From b216723f01cf471a7d7028ce28c8c7a9c432c17b Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Wed, 14 Apr 2021 12:47:38 -0400 Subject: [PATCH] 2021-04-14 Fred Gleason * Documented the 'MeterPortBaseNumber=' and 'MeterPointRange=' directives in the rd.conf(5) man page. Signed-off-by: Fred Gleason --- ChangeLog | 3 +++ docs/manpages/rd.conf.xml | 30 ++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/ChangeLog b/ChangeLog index fe43ae96..39c0c330 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21431,3 +21431,6 @@ * Changed the way in which the VU Meter UDP port is chosen. One can now specify the base port number and the maximum number of UDP ports to consider when caed(8) sets up the VU meter port. +2021-04-14 Fred Gleason + * Documented the 'MeterPortBaseNumber=' and 'MeterPointRange=' + directives in the rd.conf(5) man page. diff --git a/docs/manpages/rd.conf.xml b/docs/manpages/rd.conf.xml index e5fa39f7..fc31b557 100644 --- a/docs/manpages/rd.conf.xml +++ b/docs/manpages/rd.conf.xml @@ -789,6 +789,36 @@ + + + + + + MeterPortBaseNumber = udp-port + + + MeterPortRange = size + + + + These parameters define the range of UDP ports to reserve for + processing audio meter updates. The + MeterPortBaseNumber parameter specifies + the first port in the range (valid values between + 1 and 32767) while + MeterPortRange specifies how many ports + to reserve (valid values between + 1 and 999). + The default values + are 30000 and 100 + respectively. + + + It should seldom be necessary to change these. + + + +