I am working with Android OS to try to stream from an M3U. I don't see why this is a big deal on Android, but for some reason it is. The M3U structure is simple, it's essentially a list of URLs to external MP3 files. However, when you click the M3U in the browser, it tries to launch and then tells me that it's an unsupported file type.

MP3 is documented as being a supported streaming protocol: http://developer.android.com/guide/appendix/media-formats.html

This works flawlessly on the iPhone. I'd really like to believe that "Droid does" (as they advertise) and I don't want to hate on it too hard, but why isn't a simple M3U even supported?

Is there an external app that supports these that has to be installed first?

Thanks to anyone who can shed a little light on this subject. All I have to test with is the emulators currently, but my friends with devices can confirm that this is not working.

link|improve this question

feedback

3 Answers

up vote 5 down vote accepted

That is known issue. Currently (that's 3.0.1), Android doesn't support m3u with HTTP links.

Please go to Android issue list and vote for issue, so it can be fixed.

http://code.google.com/p/android/issues/detail?id=7028

And yes, free "Just Playlists" app from Market hepls to tackle the issue.

link|improve this answer
This know issue has been around waaay too long. They should have added this back in 2.x. My vote has been added, thanks for bringing it to my attention! – jocull Jun 5 '11 at 3:27
feedback

While MP3 is supported the playlist file M3U is not. You may be able to find a 3rd party player that supports this but the base OS / software doesn't.

link|improve this answer
Do you know of any 3rd party software that does this? Are .pls filetypes supported? – jocull Sep 6 '10 at 3:45
Personally I haven't used it but this looks promising: Ambient Music Player - baka.sk/ambient – Mondain Sep 6 '10 at 5:37
Theres also this app, but its not free although there is a light version: xiialive.com – Mondain Sep 6 '10 at 5:40
Didn't have any luck with them on the emulator. I got Ambient installed but it refuses to open the M3U, saying that there is a file permissions error. It doesn't make itself the default handler for m3u files either. – jocull Sep 6 '10 at 22:45
Thanks for your answers though. – jocull Sep 6 '10 at 22:45
feedback
  1. Download 'Just Playlists' from the Market (free version is fine)
  2. On your PC, in Winamp, add the streaming M3U URL to a new playlist. Save this playlist itself as an M3U file on the PC.
  3. Transfer the new M3U file to the phone's SD card inside the /justplaylists/playlists/ folder
  4. Start Just Playlists, press the left hand 'playlist' button in the app, and select the transferred M3U file.
link|improve this answer
Does 'Just Playlists' ever associate with the M3U extension and become the default player? – jocull Feb 25 '11 at 4:44
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.