ChimeSDKMediaPipelines / Client / create_media_capture_pipeline
create_media_capture_pipeline#
- ChimeSDKMediaPipelines.Client.create_media_capture_pipeline(**kwargs)#
- Creates a media pipeline. - See also: AWS API Documentation - Request Syntax- response = client.create_media_capture_pipeline( SourceType='ChimeSdkMeeting', SourceArn='string', SinkType='S3Bucket', SinkArn='string', ClientRequestToken='string', ChimeSdkMeetingConfiguration={ 'SourceConfiguration': { 'SelectedVideoStreams': { 'AttendeeIds': [ 'string', ], 'ExternalUserIds': [ 'string', ] } }, 'ArtifactsConfiguration': { 'Audio': { 'MuxType': 'AudioOnly'|'AudioWithActiveSpeakerVideo'|'AudioWithCompositedVideo' }, 'Video': { 'State': 'Enabled'|'Disabled', 'MuxType': 'VideoOnly' }, 'Content': { 'State': 'Enabled'|'Disabled', 'MuxType': 'ContentOnly' }, 'CompositedVideo': { 'Layout': 'GridView', 'Resolution': 'HD'|'FHD', 'GridViewConfiguration': { 'ContentShareLayout': 'PresenterOnly'|'Horizontal'|'Vertical', 'PresenterOnlyConfiguration': { 'PresenterPosition': 'TopLeft'|'TopRight'|'BottomLeft'|'BottomRight' } } } } }, Tags=[ { 'Key': 'string', 'Value': 'string' }, ] ) - Parameters:
- SourceType (string) – - [REQUIRED] - Source type from which the media artifacts are captured. A Chime SDK Meeting is the only supported source. 
- SourceArn (string) – - [REQUIRED] - ARN of the source from which the media artifacts are captured. 
- SinkType (string) – - [REQUIRED] - Destination type to which the media artifacts are saved. You must use an S3 bucket. 
- SinkArn (string) – - [REQUIRED] - The ARN of the sink type. 
- ClientRequestToken (string) – - The unique identifier for the client request. The token makes the API request idempotent. Use a unique token for each media pipeline request. - This field is autopopulated if not provided. 
- ChimeSdkMeetingConfiguration (dict) – - The configuration for a specified media pipeline. - SourceTypemust be- ChimeSdkMeeting.- SourceConfiguration (dict) – - The source configuration for a specified media pipeline. - SelectedVideoStreams (dict) – - The selected video streams for a specified media pipeline. The number of video streams can’t exceed 25. - AttendeeIds (list) – - The attendee IDs of the streams selected for a media pipeline. - (string) – 
 
- ExternalUserIds (list) – - The external user IDs of the streams selected for a media pipeline. - (string) – 
 
 
 
- ArtifactsConfiguration (dict) – - The configuration for the artifacts in an Amazon Chime SDK meeting. - Audio (dict) – [REQUIRED] - The configuration for the audio artifacts. - MuxType (string) – [REQUIRED] - The MUX type of the audio artifact configuration object. 
 
- Video (dict) – [REQUIRED] - The configuration for the video artifacts. - State (string) – [REQUIRED] - Indicates whether the video artifact is enabled or disabled. 
- MuxType (string) – - The MUX type of the video artifact configuration object. 
 
- Content (dict) – [REQUIRED] - The configuration for the content artifacts. - State (string) – [REQUIRED] - Indicates whether the content artifact is enabled or disabled. 
- MuxType (string) – - The MUX type of the artifact configuration. 
 
- CompositedVideo (dict) – - Enables video compositing. - Layout (string) – - The layout setting, such as - GridViewin the configuration object.
- Resolution (string) – - The video resolution setting in the configuration object. Default: HD at 1280 x 720. FHD resolution: 1920 x 1080. 
- GridViewConfiguration (dict) – [REQUIRED] - The - GridViewconfiguration setting.- ContentShareLayout (string) – [REQUIRED] - Defines the layout of the video tiles when content sharing is enabled. 
- PresenterOnlyConfiguration (dict) – - Defines the configuration options for a presenter only video tile. - PresenterPosition (string) – - Defines the position of the presenter video tile. Default: - TopRight.
 
 
 
 
 
