Llink:mime: Difference between revisions
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
And example [[Media:mime.types.gz|mime.types.gz]] file is available for download. | And example [[Media:mime.types.gz|mime.types.gz]] file is available for download. | ||
If someone figures out how to make a browser send the URL to a player (say, vlc) instead of downloading it first, I would love to know how to do that. |
Revision as of 06:59, 20 June 2008
mime.types
The media players do not care about the mime content types sent in the HTTP header, but in some situations it may be useful to be able to specify it. Perhaps if you want to use llink with a browser.
The syntax of the mime.types file is:
# MIME type Extensions application/octet-stream bin dms lha lzh exe class so dll application/ogg ogg
And example mime.types.gz file is available for download.
If someone figures out how to make a browser send the URL to a player (say, vlc) instead of downloading it first, I would love to know how to do that.