casparcg-connection
    Preparing search index...

    Interface Options

    interface Options {
        autoConnect?: boolean;
        host?: string;
        pingInterval?: number;
        port?: number;
        reconnectTime?: number;
        timeoutTime?: number;
    }
    Index

    Properties

    autoConnect?: boolean

    Immediately connects after instantiating the class, defaults to false

    host?: string

    Host name of the machine to connect to. Defaults to 127.0.0.1

    pingInterval?: number

    Interval to send PING:s to CasparCG (milliseconds) . Set to 0 to disable. Defaults to 30000

    port?: number

    Port number to connect to. Defaults to 5250

    reconnectTime?: number

    Time until a reconnection is attempted (milliseconds). Defaults to 5000

    timeoutTime?: number

    Minimum amount of time before a request is considered to be timed out