| libpipewire-module-vban-recv(7) | Miscellaneous Information Manual | libpipewire-module-vban-recv(7) |
libpipewire-module-vban-recv - VBAN receiver
The vban-recv module creates a PipeWire source that receives audio and midi VBAN packets.
The receive will listen on a specific port (6980) and create a stream for each VBAN stream received on the port.
libpipewire-module-vban-recv
Options specific to the behavior of this module
In addition to all the properties that can be passed to a stream, you can also set:
Options with well-known behavior:
# ~/.config/pipewire/pipewire.conf.d/my-vban-recv.conf
context.modules = [
{ name = libpipewire-module-vban-recv
args = {
#local.ifname = eth0
#source.ip = 127.0.0.1
#source.port = 6980
sess.latency.msec = 100
#node.always-process = false
#audio.position = [ FL FR ]
stream.props = {
#media.class = "Audio/Source"
#node.name = "vban-receiver"
}
stream.rules = [
{ matches = [
{ sess.name = "~.*"
#sess.media = "audio" | "midi"
#vban.ip = ""
#vban.port = 1000
#audio.channels = 2
#audio.format = "U8" | "S16LE" | "S24LE" | "S32LE" | "F32LE" | "F64LE"
#audio.rate = 44100
}
]
actions = {
create-stream = {
stream.props = {
#sess.latency.msec = 100
#target.object = ""
#audio.position = [ FL FR ]
#media.class = "Audio/Source"
#node.name = "vban-receiver"
}
}
}
}
]
}
}
]
Since
| 1.4.2 | PipeWire |