AWS::MediaLive::Channel AudioSilenceFailoverSettings - AWS CloudFormation

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 AWS 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