class Aws::MediaLive::Types::RtmpOutputSettings
Rtmp Output
Settings
@note When making an API call, you may pass RtmpOutputSettings
data as a hash: { certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY connection_retry_interval: 1, destination: { # required destination_ref_id: "__string", }, num_retries: 1, }
@!attribute [rw] certificate_mode
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. @return [String]
@!attribute [rw] connection_retry_interval
Number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost. @return [Integer]
@!attribute [rw] destination
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. @return [Types::OutputLocationRef]
@!attribute [rw] num_retries
Number of retry attempts. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/RtmpOutputSettings AWS API Documentation
Constants
- SENSITIVE