quick tip: open web video and mime types
A quick note if you’re going to be using OGG open web video hosted on web servers. There’s an important configuration change that you should make so that Firefox recognizes it as video. In my Apache configuration I’ve added this directive:
AddType application/ogg .ogg
AddType application/ogg .ogx
AddType video/ogg .ogv
AddType audio/ogg .oga
Most web servers are likely to return [...]