在 Linux 看 Netflix 的方法 - Linux

Puput avatar
By Puput
at 2014-09-27T21:50

Table of Contents

http://pipelight.net/cms/installation.html
可以用silverlight喔

這兩天正好在用pipelight亂弄一些大陸player
快播(qvod)/西瓜(xigua)都裝的進去但都不會動
http://ppt.cc/cSbU
影片是有被下載進cache folder,但畫面就是出不來

update: 吉吉(jjvod)可用, 先鋒(xfplay)堪用


以下步驟僅供參考,我把我用的設定檔放在
https://github.com/buganini/pipelight-plugins-configs

0. 先裝個pipelight的隨便一個內建的plugin確保其他東西是好的

1. cd /usr/lib/pipelight/ && \
cp libpipelight.so libpipelight-xxoo.so
#fork一個piplight plugin,xxoo只能用全小寫,後面的也是,這只是個名字,可亂打
#必須用cp,不能用ln,用ln在about:plugins裡面看起來是同一個plugin的不同dll檔

2. cd /usr/share/pipelight/configs && \
cp pipelight-flash pipelight-xxoo
#或自己挑一個來抄改

3. 編輯pipelight-xxoo,我是用dllPath和dllName,抄windows firefox的about:plugins
或用regKey,開regedit到HKCU或HKLM的SOFTWARE\MozillaPlugins找一下

4. cd /usr/lib/mozilla/plugins/ && \
ln -s /usr/lib/pipelight/libpipelight-xxoo.so libpipelight-xxoo.so
#讓firefox吃的到pipelight plugin

5. env WINEPREFIX=$HOME/.wine-pipelight /usr/share/pipelight/wine xxoo-installer.exe
#安裝該裝的

6. 重開firefox,檢查about:plugins

7. 不會動的話,進一步觀察方法如下
env WINEPREFIX=$HOME/.wine-pipelight \
/usr/share/pipelight/wine \
/usr/share/pipelight/pluginloader.exe \
--dllPath "C:\\Program Files\\QvodPlayer\\" \
--dllName npQvodInsert.dll

他也可以吃--regKey

也可以在commandline執行firefox,可以看到錯誤訊息,如果沒有的話,
打開about:support,開啟profile資料夾,刪除裡面的pluginreg.dat,
再重開firefox就會有了

xatier: 是 bug >//< 09/28 00:44
a1283336: 蟲哥 09/28 02:26
Strong: 原po很正 09/28 14:02
※ 編輯: buganini (128.199.200.203), 09/29/2014 16:38:44

Tags: Linux

All Comments

Necoo avatar
By Necoo
at 2014-09-30T09:14
是 bug >//<
Queena avatar
By Queena
at 2014-09-30T21:57
蟲哥
Lydia avatar
By Lydia
at 2014-10-01T03:53
原po很正

可能是到頂的 Acer V3-772G

Franklin avatar
By Franklin
at 2014-09-27T12:42
※ [本文轉錄自 nb-shopping 看板 #1K9a0SJw ] 作者: wyvernlee (廢死不可!) 看板: nb-shopping 標題: [分享] 可能是到頂的 Acer V3-772G 時間: Sat Sep 27 12:41:50 2014 前言: 我最近因工作上有需求,需要一台強 ...

在 Linux 看 Netflix 的方法

Tracy avatar
By Tracy
at 2014-09-27T08:09
在 PcWorld 網站看到的文章 Netflix on Linux: How to get it today, and why itand#39;s such a pain http://ppt.cc/TOFH 文章首先說明如何在 Linux 上看 Netflix 文中使用 Ubuntu 14.04 安 ...

CVE-2014-6271 Bash Shell出現重大漏洞

Jack avatar
By Jack
at 2014-09-26T21:58
有網友認為影響不大,以下資訊提供參考。 Bash 漏洞已出現攻擊行動,又傳出修補後仍有漏洞! http://www.ithome.com.tw/news/91148 - ...

CVE-2014-6271 Bash Shell出現重大漏洞

Eartha avatar
By Eartha
at 2014-09-26T18:35
檢測與debian系的更新法 https://dmsimard.com/2014/09/25/the-bash-cve-2014-6271-shellshock-vulnerability/ 縮 http://ppt.cc/C0nO debian 7(wheezy)和ubuntu 10.4/12.04/ ...

Postfix收發信問題

Isla avatar
By Isla
at 2014-09-25T21:36
請問各位先知:我有一個postfix的問題! 設定檔/etc/postfix/main.cf內 $myhostname=mail.xxx.org $mydomaon=xxx.org 情況1: myorigin = $myhostname #myorigin = $mydomain 這樣能收外部寄的信(ex.g ...