tslumd.receiver
- class tslumd.receiver.UmdReceiver(*args, **kwargs)[source]
Bases:
DispatcherReceiver for UMD messages
- Parameters:
hostaddr (str) – The local host address to bind the server to. Defaults to
DEFAULT_HOSThostport (int) – The port to listen on. Defaults to
DEFAULT_PORT
- Events:
-
- on_tally_control(tally: Tally, data: bytes)
Fired when control data has been received for a
TallyAdded in version 0.0.3.
- broadcast_screen: Screen
A
Screeninstance created usingScreen.broadcast()Added in version 0.0.3.
- property loop: AbstractEventLoop
The
asyncio.BaseEventLoopassociated with the instance