AWS::MediaConnect::FlowOutput MediaStreamOutputConfiguration
The media stream that is associated with the output, and the parameters for that association.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DestinationConfigurations" :
[ DestinationConfiguration, ... ]
, "EncodingName" :String
, "EncodingParameters" :EncodingParameters
, "MediaStreamName" :String
}
YAML
DestinationConfigurations:
- DestinationConfiguration
EncodingName:String
EncodingParameters:EncodingParameters
MediaStreamName:String
Properties
DestinationConfigurations
-
The media streams that you want to associate with the output.
Required: No
Type: Array of DestinationConfiguration
Update requires: No interruption
EncodingName
-
The format that will be used to encode the data.
For ancillary data streams, set the encoding name to
smpte291
.For audio streams, set the encoding name to
pcm
.For video streams on sources or outputs that use the CDI protocol, set the encoding name to
raw
.For video streams on sources or outputs that use the ST 2110 JPEG XS protocol, set the encoding name to
jxsv
.Required: Yes
Type: String
Allowed values:
jxsv | raw | smpte291 | pcm
Update requires: No interruption
EncodingParameters
-
A collection of parameters that determine how MediaConnect will convert the content. These fields only apply to outputs on flows that have a CDI source.
Required: No
Type: EncodingParameters
Update requires: No interruption
MediaStreamName
-
A name that helps you distinguish one media stream from another.
Required: Yes
Type: String
Update requires: No interruption