ChimeSDKMediaPipelines / Client / get_media_pipeline
get_media_pipeline#
- ChimeSDKMediaPipelines.Client.get_media_pipeline(**kwargs)#
Gets an existing media pipeline.
See also: AWS API Documentation
Request Syntax
response = client.get_media_pipeline( MediaPipelineId='string' )
- Parameters:
MediaPipelineId (string) –
[REQUIRED]
The ID of the pipeline that you want to get.
- Return type:
dict
- Returns:
Response Syntax
{ 'MediaPipeline': { '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' } } } } } }, 'MediaLiveConnectorPipeline': { 'Sources': [ { 'SourceType': 'ChimeSdkMeeting', 'ChimeSdkMeetingLiveConnectorConfiguration': { 'Arn': 'string', 'MuxType': 'AudioWithCompositedVideo'|'AudioWithActiveSpeakerVideo', 'CompositedVideo': { 'Layout': 'GridView', 'Resolution': 'HD'|'FHD', 'GridViewConfiguration': { 'ContentShareLayout': 'PresenterOnly'|'Horizontal'|'Vertical', 'PresenterOnlyConfiguration': { 'PresenterPosition': 'TopLeft'|'TopRight'|'BottomLeft'|'BottomRight' } } }, 'SourceConfiguration': { 'SelectedVideoStreams': { 'AttendeeIds': [ 'string', ], 'ExternalUserIds': [ 'string', ] } } } }, ], 'Sinks': [ { 'SinkType': 'RTMP', 'RTMPConfiguration': { 'Url': 'string', 'AudioChannels': 'Stereo'|'Mono', 'AudioSampleRate': 'string' } }, ], 'MediaPipelineId': 'string', 'MediaPipelineArn': 'string', 'Status': 'Initializing'|'InProgress'|'Failed'|'Stopping'|'Stopped', 'CreatedTimestamp': datetime(2015, 1, 1), 'UpdatedTimestamp': datetime(2015, 1, 1) }, 'MediaConcatenationPipeline': { 'MediaPipelineId': 'string', 'MediaPipelineArn': 'string', 'Sources': [ { 'Type': 'MediaCapturePipeline', 'MediaCapturePipelineSourceConfiguration': { 'MediaPipelineArn': 'string', 'ChimeSdkMeetingConfiguration': { 'ArtifactsConfiguration': { 'Audio': { 'State': 'Enabled' }, 'Video': { 'State': 'Enabled'|'Disabled' }, 'Content': { 'State': 'Enabled'|'Disabled' }, 'DataChannel': { 'State': 'Enabled'|'Disabled' }, 'TranscriptionMessages': { 'State': 'Enabled'|'Disabled' }, 'MeetingEvents': { 'State': 'Enabled'|'Disabled' }, 'CompositedVideo': { 'State': 'Enabled'|'Disabled' } } } } }, ], 'Sinks': [ { 'Type': 'S3Bucket', 'S3BucketSinkConfiguration': { 'Destination': 'string' } }, ], 'Status': 'Initializing'|'InProgress'|'Failed'|'Stopping'|'Stopped', 'CreatedTimestamp': datetime(2015, 1, 1), 'UpdatedTimestamp': datetime(2015, 1, 1) } } }
Response Structure
(dict) –
MediaPipeline (dict) –
The media pipeline object.
MediaCapturePipeline (dict) –
A pipeline that enables users to capture audio and video.
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.
SourceType
must beChimeSdkMeeting
.SourceConfiguration (dict) –
The source configuration for a specified media pipline.
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
GridView
in 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
GridView
configuration 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
.
MediaLiveConnectorPipeline (dict) –
The connector pipeline of the media pipeline.
Sources (list) –
The connector pipeline’s data sources.
(dict) –
The data source configuration object of a streaming media pipeline.
SourceType (string) –
The source configuration’s media source type.
ChimeSdkMeetingLiveConnectorConfiguration (dict) –
The configuration settings of the connector pipeline.
Arn (string) –
The configuration object’s Chime SDK meeting ARN.
MuxType (string) –
The configuration object’s multiplex type.
CompositedVideo (dict) –
The media pipeline’s composited video.
Layout (string) –
The layout setting, such as
GridView
in 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
GridView
configuration 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
.
SourceConfiguration (dict) –
The source configuration settings of the media pipeline’s configuration object.
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) –
Sinks (list) –
The connector pipeline’s data sinks.
(dict) –
The media pipeline’s sink configuration settings.
SinkType (string) –
The sink configuration’s sink type.
RTMPConfiguration (dict) –
The sink configuration’s RTMP configuration setttings.
Url (string) –
The URL of the RTMP configuration.
AudioChannels (string) –
The audio channels set for the RTMP configuration
AudioSampleRate (string) –
The audio sample rate set for the RTMP configuration. Default: 48000.
MediaPipelineId (string) –
The connector pipeline’s ID.
MediaPipelineArn (string) –
The connector pipeline’s ARN.
Status (string) –
The connector pipeline’s status.
CreatedTimestamp (datetime) –
Thetime at which the connector pipeline was created.
UpdatedTimestamp (datetime) –
The time at which the connector pipeline was last updated.
MediaConcatenationPipeline (dict) –
The media concatenation pipeline in a media pipeline.
MediaPipelineId (string) –
The ID of the media pipeline being concatenated.
MediaPipelineArn (string) –
The ARN of the media pipeline that you specify in the
SourceConfiguration
object.Sources (list) –
The data sources being concatnated.
(dict) –
The source type and media pipeline configuration settings in a configuration object.
Type (string) –
The type of concatenation source in a configuration object.
MediaCapturePipelineSourceConfiguration (dict) –
The concatenation settings for the media pipeline in a configuration object.
MediaPipelineArn (string) –
The media pipeline ARN in the configuration object of a media capture pipeline.
ChimeSdkMeetingConfiguration (dict) –
The meeting configuration settings in a media capture pipeline configuration object.
ArtifactsConfiguration (dict) –
The configuration for the artifacts in an Amazon Chime SDK meeting concatenation.
Audio (dict) –
The configuration for the audio artifacts concatenation.
State (string) –
Enables the name object, where name is the name of the configuration object, such as
AudioConcatenation
.
Video (dict) –
The configuration for the video artifacts concatenation.
State (string) –
Enables or disables the configuration object.
Content (dict) –
The configuration for the content artifacts concatenation.
State (string) –
Enables or disables the configuration object.
DataChannel (dict) –
The configuration for the data channel artifacts concatenation.
State (string) –
Enables or disables the configuration object.
TranscriptionMessages (dict) –
The configuration for the transcription messages artifacts concatenation.
State (string) –
Enables or disables the configuration object.
MeetingEvents (dict) –
The configuration for the meeting events artifacts concatenation.
State (string) –
Enables or disables the configuration object.
CompositedVideo (dict) –
The configuration for the composited video artifacts concatenation.
State (string) –
Enables or disables the configuration object.
Sinks (list) –
The data sinks of the concatenation pipeline.
(dict) –
The data sink of the configuration object.
Type (string) –
The type of data sink in the configuration object.
S3BucketSinkConfiguration (dict) –
The configuration settings for an Amazon S3 bucket sink.
Destination (string) –
The destination URL of the S3 bucket.
Status (string) –
The status of the concatenation pipeline.
CreatedTimestamp (datetime) –
The time at which the concatenation pipeline was created.
UpdatedTimestamp (datetime) –
The time at which the concatenation pipeline was last updated.
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