get_media_capture_pipeline
(**kwargs)¶Gets an existing media pipeline.
See also: AWS API Documentation
Request Syntax
response = client.get_media_capture_pipeline(
MediaPipelineId='string'
)
[REQUIRED]
The ID of the pipeline that you want to get.
{
'MediaCapturePipeline': {
'MediaPipelineId': 'string',
'MediaPipelineArn': 'string',
'SourceType': 'ChimeSdkMeeting',
'SourceArn': 'string',
'Status': 'Initializing'|'InProgress'|'Failed'|'Stopping'|'Stopped',
'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
The media pipeline object.
The ID of a media pipeline.
The ARN of the media capture pipeline
Source type from which media artifacts are saved. You must use ChimeMeeting
.
ARN of the source from which the media artifacts are saved.
The status of the media pipeline.
Destination type to which the media artifacts are saved. You must use an S3 Bucket.
ARN of the destination to which the media artifacts are saved.
The time at which the pipeline was created, in ISO 8601 format.
The time at which the pipeline was updated, in ISO 8601 format.
The configuration for a specified media pipeline. SourceType
must be ChimeSdkMeeting
.
The source configuration for a specified media pipline.
The selected video streams for a specified media pipeline. The number of video streams can't exceed 25.
The attendee IDs of the streams selected for a media pipeline.
The external user IDs of the streams selected for a media pipeline.
The configuration for the artifacts in an Amazon Chime SDK meeting.
The configuration for the audio artifacts.
The MUX type of the audio artifact configuration object.
The configuration for the video artifacts.
Indicates whether the video artifact is enabled or disabled.
The MUX type of the video artifact configuration object.
The configuration for the content artifacts.
Indicates whether the content artifact is enabled or disabled.
The MUX type of the artifact configuration.
Enables video compositing.
The layout setting, such as GridView
in the configuration object.
The video resolution setting in the configuration object. Default: HD at 1280 x 720. FHD resolution: 1920 x 1080.
The GridView
configuration setting.
Defines the layout of the video tiles when content sharing is enabled.
Defines the configuration options for a presenter only video tile.
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.NotFoundException
ChimeSDKMediaPipelines.Client.exceptions.ServiceUnavailableException
ChimeSDKMediaPipelines.Client.exceptions.ServiceFailureException