Salta al contenuto

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.

posta 2 anni fa195 visualizzazioni

1 Risposta
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

con risposta 2 anni fa

  • Thanks for the response! It helps.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.