Sponsor:

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

libpipewire-module-rtp-source - Man Page

RTP source

Description

The rtp-source module creates a PipeWire source that receives audio and midi RTP packets.

This module is usually loaded from the SAP Announce and create RTP streams so that the source.ip and source.port and format parameters matches that of the sender.

Module Name

libpipewire-module-rtp-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-rtp-source
    args = {
        #local.ifname = eth0
        #source.ip = 224.0.0.56
        #source.port = 0
        sess.latency.msec = 100
        #sess.ignore-ssrc = false
        #node.always-process = false
        #sess.media = "audio"
        #audio.format = "S16BE"
        #audio.rate = 48000
        #audio.channels = 2
        #audio.position = [ FL FR ]
        stream.props = {
           #media.class = "Audio/Source"
           node.name = "rtp-source"
        }
    }
}
]

Since

0.3.60

Referenced By

libpipewire-modules(7).

1.0.5 PipeWire