Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
DRM Google Microsoft The Internet

Corporations Just Quietly Changed How the Web Works (theoutline.com) 248

Adrianne Jeffries, a reporter at The Outline, writes on W3C's announcement from earlier this week: The trouble with DRM is that it's sort of ineffective. It tends to make things inconvenient for people who legitimately bought a song or movie while failing to stop piracy. Some rights holders, like Ubisoft, have come around to the idea that DRM is counterproductive. Steve Jobs famously wrote about the inanity of DRM in 2007. But other rights holders, like Netflix, are doubling down. The prevailing winds at the consortium concluded that DRM is now a fact of life, and so it would be be better to at least make the experience a bit smoother for users. If the consortium didn't work with companies like Netflix, Berners-Lee wrote in a blog post, those companies would just stop delivering video over the web and force people into their own proprietary apps. The idea that the best stuff on the internet will be hidden behind walls in apps rather than accessible through any browser is the mortal fear for open web lovers; it's like replacing one library with many stores that each only carry books for one publisher. "It is important to support EME as providing a relatively safe online environment in which to watch a movie, as well as the most convenient," Berners-Lee wrote, "and one which makes it a part of the interconnected discourse of humanity." Mozilla, the nonprofit that makes the browser Firefox, similarly held its nose and cooperated on the EME standard. "It doesn't strike the correct balance between protecting individual people and protecting digital content," it said in a blog post. "The content providers require that a key part of the system be closed source, something that goes against Mozilla's fundamental approach. We very much want to see a different system. Unfortunately, Mozilla alone cannot change the industry on DRM at this point."
This discussion has been archived. No new comments can be posted.

Corporations Just Quietly Changed How the Web Works

