Archive

Archive for August, 2011

Fix self hosted ogg and webm videos not loading in Firefox html5 tags

August 13th, 2011 1 comment

If your videos are not loading in Firefox with a 206 Partial Content check the Content Type returned in the response header for the file. If it reads text/plain your server isn’t passing the MIME type of the video. You should be able to create a .htaccess file in your video directory to fill in the missing MIME types. For example include this:

AddType video/ogg ogg
AddType video/webm webm

Categories: html5 Tags:

Add webm and ogg export options to Mac Quicktime

August 13th, 2011 1 comment

For WebM support you can download the installer here.

For OGG dowload XiphQT.component from here and put it in your /Library/Components folder

Its worth noting that this will also add Webm and Ogg support to the html5 video tag in Safari.

Categories: html5, mac Tags:

Mac OS Lion breaks Flash’s internal settings prompts (and some other stuff)

August 12th, 2011 1 comment

If you haven’t installed Mac OSX Lion yet I would probably wait. So far I’m finding it:
- Breaks encoded audio over hdmi (Can’t listen to movies with AC3 Audio through HDMI when using as a HTPC via VLC)
- Gets stuck in a mode where it won’t let me copy and paste files in Finder until I restart Finder (file is pasted then immediately disappears)
- and now I find out its even made the Flash Settings menu unclickable effectively breaking every site utilizing flash’s camera permission dialogue among other things (https://bugbase.adobe.com/index.cfm?event=bug&id=2918693)
Luckily its been fixed in an update that just came out, Flash Player 10.3.183.5. Its interesting to note that Flash Player now has its own icon in the OS System Preferences.

Other things I’m not a fan of:
- Minimizes the use of scrollbars to the point where you can’t tell if you have scrollable content unless you try to scroll
- Greyscales all Finder’s color icons in the left side toolbox so you can’t tell them apart without looking at them closely
- Puts your hard drives last in the order stuff on the left hand so its often not even on the screen (apparently you can’t even change this)
- never closes files automatically in Quicktime, so as you open videos and command-q the app they just pile up forever.
For the quicktime weirdness, you can type this in Terminal to permanently disable the “resume” feature:
defaults write com.apple.QuickTimePlayerX NSQuitAlwaysKeepsWindows -bool false

Categories: bugs, flash, mac Tags: