OS + centos 7.3 x64 / firefox flashplayer plugin / libflashplayer.so
Posted 天行健 - Lindows
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了OS + centos 7.3 x64 / firefox flashplayer plugin / libflashplayer.so相关的知识,希望对你有一定的参考价值。
s
Linux下为Firefox(火狐)浏览器安装Flash插件
https://www.cnblogs.com/jimmycan/p/6047087.html
1、首先需要从flash官网https://get.adobe.com/cn/flashplayer/下载tar.gz格式的安装包;
https://fpdownload.adobe.com/get/flashplayer/pdc/32.0.0.453/flash_player_npapi_linux.x86_64.tar.gz
2、下载 flash_player_npapi_linux_.x86_64.tar.gz 释放其中的libflashplayer.so 文件
[root@centos7 ~] tar -zxvf flash_player_npapi_linux_.x86_64.tar.gz -C /usr/lib64/mozilla/plugins
[root@centos7 ~] chmod 777 /usr/lib64/mozilla/plugins/libflashplayer.so
3、重启fireofox 生效
问题1:no video with supported format and MIME type found. What does this mean and how can I change this
资料1:https://www.it1352.com/761034.html
The webserver might not be sending the correct MIME types. Depending on the server you may be able to add a .htaccess file with the following:
AddType video/webm .webm
AddType video/mp4 .mp4
If that doesn\'t work try searching for "server mime types".
end
以上是关于OS + centos 7.3 x64 / firefox flashplayer plugin / libflashplayer.so的主要内容,如果未能解决你的问题,请参考以下文章
Linux ( Centos 7.3 x64) 安装 nginx