AWS::MediaPackage::OriginEndpoint StreamSelection - AWS CloudFormation

AWS::MediaPackage::OriginEndpoint StreamSelection

Limitations for outputs from the endpoint, based on the video bitrate.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "MaxVideoBitsPerSecond" : Integer, "MinVideoBitsPerSecond" : Integer, "StreamOrder" : String }

Properties

MaxVideoBitsPerSecond

The upper limit of the bitrates that this endpoint serves. If the video track exceeds this threshold, then AWS Elemental MediaPackage excludes it from output. If you don't specify a value, it defaults to 2147483647 bits per second.

Required: No

Type: Integer

Update requires: No interruption

MinVideoBitsPerSecond

The lower limit of the bitrates that this endpoint serves. If the video track is below this threshold, then AWS Elemental MediaPackage excludes it from output. If you don't specify a value, it defaults to 0 bits per second.

Required: No

Type: Integer

Update requires: No interruption

StreamOrder

Order in which the different video bitrates are presented to the player.

Valid values: ORIGINAL, VIDEO_BITRATE_ASCENDING, VIDEO_BITRATE_DESCENDING.

Required: No

Type: String

Allowed values: ORIGINAL | VIDEO_BITRATE_ASCENDING | VIDEO_BITRATE_DESCENDING

Update requires: No interruption