Table of Contents
Download
Red5 is released under the LGPL v2 license. For installation instructions, see the Install page.
Latest Stable Release - 0.6.3 Final
The files below also include a copy of the API documentation ( html).
Windows
| Java 6 | setup-red5-0.6.3.exe |
Mac OSX
| Java 6 | setup-red5-0.6.3.dmg |
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
