April 29, 2024

YouTube Now Defaults to HTML5 Video Player Instead of Flash

Posted January 28, 2015 at 4:31pm by iClarified · 16425 views
YouTube has announced that its now defaulting to its HTML5 video player instead of its Flash player.

The site first implemented a HTML5 player four years ago but HTML5 was missing support for certain features such as Adaptive Bitrate (ABR); however, thanks to browser improvements many of the technical hurdles have been overcome.

Over the last four years, we’ve worked with browser vendors and the broader community to close those gaps, and now, YouTube uses HTML5 video by default in Chrome, IE 11, Safari 8 and in beta versions of Firefox.

Here are some of the key technologies that were necessary to make this possible:

MediaSource Extensions
Adaptive Bitrate (ABR) streaming is critical for providing a quality video experience for viewers - allowing us to quickly and seamlessly adjust resolution and bitrate in the face of changing network conditions. ABR has reduced buffering by more than 50 percent globally and as much as 80 percent on heavily-congested networks. MediaSource Extensions also enable live streaming in game consoles like Xbox and PS4, on devices like Chromecast and in web browsers.

VP9 video codec
HTML5 lets you take advantage of the open VP9 codec, which gives you higher quality video resolution with an average bandwidth reduction of 35 percent. These smaller files allow more people to access 4K and HD at 60FPS -- and videos start 15-80 percent faster. We've already served hundreds of billions of VP9 videos, and you can look for more about VP9 in a future post.

Encrypted Media Extensions and Common Encryption
In the past, the choice of delivery platform (Flash, Silverlight, etc) and content protection technology (Access, PlayReady) were tightly linked, as content protection was deeply integrated into the delivery platform and even the file format. Encrypted Media Extensions separate the work of content protection from delivery, enabling content providers like YouTube to use a single HTML5 video player across a wide range of platforms. Combined with Common Encryption, we can support multiple content protection technologies on different platforms with a single set of assets, making YouTube play faster and smoother.

WebRTC
YouTube enables everyone to share their videos with the world, whether uploading pre-recorded videos or broadcasting live. WebRTC allows us to build on the same technology that enables plugin-free Google Hangouts to provide broadcasting tools from within the browser.

Fullscreen
Using the new fullscreen APIs in HTML5, YouTube is able to provide an immersive fullscreen viewing experience (perfect for those 4K videos), all with standard HTML UI.

Moving to iframe embeds
Given the progress we've made with HTML5 video, we’re now defaulting to the HTML5 player on the web. We're also deprecating the "old style" of Flash object embeds and our Flash API. We encourage all embedders to use the iframe API, which can intelligently use whichever technology the client supports.

YouTube notes that these technological enhancements have been beneficial to others including Apple.

Other content providers like Netflix and Vimeo, as well as companies like Microsoft and Apple have embraced HTML5 and been key contributors to its success. By providing an open standard platform, HTML5 has also enabled new classes of devices like Chromebooks and Chromecast. You can support HTML5 by using the iframe API everywhere you embed YouTube videos on the web.

Read More