Table of Contents
Red5 Installation Guide
Requirements
1. Red5 requires Java 1.6 or newer. Earlier versions of Java are no longer supported.
Use the following command for CentOS 5.5 to install Java 1.6.0:
yum -y install java-1.6.0-openjdk java-1.6.0-openjdk-devel
Use the following command for Debian 5 (Lenny) to install Java 1.6.0:
aptitude install sun-java6-jdk
2. Building version 0.9.1 from source also requires ivy and ant.
Use the following commands for Debian 5 (Lenny) to install ant and ivy:
aptitude install ant subversion svn co https://svn.apache.org/repos/asf/ant/ivy/core/trunk ivy cd ivy ant jar cp build/artifact/jars/ivy.jar /usr/share/ant/lib/
Source checkout
To checkout version 0.9.1:
svn co http://red5.googlecode.com/svn/java/server/tags/0_9_1 red5-0.9.1.svn
Compiling with the command line
To build the Red5 source simply run the following command from the command line inside the Red5 source directory:
ant clean dist
Configuration and start
Configuration files are explained here.
Start Red5 with dist/red5.sh
If you encounter errors referring to missing "xml" files, simple navigate to the red5 "dist" folder and run the red5 server.
cd dist red5.sh
We suggest using the Red5Plugin when developing Red5 Applications. loan
Attachments
-
org.red5.feature_0.2.0.2.jar
(11.5 KB) - added by ttanga
23 months ago.
-
org.red5.feature_0.2.0.3.jar
(11.5 KB) - added by ttanga
23 months ago.
-
org.red5.feature_0.2.0.jar
(11.5 KB) - added by ttanga
23 months ago.
