ST2110SdpOverrides interface

Per-sender SDP attribute overrides. Each field replaces the value Norsk would otherwise auto-derive. Leave a field unset / empty to keep the auto-derived value (the common case).

Use these only for deployments where the controller / receivers expect a specific SDP value Norsk can’t infer from its own state — e.g. an explicit ts-refclk:ptp=... pointing at a grandmaster other than the one this node is synced to.

Signature:

export interface ST2110SdpOverrides

Properties

Property Type Description

mediaclk?

string

(Optional) SDP a=mediaclk: value (no leading mediaclk:). Defaults to "direct=0". Override only if your downstream expects a different mediaclk form (sender=... etc.).

tsRefclk?

string

(Optional) SDP a=ts-refclk: value (no leading ts-refclk:). Examples: "ptp=IEEE1588-2008:00-1B-19-FF-FE-00-00-00:127", "localmac=00:11:22:33:44:55". Auto-derived from the Node clock when omitted.