Intermittent Issue with DeleteMediaCapturePipelineCommand: "Unable to find the requested identifier"

0

We are currently implementing the CreateMediaCapturePipelineCommand to start capturing audio and video streams, which provides us with a MediaPipelineId. We subsequently use this ID to stop the capture using the DeleteMediaCapturePipelineCommand.

However, we occasionally encounter an issue where the DeleteMediaCapturePipelineCommand responds with "Unable to find the requested identifier". This error does not occur consistently but appears sporadically.

Could you please help us understand why this error might be occurring intermittently? Any guidance on how to ensure consistent behavior when stopping the media capture would be greatly appreciated.

Thank you for your assistance.

asked 22 days ago60 views
1 Answer
0

Hello,

Geovanni here from AWS Premium Support.

I understand you observe intermittent issues when using DeleteMediaCapturePipelineCommand.

Checking documentation, I've seen in multiple places [1][2] that DeleteMediaCapturePipelineCommand is no longer supported and does not receive internal updates. Instead we request you use the command from the Chime SDK DeleteMediaCapturePipeline [3]. When developing this code base, be sure to include some retry logic in expectation that temporary errors might cause failures.

References

[1] https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteMediaCapturePipelineCommand/ [2] https://docs.aws.amazon.com/chime/latest/APIReference/API_DeleteMediaCapturePipeline.html [3] https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_media-pipelines-chime_DeleteMediaCapturePipeline.html

AWS
SUPPORT ENGINEER
answered 11 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions