Answers:
安装以下内容在firefox中有效:
sudo add-apt-repository ppa:mjblenner/hal-flash
sudo apt-get update
sudo apt-get install libhal1-flash
sudo apt-get install ubuntu-restricted-extras
重新启动Firefox。
$ bzr branch lp:~mjblenner/+junk/hal-flash
,autoreconf -i
。./configure --prefix=/usr
和sudo make install
。
我在这里的第一篇文章中遵循了指南,现在HBO Nordic在Firefox中玩。插件最初没有构建(也许我搞砸了,没有关闭Firefox之类的东西),但是在启动后执行了步骤5的最后一条命令。
逐字阅读指南,在Ubuntu论坛上贡献给Lubu123的所有知识:
因此,以下是使HBO Nordic与Firefox兼容的方法-也与Netflix兼容:
1.关闭Firefox
2.安装Pipelight
sudo add-apt-repository ppa:pipelight/stable
sudo apt-get update
sudo apt-get install --install-recommends pipelight-multi
sudo pipelight-plugin --update
http://pipelight.net/cms/install/ins...on-ubuntu.html
3.作为预防措施,如果您已经安装了Flashplugin-installer(Lubuntu)或adobe-flashplugin(Linux Mint),则可能要摆脱旧的Flash版本
sudo apt-get remove flashplugin-installer
要么
sudo apt-get remove adobe-flashplugin
4.启用Pipelight的flash和widevine(您可能还想启用silverlight,因为尽管HBO不需要它,但Netflix和许多其他类似服务都使用它)
sudo pipelight-plugin --enable flash
sudo pipelight-plugin --enable widevine
sudo pipelight-plugin --enable silverlight
http://pipelight.net/cms/installation.html#section_2
5.更新插件并清除Firefox插件缓存,如下所示:
sudo pipelight-plugin --update
sudo pipelight-plugin --create-mozilla-plugins
http://pipelight.net/cms/faqs/faq-pi...utplugins.html
6.启动Firefox并让Pipelight安装其插件 -屏幕上将显示安装消息,当它们消失后,重新启动Firefox。现在,您应该在Firefox插件标签中看到新安装的Pipelight插件。