[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] mp4 files
- Subject: Re: [cobalt-users] mp4 files
- From: Gareth Bromley <gbromley@xxxxxxxxxxx>
- Date: Fri Jan 2 08:27:02 2004
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Fri, 2 Jan 2004, Mike R wrote:
> I have a customer who says we need to make a change to our apache config
> file to allow them to use mp4 files. I can't find anything on the web about
> this - does anyone know what they are talking about?
Likelihood is your server is returning .mp4 files are text/plain or
text/html to the client (depending on your default). I'm told, (although
have yet to see if this is correct) that the MIME type for mp4 is one of:
audio/mp4
video/mp4
application/mp4
Depending on its content. So I guess to be safe your best setting for
/etc/mime.types file might look like:
video/mp4 mp4
(Looking at a RH9.x box they have an mime type of audio/mp4a-latm defined,
however I dont know if thats for mp4)
HTH
G