一、下载
Adobe/Flash MS5.0下载地址:
# ./wget
二、安装
# ./tar -xvf adobemediaserver_5_ls1_linux64.tar.gz
# ./cd AMS_5_0_1_r1076
# ./installAMS
一直按回车,选择默认选项,如果一切顺利的话到这一步, 就可安装完成,完成后有如下提示:
----------- Install Action Summary -----------
Installation directory = /opt/adobe/ams
Adobe Media Server Port = 1935
Adobe Media Admin Server Port = 1111
Interface (IP address) AMS will listen on = auto-detect
Apache Install = Yes
Administrative username = xxxxxx
Administrative password = (suppressed)
service owner = ams
service user = ams
service group = ams
Run as daemon = Yes
Start Adobe Media Server = Yes
Proceed with the installation? (y/n/q): y
Installing Adobe Media Server files...
Configuring Adobe Media Server...
Adding "ams" service.
Setting default admin to "ams".
Setting autostart for "ams".
Server:ams command:start
NOTE:
1. 安装过程中要求输入 序列号! 要提前准备
2. 如果服务器有安装低版本的FMS,需要先卸载;
三、常用命令
1. 启动服务
# ./server start
或
# service ams start
2. 停止服务
# ./server stop
或
# service ams stop
四、依赖问题
安装的时候可能会出现依赖错误
ERROR: A required package, libcap, was not found on your Linux x86_64 RedHat.
Please install required package and run Adobe Media Server installer again.
解决办法:
# ./yum install compat-libcap1
阅读(3837) | 评论(1) | 转发(0) |