mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
module-rtp-source: improve docs a little
This commit is contained in:
parent
b5b01f4dd2
commit
fd1fd7a00f
1 changed files with 7 additions and 0 deletions
|
|
@ -40,11 +40,16 @@
|
|||
* The `rtp-source` module creates a PipeWire source that receives audio
|
||||
* and midi RTP packets.
|
||||
*
|
||||
* This module is usually loaded from the \page page_module_rtp_sap so that the
|
||||
* source.ip and source.port and format parameters matches that of the sender.
|
||||
*
|
||||
* ## Module Options
|
||||
*
|
||||
* Options specific to the behavior of this module
|
||||
*
|
||||
* - `local.ifname = <str>`: interface name to use
|
||||
* - `source.ip = <str>`: the source ip address, default 224.0.0.56
|
||||
* - `source.port = <int>`: the source port
|
||||
* - `node.always-process = <bool>`: true to receive even when not running
|
||||
* - `sess.latency.msec = <str>`: target network latency in milliseconds, default 100
|
||||
* - `sess.media = <string>`: the media type audio|midi|opus, default audio
|
||||
|
|
@ -73,6 +78,8 @@
|
|||
* { name = libpipewire-module-rtp-source
|
||||
* args = {
|
||||
* #local.ifname = eth0
|
||||
* #source.ip = 224.0.0.56
|
||||
* #source.port = 0
|
||||
* sess.latency.msec = 100
|
||||
* #node.always-process = false
|
||||
* #sess.media = "audio"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue