Tell me more ×
Raspberry Pi Stack Exchange is a question and answer site for users and developers of hardware and software for Raspberry Pi. It's 100% free, no registration required.

There are different blog posts and forum threads discussing this and the challenges encountered (Silverlight, DRM, etc.).

Also read about the XBMC Flicks addon.

But, did anyone succeed to stream Netflix content on the Raspberry Pi?
Even more, through Raspbmc?

share|improve this question

5 Answers

up vote 5 down vote accepted

This essentially boils down to getting Netflix on Linux; which (except for Android) is intentionally not supported and difficult. I haven't seen any solution yet (for any Linux, RPi aside) that didn't involve serious and unstable hacks or some type of Windows emulation/re-implementation (which is not going to be a viable option with the ARM/x86 architecture difference).

Your best bet is probably to wait for Android Pi to become stable and hope Netflix runs on it successfully (or hope Netflix finally supports Linux besides Android).

share|improve this answer

No. Simply put, Moonlight (Silverlight linux library) does not support DRM. So no netflix under linux at all.

share|improve this answer

I have been able to run netflix on the raspbery pi using Playon.tv. All you need is a PC running.

Have a look at this post. http://www.raspberrypi.org/phpBB3/viewtopic.php?f=35&t=31102

Hope it helps

share|improve this answer
1  
Thank you for your enthusiasm. But, Stack Exchange has a policy against comment-answers. This is because the links can change at any moment. Please write down the instructions given there, and give credit to the author. – xxmbabanexx Apr 3 at 14:02

You could also use the Plex Media Server - unlike Playon, it's free. As far as I know, the server needs to be able to play Netflix though. I use Windows 7 as the Plex Media Server, I don't know if using the Netflix-on-Ubuntu workaround will get this done as well, but I doubt it. There are PMS builds for Linux.

You will need to install the Netflix Addon on the PMS and the Plexbmc Addon on the Pi.

In the Plexbmc options set "always transcode" to true.

This worked on my setup with Openelec on a B-model Raspberry Pi - should work with any XBMC-on-Raspberry-Pi setup though.

Of course, this still means a second server running Windows 7 needs to be on for streaming and currently the Netflix Addon for PMS only works in the USA.

share|improve this answer
1  
I had a big smile on my face... till I read Of course, this still means a second server running **Windows 7** :) – Marius Butuc Apr 15 at 13:38

I don't have that much experience with the PI, but wouldn't netflix be runnable on a raspbian installation when they move over to html5 videos?

The Verge: Netflix plans its move from Microsoft Silverlight to HTML5 video

share|improve this answer
2  
this would probably better served as a comment to the original question as it's not providing a technical answer to the question – kolin Apr 23 at 12:37
Good point, but it is indeed more of a comment than an answer on its own. – Marius Butuc Apr 24 at 13:24

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.