Browse Source

Merge branch 'master' of https://github.com/juha-h/rtpengine

Change-Id: I913eb7d19d40186c4c24842a4e256d616d11a8f8
changes/41/20541/1
Richard Fuchs 8 years ago
parent
commit
67e2e4e0aa
2 changed files with 44 additions and 0 deletions
  1. +1
    -0
      debian/ngcp-rtpengine-recording-daemon.install
  2. +43
    -0
      etc/rtpengine-recording.sample.conf

+ 1
- 0
debian/ngcp-rtpengine-recording-daemon.install View File

@ -1 +1,2 @@
recording-daemon/rtpengine-recording /usr/sbin/
etc/rtpengine-recording.sample.conf /etc/rtpengine/

+ 43
- 0
etc/rtpengine-recording.sample.conf View File

@ -0,0 +1,43 @@
[rtpengine-recording]
table = 0
### number of worker threads (default 8)
# num-threads = 16
### where to forward to (unix socket)
# forward-to = /var/run/rtpengine/sock
### where to store recordings: file (default), db, both
# output-storage = db
### format of stored recordings: wav (default), mp3
# output-format = mp3
### mix participating sources into a single output
# output-mixed = 1
### directory containing rtpengine metadata files
# spool-dir = /var/spool/rtpengine
### where to store media files to
# output-dir = /var/lib/rtpengine-recording
### resample all output audio
# resample-to = 8000
### bits per second for MP3 encoding
# mp3_bitrate = 24000
### mix participating sources into a single output
# output-mixed = 1
### create one output file for each source
# output-single = 1
### mysql configuration for db storage
# mysql-host = localhost
# mysql-port = 3306
# mysql-user = rtpengine
# mysql-pass = secret
# mysql-db = rtpengine

Loading…
Cancel
Save