MoqInputListenerSettings.namespacePrefix property

Namespace prefix to accept publishers for, as a list of segments (the on-the-wire MoQT tuple). Any incoming PUBLISH_NAMESPACE whose tuple BEGINS with these segments is routed to this ingest; everything else is rejected at the listener pool. Matching is SEGMENT-AWARE: prefix ["stage", "primary"] matches publishers whose tuple begins with ["stage", "primary", ...] but does NOT match ["stage", "primaryextra"]. The MoqInputSettings.onConnection callback is invoked per accepted publisher with the full published namespace tuple.

Signature:

namespacePrefix: string[];