I'm trying to follow the build instructions on Debian Bookworm, apt downloaded PulseAudio-15.0+dfsg1
At first I got the same config.h problem as #58, but by copying the file from PulseAudio-15.0+dfsg1/build/config.h to PulseAudio-15.0+dfsg1/config.h I got it to make.
The rest of the instructions worked as-is, and ls $(pkg-config --variable=modlibexecdir libpulse) showed module-xrdp-sink.la module-xrdp-sink.so module-xrdp-source.la module-xrdp-source.so was present.
Problem is, pavumeter shows it's using "Dummy Output".
I checked with pacmd list-sinks and list-sources and the xrdp sink/source isn't visible.
I get:
1 sink(s) available.
* index: 0
name: <auto_null>
1 source(s) available.
* index: 0
name: <auto_null.monitor>
Am I missing something to configure?
p.s. I'm using the windows Remote Desktop client
I'm trying to follow the build instructions on Debian Bookworm, apt downloaded PulseAudio-15.0+dfsg1
At first I got the same config.h problem as #58, but by copying the file from
PulseAudio-15.0+dfsg1/build/config.htoPulseAudio-15.0+dfsg1/config.hI got it to make.The rest of the instructions worked as-is, and
ls $(pkg-config --variable=modlibexecdir libpulse)showedmodule-xrdp-sink.la module-xrdp-sink.so module-xrdp-source.la module-xrdp-source.sowas present.Problem is,
pavumetershows it's using "Dummy Output".I checked with
pacmdlist-sinksandlist-sourcesand the xrdp sink/source isn't visible.I get:
Am I missing something to configure?
p.s. I'm using the windows Remote Desktop client