Table of Contents
RTMPy Installation Guide
RTMPy requires Python 2.3 or newer.
Installation
To use RTMPy, the following software packages must be installed.
- Twisted version >= 2.5.0
- PyAMF version >= 0.5
- zope.interface version >= 3.3.0
- PyWin32 version >= b210 (Windows only)
- Download and unpack the RTMPy archive of your choice.
- Run the Python-typical setup at the top of the source directory from a command-prompt:
python setup.py install
Note: you might need root permissions or equivalent for these steps.
This will byte-compile the Python source code and install it in the site-packages directory of your Python installation.
Advanced Options
To run the unit tests:
trial rtmpy
