I am working on an interactive website about the languages of the world. Part of the plan is to have a world map which reacts with sound when different countries are hovered. The emphasis is on the sound of a language.
I would like to embed web radio streams from each country. As soon as one hovers over a country, the stream is played. It stops when the cursor leaves the country contour.
Codewise the way to go would be to listen to mouse events, e.g. with jQuery and assign the streams to functions.
I managed to embed mp3 files which lay into a separate directory on my server. How to do this with m3u? As far as I know html5 is not able to handle m3u streams.
I am grateful for any help.