Whenever I try to view a movie in Netflix on Chrome (or Firefox), I get the install Silverlight barrier. This used to work in 14.04, is this on Netflix side or on the OS software porting side? Just so that I know which way to send the bees in my bonnet. ;)
-
I don't have this issue. Is your system up to date? I do know there was a very recent update to Chrome. – Charles Green Nov 11 '15 at 20:46
-
There was an answer referring to a similar problem recommending not using the user agent, and several indicators that chrome should work right out f the box. – Charles Green Nov 11 '15 at 20:50
-
I'm running 15.10, latest patches. I can't find the user agent described in that post, I'm guessing that its location has been moved since that post regarding the user agent selection was made. I'll have to play with it this weekend. – Steve Nov 13 '15 at 03:40
-
4Possible duplicate of How can I use Netflix on Ubuntu? – David Foerster Feb 12 '16 at 07:34
1 Answers
I know from experience that you can use Netflix on Ubuntu 15.10 with the google-chrome browser (not with the open source chromium!). You problem could be caused by some add-on or configuration issue. First things to try:
try to access Netflix with an incognito window (CTRL-SHIFT-N), this should prevent all extensions from interfering. If this works, try to disable the extensions one by one until you find the guilty one.
try to access with a clean google-chrome profile, the easier way is to start with a different data dir:
google-chrome --user-data-dir=/tmp/google-chrome-netflix
do NOT login to your google account (which would import all your preferences) and try to go to Netflix. If this works, you may either dig deeper in the preferences until you find what's wrong, or stick to a different google-chrome data directory especially for Netflix (do not put it in /tmp in this case)

- 51