We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi. I'd like to use a .m3u sound live stream, for instance this one : http://statslive.infomaniak.com/playlist/piednu/piednu.aac/playlist.m3u I tried things with sound and minim libraries, but nothing worked. Do somebody know a way ? Thanks
Answers
Hey,
m3u is just a text-file for playlists, you could parse it to retrieve the actual sound-files / URL of the stream.
I'm not aware if minim can play online-streams, but the ess-library can. You might want to have a look here: http://www.tree-axis.com/Ess/download.html
There is an example on how to play an online stream, so that might be a good start.