AWS::MediaLive::Channel FecOutputSettings
The settings for FEC.
The parent of this entity is UdpOutputSettings.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ColumnDepth" :
Integer
, "IncludeFec" :String
, "RowLength" :Integer
}
YAML
ColumnDepth:
Integer
IncludeFec:String
RowLength:Integer
Properties
ColumnDepth
-
The parameter D from SMPTE 2022-1. The height of the FEC protection matrix. The number of transport stream packets per column error correction packet. The number must be between 4 and 20, inclusive.
Required: No
Type: Integer
Update requires: No interruption
IncludeFec
-
Enables column only or column and row-based FEC.
Required: No
Type: String
Update requires: No interruption
RowLength
-
The parameter L from SMPTE 2022-1. The width of the FEC protection matrix. Must be between 1 and 20, inclusive. If only Column FEC is used, then larger values increase robustness. If Row FEC is used, then this is the number of transport stream packets per row error correction packet, and the value must be between 4 and 20, inclusive, if includeFec is columnAndRow. If includeFec is column, this value must be 1 to 20, inclusive.
Required: No
Type: Integer
Update requires: No interruption