This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::MediaPackageV2::Channel MultiviewConfiguration
The multiview configuration for a channel. A multiview channel composites video from several source channels into a single tiled output stream. Players receive one standard HLS or DASH stream instead of several separate streams. This setting is required when InputType is MULTIVIEW, and can't be set for any other input type.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AvailableLayouts" :[ String, ... ], "AvailableSources" :[ String, ... ]}
YAML
AvailableLayouts:- StringAvailableSources:- String
Properties
AvailableLayouts-
The tile layouts that players can request from this multiview channel's origin endpoints. Only the layouts that you list here are available. Each layout must appear at most once.
Required: Yes
Type: Array of String
Minimum:
1Maximum:
6Update requires: No interruption
AvailableSources-
The channels that players can use as tiles in this multiview channel's output. Each source channel must be in the same channel group as the multiview channel, and must have an
InputTypeofCMAF. Only the channels that you list here are available as tiles.Required: Yes
Type: Array of String
Minimum:
1 | 1Maximum:
256 | 10Update requires: No interruption