Values.TransportSourceAttributes related to the transport stream that are used in a source or output.
type nonrec t = {cidrAllowList : String_.t list option;The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16
*)maxBitrate : Integer.t option;The smoothing max bitrate (in bps) for RIST, RTP, and RTP-FEC streams.
*)maxLatency : Integer.t option;The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
*)maxSyncBuffer : Integer.t option;The size of the buffer (in milliseconds) to use to sync incoming source data.
*)minLatency : Integer.t option;The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.
*)protocol : Protocol.t option;The protocol that is used by the source or output. Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
*)remoteId : String_.t option;The remote ID for the Zixi-pull stream.
*)senderControlPort : Integer.t option;The port that the flow uses to send outbound requests to initiate connection with the sender.
*)senderIpAddress : String_.t option;The IP address that the flow communicates with to initiate connection with the sender.
*)smoothingLatency : Integer.t option;The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
*)sourceListenerAddress : String_.t option;Source IP or domain name for SRT-caller protocol.
*)sourceListenerPort : Integer.t option;Source port for SRT-caller protocol.
*)streamId : String_.t option;The stream ID that you want to use for this transport. This parameter applies only to Zixi and SRT caller-based streams.
*)ndiSpeedHqQuality : Integer.t option;A quality setting for the NDI Speed HQ encoder.
*)ndiProgramName : String_.t option;A suffix for the name of the NDI® sender that the flow creates. If a custom name isn't specified, MediaConnect uses the output name.
*)ndiSourceSettings : NdiSourceSettings.t option;The settings for the NDI source. This includes the exact name of the upstream NDI sender that you want to connect to your source.
*)}val make :
?cidrAllowList:??? ->
?maxBitrate:??? ->
?maxLatency:??? ->
?maxSyncBuffer:??? ->
?minLatency:??? ->
?protocol:??? ->
?remoteId:??? ->
?senderControlPort:??? ->
?senderIpAddress:??? ->
?smoothingLatency:??? ->
?sourceListenerAddress:??? ->
?sourceListenerPort:??? ->
?streamId:??? ->
?ndiSpeedHqQuality:??? ->
?ndiProgramName:??? ->
?ndiSourceSettings:??? ->
unit ->
t