mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
module-rtp: clarify some docs
This commit is contained in:
parent
da8e207de9
commit
a00981ec20
1 changed files with 2 additions and 1 deletions
|
|
@ -52,7 +52,8 @@
|
||||||
* Options specific to the behavior of this module
|
* Options specific to the behavior of this module
|
||||||
*
|
*
|
||||||
* - `local.ifname = <str>`: interface name to use
|
* - `local.ifname = <str>`: interface name to use
|
||||||
* - `source.ip = <str>`: the source ip address, default 224.0.0.56
|
* - `source.ip = <str>`: 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 = <int>`: the source port
|
* - `source.port = <int>`: the source port
|
||||||
* - `node.always-process = <bool>`: true to receive even when not running
|
* - `node.always-process = <bool>`: true to receive even when not running
|
||||||
* - `sess.latency.msec = <str>`: target network latency in milliseconds, default 100
|
* - `sess.latency.msec = <str>`: target network latency in milliseconds, default 100
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue