UdpTsOutputSettings interface

The settings for an output Transport Stream over UDP see: NorskOutput.udpTs()

Signature:

export interface UdpTsOutputSettings extends SinkNodeSettings<UdpTsOutputNode>, StreamStatisticsMixin

Properties

Property Type Description

destinationIp

string

The IP address to publish to This can be multicast, unicast or broadcast

iface

string

The interface to bind to for publishing This can be 'any', 'loopback' or any named interface on the machine Note: If running inside docker this may be different to expected

port

number

The port to send to