A huge project of internet radio
Blue
05b7a33a2a
What do i write to myself? Now system of player supposed to work. Lorgar request parts from Corax, decodes with emscripten ported libmad and plays with AudioContext. Queue is virtual - you can travel with prev and next buttons but can't see it yet. Seeking, volume, album cover, Artist Album Title - everything seems to work for now |
||
---|---|---|
corax | ||
lib | ||
libjs | ||
lorgar | ||
magnus | ||
perturabo | ||
roboute | ||
test | ||
CMakeLists.txt | ||
README.md |
RadioW
Dependencies
- cmake >= 2.8.12
- qt 5.*
- qt(5)-base
- qt(5)-websockets
- nodejs
- npm
- libssh
- lmdb
- taglib
Building
Attention! During the first build internet connection is mandatory. There are some nodejs dependencies, which npm is going to unstall during configuration.
- Create a build directory and checkout there. For example if you are in project directory, and want to build in subdirectory run
mkdir build
cd build
- Run cmake to configure the project, giving the path to project root directory. For example
cmake ../
- Run make to build the project. For example
make