Regressed by ports b762a45031e7. WirePlumber like MediaSession needs spa-alsa for audio support or configured to use spa-jack. $ exec dbus-run-session sh $ daemon -f pipewire $ ffmpeg -i /path/to/foo.mp4 foo.wav $ pw-play foo.wav & $ wpctl status [...] Audio ├─ Devices: │ ├─ Sinks: │ ├─ Sources: │ ├─ Filters: │ └─ Streams: [...] Note1: if wpctl is used with MediaSession (after reverting b762a45031e7) it'd show "PCM Sink" and "PCM Source" with associated volumes. Note2: This port probably needs pkg-message to discourage new users from using PipeWire for audio until it gains OSS backend (like PulseAudio). Disclaimer: I don't use PipeWire. Some of my ports require PipeWire but only for video (workaround for missing wlr-screencopy-unstable-v1 in Firefox/Chromium).
> Disclaimer: I don't use PipeWire. I don't use it either, so I have to idea what's the correct path forward for this issue. Does newly committed audio/pipewire-spa-oss improve things or it is completely unrelated to this PR?