2

I have just installed Ubuntu 14.04 (64bit) and can't watch Netflix, just wondering if there’s a way round this. Thanks.

Maythux
  • 84,289

2 Answers2

4

Ubuntu supports watching Netflix in Google Chrome browser version 37+.

Pilot6
  • 90,100
  • 91
  • 213
  • 324
0

You need google Chrome 37+. take a look for the announcement here https://insights.ubuntu.com/2014/10/10/watch-netflix-in-ubuntu-today/

You can also use Pipelight with wine to do it

Install Pipelight in Ubuntu 14.04

sudo apt-add-repository ppa:pipelight/stable
sudo apt-get update
sudo apt-get install pipelight-multi

Enable Sliverlight to play Netflix

sudo pipelight-plugin --enable silverlight

Install Netflix desktop app in Ubuntu 14.04

sudo apt-get install netflix-desktop

enter image description here

All rights are reserved for the owner itsfoss

Maythux
  • 84,289
  • 3
    Netflix desktop is obsolete. I guess Netflix does not use Silverlight any more. – Pilot6 Jun 16 '15 at 10:52
  • I really don't know, information according to the link, but do you have official link for your pretends? – Maythux Jun 16 '15 at 10:54
  • It is obvious. If you can watch Netflix in Chrome, then silverlight is not needed any more. You prove it with your link.)) Before the only way was to use silverlight. – Pilot6 Jun 16 '15 at 10:56
  • Sure using chrome is much better but I mean is it still available to use silverlight or no? – Maythux Jun 16 '15 at 10:57
  • I do not know. Netflix is not available here. But silverlight is getting close to EOL. Microsoft is closing it. – Pilot6 Jun 16 '15 at 10:59
  • It looks like Netflix is switching or has switched to HTML5. And it looks like silverlight has been already dropped by netflix. – Pilot6 Jun 16 '15 at 11:01
  • I think they have have enable support for HTML5 - does not mean they are deprecating silverlight, because otherwise all the Internet Explorer victims will have problems.... – Wilf Jun 16 '15 at 11:16
  • @Wilf IE can use HTML5, can't it? – Pilot6 Jun 16 '15 at 11:19
  • Yeah not very well (better but not brilliant in recent versions) - trying to write (more complex) HTML5 for it is a absolute pain... – Wilf Jun 16 '15 at 11:23
  • +1 On Chaletos, based on xubuntu 14.04, the Netflix-desktop app works great! Chrome 48 doesn't work as-is. – bitsoflogic Mar 12 '16 at 13:24