3a5126f33928425c80efe083ed826a60d2dc853e
I) DEPENCIES libboost-dev libextractor-dev libavcodec-dev libwt-dev Warning: your distrib may provide an outdated wt library. Latest Wt highly recommended (http://www.webtoolkit.eu/wt) II) BUILD # autoreconf -vfi # mkdir build # cd build # ../configure (configure will complain if a mandatory library is missing) # make -j 4 III) RUNNING # ./lms --docroot=../ --http-port=8080 --http-address=0.0.0.0 IV) Setting up SSL (required by the Remote mobile service) Generate a dh file: # openssl dhparam -out dh2048.pem 2048 Generate a self signed certificate: # openssl req -x509 -out cert.pem -keyout privkey.pem -newkey rsa:4096
Description
Lightweight Music Server. Access your self-hosted music using a web interface.
http://lms-demo.poupon.dev
16 MiB
Languages
C++
98.7%
CMake
0.7%
JavaScript
0.3%
Python
0.2%