RtmpOutputSettings
public struct RtmpOutputSettings : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
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.
Declaration
Swift
public let certificateMode: RtmpOutputCertificateMode? -
Number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.
Declaration
Swift
public let connectionRetryInterval: Int? -
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.
Declaration
Swift
public let destination: OutputLocationRef -
Number of retry attempts.
Declaration
Swift
public let numRetries: Int? -
Undocumented
Declaration
Swift
public init(certificateMode: RtmpOutputCertificateMode? = nil, connectionRetryInterval: Int? = nil, destination: OutputLocationRef, numRetries: Int? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
RtmpOutputSettings Structure Reference