PipeWire 1.4.2
|
The vban-recv
module creates a PipeWire source that receives audio and midi VBAN packets.
The receive will listen on a specific port (6980) and create a stream for each VBAN stream received on the port.
libpipewire-module-vban-recv
Options specific to the behavior of this module
local.ifname = <str>
: interface name to usesource.ip = <str>
: the source ip address to listen on, default 127.0.0.1source.port = <int>
: the source port to listen on, default 6980node.always-process = <bool>
: true to receive even when not runningsess.latency.msec = <str>
: target network latency in milliseconds, default 100stream.props = {}
: properties to be passed to all the streamstream.rules
= <rules>: match rules, use create-stream actions.vban.ip
: the IP address of the VBAN sendervban.port
: the port of the VBAN sendersess.name
: the name of the VBAN streamIn addition to all the properties that can be passed to a stream, you can also set:
sess.latency.msec = <str>
: target network latency in milliseconds, default 100Options with well-known behavior: