Skip to content

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.

asked 2 years ago191 views
1 Answer
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
answered 2 years ago
  • Thanks for the response! It helps.

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.