| libpipewire-module-roc-source(7) | Miscellaneous Information Manual | libpipewire-module-roc-source(7) |
libpipewire-module-roc-source - ROC source
The roc-source module creates a PipeWire source that receives samples from ROC sender and passes them to the sink it is connected to.
One can then connect it to any audio device.
libpipewire-module-roc-source
Options specific to the behavior of this module
Options with well-known behavior:
# ~/.config/pipewire/pipewire.conf.d/my-roc-source.conf
context.modules = [
{ name = libpipewire-module-roc-source
args = {
local.ip = 0.0.0.0
resampler.profile = medium
fec.code = disable
sess.latency.msec = 5000
local.source.port = 10001
local.repair.port = 10002
local.control.port = 10003
source.name = "ROC Source"
source.props = {
node.name = "roc-source"
}
}
}
]
| 1.2.7 | PipeWire |