Comments Filter:
  • rot in hell TBL (Score:2, Insightful)

    by Anonymous Coward

    Basically, unless you are writing a browser with decent marketshare, you defacto have no voice in making the standards. Basically, the only voices that matter are Mozilla (Firefox), Apple (Safari), Google(Chrome), and Microsoft (Edge/Explorer). Despite what any standard says, web developers are going to go by the behavior of the browsers do. The only company on the list of browser makers that really has any desire to try to exclude DRM is Mozilla, and unfortunately, if they do that, the users will switch to

  • DRM is not open (Score:5, Insightful)

    by phantomfive ( 622387 ) on Thursday September 21, 2017 @02:53PM (#55239921) Journal
    DRM is not open. You can't have an 'interoperable' DRM standard, because its entire purpose is to stop things from being interoperable.

    It's better to force companies to make their own sub-par player (with all the bugs and security flaws that come with it) rather than trying to give them first class status in the browser.

    "Did you exchange
    a walk on part in the war
    for a leading role in a cage?"
    • by Kjella ( 173770 )

      DRM is not open. You can't have an 'interoperable' DRM standard, because its entire purpose is to stop things from being interoperable.

      Those things aren't mutually exclusive like applications can be both proprietary and cross-platform, it's a standard way to ask browsers for the non-standard DRM modules the platform offers and how to pass data to them. So for example on Windows 10 you have PlayReady 3.0 which is Microsoft's latest DRM. With EME you'll talk to it the same way using Edge, Chrome, Firefox or any other browser that talks EME. Just like you can talk proprietary protocols over standard TCP/IP or SSL. But if your platform like Li

      • it's a standard way to ask browsers for the non-standard DRM modules the platform offers and how to pass data to them.

        Calling that open is bullshit.

        the browser is also trying to stay relevant in an app world.

        The browser is trying to take over the app world. It doesn't need to be an app VM.

        • Re:DRM is not open (Score:5, Insightful)

          by arth1 ( 260657 ) on Thursday September 21, 2017 @05:15PM (#55240829) Homepage Journal

          The browser is trying to take over the app world. It doesn't need to be an app VM.

          What browsers were designed for and used to excel at is information sharing. The more, the better. Filling people's brains.
          Apps, on the other hand are not about sharing information, but condensing it and turning it into entertainment. Filling people's time.
          Two very different goals.

        • Calling that open is bullshit.

          Open only means documented (conforming to standards) and interoperable (not so legally encumbered that you can't actually use it.) It doesn't mean free or Free. That's why we have the distinct concept of Free Software (et al) as opposed to Open Standards, or Open Source. In that sense, the DRM plugin mechanism is open. However, its intent is poisonous, because the goal is to permit closed binary blobs whose goal is to restrict user freedom. On the gripping hand, the alternative is to not be able to consume

          • You do have a point, but in this context, "an open method to pass non-open DRM modules" is basically not open or free.
      • It sounds great to me. I won't use DRM'd content, but so what? If I did use it, surely I would want standardized browser delivery?

        Also, it makes it easier for my browser to detect what the problem is, and give me a useful error message, instead of just what happens now and I just have a broken video player and I have to guess why.

    • It's better to force companies to make their own sub-par player

      Technical standards are not an appropriate channel for pushing political objectives.

      • If the W3C had not been political, and instead had followed its own procedures, then this standard never would have passed.
    • by Miamicanes ( 730264 ) on Thursday September 21, 2017 @05:13PM (#55240819)

      Properly-implemented DRM can have totally open control & ui software... it's just that historically, control-freak content owners and their enablers aren't content to merely prevent you from copying and redistributing their precious content, they ALSO want total control over the way you *consume* it & your viewing experience.

      Copy PREVENTION is child's play. Any video subsystem created after Vista & Protected Video Path can prevent copying, because everything from key exchange to hdmi output is done in hardware. Every SoC used by Android & iOS has the same capability.

      So, why does Google & Apple still fuck with your ability to watch videos on a rooted/jailbroken device? Because they don't JUST want to prevent you from copying the video, they also want to make sure you can't fast-forward over commercials (or play commercials in a subwindow while you do something else). If they could get away with forced-engagement ads (tracking eye movement & pausing the commercial if you weren't paying enough attention to it), they'd do it in an instant.

      • Literally not possible. You can't give a party access to content while simultaneously preventing them from having access to it. Somewhere between the encrypted stream coming in and the glowing lights on the screen, the content is in the clear and available to be copied.
        • Sure it is. With h.264 and AES implemented in silicon and the keys known only to the video chip, it's fairly straightforward for the chip to decompress a h.264 video stream, encrypt it with AES, and write it to the frame buffer... then at output time, read it back from ram, decrypt it, re-encrypt it with HDCP, and output it to the display. The CPU itself never has direct access to unencrypted video frames.

          Yes, HDCP's master key has been compromised, but decrypting HDCP on the fly still requires dedicated ha

          • Sure it is. With h.264 and AES implemented in silicon and the keys known only to the video chip, it's fairly straightforward for the chip to decompress a h.264 video stream, encrypt it with AES, and write it to the frame buffer... then at output time, read it back from ram, decrypt it, re-encrypt it with HDCP, and output it to the display.

            Well, there goes my battery life on my mobile device.

            Seriously, someone should reframe DRM as a climate change issue.

    • by murdocj ( 543661 )

      How on earth did this get rated "Insightful" on a supposedly tech-savvy forum?

  • by H3lldr0p ( 40304 ) on Thursday September 21, 2017 @02:58PM (#55239965) Homepage

    Not everything needs to be accessed through a web browser. Seriously. I have trouble imagining why that was the solution in the first place. Let them make their own apps and when they fail to move eyeballs away from the web, let them come back and play nicely with the rest of us.

    And if these apps don't fail and provide unique, worthwhile experiences that people are willing to pay for DRM or whatever scheme included, then that's the way it will be. We computer people are the minority here. Just because it may ruffle a few ideological and dogmatic feathers doesn't make the situation any worse than it already is.

    • by sinij ( 911942 ) on Thursday September 21, 2017 @03:18PM (#55240093)
      Exactly! Instead, they opened up WWW to all kinds of abuses by DRM.

      I think it is time to move on from W3 as it became damage.
    • What if they made an app, but it was also compatible with the web? Sort of like a web browser with an address bar and other stuff, but in addition to the functionality offered by traditional HTML/JS it also supported a handful of other protocols.

      And then, a few of them could get together into some kind of forum and standardize a bit so that those other protocols could be shared. And then maybe they realize that they could also share the application too (since anyway the protocol is standardized) and ship it

      • by crtreece ( 59298 ) on Thursday September 21, 2017 @03:58PM (#55240345) Homepage

        The web hasn't changed here, your non-EME-compatible browser can still access stuff.

        I was all set to do some moderation in this thread until I saw this. I don't think you are looking at the bigger picture. This isn't just about streaming netflix and hulu in a web browser. Pretty soon every website is going to have a DRM component to "protect their IP". That means ad-blockers, noscript, flashblock, firebug, and any other plugin that is used to modify the functionality, or display of a website, or controlling the loading of content from third parties is going to be worthless. You want to watch Netflix? You need our DRM, which excludes all that other stuff. Want to read your favorite news, tech, sports, entertainment, clickbait, or any other website? Same thing. The DRM plugin will force the full volume flash ads, malware-laden click-the-monkey crap served up by an ad network, and anything else the site wants down your throat.

        This is going to turn the internet into cable TV. 47 gazillion channels, and it's all commercial filled crap.

        • This isn't just about streaming netflix and hulu in a web browser.

          Or, from my point of view, this isn't about streaming Netflix or the like at all. I couldn't care less about whether a browser can do that. I care about the precedent being set in the standard, and what this rather severe shift in the priorities of the W3C means for the future.

        • by DogDude ( 805747 )
          This is going to turn the internet into cable TV. 47 gazillion channels, and it's all commercial filled crap.

          It already is. Ignore the crap. There's plenty of open web left, and there probably always will be.
        • by drinkypoo ( 153816 ) <drink@hyperlogos.org> on Thursday September 21, 2017 @07:04PM (#55241329) Homepage Journal

          You want to watch Netflix? You need our DRM, which excludes all that other stuff. Want to read your favorite news, tech, sports, entertainment, clickbait, or any other website? Same thing. The DRM plugin will force the full volume flash ads, malware-laden click-the-monkey crap served up by an ad network, and anything else the site wants down your throat.

          There are already two WWWs, as far as I'm concerned. One is the one I can browse using Palemoon with noscript and ublock, and permitting only the things that the site actually needs to function (not including things which are there only to advertise to me and/or spy on me.) The other is the one that I have to dip into when I want to use some site that doesn't fit that description, where I just go ahead and use Chrome. Oddly, my bank is in the first (real) one. But so are all the sites I actually care about, like google and ebay and amazon and even netflix. They already have the option to not be part of that web, but they choose to stay on the side that doesn't alienate people like me who will just consume some other media. What makes you think that having another way to piss people off means they're all going to use it? I already don't give two shits about forbes or business insider.

        • Your concept of "every website" is weak and pathetic.

          Know that there is also quality data out there.

    • Not everything needs to be accessed through a web browser...Let them make their own apps and when they fail to move eyeballs away from the web, let them come back and play nicely with the rest of us.

      Home PC sales ---if not in free fall --- can't be described as particularly healthy. While the Netflix app is installed on a gazillion cell phones, smart TVs, video game consoles, 4K Blu-Ray players, Roku set top boxes and god alone knows how many other toys and gadgets. Netflix has all the eyeballs anyone could ask for. The same is true for all the giants in media and marketing.

      The big boys don't have play nice with the geek anymore.

    • by tepples ( 727027 )

      Let them make their own apps

      Making your own native application limits you to what Google, Apple, and Microsoft are willing to allow on their platforms. It also limits your potential user base to the users of one operating system unless you're willing to pay your developers five times as much to make the same thing for Windows, macOS, GNU/Linux, Android, and iOS.

  • The internet was made with open sharing in mind. Corporations don't want to participate in sharing, ergo we get crap. Personally I think we have to many little apps on phones as it is, now we will have the too many little apps problem on PCs as well.
  • by Cajun Hell ( 725246 ) on Thursday September 21, 2017 @03:00PM (#55239975) Homepage Journal

    If the consortium didn't work with companies like Netflix, Berners-Lee wrote in a blog post, those companies would just stop delivering video over the web and force people into their own proprietary apps.

    But that's happening anyway. It's just that the "proprietary apps" are called EME modules or drivers or whatever.

    They're also going to be awesome for spreading malware. Instead of "install this CODEC to watch this porn" it's "install this EME module to watch this porn" and it'll be a normal and "legit" thing for the user to do, 90% of the time. (Because every service needs its own.)

    That other 10% is going to keep us all working full time. Job security for anyone who makes money on when users lose. We'll be like construction contractors in a full-year hurricane season. The more broken windows, the better.

    Fuckwits. We all need to be running browsers such that everyone can see user agent strings where they know this DRM fiasco isn't implemented. The server logs themselves need to say "you're going to lose money on this customer if you require EME, because they're just going to switch to pirating in order to be able to view the content."

    • They're also going to be awesome for spreading malware. Instead of "install this CODEC to watch this porn" it's "install this EME module to watch this porn" and it'll be a normal and "legit" thing for the user to do, 90% of the time.

      I'm not particularly happy about the EME spec begin adopted. I really hate DRM for a wide variety of reasons. However, I don't think the scenario you paint is going to happen. Web browsers today are intensely focused on protecting users from malware, and if EME modules start to become used as malware vehicles, you'll very, very quickly see browsers implementing EME module whitelists and similar countermeasures.

      No, the real problem is that all of the content on the web will begin using DRM, with one of the

    • by tepples ( 727027 )

      They're also going to be awesome for spreading malware. Instead of "install this CODEC to watch this porn" it's "install this EME module to watch this porn"

      Firefox puts CDMs in a fairly strict sandbox, and most sites will end up using Google Widevine anyway.

  • I wish more people would pay attention to what a serious issue this is. Average people just don't get it. They would be just as happy with the old, proprietary AOL client if it gave them access to all the same content they currently consume. They neither know nor care that it is open. It's a dark age indeed.

  • The pirates will have the browser on their desktop, the closed source portions will be cracked before you can say boo.

    The hackers get a mildly amusing challenge. The corps get nothing because they were too stupid to know what they should want, and everybody else has a screwed up browser.

    Yay.

    • It doesn't matter, the primary issue the corporations are concerned with isn't piracy, it's control of the distribution channel.

  • Life isn’t perfect (Score:4, Interesting)

    by jellomizer ( 103300 ) on Thursday September 21, 2017 @03:12PM (#55240045)

    I am sorry that the W3C had to approve DRM. However most of the arguments against it are rather lame. Most people just want to watch their movie. They don’t want to copy it or use it unfairly. But the thing with digital media is if it is too easy to copy and share. That is what will happen. Old anolgies with VCR do not apply because that is an Analog copy so every copy is degraded. While every copy of digital data is the same. And now with high speed networking it is rather efficient to share previously too much info. Even weak DRM is enough to stop most people and going to court it is easy to prove malicious intent.
    Does it goes against Open Source Standards? Yes it does. However the world doesn’t rotate around open source standards.
    If you want to get rid of it you will need to blacklist all the sites that use it. And properly boycott the DRM material. This doesn’t mean pirating the content. But going without it in terms of protest. Pirating the content will only show there is a demand for their product and double down on the DRM to fight piracy more.

    • Re: (Score:2, Interesting)

      by Anonymous Coward

      the world doesn’t rotate around open source standards

      It kind of does actually. Are you aware just how much open source software is running everything in the world right now? Most of the web and backend Internet services have tons of open source dependencies that the end user is unaware of, but they're there, happily chugging along moving all the world's data.

    • by JohnFen ( 1641097 ) on Thursday September 21, 2017 @03:30PM (#55240171)

      I am sorry that the W3C had to approve DRM.

      I think your premise is wrong here -- they didn't have to approve the EME. They wanted to.

    • by Billly Gates ( 198444 ) on Thursday September 21, 2017 @03:45PM (#55240283) Journal

      The problem is not watching the movie. Yes, DRM is here to stay regardless as Hollywood won't release media without it and that is not negotiable.

      What bothers me is people changing standards at a whim to enrich corporations without the consequences. Another poster for example mentioned malware. THIS IS AWESOME FOR RANSOMWARE. No Anti virus product in the world can scan for it as the DRM protects it's contents from being viewed or scanned.

      You just go to pornhub.com or xhamster and an infected h.264 codec with executable code embedded in runs on unchecked as your systems security is prevented from stopping it by DRM.

      New Malware can use HTML 5 with EME embedded in for the payload and won't be able to be stopped or scanned or researched either. A nightmare is an understatement. What's next? Facebook might use EME version 2 which bans 'view page source' to protect it's intellectual copyright. Javascript will be undebugable next. More malware can come in as a result and people will not know how the web works anymore as you can't debug or view javascript or HTML 5 anymore.

      Any corporation can come in and buy it's seat and voting right to protect it's self interests of more profit without consideration from anyone else.

      • You forgot to add that non-porn sites (yes they exist on the net too I think) will use them to further erode the rights of individuals and spy on them as well. The line between corporate invasion of your personal data and outright malware is often quite blurry or nonexistent.
      • Malware already protects itself from being scanned or viewed, as much as it can. This isn't anything new. Some variants are even using containers and hypervisors to conceal the core operations within obfuscated blobs. Of course, those get downloaded by the browser on the fly. On the other hand, browser implementations have every chance to limit the scope of operations the EME blob can perform. But it's still more attack surface and I don't doubt they will find ways to use the legitimate functions in ways I
        • Just imagine going to slashdot a year from now and you will see ear deafening ads that ublock can't undo thanks to EME DRM videos covering half the comment section. Boy I can't wait even even if there is no malware problem.

          Part of me now thinks advertisers did this to avoid being blocked under the secret guise of DRM EME

          • Ad blockers will just add EME blocking, if they haven't already. It's still just an HTTP request so they might already be blocking it.
    • However the world doesn’t rotate around open source standards.

      The world would be a better place if it did.
      And there are those of us who want the world to be a better place.

    • by crtreece ( 59298 ) on Thursday September 21, 2017 @04:36PM (#55240565) Homepage
      Think about how this is going to apply to the general web, not just streaming netflix and hulu in a web browser. Pretty soon every website is going to have a DRM component to "protect their IP". That means ad-blockers, noscript, flashblock, firebug, and any other plugin that is used to modify the functionality, display, or control the loading of content from third parties is going to be worthless.

      The DRM plugin will force the full volume flash ads, and malware-laden click-the-monkey crap served up by an ad network. Sites will become channels, with their DRM required to view the content; ads, videos, and all. You're non-EME browser will simply display a message that it's not compatible with the site.

      • Think about how this is going to apply to the general web, not just streaming netflix and hulu in a web browser.

        It...doesn't? EME is only for streaming media. The "M" is for "media".

        That means ad-blockers, noscript, flashblock, firebug, and any other plugin that is used to modify the functionality, display, or control the loading of content from third parties is going to be worthless.

        Unless an adblocker developer somehow figured out a way to not load content inside an <audio> or <video> tag

        • Think about how this is going to apply to the general web, not just streaming netflix and hulu in a web browser.

          It...doesn't? EME is only for streaming media. The "M" is for "media".

          That means ad-blockers, noscript, flashblock, firebug, and any other plugin that is used to modify the functionality, display, or control the loading of content from third parties is going to be worthless.

          Unless an adblocker developer somehow figured out a way to not load content inside an <audio> or <video> tag until the user clicked on it. But such a thing would, obviously, be witchcraft.

          You think EME version 2.0 won't be able to encrypt source code next?

          Also advertisers already use h.264 and flash so EME will make flashblock and adblock plus worthless with full blown ads in ear deafening audio to be the norm once again with no way to turn this off.

          • You think EME version 2.0 won't be able to encrypt source code next?

            This guy gets it. Entire sites will be considered copyrighted media. Don't load the plugin? All you get is "Sorry, your browser is not compatible with this site." with some links to download Firefox, Chrome, and IE.

    • I am sorry that the W3C had to approve DRM. However most of the arguments against it are rather lame. Most people just want to watch their movie. They donâ(TM)t want to copy it or use it unfairly.

      But the thing with digital media is if it is too easy to copy and share. That is what will happen.

      The problem seems to me to be obvious. It's simply a reflection of lack of legitimacy in state's laws governing use of IP. Corporations over many decades have used their leverage to enact and maintain laws a sufficient number of people have no problem willingly disregarding with impunity.

      Technological solutions to political problems especially one involving pointless measures easily circumvented have a proven track record of failure.

      That is what will happen. Old anolgies with VCR do not apply because that is an Analog copy so every copy is degraded. While every copy of digital data is the same.

      Nobody doing the copying or watching of VHS tapes cared. The concept of

    • I am sorry that the W3C had to approve DRM. However most of the arguments against it are rather lame. Most people just want to watch their movie. They don’t want to copy it or use it unfairly. But the thing with digital media is if it is too easy to copy and share. That is what will happen. Old anolgies with VCR do not apply because that is an Analog copy so every copy is degraded. While every copy of digital data is the same. And now with high speed networking it is rather efficient to share previous

      • Re: (Score:3, Insightful)

        And you You seem to be operating under the presumption that EME (and all DRM) is designed to stop piracy. It isn't.

        Read Ian Hickson (author of html5 spec) on this:

        https://plus.google.com/+IanHi... [google.com]

        "The purpose of DRM is not to prevent copyright violations.
        The purpose of DRM is to give content providers leverage against creators of playback devices."

        He makes a compelling point.

    • If you want to get rid of it you will need to blacklist all the sites that use it. And properly boycott the DRM material. This doesnâ(TM)t mean pirating the content. But going without it in terms of protest. Pirating the content will only show there is a demand for their product and double down on the DRM to fight piracy more.

      Corporations only respond when you hit them in the wallet. They don't have balls, or morals, only bank accounts. If you don't pay for the media, they're not counting it as a sale. And here in the real world of things which are actually happening, corporations are trying to find ways to reach users who commonly violate copyright and get a piece of those potential sales. If you just don't consume the media at all, the only message you send is that you don't matter — there's nothing they can do to get yo

  • Why are these companies obsessed with DRM in browser? I can still do an video and audio capture on my screen as I please, re-encode, and record.
    This does not help anything.

    • Because Hollywood actually think it will end all piracy tomorrow. Bahaha

    • Because they are closing that hole with Windows PlayReady. Now the OS explicitly controls what content can and cannot be recorded.
      • Re:I don't get it (Score:4, Insightful)

        by arth1 ( 260657 ) on Thursday September 21, 2017 @05:29PM (#55240909) Homepage Journal

        Because they are closing that hole with Windows PlayReady. Now the OS explicitly controls what content can and cannot be recorded.

        Until Windows PlayReady can interface directly with the brain, bypassing a screen and speakers, the content can still be copied.
        How good quality depends on the equipment used. By capturing a 1080p display with a 2160p camera and condensing it back to 1080, the quallity is indistinguishable from the real thing. Similar for sound - de-amping a speaker signal and feeding it to a mixer, you get a copy that you can't tell the original from a first-generation copy.

        In other words, it stops the average home user, but does nothing to stop the real pirates.

        • After i posted, i started thinking about how i would go about doing that with my Sony a6000 camera (6k x 4k) and 4k screen. IN the past i would have called it a hacky work-around, but now i think you are right.
  • by DogDude ( 805747 ) on Thursday September 21, 2017 @03:21PM (#55240113)
    The idea that the best stuff on the internet will be hidden behind walls in apps rather than accessible through any browser is the mortal fear for open web lovers; it's like replacing one library with many stores that each only carry books for one publisher.

    The "best stuff on the Internet" isn't movies and TV. Those can be gotten lots of different ways, or can be left, altogether. It's just stupid corporate entertainment crap, by and large.

    The "best stuff on the Internet" in my opinion, is still there, and isn't going to be effected in any way by DRM.
  • Makes no sense (Score:5, Insightful)

    by JohnFen ( 1641097 ) on Thursday September 21, 2017 @03:23PM (#55240123)

    From TFS:

    The idea that the best stuff on the internet will be hidden behind walls in apps rather than accessible through any browser is the mortal fear for open web lovers

    This argument makes no sense. Essentially, the argument is that it's better to have the best stuff on the internet hidden behind walls in the browser rather than hidden behind walls in apps.

    Either way, it's hidden behind walls -- so from my point of view, it's a distinction without a difference.

    But I will confess, I don't think this idea that the browser should be a one-stop portal to everything on the internet is a good one. I think that it pretty much guarantees that the utility of the various services is reduced.

    I think email and file servers are a good example of what I mean.

  • What can be viewed or listened to can be re-recorded and freed of DRM. DRM is just a massive inconvenience to legit users, but nothing that'll stop me and all the other freeloaders.

  • by PineHall ( 206441 ) on Thursday September 21, 2017 @04:20PM (#55240469)
    HTML already has the object tag [w3schools.com], which allows one to put any binary proprietary code one wants to use into a web page. So as I understand it all this EME tag does is standardize what was already available for DRM.. I don't like it but they already had the power with the object tag.
    • They already had the power in a number of different ways. That fact is one of the arguments against the EME: the only real effect the EME has is to bless the idea of DRM.

  • The only things I watch (a very small number of TV series) are not available were I live anyways, just horrible dubbed versions later. So I download them, which is legally tolerated here. For the rest: You DRM, I do not watch. That is far worse for you than for me. Make me a decent legal offer and you _will_ get my money. Decent includes that I can store this locally in as many copies as I want, can play it on Linux and the quality of sound and image is good. Do not make that offer and I will certainly not

  • The trouble with DRM is that it's sort of ineffective. It tends to make things inconvenient for people who legitimately bought a song or movie while failing to stop piracy.

    Glad someone is learning, finally.

    Yet,

    The content providers require that a key part of the system be closed source,

    You still want to go down this road? Knowing all too well, it's not going to work. It's not going to stop piracy. It's going to irritate legitimate customers. And the Open Source community will not touch proprietary stuff.

    Must this insanity continue? It's all wrapped into one post! They know it's stupid and ineffective, but they're going ahead with it anyway? I'd rather they all just make their own stupid proprietary apps and die in a corner. Stop infecting the

  • The DMCA regulation like most only is "national" laws.
    Google, Microsoft, Apple, and so on operate in many countries where such regulation is invalid.

    Sure, they cannot have US researchers or other researchers who live in countries where DMCA matter do reverse engineering, but what if they hire a group of researchers in lets say Germany or India? They can continue business as usual, or am I wrong?

    Or how does this regulation impact people in countries not covered by DMCA?

    • It depends. In many nations, it doesn't affect things at all. In many, it does (a nation may not have a DMCA-type law itself, but may be obligated by treaty to help the US enforce the DMCA).

      Your point is a great one, though. People seem to have forgotten one of that primary effects of the old US law that classified strong encryption as munitions for export purposes: the US was not where most serious crypto research took place, and fell behind in the crypto race.

  • I give it two months following the first widespread implementations before an open source library accurately duplicates the mandatory closed-source portion. Maybe three if they did an especially good job on the algorithm.
  • go back to Flash (Score:3, Interesting)

    by izzo nizzo ( 731042 ) on Thursday September 21, 2017 @06:19PM (#55241163) Homepage Journal
    I read Tim's blog post to try to open my mind to this. It said "people want to comment on Netflix". I'm a bit tired of the idea that we need to reshape the web to help Netflix. But in the comments there was a gem: if the vendors want this functionality, all they have to do is go back to Flash!

    I was never a fan of Flash and I'm glad that HTML5 has taken its place. However, this suggestion does seem both appropriate and viable to me. If the vendors want this level of brokenness, they can work on Flash until it works. Technology that makes things break intentionally is not a useful part of a web standard. The only likely result is that people who have truly paid will still not get their content. Shocker. Use Shockwave Flash if you want to attempt to make a system like this.
    • They don't even need to go back to flash. They could do it entirely with Javascript. Heck, there have even been at least one implementation of a flash player itself in Javascript.

  • by Fringe ( 6096 ) on Thursday September 21, 2017 @07:33PM (#55241487)

    There's a lot wrong with the headline.
    The alternative to EME isn't no DRM; it's Adobe Flash. Which we've had, and suffered with, for a very long time. EME standardizes, so some degree, DRM so that we can dump Flash.
    Of the EME-producers, it's Apple that's the evil one... regardless of using Flash or using a non-Apple EME... such as Widevine in Chrome... you cannot detect HDCP; Apple does not document that and yet uses it in their Fairplay CDM. So neither Flash or Widevine in Chrome can enforce HDMI per the OPL, and yet the Safari Fairplay EME CDM can, meaning you need to go full Apple to see HD on an external monitor unless a toughened custom viewer is used.
    EME doesn't really freeze out other browsers either. Firefox has supported Widevine for years. Mostly what this does is allow us to dump the enormous vulnerability surface of Flash.
    But of course "evil corporations are corrupting the internet" does SOUND better than "EME helps you migrate from Flash."

  • Whenever we talk about open standards we get the argument about Free Speech vs Free Beer. When asked to defend our position, we talk about free speech but what we really mean is free beer. We want all our content to be free. Music, movies, news, etc. We want to get on the web and browse all day long with our Ad blockers enabled and see whatever we want without paying anything or letting the content owner make money from the advertisers. We want all our software to be free too. All those programmers can make
  • The fact that he's a knight means he was of service to the empire. And now he's being of service to another empire...What's happening here is that Berners-Lee and Jeff Jaffee have convinced themselves that by making this a standard, they will make the injustice of DRM smoother and less annoying in minor ways. And they've convinced themselves that that's the purpose of their lives...

    He should handle it by saying no. But he can't really. And the reason is he set up an organization which is controlled by the businesses that want to put in the most money... By structuring it so it's controlled by the businesses, they've structured it so it wouldn't defend us from those businesses.

    He is right, and TBL is an evil asshole destroying what he helped to create (he didn't create it alone like people like to say).

    "Richard Stallman" - Lunduke Hour - Apr 14, 2017 [youtube.com] the interview.

  • I mean what harm is there in removing it? It is not like, for instance, destroying a cities water supply. Do we really need it?

  • I will pay for content when I can access it without use of closed-source executables. So long as you want me to instantiate code I cannot audit, I won't be buying your content. Sorry.

One man's constant is another man's variable. -- A.J. Perlis

Working...