Slashdot Mirror


YouTube Explains Where HTML5 Video Fails

awjr writes "YouTube have pretty much come down on the side of Flash having major issues with the lack of features that the HTML5 <video> tag has and may never have."

45 of 426 comments (clear)

  1. Stop raining on our OSS parade with your "facts" by elrous0 · · Score: 5, Insightful

    Is the video tag in HTML5 a kludge? Yes. Is it more an ideal than a practical implementation? Sure. Can it compete with a commercial product that has been an accepted part of the web for over 10 years now? Perhaps not. Is it poorly implemented in most modern browsers, with no agreed upon video codec common to any two of them? Yep. Would it be getting any attention at all if Steve Jobs hadn't used it as part of his cheap excuse to block free flash apps from his iControlU line of products? Not likely.

    But all that's missing the point. The point is that it's *OPEN* and not under the control of any nasty for-profit corporation. And that makes it superior. Who *cares* if it doesn't work worth a damn in actual practice?

    --
    SJW: Someone who has run out of real oppression, and has to fake it.
  2. Complaining About an Unfinished Spec? by eldavojohn · · Score: 4, Insightful

    It's funny that a lot of these points end with something like "HTML 5 is working on it" or "HTML 5 is just begun" or "Hopefully they all merge to one." And that's the idea of an unfinished specification. With one big exception: DRM (or as the article calls it "Content Protection"). While I don't think it's impossible, I think it's a pretty big effort to produce DRM that content owners (like the MPAA or RIAA) are satisfied with as an open standard. I think they perceive open standards to be inherently insecure (despite several cases of the opposite like OpenSSL).

    Right now, YouTube might be forced to stick with Flash in regards to some videos but in the future I think we will see YouTube move as much as it can to HTML 5 and offer Flash as a premium service to content owners who want to deliver their content through Flash's DRM. And I'm fine with that. I don't care that you can redistribute videos of a snapping turtle laying eggs in my parent's garden.

    Remember, YouTube is Google and Google has supported HTML 5 at least vocally and with their Chrome browser to the best of their ability.

    --
    My work here is dung.
    1. Re:Complaining About an Unfinished Spec? by nine-times · · Score: 4, Insightful

      Yes, they're complaining about an unfinished spec, but that's a completely sensible thing to do. If you don't talk about all the problems with an unfinished spec, then how would you expect the problems to be fixed in the finished spec?

      Flash will continue to be an important part of Youtube-- at least until HTML's "video" tag addresses some of these issues. Fair enough.

    2. Re:Complaining About an Unfinished Spec? by BenJeremy · · Score: 4, Insightful

      So how long should users wait for HTML5 to gel? The internet moves in its own measure of time, and HTML5 seems to be taking things at a glacial pace... we know all the issues surrounding the delivery of video content... YouTube has been using Flash to do it for 5 years now, and when was the first time you saw the dreaded "buffering" on a RealVideo clip on your Netscape browser?

      HTML5 **should** be an established standard by now. Instead, a committee seems to be doing everything in its power to hold it back... what happened to the heady days of the internet when a standard popped onto the scene and quickly matured to give way for the next one? YES - many were not perfect, but that's why standards evolve. Instead, we now seem to be on this endless, "Duke Nukem Forever"-like quest to perfect the thing, even if it takes 10 or more years before it settles out.

      What sort of insanity is that??!?

      If HTML5 isn't a standard yet, and isn't suitable, then let's get cracking and establish what needs to be done NOW. We live in the Wiki-age... instant updates, instant results, instant gratification. We know what needs to be fixed, yet the response from the HTML5 folks is "it isn't mature yet, give it time!!!" - but if it's so fluid yet, and not "official" yet, why can't we make any changes to it??!??

      The whole process is taking too long, and it feels like this "standard" is hardly fluid or forming, yet we are urged to give it time... time for what? Nobody wants to change it! So we wait years for a standard to "mature" even while it cannot, apparently be changed... meanwhile, YouTube and many other people will look forward to HTML6 to fix the mistakes that nobody will fix in HTML5.

      The process has become broken. I don't know where the failure is, exactly, but when people complain about incomplete/malformed specs on a standard that WON'T change, but are told to wait for it to finalize, there is something wrong, even forgetting we are still being told HTML5 won't be "finalized" (even if it never actually changes) for YEARS.

    3. Re:Complaining About an Unfinished Spec? by TheRaven64 · · Score: 4, Insightful

      Indeed. I found TFA particularly entertaining because it said 'we wouldn't be able to offer things like this' where the word 'this' linked to a page saying 'this is not available in your country'. I'm fairly sure that you don't require Flash in order to be able to not provide a service.

      Of all companies, I'd expect Google to know that making bits uncopyable is not possible. Especially amusing since they cite RTMPE as an example of a useful feature, when RTMPE is broken and can easily be ignored by anything other than the official Flash player.

      The point about streaming live events is a client issue. The spec allows any URL format, so you can use rtp:// streams, for example. Maybe Chrome needs to support these? Seeking is more important. HTTP lets you seek to a byte range, but how does that map to a location within the file? This could be worked around by putting this data in the header somewhere. Mind you, QuickTime seems to be able to seek within a remote file pretty nicely, so it must be possible...

      Things like camera and microphone control?

      Personally, I'd rather that my browser didn't have the ability for a malicious site to turn my laptop into a bug, and I suspect most corporate users feel the same way.

      Or even the ability to go full screen?

      This is actually one thing that I'd rather the browser did. Flash games, for example, would often be better played in full-screen mode, but unless they explicitly implement this support (which most don't), they can't. A standard way of making a div display full screen, with a standard browser UI so that it can't be done unless the user explicitly requests it, would be very nice.

      I don't like DRM but I do know that for somethings the choice will be DRM or nothing.

      'Nothing' works for me. If companies choose not to compete, that's their loss. The companies that choose to make their products available in a form that's useful can buy up their copyrights in a few years when they've gone bankrupt.

      --
      I am TheRaven on Soylent News
    4. Re:Complaining About an Unfinished Spec? by tepples · · Score: 5, Informative

      HTTP lets you seek to a byte range, but how does that map to a location within the file?

      Find the known timestamps before and after the desired seek point, interpolate where you would need to seek if the part between known timestamps had a constant bit rate, and seek to that part of the file. The last article about Ogg vs. MKV presented a test result that it takes on average 3.5 iterations of this algorithm to get to the right part.

      This could be worked around by putting this data in the header somewhere.

      AVI has such an index. Matroska (wrapper used by WebM) has an index. Ogg does not, but unless you're on a satellite link, four HTTP seeks won't kill you.

  3. Re:Stop raining on our OSS parade with your "facts by Yvanhoe · · Score: 3, Insightful

    But all that's missing the point. The point is that it's *OPEN* and not under the control of any nasty for-profit corporation. And that makes it superior. Who *cares* if it doesn't work worth a damn in actual practice?

    That. MP3 became the de facto standard despite the existence of far better quality formats for the exact same reason. We currently have to choose between two kludges, badly implemented possibilities, one of them being open. The choice is easy to make.

    --
    The Wise adapts himself to the world. The Fool adapts the world to himself. Therefore, all progress depends on the Fool.
  4. Re:Stop raining on our OSS parade with your "facts by Rockoon · · Score: 3, Insightful

    "In theory there is no difference between theory and practice, but in practice, there is.

    I don't care about things that are "open" but dont work in practice.

    --
    "His name was James Damore."
  5. hmmm by thoughtsatthemoment · · Score: 3, Funny

    A real site knows what the real work there is behind a major feature like video. What a surprise.

  6. Without content protection, we would not ... by daid303 · · Score: 5, Informative

    Without content protection, we would not be able to offer videos like this.

    This rental is currently unavailable in your country.

    Surprise, you aren't offering those videos.

    1. Re:Without content protection, we would not ... by LordKronos · · Score: 3, Insightful

      Not paypal...google checkout. If you choose the "add a credit card" option, it takes you to google checkout.

  7. Re:Stop raining on our OSS parade with your "facts by bigtrike · · Score: 3, Insightful

    Flash kills battery life and stability. After 10 years, it still doesn't work well on modern computers or mobile devices and is likely to never be a good solution. The video tag is young, not quite there yet, and will probably be a better bet in the long run.

  8. Re:Well, it's true by Lord+Bitman · · Score: 4, Insightful

    Without any content protection whatsoever, they wouldn't be able to offer videos which say only "This rental is currently unavailable in your country", they'd have to actually provide the video to everyone.

    The "we need DRM, otherwise we can't provide all the content we want to!" argument is horrible, stupid, and insulting.
    DRM does not allow businesses to provide content in new markets. DRM allows businesses to provide old markets in places where they make no sense. Every company which complains they can't do X without DRM really means they don't want to do X without magic fairy dust. Meanwhile, everyone and their grandmother is busy providing X without DRM, and the only difference is the companies which want magic fairy dust aren't getting paid.

    Monopolies do not exist. People will always acquire the product they want, and if you aren't willing to sell it, all that means is that people will always acquire the product they want without paying you.

    --
    -- 'The' Lord and Master Bitman On High, Master Of All
  9. Re:Stop raining on our OSS parade with your "facts by waambulance · · Score: 4, Insightful

    yes. the "choice is easy to make" because *you* arent creating content. only consuming it.

  10. Re:Well, it's true by Timothy+Brownawell · · Score: 4, Insightful

    Without any content protection whatsoever, they wouldn't be able to offer videos which say only "This rental is currently unavailable in your country", they'd have to actually provide the video to everyone.

    But that is done entirely server-side and is completely independent of flash vs HTML5 vs animated GIF vs ascii-art. You just make the server look the client IP address up in a location database, and then decide whether to send was was requested or an error message.

  11. Re:Stop raining on our OSS parade with your "facts by sobachatina · · Score: 5, Informative

    Not trying to be confrontational but I don't understand your comment and hoped you could explain further.

    I took your comment to mean that even though there were better formats available, MP3 became standard because it was open.

    My confusion is thus-
    1-when MP3 first started being widely used (I started using it extensively in 1997) it was competing with WAV files. There were no better formats.
    2- MP3s are only 'open' in the sense that they don't have embedded DRM. It is still a proprietary format with license fees attached.

  12. Re:Stop raining on our OSS parade with your "facts by Stooshie · · Score: 3, Insightful

    " After 10 years, it still doesn't work well on modern computers or mobile devices"
    [citation needed]

    Flash allows proper streamnig, video tag does not. Proper streaming needs a server side solution. If HTML5 isn't going to be ready till 2022 for a browser standard, how long will it take for a server-side standard?

    --
    America, Home of the Brave. ... .and the Squaw.
  13. Re:Stop raining on our OSS parade with your "facts by msauve · · Score: 4, Funny

    name a major media format that is used widely that IS open format

    Text, the most widely used and open of all.

    --
    "National Security is the chief cause of national insecurity." - Celine's First Law
  14. Re:Stop raining on our OSS parade with your "facts by nine-times · · Score: 3, Insightful

    I think you miss the point. Flash is a poorly performing closed POS that makes video on the Internet beholden to a single vendor. That is a problem any way you slice it. It's unlikely that adobe will actually fix the situation unless they're absolutely backed into a corner.

    Yes, the new unfinished standard doesn't have complete support in browsers yet. Whoop-dee-doo. The "no agreed upon video codec" thing is a bit of red herring. Safari, IE, and Chrome are all supporting H264 already, and unless WebM takes off, H264 is the de facto video codec standard of the decade. Whining about how much you love DivX isn't going to change that. Even Flash is supporting H264 (That's right! If you're arguing in favor of Flash, you're arguing in favor of H264 being the de facto standard). Blaming Apple for this is also silly. They made a choice based on what they believed would provide their customers with the best product. Going by their rate of sales, I don't think their customers disagree with Apple's views all that much.

  15. Grammar Goliath ONLINE by dhermann · · Score: 5, Insightful

    "YouTube have pretty much come down on the side of Flash having major issues with the lack of features that the HTML5 tag has and may never have."

    1. "have": YouTube is an single corporate entity and not plural
    2. "having major issues": dangling modifier, does YouTube or Flash have the issues?
    3. "pretty much": use this phrase if you're a 13-year-old girl texting, not when talking about the news
    4. "has and may never have": contradictory, how can the tag have something now but may never have the same something later?
    5. "tag has": has what? The major issues, the lack of features, or the major issues with the lack of features?
    6. "Come down on the side of Flash": misleading wording, it sounds like YouTube has actually decided against Flash?

    I guess my point is that this sentence is terrible. How did you possibly allow this, /. mod?

    1. Re:Grammar Goliath ONLINE by L4t3r4lu5 · · Score: 3, Funny

      YouTube is an single corporate entity and not plural

      Muphry's Law

      --
      Finally had enough. Come see us over at https://soylentnews.org/
    2. Re:Grammar Goliath ONLINE by trapnest · · Score: 3, Informative

      I believe in some english speaking countries businesses are considered "plural".

    3. Re:Grammar Goliath ONLINE by ArsonSmith · · Score: 3, Funny

      What is this, "Isn't American" of which you speak?

      --
      Paying taxes to buy civilization is like paying a hooker to buy love.
  16. Re:Well, it's true by Xuranova · · Score: 3, Informative

    Monopolies do not exist.

    MS, Intel, Apple, and Google would all like you to convince the FTC of that.

    --
    "There is no real right or wrong, just what the majority accepts at the time."
  17. Without content protection by koolfy · · Score: 3, Funny

    Without content protection, we would not be able to offer videos like this.

    *click*

    This video is currently unavailable for rent in your country.

    Yes, I see how with content protection you are not able to offer me videos like this.

    --
    Segmentation Fault in "Life, Universe and Everything" at line 42. Don't Panic.
  18. Re:Stop raining on our OSS parade with your "facts by Svartalf · · Score: 3, Informative

    Specious argument, really.

    Content "creation" with Flash is really a poor substitute for the real tools that are completely available on all the mainstream OSes- to the point of some of the better answers being available for free or next to it on all of the aforementioned.

    If you're doing "content creation" on something like Haiku, I might understand slightly, but you should already understand that you might be on your own on things like this if you choose to run things like Haiku and other up-and-coming OSes.

    "Creating content" is a straw man.

    --
    I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
  19. F. YEAH SEEKING: set currentTime by tepples · · Score: 4, Informative

    I like the fact that I can jump to any part of the video and even direct people to that part of the video with a single url.

    HTML5's <video> element supports JavaScript seeking to a new playback position. Your video page can read the fragment identifier from the URI, parse it, and then set the video element's currentTime attribute to make the player seek. The back end uses an HTTP/1.1 range retrieval, the same thing that resumable downloads use.

    the video tag doesn't really do steaming in that sense.

    Steaming as in a "steaming pile"?

  20. Re:Stop raining on our OSS parade with your "facts by Yvanhoe · · Score: 3, Informative

    Er... Are you implying that making a video available through a tag is somehow harder than through a flash app ? Care to elaborate what you mean by that ? Because using html5 with youtube is actually a few clicks operation : http://www.youtube.com/html5

    --
    The Wise adapts himself to the world. The Fool adapts the world to himself. Therefore, all progress depends on the Fool.
  21. Re:Stop raining on our OSS parade with your "facts by Anonymous Coward · · Score: 3, Insightful

    Firefox has - what? - 28% of the overall market, and it doesn't support H264. Hardly 'de facto' when the second most-popular browser doesn't support it, eh?

  22. Re:Stop raining on our OSS parade with your "facts by easterberry · · Score: 3, Insightful

    Only because it's been around long enough to be public domain. ;)

  23. Re:Stop raining on our OSS parade with your "facts by hedwards · · Score: 4, Insightful

    The problem is that something that's open might eventually work, whereas something that isn't probably won't unless it's on a blessed platform. Which is the point, if it's a site devoted to Windows or OSX, having content that's not particularly well available beyond those platforms is possibly acceptable. If it's general interest like Youtube is having it be restricted artificially to a couple platforms is clearly not acceptable. Admittedly there's only so much they can do or really should do, but this sort of artificial narrowing of the market is absurd.

    At least with VP8 it's available to any platform at present, whether it's been ported is a moot point as the necessary bits to port it are available.

  24. Re:Stop raining on our OSS parade with your "facts by Eraesr · · Score: 4, Insightful

    Everyone seems to forget one thing about this blog: it doesn't say that Flash is the holy grail for video streaming and that we should all flock to using Flash and put a ban on the HTML5 codec. No, the author of the blog applauds the efforts being put into HTML5 but warns that the video tag simply isn't finished yet. The moral of the story is that while HTML5's video codec is a great start, it's way too soon to put a ban on Flash because it still offers a lot of functionality that HTML5 does not. There still is valid use for Flash over HTML5.

  25. Re:Stop raining on our OSS parade with your "facts by Skuld-Chan · · Score: 4, Informative

    He's generalizing, but there were no other formats that could do 12:1 compression like MP3 did when it came out. Few people remember that if you wanted to rip a CD it was a 50 megabyte file. I still remember playing back a small little file with a .MP2 extension on a Dell 486 running Windows 3.1 and going WOW - thats amazing! (gives you kind of a timeline on how long ago this really was). It was some tune from Kimagure Orange Road.

    ATRAC btw was only used internally at Sony for DAT and Minidisc (and later AT3 cd's) - there was never any way then to make or play back an ATRAC file on a home PC until somewhat recent history (and only then to try to lock people into using ATRAC over MP3).

  26. CircleTimesSquare Explains Where Summary Fails by circletimessquare · · Score: 4, Funny

    I have pretty much come down on the side of the summary having major issues with the lack of grammar that a good summary has and may never have.

    --
    intellectual property law is philosophically incoherent. it is your moral duty to ignore it or sabotage it
  27. Some of these points are same error by Sloppy · · Score: 3, Insightful

    Simply pointing the browser at a URL is not good enough, as that doesn't allow users to easily get to the part of the video they want. As we’ve been expanding into serving full-length movies and live events, it also becomes important to have fine control over buffering and dynamic quality control. Flash Player addresses these needs by letting applications manage the downloading and playback of video via Actionscript..

    Flash Player's ability to combine application code and resources into a secure, efficient package has been instrumental in allowing YouTube videos to be embedded in other web sites. Web site owners need to ensure that embedded content is not able to access private user information on the containing page..

    HD video begs to be watched in full screen, but that has not historically been possible with pure HTML. While most browsers have a fullscreen mode, they do not allow javascript to initiate it, nor do they allow a small part of the page (such as a video player) to fill the screen.

    All of these boil down to Youtube simply not liking how the browser they downloaded today, happens to play video. The thing is, nothing about today's implementation are damning of HTML5; they're just damning of today's implementations of it. A user-initiated request to the browser or player is what should initiate full-screen video (or any other "zooming" of content), not javascript. A user-initiated request to the browser or player is what should handle seeking. The browser or its lower-level networking library should be doing the buffering. And so on.

    They are really praising HTML5's strengths here. Website creators shouldn't be burdened with micromanaging how the details of how a video plays, just like they don't worry about how to incrementally display an image, how to view an image full screen, or how to implement selecting and copying text. And yet, these guys are arguing that for video, they want their javascript programmers to have to work on that shit. The sane thing to do is to push it onto the browser guys (who can then push it onto the player guys, who may end up pushing some things onto the OS guys, whatever).

    I won't even touch the DRM point, because I'm not in the DRM market so I can't imagine what kinds of DRM viewers are asking for.

    The only points they have which has any real legitimacy, are the camera/microphone one and concerns about serving live content, rather that content sitting in some finished and indexed file. Yes, HTML5 video isn't really intended for that, so if youtube want to deal in those areas, they've got a point that using mere web tech isn't going to do they job; they need users to download applications (i.e. Flash code) instead. Fair enough; Youtube wants to get into new markets where they'll make some money. But for most of their video and pretty much everything Youtube is known for, HTML5 is the right answer.

    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  28. Re:Stop raining on our OSS parade with your "facts by sycodon · · Score: 4, Insightful

    Youtube says that while Flash may suck, it sucks in a variety of different ways in which HTML5 can't yet suck.

    --
    When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
  29. Re:Stop raining on our OSS parade with your "facts by dave420 · · Score: 3, Interesting

    No, flash implemented poorly kills battery life and stability, just as anything else implemented poorly. Until HTML5's video tag can implement things like RTMP, it's going to be playing second-fiddle to Flash, and that's just in terms of video playback. Flash's animations are already fantastically faster than anything HTML5's canvas can kick out.

  30. Re:Well, it's true by dave420 · · Score: 4, Insightful

    No, without DRM, the "This rental is currently unavailable in your country" videos wouldn't be available anywhere. Why don't people understand this? Without protection, content owners will not distribute their content in ways that they think need protection. It's not that hard to understand. They won't say "oh well, we can't do anything to protect our content - lets just upload it all to usenet and go home for the weekend". Your logic is insulting.

  31. Re:Stop raining on our OSS parade with your "facts by Nadaka · · Score: 4, Interesting

    actually, you don't need to do any user agent sniffing at all.

    Here is what you do. take your video tag in a common format, use it. If it fails, by web standards, the tag is supposed to default to the contents of the tag instead.
    Put a video tag inside that in a format supported on other browsers. If it fails, by web standards, the tag is supposed to default to the contents of the tag instead.
    Put your flash video object inside of that.

  32. Re:Stop raining on our OSS parade with your "facts by Sancho · · Score: 4, Insightful

    It's all down to the decoder. There's a dedicated processor in the iPhone which handles h.264. For the Flash player to be as efficient as any old h.264 you want to play on the iPhone, it would have to use that processor. However Adobe doesn't have the greatest history of using accelerated features (essentially dedicated processors for decoding h.264) of the hardware they target--in fact, they only recently started using accelerated decoding on Windows.

    If they don't use the dedicated chip, then they're going to be using the main CPU. It's going to be far less efficient, both in energy usage and in CPU usage. And this applies to all portable devices with acceleration, not just the iPhone. Many laptops have acceleration via the graphics hardware.

    Worse, of course, is what happens when you try to move to a platform that Adobe doesn't support? Want to use 64-bit linux? Too bad. Apple wants to change their decoder on the iPhone? They have to convince Adobe to adapt to the new one. That's vendor lock-in, and it's bad for the consumer.

  33. Re:I read the blog post by "YouTube" by HanClinto · · Score: 3, Insightful

    Funny that you conveniently forgot to mention subtitles, translations, captions, and links.

    Nono, don't change it. Your argument sounds better when you spin and skew. You report, we decide.

  34. Re:Stop raining on our OSS parade with your "facts by Anonymous Coward · · Score: 3, Informative

    Funny. YouTube HTML5 streaming seems to work find for me. Also do you really need a citation for Flash's performance? Try the following... Got to any laptop and open a YouTube video. Keep an eye on CPU. Now pause it and note the CPU cycles. Now Switch YouTube to the HTML5 beta and do the same. Big difference. HTML5 video which is paused uses 4% CPU while Flash paused uses 32%. NOTE: all of the videos were complete streamed before starting the playback. Also Pause is better than Playback because nothing is suppose to be running.

  35. Flash DRM by DrYak · · Score: 3, Interesting

    With one big exception: DRM (or as the article calls it "Content Protection"). While I don't think it's impossible, I think it's a pretty big effort to produce DRM that content owners (like the MPAA or RIAA) are satisfied with as an open standard. I think they perceive open standards to be inherently insecure (despite several cases of the opposite like OpenSSL).

    And in fact it's the exact opposite :
    Flash's DRM is a stupid joke - in short the key to decode the encrypted RTPME streams is a a couple of filestats of the ".swf" player application, i.e.: something publicly available. No password or crypto key involved (for a longer description, look for a mirror of RTMPDump). So there's no real encryption happening and as such, Flash' DRM might even not be covered by the DMCA or local clones.

    HTTP's Authentication or Session and/or HTTPS provide already enough content protection at the hosting/serving level of the video. No need to add more DRM shit on the player level.

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  36. Re:Stop raining on our OSS parade with your "facts by Scrameustache · · Score: 3, Interesting

    Also worth mentioning, is that Google acquired YouTube in 2006, and Google is a supporter of Open Source with an open source operating system. If they did look at this from an outside, objective perspective, I trust Google will do anything they can to speed up HTML5 video support.

    But Google has sided with Adobe in their spat against Apple, and YouTube has a lot invested in DRM, at the behest of the media cartel. That DRM is included in Adobe products, and not in the html5 spec. That's an internal conflict for Google, and in the "principles VS revenue" conflicts, the principles rarely win.

    --

    You can't take the sky from me...

  37. Re:Stop raining on our OSS parade with your "facts by LaRainette · · Score: 3, Insightful

    The fact that Apple is trying to impose a proprietary codec it owns partially (h.264) as the de facto standard video codec for the next 10 years is NOT consubstantial to HTML5.

    HTML 5 is an open source open standard, and the fact that some companies(and by some I of course mean Apple) are trying to impose their solution as an inherent part of the open solution that is HTML 5 is just BULLSHIT.

    HTML 5 is NOT h.264. and HTML 5 is NOT responsible for the codec war that mozilla Google and Apple are waging.
    A war that has by the way turned to Apple versus the rest a the world since Google provided an Open-source codec (VP8) that Mozilla has supported.

    Don't try to put this on HTML 5 it's Jobs and Jobs alone that is at the origin of this non sense.