[FC6]在Firefox下安裝MPlayerplug-in

若想在linux下可以利用Firefox來看一些線上的短片,必須安裝MPlayer的Plug-in才能順利觀賞。以下是在FC6下的Firefox 2.0.0.9的MPlayerplug-in安裝方法。
1. 先完成安裝mplayer
2. 到mplayerplug-in網頁下載mplayerplug-in-3.45-fc6.i386.rpm
3.安裝mplayerplug-in-3.45-fc6.i386.rpm
4.下載mplayerplug-in-0.4.xpi,然後安裝到Firefox中。
5.將
/usr/lib/mozilla/plugins/mplayerplug-in-dvx.so
/usr/lib/mozilla/plugins/mplayerplug-in-qt.so
/usr/lib/mozilla/plugins/mplayerplug-in-rm.so
/usr/lib/mozilla/plugins/mplayerplug-in-wmp.so
/usr/lib/mozilla/plugins/mplayerplug-in.so
這五個檔案複製到Firefox安裝目錄下的plugins目錄下。
例如Firefox是安裝在/home/firefoxuser下,就將這五個檔案複製到/home/firefoxuser/plugins目錄下。
6.接下來再將Firefox重新啟動,就可以開始享用MPlayerplug-in帶來的便利囉!

沒有留言:

張貼留言

Docker SIGILL: illegal instruction 問題除錯記錄

Docker SIGILL: illegal instruction 問題除錯記錄 最近在一台平常執行得好好的伺服器上,遇到一個讓人頭痛的 Docker 問題。 原本 Portainer 和其他容器都可以正常運行,但在系統突然當機後,所有容器在啟動時都出現以下錯誤訊息: d...