AWS::MediaLive::Channel RtmpOutputSettings - AWS CloudFormation

AWS::MediaLive::Channel RtmpOutputSettings

The settings for one RTMP output.

The parent of this entity is OutputSettings.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "CertificateMode" : String, "ConnectionRetryInterval" : Integer, "Destination" : OutputLocationRef, "NumRetries" : Integer }

Properties

CertificateMode

If set to verifyAuthenticity, verifies the TLS certificate chain to a trusted certificate authority (CA). This causes RTMPS outputs with self-signed certificates to fail.

Required: No

Type: String

Update requires: No interruption

ConnectionRetryInterval

The number of seconds to wait before retrying a connection to the Flash Media server if the connection is lost.

Required: No

Type: Integer

Update requires: No interruption

Destination

The RTMP endpoint excluding the stream name (for example, rtmp://host/appname).

Required: No

Type: OutputLocationRef

Update requires: No interruption

NumRetries

The number of retry attempts.

Required: No

Type: Integer

Update requires: No interruption