Pipelight: Use Silverlight in Linux browser to watch Netflix Videos and more
Kali Linux 32bit:
sudo sh -c 'echo "deb http://ftp.de.debian.org/debian/ wheezy main contrib" >> /etc/apt/sources.list' |
sudo sh -c 'echo "deb http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/Debian_7.0/ ./" >> /etc/apt/sources.list' |
wget http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/Debian_7.0/Release.key |
sudo apt-key add Release.key |
apt-get install pipelight-multi |
pipelight-plugin --update |
sudo pipelight-plugin --enable silverlight |
Kali Linux 64bit:
sudo dpkg --add-architecture i386 |
sudo sh -c 'echo "deb http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/Debian_7.0/ ./" >> /etc/apt/sources.list' |
wget http://download.opensuse.org/repositories/home:/DarkPlayer:/Pipelight/Debian_7.0/Release.key |
sudo apt-key add Release.key |
apt-get install pipelight-multi |
pipelight-plugin --update |
sudo pipelight-plugin --enable silverlight |
Reference from: http://pipelight.net/cms/install/installation-debian.html
Thanks a lot, that was quite easy :)
ReplyDeleteNetflix is working like a charm
Needed this to get testing exam questions working. Thanks much
ReplyDeleteThanks a lot man....really work
ReplyDeleteThis solution uses wine doesn't it?
ReplyDeleteYou should also make a note that this won't work with newest versions of chrome, do to the lack of NPAPI support.
ReplyDeleteThe only browser I've made it work with so far, is Midori.
Doesn't work
ReplyDeleteConfirmed working with Iceweasel. Thanks :)
ReplyDeleteDukmb bitch nice fake ass commenbtys this shit doesnt work and no im doing nothing wrong
ReplyDeleteReading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
pipelight-multi : Depends: ttf-mscorefonts-installer but it is not going to be installed
Depends: wine-staging
E: Unable to correct problems, you have held broken packages.
root@Brazen:~# pipelight-plugin --update
bash: pipelight-plugin: command not found
root@Brazen:~# ^C
I'm having the same unmet dependencies issue. any ideas?
DeleteIt is bestto compile wine with patches & pipelight on your own. It is bad to mess with Kali Linux's sources.list unless you really know what you are doing. It is the only debian variant with only 3 or 4 sources. Many people have messed up their system that way. Use: http://pipelight.net/cms/page-wine.html & http://pipelight.net/cms/install/compile-pipelight.html instead!
ReplyDeleteDoenst work with Kali2.0. Tested today.
ReplyDeleteditto. do you need to get wine first?
Deleteanyone who cant make this work is fuc king retarded.
ReplyDeleteFor Kali Linux 2.0 users, you can make this work if you follow the code above until you get the error. You'll need to enable pipelight manually following the instructions on this website: http://pipelight.net/cms/install/installation-debian.html
ReplyDeleteOnce you've done that, then you should be good to go. There's also a firefox plugin that should take care of any bug fixes called Netflix linux fixer I believe...
So just check those out.
Thanks for this concise tutorial!
ReplyDeleteAn extra step I had to add when I did this on my 32bit Debian 8 was change my user agent to tell NMozilla/5.0 (Macintosh; U; Intel Mac OS X 10.8; en-US; rv:1.9.1.6) Gecko/20120121 Firefox/3.5.6 Wyzo/3.5.6.1etflix I was a Mac:
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.8; en-US; rv:1.9.1.6) Gecko/20120121 Firefox/3.5.6 Wyzo/3.5.6.1
I hope that helps anyone still having trouble.