[vorbis] Mozilla nacking up to peek inside a vorbis file

gtgbr at gmx.net gtgbr at gmx.net
Sun Dec 15 09:36:57 PST 2002



> Martin Blackwell wrote:
> Just been doing some simple phrases for Phoenix Online, uploaded the
> samples in q1 & q3 vorbis- when i click on the links in Mozilla, it
> opens the file in the window, displaying the files as text.
> How could i change the html file i've linked them on so that when
> people click on the links, this won't happen?

You have to fix your webserver configuration. If you use Apache:

In your mime.types file:

application/x-ogg               ogg

Or, if you use MIME magic, in your magic file:

0       string          OggS            application/x-ogg

If you can't do that, it's up to the clients to add the content type
application/x-ogg to their browsers and have it open a download dialogue
or so. Or, just ask your ISP to do this. While you're at it, in
httpd.conf:

AddDescription "Ogg Multimedia" .ogg

<p><p>Moritz
--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the Vorbis mailing list