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.

已提问 24 天前61 查看次数
1 回答
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
支持工程师
已回答 13 天前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则