rtpengine: new package 526/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Mon, 4 May 2020 18:00:59 +0000 (20:00 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Mon, 4 May 2020 18:01:01 +0000 (20:01 +0200)
commitff67aa6f79a73e48115464b542c58c09bf969e62
treeda53e7ad44d8a116c9cea2ff66bdc31e7aeb5b64
parent3e8a75a62229df738f77941ad38a46f2da907065
rtpengine: new package

rtpengine is a proxy for RTP traffic. It has lots of capabilities,
including transcoding, in-kernel forwarding and SRTP transport, to name
a few.

Packaging:

  1. regular rtpengine
  2. rtpengine variant without transcoding support (smaller dependency
     tree)
  3. recording daemon
  4. kernel module
  5. iptables module

Simple init scripts (procd) are included, plus a hotplug script for
rtpengine.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/rtpengine/Makefile [new file with mode: 0644]
net/rtpengine/files/rtpengine-recording.conf [new file with mode: 0644]
net/rtpengine/files/rtpengine-recording.init [new file with mode: 0644]
net/rtpengine/files/rtpengine.conf [new file with mode: 0644]
net/rtpengine/files/rtpengine.hotplug [new file with mode: 0644]
net/rtpengine/files/rtpengine.init [new file with mode: 0644]
net/rtpengine/patches/01-cflags.patch [new file with mode: 0644]
net/rtpengine/patches/02-kernel-include.patch [new file with mode: 0644]
net/rtpengine/patches/03-uclibc-getloadavg.patch [new file with mode: 0644]