Values.SrtSourceSpecifies information needed to stream using the SRT protocol.
type nonrec t = {endpoint : SrtEndpoint.t option;The endpoint to be used when streaming with IVS using the SRT protocol.
*)passphrase : SrtPassphrase.t option;Auto-generated passphrase to enable encryption. This field is applicable only if the end user has not enabled the insecureIngest option for the channel.
*)}