AWS::MediaLive::Channel GlobalConfiguration
The configuration settings that apply to the entire channel.
The parent of this entity is EncoderSettings.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "InitialAudioGain" :
Integer
, "InputEndAction" :String
, "InputLossBehavior" :InputLossBehavior
, "OutputLockingMode" :String
, "OutputLockingSettings" :OutputLockingSettings
, "OutputTimingSource" :String
, "SupportLowFramerateInputs" :String
}
YAML
InitialAudioGain:
Integer
InputEndAction:String
InputLossBehavior:InputLossBehavior
OutputLockingMode:String
OutputLockingSettings:OutputLockingSettings
OutputTimingSource:String
SupportLowFramerateInputs:String
Properties
InitialAudioGain
-
The value to set the initial audio gain for the channel.
Required: No
Type: Integer
Update requires: No interruption
InputEndAction
-
Indicates the action to take when the current input completes (for example, end-of-file). When switchAndLoopInputs is configured, MediaLive restarts at the beginning of the first input. When "none" is configured, MediaLive transcodes either black, a solid color, or a user-specified slate images per the "Input Loss Behavior" configuration until the next input switch occurs (which is controlled through the Channel Schedule API).
Required: No
Type: String
Update requires: No interruption
InputLossBehavior
-
The settings for system actions when the input is lost.
Required: No
Type: InputLossBehavior
Update requires: No interruption
OutputLockingMode
-
Indicates how MediaLive pipelines are synchronized. PIPELINELOCKING - MediaLive attempts to synchronize the output of each pipeline to the other. EPOCHLOCKING - MediaLive attempts to synchronize the output of each pipeline to the Unix epoch.
Required: No
Type: String
Update requires: No interruption
OutputLockingSettings
Property description not available.
Required: No
Type: OutputLockingSettings
Update requires: No interruption
OutputTimingSource
-
Indicates whether the rate of frames emitted by the Live encoder should be paced by its system clock (which optionally might be locked to another source through NTP) or should be locked to the clock of the source that is providing the input stream.
Required: No
Type: String
Update requires: No interruption
SupportLowFramerateInputs
-
Adjusts the video input buffer for streams with very low video frame rates. This is commonly set to enabled for music channels with less than one video frame per second.
Required: No
Type: String
Update requires: No interruption