随笔分类 - project5: voip/im/sip
摘要:STUN, TURN, and ICE AnyConnect pioneered the STUN, TURN, and ICE NAT Traversal protocols Routers create problems The router remaps your home device IP
阅读全文
摘要:pjsip blog https://blog.pjsip.org/
阅读全文
摘要:WebRTC中文网 https://webrtc.org.cn/ WebRTC 镜像源 https://webrtc.org.cn/mirror/ WebRTC 文档 https://github.com/RTC-Developer/WebRTC-Documentation-in-Chinese W
阅读全文
摘要:Get Started with WebRTC HTML5 Rocks Table of Contents Real-time communication without plugins Quick start A very short history of WebRTC Where are we
阅读全文
摘要:1. Install stunserver on CentOS/Ubuntuyum -y install gccyum -y install makeyum -y install boost* # For Boostyum -y install openssl* # For OpenSSLwget
阅读全文
摘要:webrtc-audioproc-master/modules/audio_processing/utility/fft4g.c /* * http://www.kurims.kyoto-u.ac.jp/~ooura/fft.html * Copyright Takuya OOURA, 1996-2
阅读全文
摘要:webrtc-audioproc-master/modules/audio_processing/utilityring_buffer.c /* * Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. * * Use
阅读全文
摘要:WebRTC AudioProc (AEC, VAD, NS...) https://github.com/DoubangoTelecom/webrtc-audioproc build example: ./autogen.sh ./configure make
阅读全文
摘要:router NAT配置https://support.huawei.com/enterprise/zh/doc/EDOC1100112409/2b22ffc5全部版本https://support.huawei.com/enterprise/zh/routers/ar800-700-300-200
阅读全文
摘要:The following Configuration Guides are intended to help you connect your SIP Infrastructure (IP-PBX, SBC, etc) to a Twilio Elastic SIP Trunk. Be aware
阅读全文
摘要:Homer is a carrier-grade SIP capture and VoIP monitoring system. This procedure will show how to install Homer on a CentOS v7 server. CaptAgent is a H
阅读全文
摘要:How to install FreeSWITCH in Centos 7?IntroductionThis article is to give an overview to install FreeSWITCH with its default settings.$ sudo yum updat
阅读全文
摘要:This guide will show how to build Jitsi from source into a Windows installable application in 32 and 64 bit form. It assumes the development environme
阅读全文
摘要:How to install Asterisk 13 with WebRTC support in CentOS?IntroductionThis article is a guide to install Asterisk 13.10.0 with WebRTC Support in CentOS
阅读全文
摘要:How to build WebRTC?MacRefer to WebRTC development guide here(http://www.webrtc.org/native-code/development).Then configure PJSIP with:./configure --
阅读全文
摘要:https://webrtc.ventures/2018/03/webrtc-sip-the-demo/ https://webrtc.ventures/blog/ https://github.com/agilityfeat/webrtc-sip-example
阅读全文
摘要:https://wiki.asterisk.org/wiki/display/AST/WebRTC+tutorial+using+SIPML5
阅读全文
摘要:感谢网友larkguo整理的sip ua示例,完善,对味 !小改一下就能实现/uac/uas/gb28181-server/gb28181-client https://github.com/larkguo/SIP_UA/blob/master/ua.c 1. 功能改造 1. 启动参数太长,可以把参
阅读全文
摘要:1. lua installyum install -y readline-devel ncurses-devewget http://www.lua.org/ftp/lua-5.3.1.tar.gztar zxf lua-5.3.1.tar.gzcd lua-5.3.1make linuxmake
阅读全文
摘要:1、安装freeswitch https://freeswitch.org/confluence/display/FREESWITCH/CentOS+7 dong@ubuntu:~/freeswitch$ vi freeswitch_v1.6_install_centos7.6.sh #freesw
阅读全文