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:

For the database accounting module:

For the RADIUS accounting module:

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.