Sponsor:

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

libpipewire-module-roc-source - Man Page

ROC source

Description

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.

Module Name

libpipewire-module-roc-source

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

Referenced By

libpipewire-modules(7).

1.0.5 PipeWire