It does not work to capture or record the internal audio in Obs Studio or Simplescreenrecorder.
After recently upgrading, when I try to record or capture audio using OBS Studio (in a Wayland session) or using SimpleScreenRecorder (in an Xorg session) the internal audio (or output audio) is not detected, it only captures the microphone input.
I am using Fedora 35. I am not sure what configuration files or what dependencies I should check to solve the problem, I think it is a bug with Fedora since two days ago it was working fine, additionally I have tried in other Linux distributions and they do not have the same bug.
Yes of course, they use older Kernels and still use Pulseaudio.
With F34 the sound server changed to Pipewire with pulsaudio-plugin
F35 came up with Wireplumber as Pipewire session manager.
I ran all the commands to debug and they were successful. When I ran systemctl --user status wireplumber, I got an error/failure
β wireplumber.service - Multimedia Service Session Manager
Loaded: loaded (/usr/lib/systemd/user/wireplumber.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2021-11-18 17:37:20 -05; 3h 53min ago
Main PID: 1933 (wireplumber)
Tasks: 4 (limit: 9359)
Memory: 7.3M
CPU: 2.312s
CGroup: /user.slice/user-1000.slice/user@1000.service/session.slice/wireplumber.service
ββ1933 /usr/bin/wireplumber
nov 18 17:37:20 fedora systemd[1664]: Started Multimedia Service Session Manager.
nov 18 19:38:55 fedora wireplumber[1933]: <WpPortalPermissionStorePlugin:0x562d72461ce0> Failed to call Lookup: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for camera
nov 18 19:39:01 fedora wireplumber[1933]: <WpPortalPermissionStorePlugin:0x562d72461ce0> Failed to call Lookup: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for camera
It seems that the problem with Pipewire was already solved and merged into the main branch by your contributors 12 hours ago. Thank you very much for guiding me and telling me about Pipewire and Wireplumber.