1libpipewire-module-netjaMciks2c-edlrliavneero(u7s)InforlmiabtpiiopnewMiarneu-amlodule-netjack2-driver(7)
2
3
4
6 libpipewire-module-netjack2-driver - Netjack2 driver
7
9 The netjack2-driver module provides a source or sink that is following
10 a netjack2 manager.
11
13 libpipewire-module-netjack2-driver
14
16 • driver.mode: the driver mode, sink|source|duplex, default duplex
17
18 • local.ifname = <str>: interface name to use
19
20 • net.ip =<str>: multicast IP address, default '225.3.19.154'
21
22 • net.port =<int>: control port, default '19000'
23
24 • net.mtu = <int>: MTU to use, default 1500
25
26 • net.ttl = <int>: TTL to use, default 1
27
28 • net.loop = <bool>: loopback multicast, default false
29
30 • netjack2.client-name: the name of the NETJACK2 client.
31
32 • netjack2.save: if jack port connections should be save automatically.
33 Can also be placed per stream.
34
35 • netjack2.latency: the latency in cycles, default 2
36
37 • audio.channels: the number of audio ports. Can also be added to the
38 stream props.
39
40 • midi.ports: the number of midi ports. Can also be added to the stream
41 props.
42
43 • source.props: Extra properties for the source filter.
44
45 • sink.props: Extra properties for the sink filter.
46
48 Options with well-known behavior.
49
50 • remote.name
51
52 • audio.channels
53
54 • audio.position
55
56 • node.name
57
58 • node.description
59
60 • node.group
61
62 • node.virtual
63
64 • media.class
65
66 • target.object to specify the remote node.name or serial.id to link to
67
69 context.modules = [
70 { name = libpipewire-module-netjack2-driver
71 args = {
72 #driver.mode = duplex
73 #netjack2.client-name = PipeWire
74 #netjack2.save = false
75 #netjack2.latency = 2
76 #midi.ports = 0
77 #audio.channels = 2
78 #audio.position = [ FL FR ]
79 source.props = {
80 # extra sink properties
81 }
82 sink.props = {
83 # extra sink properties
84 }
85 }
86 }
87 ]
88
89PipeWire 1.0.0libpipewire-module-netjack2-driver(7)