Skip to content

Commit 49d4d31

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: MediaLive now support HTML5 Motion Graphics overlay
1 parent 5046cc7 commit 49d4d31

File tree

2 files changed

+111
-0
lines changed

2 files changed

+111
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Elemental MediaLive",
4+
"contributor": "",
5+
"description": "MediaLive now support HTML5 Motion Graphics overlay"
6+
}

services/medialive/src/main/resources/codegen-resources/service-2.json

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6891,6 +6891,11 @@
68916891
"locationName": "globalConfiguration",
68926892
"documentation": "Configuration settings that apply to the event as a whole."
68936893
},
6894+
"MotionGraphicsConfiguration": {
6895+
"shape": "MotionGraphicsConfiguration",
6896+
"locationName": "motionGraphicsConfiguration",
6897+
"documentation": "Settings for motion graphics."
6898+
},
68946899
"NielsenConfiguration": {
68956900
"shape": "NielsenConfiguration",
68966901
"locationName": "nielsenConfiguration",
@@ -8738,6 +8743,12 @@
87388743
},
87398744
"documentation": "Hls Webdav Settings"
87408745
},
8746+
"HtmlMotionGraphicsSettings": {
8747+
"type": "structure",
8748+
"members": {
8749+
},
8750+
"documentation": "Html Motion Graphics Settings"
8751+
},
87418752
"IFrameOnlyPlaylistType": {
87428753
"type": "string",
87438754
"documentation": "When set to \"standard\", an I-Frame only playlist will be written out for each video output in the output group. This I-Frame only playlist will contain byte range offsets pointing to the I-frame(s) in each segment.",
@@ -11050,6 +11061,74 @@
1105011061
},
1105111062
"documentation": "Media Package Output Settings"
1105211063
},
11064+
"MotionGraphicsActivateScheduleActionSettings": {
11065+
"type": "structure",
11066+
"members": {
11067+
"Duration": {
11068+
"shape": "__longMin0Max86400000",
11069+
"locationName": "duration",
11070+
"documentation": "Duration (in milliseconds) that motion graphics should render on to the video stream. Leaving out this property or setting to 0 will result in rendering continuing until a deactivate action is processed."
11071+
},
11072+
"PasswordParam": {
11073+
"shape": "__string",
11074+
"locationName": "passwordParam",
11075+
"documentation": "Key used to extract the password from EC2 Parameter store"
11076+
},
11077+
"Url": {
11078+
"shape": "__string",
11079+
"locationName": "url",
11080+
"documentation": "URI of the HTML5 content to be rendered into the live stream."
11081+
},
11082+
"Username": {
11083+
"shape": "__string",
11084+
"locationName": "username",
11085+
"documentation": "Documentation update needed"
11086+
}
11087+
},
11088+
"documentation": "Settings to specify the rendering of motion graphics into the video stream."
11089+
},
11090+
"MotionGraphicsConfiguration": {
11091+
"type": "structure",
11092+
"members": {
11093+
"MotionGraphicsInsertion": {
11094+
"shape": "MotionGraphicsInsertion",
11095+
"locationName": "motionGraphicsInsertion"
11096+
},
11097+
"MotionGraphicsSettings": {
11098+
"shape": "MotionGraphicsSettings",
11099+
"locationName": "motionGraphicsSettings",
11100+
"documentation": "Motion Graphics Settings"
11101+
}
11102+
},
11103+
"documentation": "Motion Graphics Configuration",
11104+
"required": [
11105+
"MotionGraphicsSettings"
11106+
]
11107+
},
11108+
"MotionGraphicsDeactivateScheduleActionSettings": {
11109+
"type": "structure",
11110+
"members": {
11111+
},
11112+
"documentation": "Settings to specify the ending of rendering motion graphics into the video stream."
11113+
},
11114+
"MotionGraphicsInsertion": {
11115+
"type": "string",
11116+
"documentation": "Motion Graphics Insertion",
11117+
"enum": [
11118+
"DISABLED",
11119+
"ENABLED"
11120+
]
11121+
},
11122+
"MotionGraphicsSettings": {
11123+
"type": "structure",
11124+
"members": {
11125+
"HtmlMotionGraphicsSettings": {
11126+
"shape": "HtmlMotionGraphicsSettings",
11127+
"locationName": "htmlMotionGraphicsSettings"
11128+
}
11129+
},
11130+
"documentation": "Motion Graphics Settings"
11131+
},
1105311132
"Mp2CodingMode": {
1105411133
"type": "string",
1105511134
"documentation": "Mp2 Coding Mode",
@@ -12180,6 +12259,16 @@
1218012259
"locationName": "activeInputSwitchActionName",
1218112260
"documentation": "The name of the input switch schedule action that occurred most recently and that resulted in the switch to the current input attachment for this pipeline."
1218212261
},
12262+
"ActiveMotionGraphicsActionName": {
12263+
"shape": "__string",
12264+
"locationName": "activeMotionGraphicsActionName",
12265+
"documentation": "The name of the motion graphics activate action that occurred most recently and that resulted in the current graphics URI for this pipeline."
12266+
},
12267+
"ActiveMotionGraphicsUri": {
12268+
"shape": "__string",
12269+
"locationName": "activeMotionGraphicsUri",
12270+
"documentation": "The current URI being used for HTML5 motion graphics for this pipeline."
12271+
},
1218312272
"PipelineId": {
1218412273
"shape": "__string",
1218512274
"locationName": "pipelineId",
@@ -12783,6 +12872,16 @@
1278312872
"locationName": "inputSwitchSettings",
1278412873
"documentation": "Action to switch the input"
1278512874
},
12875+
"MotionGraphicsImageActivateSettings": {
12876+
"shape": "MotionGraphicsActivateScheduleActionSettings",
12877+
"locationName": "motionGraphicsImageActivateSettings",
12878+
"documentation": "Action to activate a motion graphics image overlay"
12879+
},
12880+
"MotionGraphicsImageDeactivateSettings": {
12881+
"shape": "MotionGraphicsDeactivateScheduleActionSettings",
12882+
"locationName": "motionGraphicsImageDeactivateSettings",
12883+
"documentation": "Action to deactivate a motion graphics image overlay"
12884+
},
1278612885
"PauseStateSettings": {
1278712886
"shape": "PauseStateScheduleActionSettings",
1278812887
"locationName": "pauseStateSettings",
@@ -15679,6 +15778,12 @@
1567915778
"max": 8589934591,
1568015779
"documentation": "Placeholder documentation for __longMin0Max8589934591"
1568115780
},
15781+
"__longMin0Max86400000": {
15782+
"type": "long",
15783+
"min": 0,
15784+
"max": 86400000,
15785+
"documentation": "Placeholder documentation for __longMin0Max86400000"
15786+
},
1568215787
"__string": {
1568315788
"type": "string",
1568415789
"documentation": "Placeholder documentation for __string"

0 commit comments

Comments
 (0)