Enable SSL for icecast steam using nginx

On ubuntu server running icecast, when i try enable SSL as per CentovaCast Enable SSL on icecast, i get following error connection/get_ssl_certificate No SSL capability I don’t compile my own icecast installation as it use Ubunu version of icecast, that get updated using apt. Instead of getting icecast serve steam using SSL, i installed Nginx, … Read more

How to install icecast KH on CentOS 7 Server

Download latest source code for IceCast KH server from https://github.com/karlheyes/icecast-kh/releases At the time of writing this post, latest version is 2.4.0-kh15 cd /usr/local/src wget https://github.com/karlheyes/icecast-kh/archive/icecast-2.4.0-kh15.tar.gz tar -zxf icecast-2.4.0-kh15.tar.gz cd icecast-kh-icecast-2.4.0-kh15 ./configure make CFLAGS=”-D_XOPEN_SOURCE=600″ make install If you get error related to “XSLT configuration could not be found”, see configure: error: XSLT configuration could not be … Read more

icecast

CentovaCast Enable SSL on icecast How to install icecast KH on CentOS 7 Server Autostart icecast using systemd Enable SSL for icecast steam using nginx To run icecast server icecast -c server.conf