1

I'm trying to read some .m3u files with my society flash audio player but it doesn't work. I need it to read radio flux (.m3u) and the only type of files working is .mp3.

I read somewhere that I have to parse the file and recover the MP3 files. I really don't know how to do this. Do you have any idea to make it work?

double-beep
  • 5,031
  • 17
  • 33
  • 41
Daelis
  • 45
  • 1
  • 11
  • .m3u files are somewhat free-form but it should be pretty straightforward to parse out the stuff you need (likely to be URLs to .mp3 files). Can you update your question with a small sample of .m3u data that you'll be working with? – Multimedia Mike Feb 14 '14 at 18:28
  • Hi :). I'm working with something like "http://streaming.radio.rtl.fr/rtl-1-44-96".. That's my problem ^^'. – Daelis Feb 15 '14 at 19:37
  • Can I see an example .m3u playlist? That link is an MP3 stream. – Multimedia Mike Feb 15 '14 at 21:51
  • I know, but my boss gave me just this... I have to work with this type of link. – Daelis Feb 17 '14 at 07:34

0 Answers0