Values.SrtCallerSourceSourceThe configuration for a source that uses SRT as the connection protocol. In terms of establishing the connection, MediaLive is always caller and the upstream system is always the listener. In terms of transmission of the source content, MediaLive is always the receiver and the upstream system is always the sender.
type nonrec t = {decryption : SrtCallerDecryption.t option;minimumLatency : int option;The preferred latency (in milliseconds) for implementing packet loss and recovery. Packet recovery is a key feature of SRT.
*)srtListenerAddress : string option;The IP address at the upstream system (the listener) that MediaLive (the caller) connects to.
*)srtListenerPort : string option;The port at the upstream system (the listener) that MediaLive (the caller) connects to.
*)streamId : string option;The stream ID, if the upstream system uses this identifier.
*)}