| libpipewire-module-roc-sink(7) | Miscellaneous Information Manual | libpipewire-module-roc-sink(7) |
libpipewire-module-roc-sink - ROC sink
The roc-sink module creates a PipeWire sink that sends samples to a preconfigured receiver address.
One can then connect an audio stream of any running application to that sink or make it the default sink.
libpipewire-module-roc-sink
Options specific to the behavior of this module
Options with well-known behavior:
# ~/.config/pipewire/pipewire.conf.d/my-roc-sink.conf
context.modules = [
{ name = libpipewire-module-roc-sink
args = {
fec.code = disable
remote.ip = 192.168.0.244
remote.source.port = 10001
remote.repair.port = 10002
remote.control.port = 10003
sink.name = "ROC Sink"
sink.props = {
node.name = "roc-sink"
}
}
}
]
| 1.2.7 | PipeWire |