Creating our own codec for streaming audio on AWS

0

We want to create our own codec to stream the audio files on our app(developing stage) which will support high resolution audio files , does AWS provide containers to create our own codec and stream the audio files in our own codec. For example : if we create our codec say .xyz and we want that the audio files are saved in S3 can run on this codec by media converter. can that happen ?

So, in conclusion can we create a container that can run our codec for the same with the help of creating a new transcoding preset option available in the media convert and will AWS Media Converter, will support our codec to stream those audio files.

1 Answer
0

Amazon offers two container services, ECS and EKS. As with other container functions, you can define encapsulate a custom workflow within both. These could include your non standard audio codec and supporting functions.

AWS MediaConvert supports specific industry standard codecs for both video and audio. This is true for both source files and transcoded output files. If the desire is for MediaConvert to read audio files from a custom coded and convert to some other format, that will likely not work. The audio files codecs will need to be from these lists.

https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers-input.html

https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers.html

AWS
Mike-ME
answered 2 years ago

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.

Guidelines for Answering Questions