First, download
Adobe/flash MS5.0:
http://fs1.d-h.st/download/00036/VOt/adobemediaserver_5_ls1_linux64.tar.gz
#./wget http://fs1.d-h.st/download/00036/VOt/adobemediaserver_5_ls1_linux64.tar.gz
Second, installation
#./TAR-XVF adobemediaserver_5_ls1_linux64.tar.gz
#./CD ams_5_0_1_r1076
#./installams
always press ENTER, select the default option, if all goes well to this step, you can install the completion, after the following tips:
-----------Install Action Summary-----------
installation directory =/opt/adobe/ams
Adobe Media Server Port = 1935
Adobe Media Admin Server Port = 1111
Interface (IP address) AMS 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. Enter the serial number during the installation process! To be prepared in advance
2. If the server has a lower version of the FMS, it needs to be uninstalled first;
iii. Common Commands
1. Start the service
#./server Start
or
# service AMS Start
2. Stop the service
#./server Stop
or
# service AMS Stop
Iv. Dependency Issues
there may be a dependency error during installation
error:a Required Package, Libcap, is not found on your Linux x86_64 RedHat.
Install required package and run Adobe Media Server installer again.
Workaround:
#./yum Install Compat-libcap1