RemoteInputSettings interface

Base settings for any input node requiring access to a host:port pair

Signature:

export interface RemoteInputSettings<T extends MediaNodeState> extends InputSettings<T>

Extends: InputSettings<T>

Properties

Property Type Description

ip

string

The IP of the remote server

port

number

The port the remote server is listening on