MoqInputListenerConfig
Field |
Type |
Repeated |
Description |
quic_server_port |
|||
web_transport_port |
|||
quic_server_cert |
|||
quic_server_key |
|||
namespace_prefix |
✅ |
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. |