dimtpap / obs-pipewire-audio-capture

🔊 Audio device and application capture for OBS Studio using PipeWire
https://obsproject.com/forum/resources/pipewire-audio-capture.1458/
GNU General Public License v2.0
298 stars 9 forks source link

Application Audio Capture: Capture all apps except this one does not persist across OBS restarts #23

Closed flexiondotorg closed 1 year ago

flexiondotorg commented 1 year ago

Thank you very much for obs-pipewire-audio-capture 🙇 It has resolved several audio-related issues in my OBS Studio setup and helped simplify my scene/source composition.

Expected behaviour

When adding an Application Audio Capture (PipeWire) source and checking Capture all apps except this one, the option will persist across restarts of OBS Studio.

Actual behaviour

When adding an Application Audio Capture (PipeWire) source and checking Capture all apps except this one, it is only effective for the current OBS Studio session. Upon restarting OBS Studio Capture all apps except this one is unchecked and needs to be re-enabled.

Configuration

PipeWire was manually installed as follows:

apt-get install gstreamer1.0-pipewire pipewire-audio-client-libraries wireplumber

flexiondotorg commented 1 year ago

@dimtpap Thanks for the fix. I see in #17 you provided a link daily build including the fix. Any chance you have a daily build that includes this fix?

dimtpap commented 1 year ago

Went ahead and released it as a new version https://github.com/dimtpap/obs-pipewire-audio-capture/releases/tag/1.0.5

flexiondotorg commented 1 year ago

Thank you!