Google has a beta of YouTube that uses HTML5's video tag, but what gains do I get from using this, other than not having to install Flash just for YouTube?
5 Answers
Four points that make HTML5 not so hot for YouTube:
- Cannot point to a particular point in a video with the
#t=21m0sportions - Cannot watch content protected videos
- Full Screen Support (currently does full browser screen)
- Recording directly to YouTube with a webcam
- On Firefox and Opera, only videos with WebM transcodes will play in HTML5 (found this one on HTML5 beta page)
Advantages are written by every blogger out there, mainly less memory hogging and browser/mobile compatibility.
Under OS X (and probably on Linux too) the HTML5 video playback uses far less CPU than the Flash video player. This might change when hardware acceleration is released in the OS X Flash Player (currently available as a beta http://labs.adobe.com/technologies/flashplayer10/gala/)
- 1,837
- 12
- 17
The best advantage of HTML5 of YouTube player is compatibility with Android devices. When the user click the player to watch a video, no need to skip to YouTube App. Just embed and watch the video within the page, no Flash problems. At PresentationTube, we use HTML5 to allow mobile users watch the video within the page the same as the desktop.
- 22,820
- 12
- 83
- 106
- 11
- 1