| libpipewire-module-rtp-sink(7) | Miscellaneous Information Manual | libpipewire-module-rtp-sink(7) |
libpipewire-module-rtp-sink - RTP sink
The rtp-sink module creates a PipeWire sink that sends audio RTP packets.
libpipewire-module-rtp-sink
Options specific to the behavior of this module
Options with well-known behavior:
context.modules = [
{ name = libpipewire-module-rtp-sink
args = {
#local.ifname = "eth0"
#source.ip = "0.0.0.0"
#destination.ip = "224.0.0.56"
#destination.port = 46000
#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"
#audio.format = "S16BE"
#audio.rate = 48000
#audio.channels = 2
#audio.position = [ FL FR ]
stream.props = {
node.name = "rtp-sink"
}
}
}
]
Since
| 1.0.5 | PipeWire |