SrtPassphraseTableAdd

Add or update a streamid → passphrase mapping on a live SRT listener (N4 ingest auth): one listener can authenticate many streams, each with its own passphrase, selected from the SRT streamid during the handshake. Sent after initial_config on the same CreateInputSrt duplex stream.

Field

Type

Repeated

Description

route

string

The route this grant applies to: the streamid’s r= value, or the bare streamid for sources not using the access-control form.

user

string

The identity within the route ("" = anonymous, i.e. no u= in the streamid). The user is CLAIMED in the streamid and PROVEN by the passphrase.

passphrase

string

The passphrase (SRT requires 10-80 chars) — or "" for an explicit clear-allowed grant, letting protected and clear streams share a listener.

Member of

Message

Description

SrtInputMessage

SrtOutputMessage