Sponsor:

Your company here, and a link to your site. Click to find out more.

libpipewire-module-roc-sink - Man Page

ROC sink

Description

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.

Module Name

libpipewire-module-roc-sink

Module Options

Options specific to the behavior of this module

General Options

Options with well-known behavior:

Example Configuration

 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"
          }
      }
  }
]

Referenced By

libpipewire-modules(7).

1.0.5 PipeWire