mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
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:
12
lib/rd.h
12
lib/rd.h
@@ -625,6 +625,18 @@
|
||||
*/
|
||||
#define RD_GPIO_EVENT_DAYS 30
|
||||
|
||||
/*
|
||||
* Starting UDP port for cae_meter_socket.
|
||||
* Default 'MeterPortBaseNumber=' value in rd.conf(5)
|
||||
*/
|
||||
#define RD_DEFAULT_METER_SOCKET_BASE_UDP_PORT 30000
|
||||
|
||||
/*
|
||||
* Maximum number of UDP ports to consider for cae_meter_socket.
|
||||
* Default 'MeterPortRange' value in rd.conf(5)
|
||||
*/
|
||||
#define RD_METER_SOCKET_PORT_RANGE 100
|
||||
|
||||
/*
|
||||
* Height/Width for QTreeWidget, QTableWidget and QListView widgets
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user