libpipewire-module-roc-sink
ROC sink
- Provided by: libpipewire-0.3-modules (Version: 1.6.2-1ubuntu1)
- Source: pipewire
- Report a bug
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"
}
audio.position = [ FL FR ]
log.level = DEFAULT
}
}
]