InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

YouTube announces HTML5 demo, but not for FireFox 3.6

Posted by Alex Blewitt on Jan 21, 2010

Sections
Architecture & Design,
Enterprise Architecture
Topics
Technology ,
Web 2.0 ,
Architecture
Tags
Firefox ,
HTML 5

YouTube have announced a beta of HTML5 support. These are broadcasting videos in H.264 format for browsers that understand HTML5's <video> tag. The choice of H.264 is perhaps unsurprising, since that's what Apple's iPhone supports natively (and indeed, is how the YouTube mobile application is rendered). This means that other browsers that don't support H.264 won't be able to render content.

The initial supported list includes Safari 4+, Google Chrome and the Chrome Frame plugin for Internet Explorer. Although FireFox 3.6 was released today with HTML5 support, it only supports the open-source OGG video format.

The HTML5 specification (which grew out of the WhatWG) includes a native tag for <video> and <audio> amongst other enhancements. However, there were disagreements about which codec to support for video rendering. (Codecs are programs that can decode a stream of binary data into a sequence of video frames.) At issue were questions of efficiency (which produces a smaller download, but also which is computationally easier to decode) and patents which protect those algorithms.

The choices lie between the patent-covered MPEG standard H.264, widely implemented in hardware and on mobile devices (such as the iPhone), and the open-source and probably unpatented Ogg format. Large companies (with the ability to execute licensing deals) such as Google and Apple are behind the H.264 format (having already licensed it for other uses), whereas open-source companies such as Firefox and Opera are backing the open-source Ogg format.

At one point, the WHATWG tried to standardise on a single video format, leading to a lengthy debate. In the end, in an effort to ensure that the WHATWG (now HTML5) group did not stagnate, Ian Hickson posted a compromise position of not demanding a single format. From the explanatory mail:

After an inordinate amount of discussions, both in public and privately, on the situation regarding codecs for <video> and <audio> in HTML5, I have reluctantly come to the conclusion that there is no suitable codec that all vendors are willing to implement and ship. The current [June 2009] situation is as follows:

  • Apple refuses to implement Ogg Theora in Quicktime by default (as used by Safari), citing lack of hardware support and an uncertain patent landscape.
  • Google has implemented H.264 and Ogg Theora in Chrome, but cannot provide the H.264 codec license to third-party distributors of Chromium, and have indicated a belief that Ogg Theora's quality-per-bit is not yet suitable for the volume handled by YouTube.
  • Opera refuses to implement H.264, citing the obscene cost of the relevant patent licenses.
  • Mozilla refuses to implement H.264, as they would not be able to obtain a license that covers their downstream distributors.

 

ArsTechnica explored the issues in depth and the situation has not changed since. However, the HTML5 adoption of YouTube might be a popular swing in the balance.

Patents preventing innovation by Stefan Langer Posted
  1. Back to top

    Patents preventing innovation

    by Stefan Langer

    Another showcase of patent issues prohibiting innovation.

Educational Content

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.