2021-04-13 David Klann <dklann@broadcasttool.com>

* 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.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-04-14 11:37:36 -04:00
parent 237ceb9816
commit d964aaa87b
123 changed files with 424 additions and 135 deletions

View File

@@ -164,3 +164,15 @@ TranscodingDelay=0
; Lock memory in RDAirPlay
; LockRdairplayMemory=Yes
; Number at which to start looking for available UDP ports for VU
; meters. You should only change this if you have another service
; using UDP Port numbers in the range MeterPortBaseNumber to
; (MeterPortBaseNumber + MeterPortRange) (extremely rare).
; MeterPortBaseNumber=30000
; Maximum number of UDP Ports to consider for VU meters. You may need
; to change this if you have many (say, more than 80) Rivendell
; dropboxes configured. Rivendell imposes a hard limit of 999 on this
; setting.
; MeterPortRange=100