I've seen several solutions to streaming audio files from AWS S3 to websites. However, as far as I know S3 uses HTTP and not UDP. Is streaming < 10 mb audio files via S3 and HTTP the "best" or "right" solution when using AWS? Or is there a service or way that is perhaps better suited for this?
I've tried Googling it, but I haven't been able to find anything offical, and most people seem to use AWS S3 and pre-signed links for it.
Does anyone have experience with just using AWS S3 and pre-signed links in any production application?