From a00981ec201b630a7b260812d7ba2e7b10bf16ef Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 16 Jan 2024 15:48:24 +0100 Subject: [PATCH] module-rtp: clarify some docs --- src/modules/module-rtp-source.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/modules/module-rtp-source.c b/src/modules/module-rtp-source.c index a901f9a5d..9be0facaa 100644 --- a/src/modules/module-rtp-source.c +++ b/src/modules/module-rtp-source.c @@ -52,7 +52,8 @@ * Options specific to the behavior of this module * * - `local.ifname = `: interface name to use - * - `source.ip = `: the source ip address, default 224.0.0.56 + * - `source.ip = `: the source ip address, default 224.0.0.56. Set this to the IP address + * you want to receive packets from or 0.0.0.0 to receive from any source address. * - `source.port = `: the source port * - `node.always-process = `: true to receive even when not running * - `sess.latency.msec = `: target network latency in milliseconds, default 100