libpipewire-module-rtp-session(7) Miscellaneous Information Manual NAME libpipewire-module-rtp-session - RTP session DESCRIPTION The rtp-session module creates a media session that is announced with avahi/mDNS/Bonjour. Other machines on the network that run a compatible session will see eachother and will be able to send audio/midi between eachother. The session setup is based on apple-midi and is compatible with apple- midi when the session is using midi. MODULE NAME libpipewire-module-rtp-session MODULE OPTIONS Options specific to the behavior of this module o local.ifname = : interface name to use o control.ip =: control IP address, default '0.0.0.0' o control.port =: control port, default '0' o net.mtu = : MTU to use, default 1280 o net.ttl = : TTL to use, default 1 o net.loop = : loopback multicast, default false o sess.min-ptime = : minimum packet time in milliseconds, default 2 o sess.max-ptime = : maximum packet time in milliseconds, default 20 o sess.latency.msec = : receiver latency in milliseconds, default 100 o sess.name = : a session name o sess.ts-offset = : an offset to apply to the timestamp, default -1 = random offset o sess.ts-refclk = : the name of a reference clock o sess.media = : the media type audio|midi|opus, default midi o stream.props = {}: properties to be passed to the stream GENERAL OPTIONS Options with well-known behavior: o remote.name o audio.format o audio.rate o audio.channels o audio.position o node.name o node.description o media.name o node.group o node.latency o node.virtual o media.class EXAMPLE CONFIGURATION context.modules = [ { name = libpipewire-module-rtp-session args = { #local.ifname = "eth0" #control.ip = "0.0.0.0" #control.port = 0 #net.mtu = 1280 #net.ttl = 1 #net.loop = false #sess.min-ptime = 2 #sess.max-ptime = 20 #sess.name = "PipeWire RTP stream" #sess.media = "audio" stream.props = { node.name = "rtp-sink" #audio.format = "S16BE" #audio.rate = 48000 #audio.channels = 2 #audio.position = [ FL FR ] } } } ] Since 0.3.60 PipeWire 1.0.6 libpipewire-module-rtp-session(7)