libpipewire-module-netjack2-driver(7) Miscellaneous Information Manual NAME libpipewire-module-netjack2-driver - Netjack2 driver DESCRIPTION The netjack2-driver module provides a source or sink that is following a netjack2 manager. MODULE NAME libpipewire-module-netjack2-driver MODULE OPTIONS o driver.mode: the driver mode, sink|source|duplex, default duplex o local.ifname = : interface name to use o net.ip =: multicast IP address, default '225.3.19.154' o net.port =: control port, default '19000' o net.mtu = : MTU to use, default 1500 o net.ttl = : TTL to use, default 1 o net.loop = : loopback multicast, default false o netjack2.client-name: the name of the NETJACK2 client. o netjack2.save: if jack port connections should be save automatically. Can also be placed per stream. o netjack2.latency: the latency in cycles, default 2 o audio.channels: the number of audio ports. Can also be added to the stream props. o midi.ports: the number of midi ports. Can also be added to the stream props. o source.props: Extra properties for the source filter. o sink.props: Extra properties for the sink filter. GENERAL OPTIONS Options with well-known behavior. o remote.name o audio.channels o audio.position o node.name o node.description o node.group o node.virtual o media.class o target.object to specify the remote node.name or serial.id to link to EXAMPLE CONFIGURATION OF A DUPLEX SINK/SOURCE context.modules = [ { name = libpipewire-module-netjack2-driver args = { #driver.mode = duplex #netjack2.client-name = PipeWire #netjack2.save = false #netjack2.latency = 2 #midi.ports = 0 #audio.channels = 2 #audio.position = [ FL FR ] source.props = { # extra sink properties } sink.props = { # extra sink properties } } } ] PipeWire 1.0.6 libpipewire-module-netjack2-driver(7)