mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-22 06:23:01 +02:00
2021-09-10 Fred Gleason <fredg@paravelsystems.com>
* Fixed bugs in the 'pypad_nautel.py' plug-in that broke TCP transmission. * Added error logging to the 'pypad_nautel.py' plug-in. * Changed the default 'TcpPort=' directive in 'pypad_nautel.exemplar' to 7005. * Removed support for the (broken) 'Delay=' directive from 'pypad_nautel.py'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
|
||||
; Section Header
|
||||
;
|
||||
; One section per remote transmitter unit is configured, starting with 'Rds1' and
|
||||
; working up consecutively
|
||||
[Rds1]
|
||||
|
||||
; *****************************************************************************
|
||||
@@ -19,12 +17,7 @@ IpAddress=127.0.0.1
|
||||
; TCP Port
|
||||
;
|
||||
; The TCP port number to send updates to, in the range 0 - 65,535.
|
||||
TcpPort=10001
|
||||
|
||||
; *****************************************************************************
|
||||
|
||||
; Delay in seconds before sending the update
|
||||
Delay=30
|
||||
TcpPort=7005
|
||||
|
||||
; *****************************************************************************
|
||||
|
||||
@@ -95,9 +88,9 @@ RadioText=%t - %a
|
||||
; state changes on that log should be output on this udp port. If set
|
||||
; to 'Onair', then output will be generated only if RDAirPlays OnAir flag
|
||||
; is active.
|
||||
MasterLog=Onair
|
||||
Aux1Log=No
|
||||
Aux2Log=No
|
||||
MasterLog=Yes
|
||||
Aux1Log=Yes
|
||||
Aux2Log=Yes
|
||||
VLog101=No
|
||||
VLog102=No
|
||||
VLog103=No
|
||||
|
Reference in New Issue
Block a user