mplayer 的安装步骤

Posted edan

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mplayer 的安装步骤相关的知识,希望对你有一定的参考价值。

 1     编译mplayer:
 2     make distclean
 3     ./configure --disable-png --disable-gif   //加后面的是因为编译时出错了,也可以直接  ./configure  ,如果出错了根据错误关闭相应的选项
 4     make && make install      //如果之前装过ffmpeg,那么这步有可能会出错,一个关于x264库的错误,进入ffmpeg中的x264-snapshot-。。中输入命令make uninstall
 5                   //然后重复上面的步骤   
 6 mplayer源码目录下有TOOLS目录, 里面的netstream.c是用于提供网络共享功能的服务端代码,
 7     可让mplayer通过网络来播放服务端的多媒体文件.
 8 
 9 编译netstream.c服务端程序:
10     make TOOLS/netstream
11 
12 ///////////////////////////
13 测试:
14     在服务器端执行netstream服务程序
15 
16     在其它pc端执行:
17         mplayer mpst://主机[:端口]/URL [选项]
18 
19         mplayer -cache 5000 mpst://192.168.2.250//disk3/allshares/MV/66.mp4

    slave模式下控制视频播放命令在   mplayer/DOCS/tech/slave.txt  中
    eg. mplayer -slave -quiet -cache 5000 mpst://192.168.2.250//disk3/allshares/MV/66.mp4
       //打开视频66.mp4,并且可以输入命令进行控制。

 

mplayer 安装包的下载路径:https://pan.baidu.com/s/1IFsMF8S5eSFuihgu7YsXLg    密码:fveg






以上是关于mplayer 的安装步骤的主要内容,如果未能解决你的问题,请参考以下文章

centos7安装mplayer以及出现的各种问题

centos7安装mplayer的方法

LAMP安装mplayer

树莓派3 之 音响配置

linux mplayer 安装

Centos7 安装MPlayer过程详解