Values.SrtOutputDestinationSettingsSourcePlaceholder documentation for SrtOutputDestinationSettings
type nonrec t = {encryptionPassphraseSecretArn : string option;Arn used to extract the password from Secrets Manager
*)streamId : string option;Stream id for SRT destinations (URLs of type srt://)
*)url : string option;A URL specifying a destination
*)connectionMode : ConnectionMode.t option;Specifies the mode the output should use for connection establishment. CALLER mode requires URL, LISTENER mode requires port.
*)listenerPort : int option;Port number for listener mode connections (required when connectionMode is LISTENER, must not be provided when connectionMode is CALLER).
*)}