Tag html

1 bookmark has this tag.

2025-01-13

16.

Playing m3u playlist with html5

stackoverflow.com/questions/23058202/playing-m3u-playlist-with-html5

I'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...