Table of Contents
Download
Red5 is released under the LGPL v2 license. For installation instructions, see the Install page.
Latest Stable Release - 0.8.0 Final
The files below also include a copy of the API documentation ( html).
Windows
| Java 6 | setup-Red5-0.8.0-RC2.exe |
| Java 5 | setup-Red5-0.8.0-RC2-java5.exe |
All other operating systems
| Java 6 | red5-0.8.0-java6.tar.gz |
| Java 5 | red5-0.8.0-java5.tar.gz |
Older releases are archived on:
Each release is also tagged in the Subversion repository:
Latest Development Source Code
We use Subversion for source revision control and code sharing.
Subversion
The Subversion repository URL for the Red5 project is at http://red5.googlecode.com/svn
The latest revision of Red5 can be checked out with the following command:
svn co http://red5.googlecode.com/svn/java/server/trunk red5
For installing this development version:
cd red5 export RED5_HOME=`pwd` ./red5.sh
