PipeWire  0.3.67
PipeWire Module: RTP source

The rtp-source module creates a PipeWire source that receives audio and midi RTP packets.

Module Options

Options specific to the behavior of this module

  • local.ifname = <str>: interface name to use
  • 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, default audio
  • stream.props = {}: properties to be passed to the stream

General options

Options with well-known behavior:

Example configuration

context.modules = [
{ name = libpipewire-module-rtp-source
args = {
#local.ifname = eth0
sess.latency.msec = 100
#node.always-process = false
#sess.media = "audio"
#audio.format = "S16BE"
#audio.rate = 48000
#audio.channels = 2
#audio.position = [ FL FR ]
stream.props = {
#media.class = "Audio/Source"
node.name = "rtp-source"
}
}
}
]
Since
0.3.60