LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 12-21-2016, 07:06 PM   #1
Stev8
Member
 
Registered: Mar 2012
Location: Hamilton, Ontario
Distribution: Ubuntu 17.10 64 bit
Posts: 113

Rep: Reputation: Disabled
Getting netflix.com to stream on ubuntu


Hello,

I have ubuntu 16.04 LTS on my laptop.

Does anyone know how to get netflix.com to stream on any browser?

I have spent a day trying to get this to work to no avail.

-Any help would be greatly appreciated

(one link suggested i use google chrome, but I cant get it to install. I tried searching for a simple download of the debian file and could not find it)

-Steve
 
Old 12-21-2016, 11:20 PM   #2
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,097
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
https://linuxconfig.org/play-netflix...x-with-firefox

Should Help as Ubuntu comes with Firefox OOTB.
 
Old 12-22-2016, 08:45 AM   #3
Stev8
Member
 
Registered: Mar 2012
Location: Hamilton, Ontario
Distribution: Ubuntu 17.10 64 bit
Posts: 113

Original Poster
Rep: Reputation: Disabled
Hello,

I have completed all the configuration at this link, but after restarting firefox 50 it still does not work, I think because my pc is i386?

Do you know where I can find a new version of chrome for ubuntu. I tried installing it via cmd line yesterday??
 
Old 12-22-2016, 10:51 AM   #4
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,097
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Google Chrome does not support i386 anymore. It sounds like Net Flix does not support 1386 either anymore if what I showed does not work for you.

I don't do netflix, sorry. I might suggest you buy yourself a cheap chromebook like I did <Mine is a older model C710). Use the hdmi slot for the big screen TV. Use Google Chrome on the chromebook since ChromeOS is based on it. Since you have a netflix contract.

Do me a small favor. Give me a link to a computer review on your computer.
Cheapest route if your computer is 64 bit capable. Is to start over and install a 64 bit version of Ubuntu instead of i386.

If you also have this system info script installed. Open a terminal and copy and paste what I post below into the terminal and hit the enter/return key.

Code:
inxi -F
Post back what it spits out in between code tags in your next reply. You can find code tags in Go Advanced button in the quick reply box at the bottom there.

Then hit the # symbol in the reply box tool bar to get the code tags. Copy and paste terminal readout in between those ]readout goes here[ brackets surrounding the word code.
 
Old 12-22-2016, 11:34 PM   #5
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by Stev8 View Post
Do you know where I can find a new version of chrome for ubuntu. I tried installing it via cmd line yesterday??
Hi...

Because it is proprietary software, Google Chrome is not available in Ubuntu's repositories. However, you can download a 32 bit copy of version 48 here. Once downloaded, just find where the package is located and double click to install it. It should be recent enough support Netflix.

Regards...

Last edited by ardvark71; 12-22-2016 at 11:35 PM. Reason: Corrections.
 
Old 12-23-2016, 06:53 AM   #6
TxLonghorn
Member
 
Registered: Feb 2004
Location: Austin Texas
Distribution: Mandrake 9.2
Posts: 702

Rep: Reputation: 231Reputation: 231Reputation: 231
You can still get the 32bit version of chromium. That might work for Netflix.
Code:
sudo apt-get install chromium
 
Old 12-23-2016, 12:54 PM   #7
Stev8
Member
 
Registered: Mar 2012
Location: Hamilton, Ontario
Distribution: Ubuntu 17.10 64 bit
Posts: 113

Original Poster
Rep: Reputation: Disabled
Hello,

Thank you for your replies. But I have to close this thread as I had to switch to lubuntu, as the pc im using is too slow.
I ran the cmd in the terminal
inxi -F
and no such cmd exists

thank you all for your help it is greatly appreciated

Merry christmas
 
Old 12-23-2016, 04:50 PM   #8
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,613

Rep: Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962Reputation: 7962
Quote:
Originally Posted by ardvark71 View Post
Hi...
Because it is proprietary software, Google Chrome is not available in Ubuntu's repositories.
Wrong. The *ONLY difference between Chromium (open source in the repositories) and Chrome (from Google), is that Chrome include proprietary PLUG INS...the browser and rendering engines are identical. This is the same thing as Red Hat Enterprise and CentOS...do some research before posting misinformation again.
Quote:
However, you can download a 32 bit copy of version 48 here. Once downloaded, just find where the package is located and double click to install it. It should be recent enough support Netflix.
...and old enough to have unpatched security holes, when the OP can get a current install of the 32 bit Chromium, either from source or via repo, and watch Netflix easily.
 
Old 12-23-2016, 04:53 PM   #9
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by Stev8 View Post
Thank you for your replies. But I have to close this thread as I had to switch to lubuntu, as the pc im using is too slow.
I ran the cmd in the terminal
inxi -F
and no such cmd exists
Hi...

Inxi isn't installed by default so you will need to install it using Synaptic or by opening a terminal and running this command...

Code:
sudo apt-get install inxi
Disclaimer: Be careful with commands that are prefaced with "su" or "sudo." They will essentially allow root access to your system. Mistakes could possibly damage or even destroy your OS.

If you installed a 32 bit copy of Lubuntu, give my suggestion above a try.

Quote:
Originally Posted by Stev8 View Post
thank you all for your help it is greatly appreciated

Merry christmas
You're welcome, Merry Christmas to you!

Regards...

Last edited by ardvark71; 12-23-2016 at 04:55 PM. Reason: Added disclaimer.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Ubuntu can now stream Netflix videos via Chrome LXer Syndicated Linux News 0 10-12-2014 04:33 AM
Stream netflix from android phone to PC TuxAnDroid Linux - Mobile 7 07-18-2013 10:21 PM
[SOLVED] ubuntu Mint 14 and Netflix fitlnx Linux - Software 8 03-15-2013 09:45 AM
LXer: How to get Netflix streaming on Ubuntu 12.10 LXer Syndicated Linux News 0 12-10-2012 10:40 AM
When Will Ubuntu be able to play NETFLIX DukeMoss Linux - Software 1 11-30-2011 08:49 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 03:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration