The following step by step guideline helps to install red5 on Centos Server.   1. Install Java. ======== yum -y install java-1.6.0-openjdk java-1.6.0-openjdk-devel ======== 2. Install ant. ======== yum list | grep ant  // check whether ant is available in yum yum install ant —- Otherwise cd /root/tmp wget http://apache.mirrors.pair.com/ant/binaries/apache-ant-1.8.2-bin.tar.gz… Continue Reading Red5 Installation on Centos