Playing m3u playlist with html5
stackoverflow.com/questions/23058202/playing-m3u-playlist-with-html5I've created a very simple and basic html5 audio player, actually not more than:
<audio src="[url-to-m3u]" controls>
but I am facing two problems, this simple audio tag is working on Chrome...