MoqOutputRelaySettings interface
Settings for connecting to a MoQT relay (e.g. CDN primary or backup).
Signature:
export interface MoqOutputRelaySettings
Properties
| Property | Type | Description |
|---|---|---|
boolean |
(Optional) When true, skip TLS certificate verification for this relay. Required for self-signed certificates (e.g. local testing). |
|
string[] |
(Optional) Optional namespace override for this relay, as a list of segments (the on-the-wire MoQT tuple). If not provided, the main namespace is used. |
|
string |
The URL of the MoQT relay to connect to and publish tracks for |