MoqInputSettings interface
Signature:
export interface MoqInputSettings extends SourceNodeSettings<MoqInputNode>, StreamStatisticsMixin
Extends: SourceNodeSettings<MoqInputNode>, StreamStatisticsMixin
Properties
| Property | Type | Description |
|---|---|---|
boolean |
(Optional) Disable verification of remote server’s TLS certificate (for development use ONLY, not for production) |
|
(Optional) Optional: start a listener for direct publisher connections. When set, the ingest accepts incoming MoQT publisher connections instead of (or in addition to) connecting to a relay as a subscriber. |
||
string[] |
The namespace to subscribe to (client mode only), as a list of segments (the on-the-wire MoQT tuple). For listener mode, set |
|
(connectionIndex: number, remoteHost: string, publishedNamespace: string[]) ⇒ MoqConnectionResult |
(Optional) Called when a new publisher connects via QUIC or WebTransport (listener mode only). |
|
(connectionIndex: number, state: string) ⇒ void |
(Optional) Called when a publisher connection status changes (listener mode only) |
|
(ntpTimestamp: number, mediaTime: number) ⇒ void |
(Optional) Called when a PRFT (Producer Reference Time) box is detected in an incoming CMAF segment. Carries the NTP wall-clock timestamp and the media decode time from the PRFT box. |
|
string |
(Optional) The URL of the MoQT relay to connect to (e.g. 'moqt://relay.example.com:4443'). Omit when using listener mode. |