Getting a sound live stream

edited October 2016 in Library Questions

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

Tagged:

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.

Sign In or Register to comment.