dvershinin / green-recorder

A simple screen recorder for Linux desktop. Supports Wayland & Xorg
GNU General Public License v3.0
57 stars 3 forks source link

when using pipewire, pacmd is not available (but pactl is !) #12

Closed CircleCode closed 3 years ago

CircleCode commented 3 years ago

in recorder/recorder.py, you use pacmd list-sources | grep -e device.description, which does not work with pipewire. The same result is, however, available with pulseaudio and pipewire if you use pactl list sources | grep -e device.description

Note : I do not know what is the expected output of pacmd list-sources | grep -e device.string (and pactl list sources | grep -e device.string gives no output on my system). However,it appears that audiosourcesids is never used…

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

dvershinin commented 3 years ago

Fixed in 3.2.10