RTMPy Installation Guide


RTMPy requires  Python 2.3 or newer.

Installation

To use RTMPy, the following software packages must be installed.

  1. Download and unpack the RTMPy archive of your choice.
  2. 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