分类目录

Howto: RTPproxy Installation Guide

The Sippy RTPproxy is a high-performance software proxy server for RTP streams that can work together with SIP Express Router (SER), OpenSIPS, Kamailio, Sippy B2BUA or reSIProcate B2BUA.

The main purpose of RTPproxy originally had been to make the communication between SIP user agents behind NAT(s) (Network Address Translator) possible.

Homepage: http://www.rtpproxy.org/

1. Installation Download [...]

Howto: Kamailio (OpenSER) Installation Guide

Kamailio (former OpenSER) is an Open Source SIP Server released under GPL, able to handle thousands of call setups per second.

Homepage: http://www.kamailio.org

1. Installation Download the source package # cd ~ # wget http://www.kamailio.org/pub/kamailio/latest/src/kamailio-3.1.3_src.tar.gz # tar zxvf kamailio-3.1.3_src.tar.gz # cd kamailio-3.1.3 # make FLAVOUR=kamailio cfg Modify “modules.lst”, Remove db_mysql from the variable exclude_modules. # [...]

Howto: FFmpeg build in Windows & Linux

FFmpeg is a complete, cross-platform solution to record, convert and stream audio and video. It includes libavcodec – the leading audio/video codec library.

Homepage: http://ffmpeg.org/

1. Linux Test release: http://ffmpeg.org/releases/ffmpeg-0.6.2.tar.gz # cd ~/ffmpeg # wget http://ffmpeg.org/releases/ffmpeg-0.6.2.tar.gz # tar zxvf ffmpeg-0.6.2.tar.gz # cd ffmpeg-0.6.2 # ./configure # make Example code: ~/ffmpeg/ffmpeg-0.6.2/libavcodec/api-example.c # cd ~/ffmpeg/ffmpeg-0.6.2 # cp [...]