This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::MediaLive::Input Smpte2110ReceiverGroupSdpSettings
The SDP settings that identify the video, audio, and ancillary streams for an SMPTE 2110 receiver group.
The parent of this entity is Smpte2110ReceiverGroup.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "AncillarySdps" :[ InputSdpLocation, ... ], "AudioSdps" :[ InputSdpLocation, ... ], "VideoSdp" :InputSdpLocation}
Properties
AncillarySdps-
A list of InputSdpLocations. Each item in the list specifies the SDP file and index for one ancillary SMPTE 2110 stream. Each stream encapsulates one captions stream (out of any number you can include) or the single SCTE 35 stream that you can include.
Required: No
Type: Array of InputSdpLocation
Update requires: No interruption
AudioSdps-
A list of InputSdpLocations. Each item in the list specifies the SDP file and index for one audio SMPTE 2110 stream.
Required: No
Type: Array of InputSdpLocation
Update requires: No interruption
VideoSdp-
The InputSdpLocation that specifies the SDP file and index for the single video SMPTE 2110 stream for this 2110 input.
Required: No
Type: InputSdpLocation
Update requires: No interruption