20140130 pipelight for media clients - plembo/onemoretech GitHub Wiki

title: Pipelight for media clients link: https://onemoretech.wordpress.com/2014/01/30/pipelight-for-media-clients/ author: phil2nc description: post_id: 6935 created: 2014/01/30 09:31:12 created_gmt: 2014/01/30 14:31:12 comment_status: closed post_name: pipelight-for-media-clients status: publish post_type: post

Pipelight for media clients

Although their backend infrastructure depends on it, Netflix continues to snub Linux as a client. An unofficial solution comes via the Pipelight project, at least for now. Pipelight is a browser plugin that allows the use of Windows plugins by a Linux client. From its name you'll not be surprised that it exists primarily to deliver Microsoft's Silverlight, required for viewing Netflix on PC's, to Linux browsers. The installation instructions are clear and comprehensive. Getting Pipelight (and Silverlight) up and running on a late model Fedora system is relatively painless. What's needed, in the following order, are: the cabextract package, an updated version of Microsoft's core fonts for the web, a specially configured and patched installation of Wine, Pipelight itself, and Silverlight (imported through Pipelight). There is a self-compiling rpm for the core fonts (due to legal concerns the rpm does not contain the core fonts binaries, but rather downloads and configures them on the fly), which must be installed first of all (cabextract is used to do the actual font extraction), as well as a Fedora yum repository for Pipelight. Once the yum repo is installed to /etc/yum.repos.d, issuing a "yum install Pipelight" will result in the installation of both Wine and Pipelight (if you've already got Wine installed, I'd recommend removing it before starting, as it could conflict with the Pipelight setup process). Once Pipelight is installed you need to configure it and Silverlight, agreeing to the license presented in the console:

pipelight-plugin --enable silverlight

The final step needed to make all this work is to install a User Agent switcher for Firefox on your Linux system (I chose User Agent Overrider). This will be needed to change your User Agent string from Firefox for Linux to Windows (when not actually viewing Netflix I disable both the User Agent and Silverlight plugins to avoid issues they might cause with other sites -- and to reduce my vulnerability to malevolent software designed to attack Windows systems). Of course this all seems a bit Rube Goldberg, and probably won't last long (these kinds of solutions almost never do), but if you want to view Netflix movies on your Linux media PC then it will at least get you back in the game for a little while.

Copyright 2004-2019 Phil Lembo