linux下fms2流媒體伺服器搭建之二—–mencoder安裝篇

來源:互聯網
上載者:User

1、下載主程式: MPlayer-1.0rc1.tar.bz2

2、下載essential-20061022.tar.bz2,安裝:
tar vjxf essential-20061022.tar.bz2
mv essential-20061022 /usr/lib/codes
chmod 644 /usr/lib/codes/*
chown root.root /usr/lib/codes/*

3、下載windows-essential-20061022.zip,安裝:
unzip windows-essential-20061022.zip
mv windows-essential-20061022 /usr/lib/wincodes
chmod 644 /usr/lib/wincodes/*
chown root.root /usr/lib/wincodes/*

4、安裝mplayer

tar vjxf MPlayer-1.0rc1.tar.bz2
cd MPlayer-1.0rc1
./configure --prefix=/usr/local/mplayer/ --enable-freetype
--with-codecsdir=/usr/lib/codes/ --with-win32libdir=/usr/lib/wincodes/
--disable-gcc-check --language=zh_CN

make

make install

如果你需要使用mplayer在linux下播放視頻,還需要加上--enable-gui(圖形介面),不過這樣就要安裝多很多東西了,這裡我們只使用它的mencoder,所以--enable-gui可以省略


相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.