Slashdot Mirror


Netflix Ditches Silverlight With HTML5 Support In IE11

An anonymous reader writes "Netflix today announced that it has finally taken the first step towards ditching Silverlight for HTML5, largely thanks to Microsoft, no less. The company has been working closely with the Internet Explorer team to implement its proposed 'Premium Video Extensions' in IE11 on Windows 8.1, meaning if you install the operating system preview released today, you can watch Netflix content using HTML5 right now. Back in April, Netflix revealed its plans to use HTML5 video in any browser that implements its proposed 'Premium Video Extensions.' These extensions allow playback of premium video (read: with DRM protection) directly in the browser without the need to install plugins such as Silverlight or Flash."

11 of 337 comments (clear)

  1. Re:Not really HTML5 by Microlith · · Score: 5, Informative

    Actually that would still be HTML5. That's why adding ECE to HTML5 is stupid: it solves none of the problems of Flash plugins while opening the door for a multitude of similar DRM plugins, each with its own, unique attack surface.

  2. HTML5 is now officially been Embraced and Extended by apcullen · · Score: 5, Informative
    FTFA:

    According to Netflix, Microsoft made this possible by implementing three features in its still-unfinished IE11:

    The Media Source Extensions (MSE), using the Media Foundation APIs within Windows. Since Media Foundation supports hardware acceleration using the GPU, Netflix can achieve high quality 1080p video playback with minimal CPU and battery utilization.
    The Encrypted Media Extensions (EME) using Microsoft PlayReady DRM. This provides the content protection needed for media services like Netflix.
    The Web Cryptography API (WebCrypto), which allows Netflix to encrypt and decrypt communication between its JavaScript application and its servers.

    Sounds like this is locked into windows via the Media Foundation APIs

  3. Re:If it's still MS only, who gives a shit? by Anonymous Coward · · Score: 2, Informative

    The 90% of desktop users that use Windows?

    The PS3 is the most used Netflix client.

  4. Re:If it's still MS only, who gives a shit? by sangreal66 · · Score: 4, Informative

    No, PS3 is the most used "TV-connected" Netflix client.

  5. Re:Not really HTML5 by Sparticus789 · · Score: 3, Informative

    Sounds like a problem with your internet connection and not a problem with Netflix. I stream in 720i regularly without any problems.

    --
    sudo make me a sandwich
  6. Re:HTML5 is now officially been Embraced and Exten by TopSpin · · Score: 4, Informative

    Sounds like this is locked into windows via the Media Foundation APIs

    There may be lock in, but it's not exclusive to Microsoft:

    Media Source Extensions (MSE) This specification extends HTMLMediaElement to allow JavaScript to generate media streams for playback. Allowing JavaScript to generate streams facilitates a variety of use cases like adaptive streaming and time shifting live streams.

    Encrypted Media Extensions (EME) This proposal extends HTMLMediaElement providing APIs to control playback of protected content.

    Web Cryptography API (WebCrypto) This specification describes a JavaScript API for performing basic cryptographic operations in web applications, such as hashing, signature generation and verification, and encryption and decryption.

    They're all W3C standards track specifications. The first two have editors from the same three corporations; Google, Microsoft and Netflix. Google, in particular, can't tolerate not being capable of playing Netflix (10% of the population of the US subscribes to this) on its platforms (Android and Chrome OS.) It already works on both and you can take it for granted that Google expects to achieve parity with these specifications.

    The last specification is not specific to streaming; it's a general purpose Javascript API to perform common cryptographic operations.

    --
    Lurking at the bottom of the gravity well, getting old
  7. Re:Don't see how that's better. by wagnerrp · · Score: 4, Informative

    If so, what is stopping other people (e.g. some Firefox extension developers) to build the exact same thing, allowing Netflix videos to play in other browsers?

    Nothing prevents Firefox from implementing HTML5 ECE, but then nothing is requiring Netflix to support Firefox as an approved browser for their ECE module. Of course, trying to re-implement the ECE module itself to independently support Netflix is a federal crime under the DMCA.

  8. Re:Still need to install something by denis-The-menace · · Score: 3, Informative

    HELL NO!

    Protecting content is job #1

    you enjoying the is job #2

    --
    Obama's legacy: (N)othing (S)ecure (A)nywhere and (T)error (S)imulation (A)dministration
  9. Re:Still need to install something by prelelat · · Score: 4, Informative

    They won't they will require you to download it just like most other plugins you get for FF. That's how it should be at least. I'm not sure what chrome will do. I would hope they would have it as a download, while I would probably install it at home I wouldn't want extra stuff shoved in from a fresh install.

  10. Re:HTML5 is now officially been Embraced and Exten by tepples · · Score: 3, Informative

    Even if HTML5 EME isn't "locked into Windows", Netflix appears to have chosen a Content Decryption Module that is.

  11. Re:Still need to install something by makomk · · Score: 3, Informative

    No, it couldn't become standard. You know why? Because the entire point of this is to allow access to proprietary, vendor-specific DRM modules, and those DRM modules are intentionally not compatible with each other. (In fact they pretty much have to be in order to be effective as DRM.) As of this announcement, Netflix supports two mutually incompatible, single-platform DRM stacks for HTML5: Microsoft's PlayReady on IE11 and Windows 8.1, and Google's Widevine on non-rooted Chromebooks manufactured by Google partners. If you're not using one of those two stacks, it's both illegal and impossible to use the HTML5 version of Netflix. Firefox user? Forget it. Chrome user on the desktop? No way!

    Suppose for instance that Apple decided to support this part of HTML5. You still wouldn't be able to watch Netflix on Apple platforms, even though they supported HTML5 EME, because they have their own DRM scheme which Netflix and Apple would have to negotiate a license for.