Slashdot Mirror


EFF Makes Formal Objection to DRM In HTML5

The Electronic Frontier Foundation (EFF) has filed a formal objection to the inclusion of DRM in HTML5, saying that a draft proposal from the W3C could hurt innovation and block access to people around the world. From their press page: '"This proposal stands apart from all other aspects of HTML standardization: it defines a new 'black box' for the entertainment industry, fenced off from control by the browser and end-user," said EFF International Director Danny O'Brien. "While this plan might soothe Hollywood content providers who are scared of technological evolution, it could also create serious impediments to interoperability and access for all."'

23 of 270 comments (clear)

  1. Re:Scared of evolution? by thaylin · · Score: 5, Insightful

    DRM is not an evolution, it is a forced through solution to keep content FROM evolving.

    --
    When you cant win, ad hominem.
  2. Re:impediments to access? by Gaygirlie · · Score: 4, Insightful

    No, he's quite correct. Atleast in the case of movies content providers will never allow their content to be streamed without any sort of a DRM at all, they will flat out deny everyone access if it ever were to come to that. If W3C were to scrap the plans for HTML5 DRM the content providers would simply cling on to proprietary plugins and we'd be no better off than we are already. With the HTML5 DRM we could atleast shed all the excess weight provided by these plugins since only the part that decodes and displays the video would be proprietary, it wouldn't need to carry with it all the other features of these plugins along. And who knows? Maybe smaller proprietary binaries would be easier to reverse-engineer?

  3. Re:Content moving to apps more of an impediment by fuzzyfuzzyfungus · · Score: 5, Informative

    The problem is that the "Web" DRM doesn't actually solve the problem of 'content' being moved to nasty proprietary little silos, it just offers a way of embedding your locked-down platform of choice into a web page.

    Because the only thing standardized is a few javascript hooks for interacting with the 'Content Decryption Module'(there is a single, toy, javascript-based CDM; but it fails even lax robustness requirements and is somewhere between a 'hello world' example and red herring), and the CDM is free to do whatever it likes for everything from the decryption step to actually painting the frames on the screen, the CDM doesn't replace the 'un-web' proprietary stack, it is that stack.

    If, by some magic, this proposal actually were magic-interoperable-web-based-DRM, it'd at least have pragmatic virtues going for it; but it isn't. It's as 'web based' as a site that consists of nothing but a java applet inside an Object tag, or a site that wraps a win32 program in an activex control.

  4. Did that Happen!? by tuppe666 · · Score: 4, Insightful

    DRM as a standard in HTML5 is a better place then where we are today...stores of yesteryear hadn't first gotten the RIAA comfortable with digital distribution, then weaned them off the DRM teat.

    I am confident that DRM should not be a standard, and the argument that DRM being dropped will happen because companies will get *comfortable*; They don't they would have you electronically chipped if they could get away with it. The reason why DRM was dropped was because customers simply were not happy with it.

  5. Re:Objection to the formal objection. by Attila+Dimedici · · Score: 5, Informative

    I prefer if HTML includes provisions to allow optional cross-platform DRM instead of having to rely on plugins/stores/apps.

    That would be fine if that was being proposed. However, what is being proposed is that HTML have a tag that calls something that will have to be written for each platform (and thus will only be written for those platforms the content producers consider worth their while to support) in order to decrypt video that is sent with DRM. Of course that thing that is called by the tag (it is no longer called a plugin, but it looks just like one except that it is called from a different place in the code) will be different for every content provider (unless we are lucky and they all decide to use a third party DRM module. Which is unlikely, since most of the content providers are likely to write their own DRM module which they will try to sell to everyone else).

    --
    The truth is that all men having power ought to be mistrusted. James Madison
  6. Re:Objection to the formal objection. by fuzzyfuzzyfungus · · Score: 5, Informative

    I don't want to be slave of plugins.

    I don't want to be slave of browsers.

    I don't want anymore to be slave of ECOSYSTEMS making me have three or four platforms just to be able to access content.

    I prefer if HTML includes provisions to allow optional cross-platform DRM instead of having to rely on plugins/stores/apps.

    This proposal doesn't free you from plugins, or provide 'cross-platform DRM'. It just renames 'plugins' to 'content decryption modules' and provides absolutely no requirement as to how cross platform they are or aren't(indeed, they explicitly state 'CDM may use or defer to platform capabilities' and may handle all steps from decryption to actually drawing on the display).

  7. Re:impediments to access? by Anonymous Coward · · Score: 4, Informative

    That sounds like replacing one plugin interface for another one.

  8. Re:Content moving to apps more of an impediment by serviscope_minor · · Score: 5, Insightful

    Content follows the money.

    Pardon me, but like hell it does.

    A lovely example is Game of Thrones. Apparently the most pirated show in history. So why is it basically impossible to just buy the eposides as they come out?

    Content seems to follow the principle of maximum fear. It seems that they are so afraid that people might pay to download an unencumbered version and then pirate it, they'd rather they can't buy it at all (so they definitely pirate it!).

    I guess perhaps they can't stand the doubt.

    --
    SJW n. One who posts facts.
  9. Re:impediments to access? by Captain+Hook · · Score: 5, Insightful

    As you say, nothing says content provider can't use DRM to stream movies, EFF are simply arguing that DRM should have no place in a standard.

    I personally have no problem with that. Open standards should be about ensuring as wide a interoperability as possible and DRM goes directly against that.

    The other thing to note is that the DRM being talked about is not a DRM implementation, it's a common interface for DRM plugins, so we still have lots of different proprietary DRM plugins and we will still be no better off than we are now..

    --
    These comments are my personal opinions and do not necessarily reflect the opinions of the other voices in my head.
  10. Re:impediments to access? by h4rr4r · · Score: 4, Informative

    No, they would just stick with what we have today.

    HTML5 DRM cannot be implemented by any FOSS. If the blob returns video directly instead of writing to some DRM path like windows has it would be useless.

    So this adds nothing, netflix would still be limited to close source operating systems.

  11. Re:Objection to the formal objection. by h4rr4r · · Score: 4, Informative

    Sure there is, the decryption module can only output to some sort of content protected path. Otherwise recording its output would be trivial.

  12. Re:impediments to access? by Gaygirlie · · Score: 5, Interesting

    That sounds like replacing one plugin interface for another one.

    It is, yes, but with e.g. Flash or Silverlight you get a large, fat binary that's supposed to do quite a lot of things -- animations, window handling, 3D, network protocols and so on -- and that means a lot of used system resources and a larger surface for malicious attacks. A DRM-module, on the other hand, doesn't need to worry about 3D-rendering, window handling, vector graphics or anything such, it only needs to decrypt the data and verify that the surface it's given is acceptable to it. It all comes down to hopefully less resources consumed, higher stability and a lesser surface area for malicious attackers to latch on to. It just seems like a positive step to me, even if it is a small one.

  13. Re:Impediment to interoperability... by h4rr4r · · Score: 4, Informative

    This changes nothing. They are simply renaming plugins to CDMs. Those will still be only available for limited platforms and each store/site will have its own.

  14. Re:impediments to access? by h4rr4r · · Score: 5, Insightful

    Think about what it takes to do that last part. These cannot be trivial programs. They will have to be essentially the same as those terrible video game DRMs that will not run if you have a debugger installed or if you use third party software to mount ISOs.

  15. Re:impediments to access? by Cenan · · Score: 5, Insightful

    If W3C were to scrap the plans for HTML5 DRM the content providers would simply cling on to proprietary plugins and we'd be no better off than we are already.

    So what? You act as though the internet needs Big Media to survive, when in fact it is the other way around. If Big Media feels the need to develop and maintain proprietary plugins in order to provide their content, fine with me - it's an added cost to them for no bother to me. Their business model is not viable, and it is now our job to keep it afloat? Why is that exactly? What is it the Big Media corporations provide that is so very unique that we're willing to protect it to this degree?

    --
    ... whatever ...
  16. Re:impediments to access? by h4rr4r · · Score: 5, Interesting

    I disagree, what this will lead to very quickly will be videos only playing on UEFI secure boot machines running only closed operating systems. Once that happens the banks and online stores will want similar stuff. The road to hell is paved with good intentions.

  17. Re:Content moving to apps more of an impediment by rjforster · · Score: 4, Interesting

    I know someone who pays for the channel that shows Game Of Thrones but still downloads it so that he gets to watch the show without adverts.

  18. Re:impediments to access? by Xest · · Score: 5, Interesting

    Rubbish. If the movie industries continue to not provide access because of no-DRM then they'll continue to suffer piracy and have physical media and cinema as their only distribution methods instead. Even the music industry eventually figure this out - that DRM was doing more harm than good.

    We don't need DRM, we don't want DRM and if we avoid it and they refuse to publish their content then so be it, someone else will gladly come and take their place because there are many other film studios across the globe other than Hollywood that will gladly rake in $10million instead of the $0million Hollywood opts for because it decided not to publish at all unless it could have $100million.

    DRM is about pushing the rental model and preventing ownership of things you've bought. If I pay for a film I want to be able to keep it and watch it when and where I want, not when and where the music industry says I can.

    You're a fool for playing into their trap and pretending there is any kind of validity to their arguments. There's still no firm evidence that piracy even hurts them so to suggest it's a pragmatic necessity is utterly stupid.

  19. Re:Finally ... by Anonymous Coward · · Score: 5, Insightful

    It's a nice symbolic gesture, but symbolic is all it is. The major studios will never allow streaming services live Netflix to stream their content without DRM, so whether it's built into HTML5 or not, DRM *will* be added. They'll just do it with a 3rd party app. It's either that or kiss any mainstream content goodbye.

    It was a nice symbolic guesture of Amazon to offer DRM free MP3s, but the RIAA and Apple will never allow their content to be available DRM free and Amazon will have nothing to sell... oh wait.

    I see a lot of cowards in this thread and it surprises me. Do the smart thing and say, "No". Which entertainment group recently suggested they should be able to remotely disable your machine for suspected piracy. I forget... had something to do with media... movies maybe...

    But you know, let's give them a standard "plugin" interface. Instead of "bloated Flash" I hope you all enjoy the 50 separate implementations of DRM you get, with variable stability and attack vectors.

  20. Re:Content moving to apps more of an impediment by serviscope_minor · · Score: 5, Insightful

    Well that's the really stupid thing. The studios are not only competing with free, they're competing with vastly better as well.

    Compare what I could do if I used the pirate bay:

    * Download a file to watch later
    * Not worry about my crap DSL connection (I live in London, not out in the sticks) causing stuttering, drop outs, etc.
    * Be able to watch it in my living room which has wi-fi blocking walls, preventing the possibility of streaming.
    * Be able to watch it on my big external screen (the laptop came with a VGA adapter, and nothing for the micro HDMI port) so I use analog.
    * Be able to use my favourite media player that has a user interface that I like.
    * Be able to transcode it and stick it on a USB stick, and then play it on my in-law's set top box which seems to be able to play such things. Actually many TVs can now play things directly from USB sticks. This is not a rare feature.
    * Be able to watch it on my phone.
    * Download using a nice client which allows me to be able to set priorities for downloads etc so that the earlier shows download first, and seems to be able to reliably saturate my connection.

    And if I paid for it, then I could do:
    * None of the above.

    The thing is that the current options for paying are essentially worse in just about every measurable way than pirating. It's not just the cost. Actually, I'd happily pay £2 per week to watch an episode of series I follow, but I'd never spend £50 on the 25 episode DVD set. And I'd love to pay and just get a nice AVI or MKV or MP4 (really, do impossible proportioned women really want to date my testicles?) which I can save to my hard disk and then view at my leisure.

    --
    SJW n. One who posts facts.
  21. Re:impediments to access? by Nemyst · · Score: 4, Insightful

    Wait, because you trust the DRM module designers and developers to do just that? This is the kind of industry that thought it just fine to install a rootkit to stop you from illegally playing music CDs. You're trading a single module, Flash, for potentially many modules from different companies, all of which will be even sloppier than Flash (which is quite a feat, but one I'm sure the media cartels will manage).

  22. Re:impediments to access? by bzipitidoo · · Score: 5, Insightful

    What's wrong with you people? How many times do you have to lose your entire music, e-book, or game collection, have your systems root kitted, and even be accused of piracy and shaken down, before you'll refuse to ever knowingly consent to this invasive DRM again? DRM has no value whatsoever. No, there aren't any good uses for DRM. The few examples of "good DRM" I've heard are not DRM, they're just straight encryption, cryptographically secure authentication, digital signing, and the like. DRM is a bad idea that, like some damned zombie, keeps on coming back for another sequel. DRM is an offense to our rights and freedoms, a denial of reality, and an unnatural and harmful restriction upon society. It's mental indoctrination and slavery. That so many people are half convinced that maybe DRM isn't so bad, or though evil is a necessary evil, is disturbing, as it should also be seen for the insult to our intelligence that it is. DRM will never be a complete success unless they can install devices in our very brains to force us to forget that movie we saw last month or that song we heard last year. Should we also standardize a protocol for a DRM/human brain interface while we're thinking about letting it into HTML5?

    Trusted Computing will never arrive as long as these special interests keep trying to twist it against us, make it into Treacherous Computing. They're still trying to give us bull about how it's actually for us because it's for our own good and the good of society, hoping we're stupid enough to accept this bad logic.

    --
    Intellectual Property is a monopolistic, selfish, and defective concept. It is "tyranny over the mind of man"
  23. What about the next industry? by macbeth66 · · Score: 4, Interesting

    This is being done at the behest of the Entertainment Industry. What happens with the next industry that wants something added to a standard? Where does it end? I have no problem with Netflix, or some other entity, saying that "if you want to use our fee-based service you must use this." But I don't want these add-ons polluting a standard. This is what we have plug-ins for. If you don't like the plug-in, don't use it and don't bitch about not getting a fee-based service.