JavaScript H.264 decoder
Written by Ian Elliot   
Tuesday, 01 November 2011

Under the codename Broadway, a JavaScript-based H.264 decoder that is intended to run naively in Web browsers has been made available on GitHub. JavaScript slow? Think again.

The decoder, which can display video at 30 frames per second on conventional hardware has been developed at Mozilla Labs by Michael Bebenita who explains how he achieved this compelling demonstration of JavaScript’s performance potential on his blog.

Alon Zakai and I managed to take an existing H.264 decoder, simplify it, and compile it with Alon's awesome Emscripten compiler, which translates LLVM bitcode to JavaScript. The result is quite remarkable, we can reach a rate of nearly 30 fps decoding video purely in JavaScript, with no real optimizations other than what Emscripten already performs. There are lots of improvements ahead, such as hardware acceleration using WebGL, parallel processing, etc.

 

H264logo

Broadway was included a presentation at the ACM’s annual OOPSLA conference by Brendan Eich. The enthusiastic response to this demonstration, a shaky video of which can be seen on yfrog,  attracted some interest and has led to the source code being published on GitHub.

As Bebenita points out in his post, this project is at an early stage and the Broadway H.264 decoder will only perform as expected in recent Firefox nightly builds, which incorporate the latest JavaScript performance improvements—particularly a new type inference mechanism that gives JavaScript execution speed a considerable boost.

According to Ars Technica the Broadway project offers useful insight into JavaScript performance characteristics, but it's not really intended for real-world usage. Mozilla’s objections to H.264 on the basis of patent encumbrances still stand and make it unlikely that users will see the video codec supported out of the box in Firefox.

But a video decoder in JavaScript - who would have predicted that and its isn't Chrome but Firefox runing it!

 

H264logo

To download:

https://github.com/mbebenita/Broadway

 

To be informed about new articles on I Programmer, subscribe to the RSS feed, follow us on Twitter or Facebook or sign up for our weekly newsletter.

Banner


Ruby On Rails Adds Kamal And Thruster Support
17/12/2024

Ruby on Rails 8 has been released. The new version comes preconfigured with Kamal 2 for application deployment, a new proxy called Thruster, and a trio of SQLite database-backed adapters named Solid C [ ... ]



Advent Of Code 2024 Now Underway
01/12/2024

December 1st is much anticipated among those who like programming puzzles. It is time to start solving small but tricky puzzles on the Advent of Code website with the goal of amassing 50 stars by Chri [ ... ]


More News

Last Updated ( Tuesday, 01 November 2011 )