MP3 Streaming How-to
December 13, 2006 10:25 AM
Subscribe
Best way to stream mp3s in a standard LAMP environment without getting tricksy?
I need to stream an mp3 without making it available for download (record label's restriction) in a typical LAMP setup. I've identified 3 possible solutions:
1) Inline object + embed. Probably the "good enough" solution, although as far as I can tell I need to keep the mp3 in a public dir; might be a problem if the label is finicky.
2) Having my users download a .m3u playlist pointing to the file. My base isn't technical, this is one step too many. Also, same file access problem as #1.
3)
Apache::MP3. Only gave this a cursory glance; definitely overkill for what will probably be a one-time thing.
The ideal solution is user-friendly (read: dead simple) and F/OSS. Have I overlooked anything? Is "good enough" generally good enough, given that nothing I can do will be totally bulletproof?
posted by sonofslim to computers & internet (7 comments total)
1 user marked this as a favorite
posted by twistedonion at 10:31 AM on December 13, 2006