摘要:
三大运营商和其他众多通信业务厂商都可能有SIP服务器,用来支持语音对讲,多媒体调度等功能,他们的平台可能不是标准的SIP协议会话。 为了应对没完没了的对接各个厂商的平台,这里再整理了一套协议脚本,毕竟全都是没有意义的无用功,标准化的SIP会话就是最好的。 感谢西安的枫林晨曦,帮忙抓包,整理了这套脚本 阅读全文
摘要:
1、freeswitch安装 yum install -y http://files.freeswitch.org/freeswitch-release-1-6.noarch.rpm epel-release yum install -y freeswitch-config-vanilla free 阅读全文
摘要:
1、找了个电子围栏算法,也就是多边形找点,在图形内还是图形外 #!/usr/bin/env python # -*- coding: utf-8 -*- import json import math lnglatlist = [] data = '[{"name":"武汉市三环","points" 阅读全文
摘要:
一、服务器端 1、nignx 2、ffmpeg 3、srs 4、livego 5、node-rtsp-rtmp-server github搜一圈也很多 https://github.com/gwuhaolin/livego https://github.com/sevenzoe/gortmp htt 阅读全文
摘要:
1、sipp的安装 1) 在centos 7.2下安装 yum install make gcc gcc-c++ ncurses ncurses.x86_64 ncurses-devel ncurses-devel.x86_64 openssl lksctp-tools libnet libpcap 阅读全文
摘要:
1. sip stacks pjsip/bell-sip/sofia-sip/libeXosip/libre https://github.com/staskobzar/sip_stacks_examples 2. sip user agent and server network architec 阅读全文
摘要:
1、编译安装参考源码包自带的说明文档 h264bitstream-0.2.0/README.md sudo apt-get install build-essential libtoolautoreconf -i./configure --prefix=$(pwd)/_installmakemake 阅读全文
摘要:
The library you create when you are done with Learn C The Hard Way http://c.learncodethehardway.org/ https://github.com/zedshaw/liblcthw 阅读全文
摘要:
提取的nordic rf51xx/rf52xx sdk中的线程间消息通信机制,非常简洁 demo.c demo2.c https://github.com/zhoudd1/scheduler 阅读全文
摘要:
一、环境变量1、node-v4.9.1-linux-armv7l1)安装cp node-v4.9.1-linux-armv7l.tar.gz /usr/local/cd /usr/local/tar xvf node-v4.9.1-linux-armv7l.tar.gz2)添加环境变量export 阅读全文