Sign inSign up

mich43l/rtpproxy

By mich43l

Updated 7 months ago

Streaming RTP with RTPProxy in container

Image
Networking
0

598

mich43l/rtpproxy repository overview

RTPproxy on docker

Ubuntu RTPProxy imgsize

RTPproxy server for streaming RTP on SIP proxy/server such as: Opensips,Kamailio

Run

  • docker run -tid --name=rtpproxy --network=host mich43l/rtpproxy
  • docker run -tid --name=rtpproxy --network=host -v /var/lib/rtpproxy-recording:/var/lib/rtpproxy-recording -v /var/spool/rtpproxy:/var/spool/rtpproxy mich43l/rtpproxy
  • docker run -tid --name=rtpproxy --network=host -e RTPPROXY_LISTEN_HOST="192.168.0.1" -e RTPRPOXY_NOFILE_LIMIT="65535" -e RTPPROXY_LOG_LEVEL="INFO:LOG_LOCAL5" mich43l/rtpproxy

Build arguments

ARGVALUE
GOSU_VERSIONChoose gosu version to install. Default: 1.17

Environment variables

ParamExaplain
RTPPROXY_LISTEN_HOSTSet RTPPROXY host to listenon. Default: 0.0.0.0
RTPPROXY_CTRL_SOCKETUse other username instead of postgres. Default: udp:*:7890
RTPRPOXY_NOFILE_LIMITSet the maximum number of open file descriptors per process. Default: 500000
RTPPROXY_MIN_PORTSet lower limit on UDP ports range. Default: 10000
RTPPROXY_MAX_PORTSet upper limit on UDP ports range. Default: `65000``
RTPPROXY_LOG_LEVELConfigures the verbosity level of the log output. Default: INFO:LOG_LOCAL5
RTPPROXY_PARAMFilfull rtpproxy parameters

Tag summary

Content type

Image

Digest

sha256:1fce9b088

Size

47.1 MB

Last updated

7 months ago

docker pull mich43l/rtpproxy