View a markdown version of this page

AWS::MediaPackageV2::Channel MultiviewConfiguration - AWS CloudFormation

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::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 CloudFormation template, use the following syntax:

JSON

{ "AvailableLayouts" : [ String, ... ], "AvailableSources" : [ String, ... ] }

YAML

AvailableLayouts: - String AvailableSources: - 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: 1

Maximum: 6

Update 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 InputType of CMAF. Only the channels that you list here are available as tiles.

Required: Yes

Type: Array of String

Minimum: 1 | 1

Maximum: 256 | 10

Update requires: No interruption