4

I have a Raspberry Pi 4 and I would like to set it up so that I can use my Netflix subscription to watch on the TV it's hooked up to.

I've seen that OSMC has support for Netflix but that it's currently limited to Raspberry Pi 3 and older models.

Is there an alternative that I can use to watch Netflix on my Raspberry Pi 4?

I've also seen posts about a Netflix plugin for Kodi that might be used on Raspberry Pi 4 when running LibreELEC. Is that a viable option?

urig
  • 191
  • 1
  • 1
  • 9

3 Answers3

3

AFAIK it's possible to get Netflix working in Chromium in Raspbian OS, if you manage to rip the DRM library out of ChromeOS. I haven't tried it myself, but this user seems to have succeeded on a Pi 3. I don't see why Pi 4 would be different.

Dmitry Grigoryev
  • 27,928
  • 6
  • 53
  • 144
3

I've created a 1-line-paste solution to this, in case it's helpful for anyone:

https://blog.vpetkov.net/2020/03/30/raspberry-pi-netflix-one-line-easy-install-along-with-hulu-amazon-prime-disney-plus-hbo-spotify-pandora-and-many-others/

It essentially comes down to:

1.) Having the latest Raspbian installed 2.) Running:

curl -fsSL https://pi.vpetkov.net -o ventz-media-pi
sh ventz-media-pi

3.) Rebooting and then going to the Application Menu (top left) -> go to “Internet” -> open “Chromium (Media Edition)”

Enjoy.

Ventz
  • 51
  • 4
  • This. Is. Awesome. (works great on my pi4) – Botspot May 12 '20 at 16:47
  • @Ventz I tried to install it on my Raspberry Pi 4 (8 GB) with Ubuntu Mate 20.10 and although I see the Media Edition installed, it doesn't seem to work, I'm still getting an error message from Netflix – Roy Ash Nov 07 '20 at 00:01
  • I’ve only tested it on Raspian (Raspberry Pi OS). It does not work on 64bit (due to Google - both Chromium and libwidevine are 32bit only for arm).

    You may be able to manually “port” for Ubuntu on the Pi, but I haven’t tried it. It should be easy to check- drop latest lib and launch Chromium with the correct user agent from the ventz-media-pi scripts.

    – Ventz Nov 08 '20 at 03:22
3

I've been able to watch Netflix quite nicely on my Raspberry Pi 4 by installing LibreELEC OS OS (Leia 9.2.1) on it and adding the CastagnalIT Netflix plugin for Kodi on top of that.

If I understand correctly, the plug-in is indeed based on the technique that @dmitry-grigoryev mentions in his answer.

urig
  • 191
  • 1
  • 1
  • 9
  • Please accept your own answer with a click on the tick on its left side. Only this will finish the question and it will not pop up again year for year. – Ingo May 17 '20 at 16:41