Changes between Version 8 and Version 9 of pipewire


Ignore:
Timestamp:
07/22/2023 04:49:00 AM (10 months ago)
Author:
Xi Ruoyao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pipewire

    v8 v9  
    2323}}}
    2424
     25{{{#!comment - seems unnecessary, at least on systemd if we tell systemd to start wireplumber.  If it's needed on sysv, restore it and mark it sysv-only.
    2526Pipewire itself must be built with wireplumber support, so use the option
    2627{{{
     
    2829}}}
    2930before building wireplumber (the session manager need not be present when building pipewire).
     31}}}
    3032
    3133With Wireplumber we can run Pipewire daemon with:
     
    3436{{{
    3537sudo systemctl --global enable pipewire
     38sudo systemctl --global enable wireplumber
    3639systemctl --user start pipewire
     40systemctl --user start wireplumber
    3741}}}
    3842