CentovaCast change MySQL password
CentovaCast is a control panel to manage online streaming services. It support shoucast, liqudsoap and icecast streaming servers. To change MySQL Password…
CentovaCast is a control panel to manage online streaming services. It support shoucast, liqudsoap and icecast streaming servers. To change MySQL Password…
To upgrade centovacast installation, run /usr/local/centovacast/sbin/update If you don’t want to upgrade shotcast/icecast/luquidsoap, you can run for f in /usr/local/centovacast/etc/update.d/80*; do mv…
To enable SSL for stream, you can use nginx reverse proxy. In this case, i have a stream available on http://my-domain.com:8000/index.html?sid=1 I…
Before you can get SSL work, you need to compile icecast with SSL. If icecast is not installed with SSL support, it…
mp3 files stored in folder Login url When user connect with FTP, he will see files from folder /usr/local/centovacast/var/vhosts/USER/var/spool/ On a CentovaCast…
Edit file vi /usr/local/centovacast/etc/cc-panel.conf Find listen 2199 default ssl; Add below listen 443 ssl; listen 80; Restart Centova Cast /usr/local/centovacast/centovacast restart At…