RE: What does mod_mp3 do?
"Disnard, Jon" <[email protected]> Fri, 9 Aug 2002 13:51:38 -0400
| Newsgroups | gmane.comp.apache.mod-mp3 |
|---|---|
| Message-ID | <[email protected]> |
Mod_mp3 handles the shout protocol for sending the stream. Apache isn't smart enough to do this on its own. However, as you noticed, Apache is smart enough (with mod_mime) to send to correct mime type, based on the .MP3 file extension. In the later case there is no shout protocol in effect, and the two data streams would look different when under analysis. -Jon -----Original Message----- From: Tim Dijkstra [mailto:[email protected]] Sent: Friday, August 09, 2002 04:48 To: [email protected] Subject: [Mod_mp3] What does mod_mp3 do? Hi, I've been fooling around a bit with mod_mp3 and am now confused. So this may be a stupid question, be warned! What does mod_mp3 do exactly when somebody clicks on a url like: http://servername/?op=play&song=<md5(filename)> Is it any different from clicking on http://servername/filename.mp3 when apache knows about the mime-type of a file with suffix .mp3 (so without any mod_mp3 interference)? It seems that in both situations apache sends something with content-type: audio/mpeg... Thanx, Tim _______________________________________________ Mod_mp3 mailing list [email protected] http://lists.tangent.org/mailman/listinfo/mod_mp3