Skip to content

zhongxz2017/Python-RTSP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%