Table of Contents
RTMPy Download
RTMPy is released under the MIT license. For installation instructions, see the Install page or the included INSTALL file.
Latest Development Source Code
We use Git for source revision control and code sharing.
Git
The Git repository URL for the RTMPy project is at git://rtmpy.org/rtmpy.git
You can browse all repositories on http://git.rtmpy.org
The latest revision of RTMPy can be checked out with the following command:
git clone git://rtmpy.org/rtmpy.git
For installing this development version:
cd rtmpy
python setup.py install
