CentOS5.11 mediaproxy-2.4.4 Installation

Source: Internet
Author: User

CentOS5.11 mediaproxy-2.4.4 Installation

Because opensips + mediaproxy must be used in the work, we will introduce how to install mediaproxy2.4.4under CentOS5.11.

yum-y install gccgcc-c++libgpg-error-develpython-devellibgcrypt-develpython-setuptools rpm-ivhlibnfnetlink-0.0.40-1.el5.rf.x86_64.rpm rpm-ivhlibnfnetlink-devel-0.0.40-1.el5.rf.x86_64.rpm rpm-ivhlibnetfilter_conntrack-0.0.97-1.el5.rf.x86_64.rpm rpm-ivhlibnetfilter_conntrack-devel-0.0.97-1.el5.rf.x86_64.rpm tar jxfgnutls-2.4.2. tar .bz2 cd gnutls-2.4.2 . /configure --with-included-libtasn1--libdir= /usr/local/lib64/ make make install ln -s /usr/local/lib64/libgnutl * /usr/lib64/ ln -s /usr/lib64/libgcrypt .11 /usr/lib64/libgcrypt .11.2.2 ln -s /usr/lib64/libgcrypt .11 /usr/lib64/libgcrypt .11.2.3 cd tar zxfctypes-1.0.2. tar .gz cd ctypes-1.0.2 . /setup .pybuild . /setup .py install cd tar zxfpython-application-1.1.5. tar .gz cd python-application-1.1.5 . /setup .pybuild . /setup .py install cd tar zxfpython-cjson-1.0.5. tar .gz cd python-cjson-1.0.5 . /setup .pybuild . /setup .py install cd tar zxfpython-gnutls-1.1.9. tar .gz cd python-gnutls-1.1.9 . /setup .pybuild . /setup .py install cd rpm-ivhpython-zopeinterface-3.3.0-114.2.x86_64.rpm tar jxfTwisted-8.1.0. tar .bz2 cd Twisted-8.1.0 . /setup .pybuild . /setup .py install cd tar zxfmediaproxy-2.4.4. tar .gz cd mediaproxy-2.4.4 . /setup .pybuild . /setup .py install cd mkdir /etc/mediaproxy mkdir -p /var/run/opensips/ mkdir -p /var/run/mediaproxy cp /root/mediaproxy-2 .4.4 /config .ini.sample /etc/mediaproxy/config .ini cp -rf /root/mediaproxy-2 .4.4 /tls/ /etc/mediaproxy/ Enable ip_forward sed -i 's#net.ipv4.ip_forward=0#net.ipv4.ip_forward=1#g' /etc/sysctl .conf sysctl-p config.ini [Relay] dispatchers=192.168.88.245 passport=None relay_ip=192.168.88.245 port_range=50000:60000 log_level=DEBUG on_hold_timeout=1800 [Dispatcher] socket_path=dispatcher.sock listen=192.168.88.245 listen_management=192.168.88.245 management_use_tls=no passport=None management_passport=None log_level=DEBUG [TLS] [Database] [Radius] [OpenSIPS] socket_path= /var/run/opensips/socket max_connections=10

Add

loadmodule "mediaproxy.so" modparam( "mediaproxy" , "disable" ,0) modparam( "mediaproxy" , "mediaproxy_socket" , "/var/run/mediaproxy/dispatcher.sock" ) modparam( "mediaproxy" , "mediaproxy_timeout" ,1000) modparam( "mediaproxy" , "signaling_ip_avp" , "$avp(nat_ip)" ) modparam( "mediaproxy" , "media_relay_avp" , "$avp(media_relay)" ) modparam( "mediaproxy" , "ice_candidate" , "low-priority" )

Software address: http://down.51cto.com/data/2048260

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.