Installing MediaProxy

You can find the mediaproxy source package used for these configuration files at http:/ONsip.org/. Look for the MediaProxy Getting Started package.

You can get the latest version from http://mediaproxy.ag-projects.com/.

The package has thorough INSTALL and README files. PLEASE NOTE that the configuration files in this document does not use proxydispatcher.py. That is, the mediaproxy SER module calls the mediaproxy.py proxy daemon directly. If you want to install mediaproxy on another server, you will have to start proxydispatcher.py on the server running SER and mediaproxy.py on the dedicated RTP proxy server. Change the following line in ser.cfg:

modparam("mediaproxy","mediaproxy_socket", "/var/run/mediaproxy.sock")

to

modparam("mediaproxy","mediaproxy_socket", "/var/run/proxydispatcher.sock")

Please refer to the INSTALL and README files if you want to run multiple mediaproxy RTP proxy servers.