- Tags (list) – - The tag key-value pairs. - (dict) – - A key/value pair that grants users access to meeting resources. - Key (string) – [REQUIRED] - The key half of a tag. 
- Value (string) – [REQUIRED] - The value half of a tag. 
 
 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'MediaCapturePipeline': { 'MediaPipelineId': 'string', 'MediaPipelineArn': 'string', 'SourceType': 'ChimeSdkMeeting', 'SourceArn': 'string', 'Status': 'Initializing'|'InProgress'|'Failed'|'Stopping'|'Stopped'|'Paused', 'SinkType': 'S3Bucket', 'SinkArn': 'string', 'CreatedTimestamp': datetime(2015, 1, 1), 'UpdatedTimestamp': datetime(2015, 1, 1), 'ChimeSdkMeetingConfiguration': { 'SourceConfiguration': { 'SelectedVideoStreams': { 'AttendeeIds': [ 'string', ], 'ExternalUserIds': [ 'string', ] } }, 'ArtifactsConfiguration': { 'Audio': { 'MuxType': 'AudioOnly'|'AudioWithActiveSpeakerVideo'|'AudioWithCompositedVideo' }, 'Video': { 'State': 'Enabled'|'Disabled', 'MuxType': 'VideoOnly' }, 'Content': { 'State': 'Enabled'|'Disabled', 'MuxType': 'ContentOnly' }, 'CompositedVideo': { 'Layout': 'GridView', 'Resolution': 'HD'|'FHD', 'GridViewConfiguration': { 'ContentShareLayout': 'PresenterOnly'|'Horizontal'|'Vertical', 'PresenterOnlyConfiguration': { 'PresenterPosition': 'TopLeft'|'TopRight'|'BottomLeft'|'BottomRight' } } } } } } } - Response Structure- (dict) – - MediaCapturePipeline (dict) – - A media pipeline object, the ID, source type, source ARN, sink type, and sink ARN of a media pipeline object. - MediaPipelineId (string) – - The ID of a media pipeline. 
- MediaPipelineArn (string) – - The ARN of the media capture pipeline 
- SourceType (string) – - Source type from which media artifacts are saved. You must use - ChimeMeeting.
- SourceArn (string) – - ARN of the source from which the media artifacts are saved. 
- Status (string) – - The status of the media pipeline. 
- SinkType (string) – - Destination type to which the media artifacts are saved. You must use an S3 Bucket. 
- SinkArn (string) – - ARN of the destination to which the media artifacts are saved. 
- CreatedTimestamp (datetime) – - The time at which the pipeline was created, in ISO 8601 format. 
- UpdatedTimestamp (datetime) – - The time at which the pipeline was updated, in ISO 8601 format. 
- ChimeSdkMeetingConfiguration (dict) – - The configuration for a specified media pipeline. - SourceTypemust be- ChimeSdkMeeting.- SourceConfiguration (dict) – - The source configuration for a specified media pipeline. - SelectedVideoStreams (dict) – - The selected video streams for a specified media pipeline. The number of video streams can’t exceed 25. - AttendeeIds (list) – - The attendee IDs of the streams selected for a media pipeline. - (string) – 
 
- ExternalUserIds (list) – - The external user IDs of the streams selected for a media pipeline. - (string) – 
 
 
 
- ArtifactsConfiguration (dict) – - The configuration for the artifacts in an Amazon Chime SDK meeting. - Audio (dict) – - The configuration for the audio artifacts. - MuxType (string) – - The MUX type of the audio artifact configuration object. 
 
- Video (dict) – - The configuration for the video artifacts. - State (string) – - Indicates whether the video artifact is enabled or disabled. 
- MuxType (string) – - The MUX type of the video artifact configuration object. 
 
- Content (dict) – - The configuration for the content artifacts. - State (string) – - Indicates whether the content artifact is enabled or disabled. 
- MuxType (string) – - The MUX type of the artifact configuration. 
 
- CompositedVideo (dict) – - Enables video compositing. - Layout (string) – - The layout setting, such as - GridViewin the configuration object.
- Resolution (string) – - The video resolution setting in the configuration object. Default: HD at 1280 x 720. FHD resolution: 1920 x 1080. 
- GridViewConfiguration (dict) – - The - GridViewconfiguration setting.- ContentShareLayout (string) – - Defines the layout of the video tiles when content sharing is enabled. 
- PresenterOnlyConfiguration (dict) – - Defines the configuration options for a presenter only video tile. - PresenterPosition (string) – - Defines the position of the presenter video tile. Default: - TopRight.
 
 
 
 
 
 
 
 
 - Exceptions- ChimeSDKMediaPipelines.Client.exceptions.BadRequestException
- ChimeSDKMediaPipelines.Client.exceptions.ForbiddenException
- ChimeSDKMediaPipelines.Client.exceptions.UnauthorizedClientException
- ChimeSDKMediaPipelines.Client.exceptions.ThrottledClientException
- ChimeSDKMediaPipelines.Client.exceptions.ResourceLimitExceededException
- ChimeSDKMediaPipelines.Client.exceptions.ServiceUnavailableException
- ChimeSDKMediaPipelines.Client.exceptions.ServiceFailureException