Differences between revisions 6 and 7
Revision 6 as of 2015-02-10 10:02:44
Size: 5273
Editor: kao
Comment: Update logo from wikimedia
Revision 7 as of 2015-10-21 14:09:31
Size: 5303
Editor: vauss
Comment: translation menu
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: [[FlashPlayer|English]] - [[fr/FlashPlayer|Français]] - [[it/FlashPlayer|Italiano]] - [[ru/FlashPlayer|Русский]] - 简体中文-~ ~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: [[FlashPlayer|English]] - [[es/FlashPlayer|Español]] - [[fr/FlashPlayer|Français]] - [[it/FlashPlayer|Italiano]] - [[ru/FlashPlayer|Русский]] - 简体中文-~

Translation(s): English - Español - Français - Italiano - Русский - 简体中文


Flash > Adobe Flash 播放器


http://upload.wikimedia.org/wikipedia/commons/3/32/Adobe_Flash_Player_v11_icon.png

Adobe Flash 播放器 是一个用于给网页添加动画、视频和交互功能的多媒体平台,Flash 通常用于广告和游戏。
本维基页面描述 Debian 系统上 Adobe Flash 播放器(以前叫 Macromedia Flash 播放器)的安装方法, 本页面涉及 Debian 安装包 flashplugin-nonfree.

Adobe Flash 播放器的最终用户许可协议

Debian 软件包 flashplugin-nonfree 的包描述里有以下警告信息:

WARNING: Installing this Debian package causes the
Adobe Flash Player to be downloaded from www.adobe.com.
The End User License Agreement of the Adobe Flash Player
is available at www.adobe.com.

安装

安装 flashplugin-nonfree

升级

升级 Adobe Flash Player:

# update-flashplugin-nonfree --install

支持的 Debian 浏览器

缺陷报告

如果发现 flashplugin-nonfree 的问题,可以向 Debian 缺陷跟踪系统报告。

然而,我们无法修改 Adobe Flash Player 来修复问题,因此如果发现 Adobe Flash Player 的问题,请向 Adobe 报告。

如果你找到了某个问题的应急对策,请添加到以下“故障排除”部分。

故障排除

  • 代理:flashplugin-nonfree 软件包有自己的方法来缓存从 Adobe 下载的 .tar.gz 压缩包,下载 fp10.*.pgp.asc 时,flashplugin-nonfree 是没有缓存的。建议不要使用 flashplugin-nonfree 的缓存代理,因为从缓存获取 fp10.*.pgp.asc 会导致安全更新延后安装,如果没有直接连接到互联网,因而一定要用代理的话,使用以下的方法应该可以:

    http_proxy=http://my.proxy.intranet:8080/ apt-get install flashplugin-nonfree

下面这样也应该可以:

http_proxy=http://my.proxy.intranet:8080/ update-flashplugin-nonfree --install

或者使用 http_proxy 以外的环境变量,参见: http://www.gnu.org/software/wget/manual/html_node/Proxies.html

  • 如果要让 Flash Player 使用 pulse,可以在 ~/.asoundrc 里配置 libasound:

    pcm.pulse {
        type pulse
    }
    
    ctl.pulse {
        type pulse
    }
    
    pcm.!default {
        type pulse
    }
    
    ctl.!default {
        type pulse
    }
  • 要验证安装在系统上的 Adobe Flash Player 版本号,访问 About Flash Player 页面,或者右键点击运行 Flash Player 的内容并从右键菜单选择 “关于 Adobe (或 Macromedia) Flash Player”。如果你使用几个浏览器,针对每个浏览器各验证一下: (来源:Flash player 安全论坛). Flash Player 11.2 是最后一个支持 Linux 的版本,Adobe 会继续提供安全更新。(来源).

  • 若本插件引起高 CPU 使用率,可以尝试(此外,从 Flash 播放器 11 开始,Linux Flash 播放器的硬件加速功能将 被禁用): create /etc/adobe/mms.cfg

     # Adobe player settings
     AVHardwareDisable = 0
     FullScreenDisable = 0
     LocalFileReadDisable = 1
     FileDownloadDisable = 1
     FileUploadDisable = 1
     LocalStorageLimit = 1
     ThirdPartyStorage = 1
     AssetCacheSize = 10
     AutoUpdateDisable = 1
     LegacyDomainMatching = 0
     LocalFileLegacyAction = 0
     AllowUserLocalTrust = 0
     # DisableSockets = 1
     OverrideGPUValidation = 1
     EnableLinuxHWVideoDecode=1
  • 此外,使用带有硬件加速显卡比如 Intel 945M 和 Atom CPU 的上网本的用户,可以考虑降级为 FlashPlayer 10,这样就可以继续使用 GPU 的硬件加速特性,而非浪费 CPU 资源。

  • 在 Iceweasel 流畅播放 Flash 视频是可能的。把以上配置的特定选项按下面配置,就可以在浏览器里使用硬件加速播放高清视频,不过依据机器的性能,也可能不支持高清全屏播放。

AssetCacheSize = 50
LocalStorageLimit = 5

外部链接


CategoryPermalink CategoryProprietarySoftware