Essentially I'm moving a static HTML site into Craft. I've created a new plugin for the site and have gotten a good chunk of it working however I'm having an issue where audio files won't play. The site is supposed to have music auto-playing and looping (it's a site for kids before you start judging me, haha), and it works correcrtly on the static site, however nothing plays in my Craft instance and when I go to the direct URL for the audio file it won't play in browser either but doesn't give me a 404. If I "Save As" it does then download correctly.
Code is very simple:
<audio autoplay loop>
<source src="{{ resourceUrl('somesite/audio/some_theme_full.ogg') }}" type="audio/ogg">
<source src="{{ resourceUrl('somesite/audio/some_theme_full.mp3') }}" type="audio/mpeg">
</audio>
The src generates correctly as e.g http://site.local/cpresources/somesite/audio/some_theme_full.mp3?d=1513706441.