Skip to content

Commit 30f41f9

Browse files
author
AWS
committed
Amazon Chime SDK Media Pipelines Update: The Amazon Chime SDK now supports live streaming of real-time video from the Amazon Chime SDK sessions to streaming platforms such as Amazon IVS and Amazon Elemental MediaLive. We have also added support for concatenation to create a single media capture file.
1 parent 1d2fa47 commit 30f41f9

File tree

3 files changed

+819
-43
lines changed

3 files changed

+819
-43
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": "Amazon Chime SDK Media Pipelines",
4+
"contributor": "",
5+
"description": "The Amazon Chime SDK now supports live streaming of real-time video from the Amazon Chime SDK sessions to streaming platforms such as Amazon IVS and Amazon Elemental MediaLive. We have also added support for concatenation to create a single media capture file."
6+
}

services/chimesdkmediapipelines/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"input_token": "NextToken",
55
"output_token": "NextToken",
66
"limit_key": "MaxResults"
7+
},
8+
"ListMediaPipelines": {
9+
"input_token": "NextToken",
10+
"output_token": "NextToken",
11+
"limit_key": "MaxResults"
712
}
813
}
914
}

0 commit comments

Comments
 (0)