AWS::MediaLive::Channel RtmpOutputSettings - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::MediaLive::Channel RtmpOutputSettings

The settings for one RTMP output.

The parent of this entity is OutputSettings.

Syntax

To declare this entity in your Amazon 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