/Python-RTSP

Implementation of the RTSP protocol on top of the Twisted Python library.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Twisted Python RTSP Library
by David Bern
---------------------------

This library extends the Twisted Python library to include RTSP and RDT
protocls. It also includes support for handling ASMRP, SDPP, and RMFF
transported over those protocols.

To use the library to download a Real RTSP stream:
python rdt.py -u <URL> -f <FILENAME>

Prerequisites
---------------------------
The following package versions have been tested.
Hopefully later versions will work too.
Python 2.6.5 <http://www.python.org/>
Twisted 10.1.0 <http://twistedmatrix.com/trac/>
Zope Interface 3.6.1 <http://pypi.python.org/pypi/zope.interface#download>


Update log
---------------------------
2010-05-31 Initial release
2010-07-05 Updated to work with Twisted 10.1.0