[Pkg-voip-commits] [janus] 137/163: Made clearer that the new options added in #1027 are optional

Jonas Smedegaard dr at jones.dk
Sat Oct 28 01:22:23 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.2.5-1
in repository janus.

commit 7c9f5b742c80e3b9aff1512de768c3135a5b6c41
Author: Lorenzo Miniero <lminiero at gmail.com>
Date:   Mon Oct 16 12:00:59 2017 +0200

    Made clearer that the new options added in #1027 are optional
---
 conf/janus.plugin.audiobridge.cfg.sample | 4 ++++
 plugins/janus_audiobridge.c              | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/conf/janus.plugin.audiobridge.cfg.sample b/conf/janus.plugin.audiobridge.cfg.sample
index d0f1622..e2e932b 100644
--- a/conf/janus.plugin.audiobridge.cfg.sample
+++ b/conf/janus.plugin.audiobridge.cfg.sample
@@ -11,6 +11,10 @@
 ; audio_level_average = 25 (average value of audio level, 127=muted, 0='too loud', default=25)
 ; record = true|false (whether this room should be recorded, default=false)
 ; record_file = /path/to/recording.wav (where to save the recording)
+;
+;     The following lines are only needed if you want the mixed audio
+;     to be automatically forwarded via plain RTP to an external component
+;     (e.g., an ffmpeg script, or a gstreamer pipeline) for processing
 ; rtp_forward_id = numeric RTP forwarder ID for referencing it via API (optional: random ID used if missing)
 ; rtp_forward_host = host address to forward RTP packets of mixed audio to
 ; rtp_forward_port = port to forward RTP packets of mixed audio to
diff --git a/plugins/janus_audiobridge.c b/plugins/janus_audiobridge.c
index 88be570..c591762 100644
--- a/plugins/janus_audiobridge.c
+++ b/plugins/janus_audiobridge.c
@@ -30,6 +30,10 @@ audiolevel_ext = yes|no (whether the ssrc-audio-level RTP extension must be
 	negotiated/used or not for new joins, default=yes)
 record = true|false (whether this room should be recorded, default=false)
 record_file =	/path/to/recording.wav (where to save the recording)
+
+	[The following lines are only needed if you want the mixed audio
+	to be automatically forwarded via plain RTP to an external component
+	(e.g., an ffmpeg script, or a gstreamer pipeline) for processing]
 rtp_forward_id = numeric RTP forwarder ID for referencing it via API (optional: random ID used if missing)
 rtp_forward_host = host address to forward RTP packets of mixed audio to
 rtp_forward_port = port to forward RTP packets of mixed audio to

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list