MxlOutputSettings interface

Settings to configure an MXL (Media eXchange Layer) output. Writes v210 video and float32 audio to an MXL domain for consumption by other MXL-enabled applications. see: NorskOutput.mxl()

Signature:

export interface MxlOutputSettings<Pins extends string> extends SinkNodeSettings<MxlOutputNode<Pins>>, StreamStatisticsMixin

Properties

Property Type Description

domain

string

MXL domain path (e.g. "/dev/shm/mxl")

flows

MxlOutputFlow<Pins>[]

Flow definitions — each becomes an input pin on the node

jitterBuffer?

JitterBufferConfig

(Optional) Jitter buffer configuration