跳至內容

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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。