How Do I Stream an MP3 from My Website?
Dec.19, 2003 in
Support
How to share MP3’s over your website.
Create a file with notepad (or any ASCII editor) called (for example) playlist.m3u.
Make each entry a single line, type in the location and name of each mp3 file, and the order in which you want them played, for example:
http://www.yoursite.com/yourMP3folder/song01.mp3
http://www.yoursite.com/yourMP3folder/song02.mp3
Save the .m3u file. Then upload it to your site. Afterwards, make an HTTP link to this file. This will let listeners start listening.