After starting pulseaudio through the command line : ./src/pulseaudio -n -F src/default.pa -p $(pwd)/src/ --log-time=1 -vvvv
I can't load the module module-raop-discover. When I run ./src/pacmd load-module module-raop-discover, I received in pulseaudio log file the error : Failed to open module module-raop-discover.so.
After checking the source directory, module-raop-discover.c has not been compiled. How is it ? How can I specify to compile module-raop-discover.c ?
Hello,
After starting pulseaudio through the command line : ./src/pulseaudio -n -F src/default.pa -p $(pwd)/src/ --log-time=1 -vvvv
I can't load the module module-raop-discover. When I run ./src/pacmd load-module module-raop-discover, I received in pulseaudio log file the error : Failed to open module module-raop-discover.so.
After checking the source directory, module-raop-discover.c has not been compiled. How is it ? How can I specify to compile module-raop-discover.c ?
Thank you Frédéric