You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Richard Fuchs 636c9f193f
MT#55283 add L16 and G726 support
3 days ago
.github MT#61451 GH: raise workflow actions to v4 4 months ago
daemon MT#55283 add L16 and G726 support 3 days ago
debian Release new version 13.4.0.0+0~mr13.4.0.0 2 weeks ago
docs MT#62272 moh: document new mode flag `mode=reflect` 3 weeks ago
el Release new version 13.4.0.0+0~mr13.4.0.0 2 weeks ago
etc MT#61625 tie codec-chain into transcode-config 2 weeks ago
evs MT#56008 increment EVS decoder frame count 2 years ago
fixtures MT#61090 replace fixture with DFSG compatible one 7 months ago
include MT#55283 scale dtx timers 1 week ago
kernel-module MT#55283 convert last_packet to int64_t 1 week ago
lib MT#55283 add L16 and G726 support 3 days ago
perf-tester MT#55283 convert rtpe_now to int64_t 2 weeks ago
perl/NGCP MT#55283 react better on receive timeouts 1 week ago
pkg/deb MT#55283 include generator scripts in backports 2 months ago
recording-daemon MT#55283 add L16 and G726 support 3 days ago
t MT#55283 add L16 and G726 support 3 days ago
tests TT#146201 support forwarding RTCP FB packets directly 2 years ago
utils MT#55283 support CFLAGS in str hash helper 1 month ago
.gitignore MT#61993 build: Rework to use a config.mk generated during the build 3 months ago
.gitreview MT#7505 Add .gitreview file for rtpengine 10 years ago
.mailmap TT#91650 Add a .mailmap file to correct author information 5 years ago
.readthedocs.yaml MT#55897 RTD: start using the `.readthedocs.yaml` 2 years ago
.travis.yml TT#82051 Fix Travis builds 5 years ago
LICENSE add GPL3 license text and update outdated debian/copyright 12 years ago
Makefile MT#55283 add lib/ Makefile 3 weeks ago
README.md MT#61856 docs: make README titles smaller 3 months ago

README.md

Code Testing Debian Package CI Coverity

What is rtpengine?

The Sipwise NGCP rtpengine is a proxy for RTP traffic and other UDP based media traffic. It's meant to be used with the Kamailio SIP proxy and forms a drop-in replacement for any of the other available RTP and media proxies.

Currently the only supported platform is GNU/Linux.

Mailing List

For general questions, discussion, requests for support, and community chat, join our mailing list. Please do not use the Github issue tracker for this purpose.

Features

  • Media traffic running over either IPv4 or IPv6
  • Bridging between IPv4 and IPv6 user agents
  • Bridging between different IP networks or interfaces
  • TOS/QoS field setting
  • Customizable port range
  • Multi-threaded
  • Advertising different addresses for operation behind NAT
  • In-kernel packet forwarding for low-latency and low-CPU performance
  • Automatic fallback to normal userspace operation if kernel module is unavailable
  • Support for Kamailio's rtpproxy module
  • Legacy support for old OpenSER mediaproxy module
  • HTTP, HTTPS, and WebSocket (WS and WSS) interfaces

When used through the rtpengine module (or its older counterpart called rtpproxy-ng), the following additional features are available:

  • Full SDP parsing and rewriting
  • Supports non-standard RTCP ports (RFC 3605)
  • ICE (RFC 5245) support:
    • Bridging between ICE-enabled and ICE-unaware user agents
    • Optionally acting only as additional ICE relay/candidate
    • Optionally forcing relay of media streams by removing other ICE candidates
    • Optionally act as an "ICE lite" peer only
  • SRTP (RFC 3711) support:
    • Support for SDES (RFC 4568) and DTLS-SRTP (RFC 5764)
    • AES-CM and AES-F8 ciphers, both in userspace and in kernel
    • HMAC-SHA1 packet authentication
    • Bridging between RTP and SRTP user agents
    • Opportunistic SRTP (RFC 8643)
    • Legacy non-RFC (dual m= line) best-effort SRTP
    • AES-GCM Authenticated Encryption (AEAD) (RFC 7714)
    • a=tls-id as per RFC 8842
  • Support for RTCP profile with feedback extensions (RTP/AVPF, RFC 4585 and 5124)
  • Arbitrary bridging between any of the supported RTP profiles (RTP/AVP, RTP/AVPF, RTP/SAVP, RTP/SAVPF)
  • RTP/RTCP multiplexing (RFC 5761) and demultiplexing
  • Breaking of BUNDLE'd media streams (draft-ietf-mmusic-sdp-bundle-negotiation)
  • Recording of media streams, decrypted if possible
  • Transcoding and repacketization
  • Transcoding between RFC 2833/4733 DTMF event packets and in-band DTMF tones (and vice versa)
  • Injection of DTMF events or PCM DTMF tones into running audio streams
  • Playback of pre-recorded streams/announcements
  • Transcoding between T.38 and PCM (G.711 or other audio codecs)
  • Silence detection and comfort noise (RFC 3389) payloads
  • Media forking
  • Publish/subscribe mechanism for N-to-N media forwarding

There is also limited support for rtpengine to be used as a drop-in replacement for Janus using the native Janus control protocol (see below).

Rtpengine does not (yet) support:

  • ZRTP, although ZRTP passes through rtpengine just fine

Documentation

Check our general documentation here:

For quick access, documentation for usage:

For quick access, documentation for development:

Sponsors

Contribution

Every bit matters. Join us. Make the rtpengine community stronger.