EOSS2023 report – WirePlumber, Propelling PipeWire for Embedded (Ashok Sidipotu – Collabora)

EOSS2023 report  – WirePlumber, Propelling PipeWire for Embedded.

 

Pipewire is an audio and video server designed around pipeline, and the standard on desktop systems nowadays.

WirePlumber is its default session manager. It has a 0.5 release coming sometime this year.  This is a summary of the presentation made by Arnout, our sr. embedded Mind consultant

 

arnout vandecapelle, mind (essensium division), embedded software consultant
Arnout Vandecapelle
27/06/2028

schedule: Embedded Open Source Summit 2023: WirePlumber, Propelling PipeWire for Emb… (sched.com)

slides: PowerPoint Presentation (sched.com)

Pipewire is meant to replace pulseaudio and jack. It includes an emulation layer so legacy applications work out of the box. Low latency is core to its design, this is realised around how buffers are handled. It has excellent performance in general, which is essential for video of course. It has a very modular design around graphs of objects. The architecture consists of many parts that work together to achieve all the features. Security is built-in, with permissions for accessing objects. There are many tools built around pipewire.

One of the pipewire components is the session manager. It enumerates all of the objects. It creates the objects corresponding to audio and video input and output devices. The session manager creates the routes in the hardware. It defines the access permissions. It has a native session manager, but nowadays the default is to use an external one, wireplumber.

libwireplumber provides a higher level API above the pipewire API. It’s GObject based. WirePlumber daemon runs on top of this API and does the session management. It runs modules and Lua scripts – all the libwireplumber API is available in Lua.

Pipewire moves to SPA-JSON (Simple Plugin API) for configuration. With this, wireplumber will gain configs that can be created dynamically and can easily be overridden. They’re automatically persisted.

When something changes, e.g. a bluetooth device is connected, a pipewire signal occurs. Wireplumber cannot prioritize these signals, or between handlers of the signals. E.g. it’s possible that the new device comes up in A2DP; if there’s a videoconf application running, it should switch to HFP. However, it’s possible that the handler that creates the A2DP nodes runs first, and the later switch to HFP destroys them again. Wireplumber 0.5 will solve this by adding an event dispatcher. This will collect all the hooks first before calling them. Priorities can be assigned to the hooks as well as to events themselves. The dispatcher will run them one by one according to priority. If one of the hooks creates a higher-priority event or hook, that one will run first (i.e. it’s a kind of pre-emption).

The new hook-based system (instead of event handlers) makes the system scripts much more manageable. Wireplumber used to have a very complex policy system script, but that is now broken down in separate hooks.

More info on this topic?  cet in contact with our sr. embedded consultants for technical insights.

Presentations

Drop the docs and embrace the model with Gaphor Fosdem '24 - Frank Van Bever 20 March, 2024 Read more
How to update your Yocto layer for embedded systems? ER '23 -Charles-Antoine Couret 28 September, 2023 Read more
Tracking vulnerabilities with Buildroot & Yocto EOSS23 conference - Arnout Vandecapelle 12 July, 2023 Read more
Lua for the lazy C developer Fosdem '23 - Frank Van Bever 5 February, 2023 Read more
Exploring a Swedish smart home hub Fosdem '23 - Hannah Kiekens 4 February, 2023 Read more
prplMesh An Open-source Implementation of the Wi-Fi Alliance® Multi-AP (Arnout Vandecappelle) 25 October, 2018 Read more

 

News