跳至内容

Chime Media Capture Pipelines - artifacts clean up

0

We are using Chime CreateMediaCapturePipeline to capture video/audio frames for every 5 seconds. After that we run CreateMediaConcatenationPipeline to concatenate all the frames into one single video and audio files. After the concatenation, Is it safe to delete captured video/audio chunks created by CreateMediaCapturePipeline. if so, Is there better way to delete them as part of chime processes or any other best practices would be helpful. Thanks.

已提问 2 年前195 查看次数
1 回答
1

If you no longer want the 5-second segments, it is safe to delete them after the concatenation pipeline finishes.

A best practice is to have different S3 buckets for the captured 5-second segments and concatenated files. The S3 bucket with the segments can have an S3 Lifecycle Configuration with an Expiration Action to automatically delete files once they are a certain age. https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lifecycle-mgmt.html

AWS
已回答 2 年前
  • Thanks for the response! It helps.

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

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