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.e
In another article, we describe the client API design (IOT command (based on SIP) client API design for Java).The previous time combed the command design and framework, in fact, the narrow sense of the device control, management, can be managed in the home LAN, can also be remote management (through the open source SIP server:opensips), of course, also contains the device linkage rules of the prototype implementation (ie, the ittt of the Internet of Things).Command contains two parts: client and
installOr make all, make installRefer:3. Start: kamctl start4. Restart: kamctl restart5. Monitoring Service Status: kamctl Moni6. MySQL Configuration:1) installation:Edit makefile. var files to include the MySQL ModuleVim makefile. varsUncomment the next line in the file:Mods_mysql = onCP/usr/local/lib/MySQL/libmysqlclient. so.16/usr/lib
Edit now/usr/local/etc/kamailio/kamctlrc and add:Dbengine = MySQLSip_domain = pryko.com6.1 create a database: kamdbctl create6.2 Administrator Logon: User 'adm
Solution: http://wb127.blog.51cto.com/2232662/401732
# Mount-t nfs 196.168.6.5:/home/opensips/develop/working/qte_yaffs/testRpcbind: Server localhost not responding, timed outRPC: failed to contact local rpcbind server (errno 5 ).Rpcbind: Server localhost not responding, timed outRPC: failed to contact local rpcbind server (errno 5 ).Rpcbind: Server localhost not responding, timed outRPC: failed to contact local rpcbind server (errno 5 ).Rpcbind: Ser
Tags: MySQL database operations1. Backing Up the database[Email protected] ~]# mysqldump-h 192.168.0.8-uroot-p ' 123456 ' user >user.sql2. View MySQL database character set settingsMysql> Show variables like ' character_set_% ';+--------------------------+----------------------------+| variable_name | Value |+--------------------------+----------------------------+| character_set_client | Latin1 || character_set_connection | Latin1 || Character_set_database | UTF8 || Character_set_filesystem | b
stack: Protocol stack for transmitting language or video dataPacket Capture test tool:The most effective way to debug network programsThe following describes the software mainly based on open source software .... For details, see the original document.2. Video Communication Based on the SIP protocolHttp://tech.163.com/05/0101/15/1915T5RL00091590.htmlI talked about three aspects:The relationship between the SIP protocol and its development, the basic components of the SIP System (User Agent, SIP
I. Summary
This article analyzes the characteristics of the growing demand for video surveillance for residential and personal networks, and provides a cost-effective and easy-to-use P2P solution for large-scale deployment.
Due to limited space, this article only provides the ideas of the solution, and does not elaborate on more in-depth technical details. If you are interested, you can continue to study in depth.
Ii. Keywords
Ipcam, P2P, Nat, stun, turn, ice, pjsip,
I. Summary
This article analyzes the characteristics of the growing demand for video surveillance for residential and personal networks, and provides a cost-effective and easy-to-use P2P solution for large-scale deployment.
Due to limited space, this article only provides the ideas of the solution, and does not elaborate on more in-depth technical details. If you are interested, you can continue to study in depth.
Ii. Keywords
Ipcam, P2P, Nat, stun, turn, ice, pjsip,
)http://fengwan.blog.51cto.com/508652/1655392 (CentOS 6)1. In accordance with the above method of installation we have installed the Mediaproxy, the following is the 192.168.1.245 mediaproxy configuration file/etc/mediaproxy/config.ini[relay]dispatchers = 192.168.1.245passport = Nonerelay_ip = 192.168.1.245port_range = 50000:60000log_level = Debugon_Hold_timeout = 1800[dispatcher]socket_path = Dispatcher.socklisten = 192.168.1.245listen_management = 192.168.1.245management_use_tls = Nopassport =
It's like a interface man.Http://fts.ifac.cnr.it/cgi-bin/dwww?type=runmanlocation=interfaces/5Then a blog post, after his own experiment, followed here to go again, you can deepen the impression of it.Http://www.mathworks.cn/cn/help/simulink/ug/getting-the-raspberry_pi-ip-address.htmlBeep beep beep, another record, Bo owner's purpose is to install a opensips server.http://www.raspberryvoip.com/tutorials/The author suggested that in the following order
Some time ago, I was dragged to. Net for two months and worked overtime every day. Alas, This Is What outsourcing companies do.
Now you don't have to work overtime. You can study the audio and video communication based on SIP.
After studying blogs written by others for a few days, we have a preliminary solution:
Server: opensips
Client audio decoding: speex
Video decoding: Library H.264 in FFMPEG
The above two libraries are all C libraries that
When a calls B, if B has already connected the phone, but 200 OK has not returned to a, but a hangs up the phone1. A sends Cancel to B.2. A receives the 200 OK message from invite, replies to ACK, and sets the call to active.3. B receives the cancel and replies to the 200 OK message, but does not send the 487(Normal cancel process reference http://yeyingxian.blog.163.com/blog/static/344712420130238404943)
A opensips B
====> Invite====> Invite
====> Ca
be a way to back it up. asterisk doesn't inherently have this built in, but with a few simple scripts, it's quite simple to create failover or a load-balancing cluster of machines to minimize downtime.
Most of these implementations are open-sourced, community-based solutions, but they work well.
One of my favorites for redundancy is flip1405 (created by thiscoolsite), which is a scripted solution to failover asterisk services with only about 20-30 seconds of downtime. they have also crafted ano
1. First confirm the default user name and password, because the default user name password for each version of Sermyadmin may be different, depending on
"Building Telephony Systems with Opensips 1.6" in this book, the Sermyadmin username and password are
Admin@setup and Secret. But from the init script in the MySQL database in my Sermyadmin installation package (SERMYADMIN.SQL)
You can see the following lines:
LOCK TABLES ' subscriber ' WRITE;INSERT
Because the Linux kernel changes very quickly, each iteration between the data structure, the interface is likely to change, so for our write kernel module compatibility brings some problems, often in a version of the module can be compiled normally, the other module on the compilation failed, this time we need to do the kernel version compatible, Here's how to fix it:In the kernel, there is a linux/version.h header file, there are two macros Linux_version_code and kernel_version, you can use th
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.