Using Data Controller as a TCP Client
To enable a TCP client within Data Controller so that PlayoutONE can send and receive commands via TCP to other applications:
- Click the 'Settings' button from Data Controller's top bar.
- Go to the 'Integrations' tab
- Click the 'Add' button
- Choose 'TCP client' from the 'Service' drop-down menu
- Fill in the relevant IP address and port details
External applications can then send any command to Data Controller by sending a command via the TCP port.
IP | The IP address of the TCP client Data Controller needs to connect with. |
Port | The specified port number |
To send a command via this integration, in PlayoutONE, start the command with:
TCPClient_[ID] [COMMAND]
[ID] is the device ID in Data Controller, while [COMMAND] denotes the command to be sent to the TCP client. The square brackets are not required.