Sponsor:

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

libpipewire-module-rtp-session - Man Page

RTP session

Description

The rtp-session module creates a media session that is announced with avahi/mDNS/Bonjour.

Other machines on the network that run a compatible session will see eachother and will be able to send audio/midi between eachother.

The session setup is based on apple-midi and is compatible with apple-midi when the session is using midi.

Module Name

libpipewire-module-rtp-session

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-session
     args = {
         #local.ifname = "eth0"
         #control.ip = "0.0.0.0"
         #control.port = 0
         #net.mtu = 1280
         #net.ttl = 1
         #net.loop = false
         #sess.min-ptime = 2
         #sess.max-ptime = 20
         #sess.name = "PipeWire RTP stream"
         #sess.media = "audio"
         stream.props = {
             node.name = "rtp-sink"
             #audio.format = "S16BE"
             #audio.rate = 48000
             #audio.channels = 2
             #audio.position = [ FL FR ]
         }
     }
}
]

Since

0.3.60

Referenced By

libpipewire-modules(7).

1.0.5 PipeWire