Earlier quoted context omitted.
What they mean is that the "Digital Restriction Management in HTML5" proposal is pushed by Google, Microsoft, and Netflix into the W3C spec. Apple has simply followed the proposal and implemented it as well. AFAIK Chrome, IE, Safari ship with it. Firefox will follow suite by adding a Restriction Module from Adobe (given Adobe's track record it will certainly be an amazingly fast, flexible, beautiful, efficient, and n…
"No DRM" was never an option. The option was between 1 DRM standard and 50 (so silverlight and widevine and....). The W3C made the most pragmatic choice, here. I think DRM is still crap, but one system is unambiguously better than >1.
Netflix on Linux with Chrome
21–30 of 61 posts
Re: Netflix on Linux with Chrome
#22If you use Ubuntu 14.04 (like me) you have to install a newer version of libnss3 (at least 3.16.2) and than it works. Runs smoother than pipelight + firefox at least for me.
Full instructions for reference. Run: wget http://us.archive.ubuntu.com/ubuntu/pool/main/n/nss/libnss3{_3.16.3-1ubuntu1_amd64,-1d_3.16.3-1ubuntu1_amd64,-nssdb_3.16.3-1ubuntu1_all}.deb sudo dpkg -i libnss3*.deb Create a new Tampermonkey script: // ==UserScript== // @name Netflix HTML5 for Linux // @namespace 0d0a3443-cc79-4f86-bf62-2dac581d2b3a // @version 0.1 // @description Enables HTML5 video support for the Linux…
Re: Netflix on Linux with Chrome
#23i don't think the explanation as to why this works is correct. the poster says it's because Google and Microsoft "have been working closely with Netflix to get the needed DRM code required for HTML5 streaming", yet: 1. the user-agent switch involves adding a Safari identifier (rather than IE or a new Chrome one) 2. at WWDC 2014, Apple announced that it had been working closely with Netflix along those lines, and that…
That is the Chrome user agent. It mentions Safari and AppleWebkit for compatibility reasons but it's Chrome. Windows Chrome user-agent for reference: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/36.0.1985.125 Safari/537.36
Re: Netflix on Linux with Chrome
#24i don't think the explanation as to why this works is correct. the poster says it's because Google and Microsoft "have been working closely with Netflix to get the needed DRM code required for HTML5 streaming", yet: 1. the user-agent switch involves adding a Safari identifier (rather than IE or a new Chrome one) 2. at WWDC 2014, Apple announced that it had been working closely with Netflix along those lines, and that…
I thought the whole point of "HTML5 DRM" was to be backed by hardware DRM. So are they giving up on that idea for Linux? And if they are, maybe hardware DRM isn't necessary on other platforms either.
https://dvcs.w3.org/hg/html-media/raw-file/tip/encrypted-med...
Re: Netflix on Linux with Chrome
#25Re: Netflix on Linux with Chrome
#26Re: Netflix on Linux with Chrome
#27Earlier quoted context omitted.
"No DRM" was never an option. The option was between 1 DRM standard and 50 (so silverlight and widevine and....). The W3C made the most pragmatic choice, here. I think DRM is still crap, but one system is unambiguously better than >1.
Except Flash was at least used for stuff other than just DRM, so there was an incentive to get it working across all OSes. Linux is going to struggle once this is adopted, at least open browsers will, and that makes me sad
If anything this makes Linux support easier, because you no longer have to provide support for an entire virtual machine and all APIs such as Flash or Silverlight. The only software required will be the DRM module itself as everything else can be provided by the browser.
Re: Netflix on Linux with Chrome
#28Re: Netflix on Linux with Chrome
#29In other news, bittorrent continues to work on all platforms, without placing any restrictions on what viewers can do.
I struggle with the sentiment that if offered no other way to legally consume media, BitTorrent will show them! I can't find "The Money Pit" anywhere but BT. Does that make it ok to download?
I don't know. Morally, legally, etc., I've never been quite so torn for quite so long.
Re: Netflix on Linux with Chrome
#30Earlier quoted context omitted.
What they mean is that the "Digital Restriction Management in HTML5" proposal is pushed by Google, Microsoft, and Netflix into the W3C spec. Apple has simply followed the proposal and implemented it as well. AFAIK Chrome, IE, Safari ship with it. Firefox will follow suite by adding a Restriction Module from Adobe (given Adobe's track record it will certainly be an amazingly fast, flexible, beautiful, efficient, and n…
"No DRM" was never an option. The option was between 1 DRM standard and 50 (so silverlight and widevine and....). The W3C made the most pragmatic choice, here. I think DRM is still crap, but one system is unambiguously better than >1.
The DRM plugin is basically just request/provide license and decrypt frame. Even if it was encrypted media extensions vs silverlight that's 100k plugin vs 10 MiB plugin.