Flash Media Server(FMS)是一个流媒体服务器
使用 实时消息传送协议(RTMP),RTMP是一种未加密的TCP/IP协议,专门设计用来高速传送音频、视频和数据信息。
3.5版32位下载(内含windows和linux版):链接:http://pan.baidu.com/s/1miTce1M 密码:2rzb
4.5版64位linux版:链接:http://pan.baidu.com/s/1eS2PUts 密码:850t
序列号生成器(可能会被杀毒软件拦截,建议在虚拟机VMware Workstation里运行):https://yunpan.cn/cqMLuTV2sZIWA 访问密码 5282
测试序列号:1462-5345-0626-5376-6187-3552
fms4.5支持的CentOS版本为5.5 64 bit
在6.3下安装
yum install libcap compat-libcap1 libcap-devel libcap.i686 -y 附其它可能需要安装的工具: yum install autoconf automake gcc gcc-c++ git libtool make nasm pkgconfig zlib-devel -yldconfigFlashMediaServer4.5_x64.tar.gz
解压后,进入目录
tar -zxvf FlashMediaServer4.5_x64.tar.gz cd FMS_4_5_6_r5012/ ln -s /lib64/libcap.so.2 ./libcap.so.1 vim installFMS 找到 cd_check "Red Hat Enterprise Linux Client release 5"/etc/redhat-release redhat-RHEL5-i686 后面加上 cd_check "Red Hat Enterprise Linux Client release 6" /etc/redhat-release redhat-RHEL6-i686 cd_check "Red Hat Enterprise Linux Server release 6" /etc/redhat-release redhat-RHEL6-i686 找到 cd_check "CentOS release 5"/etc/redhat-release centos-5-i686 后面加上 cd_check "CentOS release 6" /etc/redhat-release centos-6-i686 if[-f/lib/libcap.so.2 ]; then //这一行中将/lib改为/lib64 安装 ./installFMS
序列号生成器(可能会被杀毒软件拦截,建议在虚拟机VMware Workstation里运行):艺搜下载
输入用户名:elesos
选择默认用户
我们不安装apache,而用Nginx代替。参见CentOS下安装Nginx+MySQL+PHP+phpMyAdmin
选择安装后不启动!
将网站目录从html修改为fms的webroot目录:/opt/adobe/fms/webroot
重新加载
cd /opt/nginx/sbin ./nginx -s reload打开http://192.168.220.137/fms_adminConsole.htm即可登录
忘记密码后如何修改密码
cd/opt/adobe/fms ./fmsadmin -console-user<username>http://help.adobe.com/en_US/adobemediaserver/install/index.html
https://en.wikipedia.org/wiki/Adobe_Flash_Media_Server