hfujita / pulseaudio-raop2

Experimental RAOP2 (Apple AirPlay2) support for PulseAudio
http://hfujita.github.io/pulseaudio-raop2/
Other
138 stars 19 forks source link

Can't load module-raop-discover #58

Closed fredolphin closed 4 years ago

fredolphin commented 8 years ago

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

fredolphin commented 8 years ago

The answer to my issue, if it helps someone else : apt-get install openssl libssl1.0.0 libssl-dev

Frédéric