Download
Current Version
The last version of MediaProxy is 4.0.4 released on November 21st, 2020. The current version works with Python version 3.7 or higher.
Tar Archive
The software is available as a tar archive at:
http://download.ag-projects.com/MediaProxy/
You may run the software from its own directory or install it in a directory anywhere in the system.
Debian Package
The location of debian repositories are available here
Update the list of available packages:
sudo apt-get update
Install MediaProxy:
sudo apt-get install mediaproxy-dispatcher mediaproxy-relay mediaproxy-web-sessions
Installing from source
You will need the following dependencies:
libnetfilter-conntrack
libiptc-dev
python3-twisted
python3-zope.interface
python3-application from http://download.ag-projects.com/others/
python3-gnutls from http://download.ag-projects.com/others/
For the database accounting module:
SQLObject from http://sqlobject.org
For the RADIUS accounting module:
pyrad3 from https://pypi.org/project/pyrad/
Version Control Repository
The source code is managed using darcs version control tool. The darcs repository can be fetched with:
darcs get http://devel.ag-projects.com/repositories/mediaproxy
To obtain the incremental changes after the initial get:
cd mediaproxy darcs pull -a
After fetching install the software:
cd mediaproxy sudo python3 setup.py install
More info about installing from source MediaProxy can be found in the INSTALL
file.