ContentSourcePatchBodyTransport

object
allowListlist of stringsOptional

List of IP addresses that are allowed to connect, if the transport type supports it.

The following transport types can use the allowList field: SRTListener.

passPhrasestringOptionalDefaults to

Password phrase for the transport, if the transport type supports it.

The following transport types can use the passPhrase field: SRTCaller, SRTListener.

passwordstringOptional

Password for HLS pull authentication.

For sources, this field can be updated via PATCH when the transport type is HLSPullInput. For all other transport types, it can only be set during creation.

urlstringOptional

The URL for the transport, if the transport type supports it.

The following transport types need the url field: SRTCaller, UDP, SDI, HLSPullInput, RTMPPushOutput.

For sources, this field can be updated via PATCH when the transport type is SRTCaller or HLSPullInput. For all other transport types, and for destinations, it can only be set during creation.

userstringOptional

Username for HLS pull authentication.

For sources, this field can be updated via PATCH when the transport type is HLSPullInput. For all other transport types, it can only be set during creation.