Broadway: An H.264 Decoder in JavaScript

Well, unfortunately there are browsers like Firefox that refuse to implement the defacto-standard in video codecs in their browsers. […] So what’s the next best course of action?  Well, you can either encode your videos in three different codecs to cover all your bases, or just in H.264 and use the JavaScript implementation to play it.

This is too clever.