UDP TS Egest

Sends multiple media streams over UDP in Transport Stream format

Component Configuration

Option Description Required

id

A unique identifier for the component instance

displayName

The name shown in the Studio UI of this component

port

The port this UDP TS output will send to (default: 8001)

destinationHost

The IP address/Hostname this UDP TS output will send to (default: "127.0.0.1")

jitterBuffer

Configure the buffer to smooth outgoing data (default: {"bufferDelayMs":500})

interface

Which interface to bind to for publishing (default: "any")

notes

Additional notes about this component

Jitter Buffer

Option Description Required

startupMode

What to do with bursty start-up data (default: "queueAndEase")

bufferDelayMs

How many milliseconds in the jitter buffer (default: 500)