Opus recording files

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:

  1. Convert them as part of the policy/integration configuration. If possible, then this is the easiest way
  2. Set up a Lambda function with a trigger that converts the files once they hit the S3 bucket, if possible.
  3. 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!

I don't believe you have the ability to control the export format, only the line recording format. You would need to set up some type of process to intake the opus recordings from the bucket, transcode them to your desired format, and write them to a destination where you app will expect them to be.

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.