A playground for C++ applications and experiments...
./initialize.sh
make
cd bin
./runner
make clean
./initialize
make tester
cd bin
./tester
If you want to use the icecast client you must compile as following. This feature is still under development. Also this feature prerequisites to have libshout
library installed on your system.
./initialize.sh
make WITH_ICECAST=1