Values.RtmpOutputSettingsSourceRtmp Output Settings
type nonrec t = {certificateMode : RtmpOutputCertificateMode.t option;If set to verifyAuthenticity, verify the tls certificate chain to a trusted Certificate Authority (CA). This will cause rtmps outputs with self-signed certificates to fail.
*)connectionRetryInterval : int option;Number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.
*)destination : OutputLocationRef.t;The RTMP endpoint excluding the stream name (eg. rtmp://host/appname). For connection to Akamai, a username and password must be supplied. URI fields accept format identifiers.
*)numRetries : int option;Number of retry attempts.
*)}val make :
?certificateMode:??? ->
?connectionRetryInterval:??? ->
?numRetries:??? ->
destination:OutputLocationRef.t ->
unit ->
t