Delay All

Delays all streams by a fixed amount based on the wallclock

Component Configuration

Option Description Required Environment override

id

A unique identifier for the component instance

displayName

The name shown in the Studio UI of this component

delayMs

Wallclock delay applied to every stream, in milliseconds (default: 5000)

<COMPONENT_ID>_DELAYMS

nudgeTimestamps

Also shift audio / video PTS forward by the delay amount (subtitles pass through the jitter buffer only — SDK nudge doesn't support subtitles) (default: false)

notes

Notes about this component

Options with an environment override can be set when Studio starts, without editing the workflow. <COMPONENT_ID> is this component’s id in your workflow, uppercased, with spaces and dashes replaced by underscores and other punctuation removed — a component named SRT Input reads SRT_INPUT_PORT. Renaming a component changes its id, and so changes these variable names.

Tags: