I'm using the AWS S3 integration, together with an archiving policy, to archive recordings to an S3 bucket. Trouble is, they come across as .opus files.
I am building a web tool that will search for recordings and play them back, so I'd like these recordings in a suitable format. Options are:
- Convert them as part of the policy/integration configuration. If possible, then this is the easiest way
- Set up a Lambda function with a trigger that converts the files once they hit the S3 bucket, if possible.
- Find a way to play back files using the HTML5 media player
Not sure if any of these options are possible, so any advice greatly appreciated!