MoqInputListenerConfig

Field

Type

Repeated

Description

quic_server_port

int32

web_transport_port

int32

quic_server_cert

string

quic_server_key

string

namespace_prefix

string

Namespace prefix to accept, as a list of segments (the on-the-wire MoQT tuple). Matching is SEGMENT-AWARE: prefix ["stage", "primary"] matches publishers whose tuple BEGINS with [<"stage">, <"primary">, …​] but NOT [<"stage">, <"primaryextra">]. Anything that doesn’t match any registered prefix is rejected at the listener pool with PUBLISH_NAMESPACE_ERROR. The application receives an OnConnection callback per accepted publisher carrying the full published namespace tuple.

Member of

Message

Description

MoqInputConfiguration