Browser Configuration

If you want your mp3 and m3u files to work properly on your web browser you should add (or verify the presence of) these two MIME types:
mp3 : audio/x-mpeg
m3u : audio/x-mpegurl
.m3u Files In order to send a .mp3 file to be played in real-time you will need a way to let the player know where the file is. .m3u and .mp3url files were created for this purpose. .m3u's are just like .ram files for RealAudio streaming. They are text files that contain the URL of one or more mp3 files.

In den Browsereinstellungen muss der dateityp mpegurl hinzugefügt werden. und zwar unter dateihilfsprogramme. dort den dateityp, das suffix (m3u) und den mp3-player, mit dem die datei zu öffnen ist, angeben. dann müsste die datei plattformübergreifend automatisch als playlistdatei vom mp3-player gelesen werden. die mp3-dateien können auch weiterhin direkt heruntergeladen werden (ohne streaming).