[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] mp4 files
- Subject: RE: [cobalt-users] mp4 files
- From: "Mike R" <spycobalt@xxxxxxxxxxxxxxxxxx>
- Date: Fri Jan 2 09:01:07 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
>
Do you think it might look more like:
AddHandler video/mp4 .mp4
?
Thanks,
-Mike