User Tools

Site Tools


config:remotecontrol:tcp

This is an old revision of the document!


TCP Server and TCP Client Remote Control

The TCP Server and TCP Client remote control interfaces allow you to execute remote control commands over a TCP connection.

TCP Server

The TCP Server accepts Telnet-like connections from clients, and executes commands sent by the clients.

Commands are sent in plain text, separated by CR characters (ASCII 13).

To add a new TCP Server remote, open the standalone configuration app, or the Control Panel, go to the Remote Control tab, and add a new TCP Server remote:

Enter the desired port to listen on, and possibly the IP(s) to bind to (use a semicolon to delimit multiple IPs). Leave Bind IP empty to listen on all interfaces.

If you specify a password, the client must first authenticate before it can execute any commands:

AUTH mysecretpassword

Command prefix is usually left empty. When you enter any value here, the TCP Server will strip of that prefix (plus a single space character) from all received commands, and ignore any command that does not start with that prefix. For example, when you use PLAYOUT1 as the prefix, you must send commands like this:

PLAYOUT1 PLAYER 1-1 START

The prefix can be used in situations where TCP clients are connected to multiple servers, or proxy-like environments.

TCP Client

config/remotecontrol/tcp.1473174913.txt.gz · Last modified: 2019/07/09 16:18 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki