Right now I have a setup where multiple mp3 files exist in an AWS s3 bucket. The bucket is made public and I am able to download individual mp3 files from the URL created by aws s3.
I want to make a radio streaming service that will traverse through those mp3 files in a continuous fashion. is there any way maybe using cloudfront to do this?
ex: song1.mp3 song2.mp3, song3.mp3
These 3 will play in sequence with a single call.