Skip to content

Latest commit

 

History

History
74 lines (59 loc) · 4.71 KB

README.md

File metadata and controls

74 lines (59 loc) · 4.71 KB

English / 日本語

AWSCloudFormationTemplates/media

Build Status GitHub GitHub release (latest by date)

AWSCloudFormationTemplates/media builds AWS Elemental Media Services.

TL;DR

If you just want to deploy the stack, click the button below.

Services Launchers
MediaLive cloudformation-launch-stack
MediaPackage cloudformation-launch-stack
MediaStore cloudformation-launch-stack

Deployment

Execute the command to deploy.

aws cloudformation deploy --template-file medialive.yaml --stack-name MediaLive
aws cloudformation deploy --template-file mediapackage.yaml --stack-name MediaPackage
aws cloudformation deploy --template-file mediastore.yaml --stack-name MediaStore

You can provide optional parameters as follows.

MediaLive

名前 タイプ デフォルト値 必須 詳細
AudioBitrate Number Average audio bitrate in bits/second
AutoInputFailover ENABLED or DISABLED ENABLED Enable or disable automatic input failover
ChannelClass STANDARD or SINGLE_PIPELINE STANDARD Select the class of channel you intend to attach this input to
FramerateDenominator Number 1001 Framerate denominator
FramerateNumerator Number 30000 Framerate numerator
GopNumBFrames Number 3 Number of B-frames between reference frames
GopSize Number 60 GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits
H264Profile String HIGH H.264 Profile
H264Level String H264_LEVEL_4_1 H.264 Level
Height Number 540 Output video height, in pixels
MediaPackageChannelId String The MediaPackage channel id
MediaStoreEndpoint String The endpoint of MediaStore
LiveSource ENABLED or DISABLED ENABLED Enable or disable a live source
RtmpUrl1 String The rtmp url a stream sends to.
RtmpStreamName1 String The rtmp stream name a stream sends to.
RtmpUrl2 String The rtmp url a stream sends to.
RtmpStreamName2 String The rtmp stream name a stream sends to.
StreamKey String stream A unique name for the location the RTMP stream is being pushed to
VideoBitrate Number 2200000 Average video bitrate in bits/second
VodSourceBucket String The S3 bucket Name VOD contents exist
Width Number 960 Output video width, in pixels
WhitelistRules String 0.0.0.0/0 A list of one or more IPv4 CIDR addresses to allow

MediaPackage

名前 タイプ デフォルト値 必須 詳細
StartoverWindowSeconds Number 0 Maximum duration seconds of content to retain for startover playback
SegmentDurationSeconds  Number 3 Duration (in seconds) of each fragment
VodSourceBucket String The S3 bucket Name VOD contents exist
VodDestinationBucket String The S3 bucket Name LIVE-to-VOD contents are stored

MediaStore

名前 タイプ デフォルト値 必須 詳細
ExpirationDate Number 1 The date objects to expire
MaxAgeSeconds  Number 30000 The time in seconds that browser caches the preflight response
UserAgent String The secret key that 'User-Agent' header contains