forked from odie5533/Python-RTSP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
24 lines (19 loc) · 743 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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