AWS::MediaLive::Channel AudioSilenceFailoverSettings - 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 AudioSilenceFailoverSettings

MediaLive will perform a failover if audio is not detected in this input for the specified period.

The parent of this entity is FailoverConditionSettings.

Syntax

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

JSON

{ "AudioSelectorName" : String, "AudioSilenceThresholdMsec" : Integer }

Properties

AudioSelectorName

The name of the audio selector in the input that MediaLive should monitor to detect silence. Select your most important rendition. If you didn't create an audio selector in this input, leave blank.

Required: No

Type: String

Update requires: No interruption

AudioSilenceThresholdMsec

The amount of time (in milliseconds) that the active input must be silent before automatic input failover occurs. Silence is defined as audio loss or audio quieter than -50 dBFS.

Required: No

Type: Integer

Update requires: No interruption