dev47apps / droidcam-linux-client

GNU/Linux/nix client for DroidCam
http://www.dev47apps.com
GNU General Public License v2.0
1.07k stars 173 forks source link

Pipewire #284

Open kreciorek opened 1 month ago

kreciorek commented 1 month ago

Hello! it seems like pulseaudio was depecrated (atleast on arch) for some DE's It worked fine before but now it doesnt seem to work, audio is not detected, no "Built In Device" in pavucontrol I also installed pipewire-pulse, it seems like it doesnt work on it Its on a fresh install of arch linux, would love to get some help! Server Name: PulseAudio (on PipeWire 1.2.1)

KebabLord commented 1 month ago

i don't know if pacmd binary exists for pipewrie but you can try this:

in order to manually adding the device as an input. first checkout the name of the device, in this screenshot it is: hw:1,1,0 image

then manually create the device using:

pacmd load-module module-alsa-source source_properties=device.description=DroidCam device=hw:1,1,0

and i guess it should appear image

kreciorek commented 1 month ago

pactl doesnt work as it should work pipewire moment

nxjosephofficial commented 1 month ago

pactl doesnt work as it should work pipewire moment

Do you have pipewire-pulse installed?

kreciorek commented 1 month ago

as you saw, it shows Pulseaudio (Server Pipewire)