I have setup stream proxy on my server, so i could enable secure proxy streams.
I am using centovacast v3.2.15
I have cpanel installed , uninstalled apache & run the following commands;
/usr/local/centovacast/sbin/set_secure --bind=ipaddress --fqdn=yourdomain.com --email=you@example.com
ipaddress: being the spare ip i wanted centovacast to use
yourdomain.com: being my domain i was using
you@example.com: being my email address
/usr/local/centovacast/sbin/set_web_ports --bind=ipaddress --fqdn=yourdomain.com
systemctl restart centovacast
/usr/local/centovacast/sbin/set_proxy --on
/usr/local/centovacast/sbin/set_ssl_cert letsencrypt yourdomain.com you@example.com
systemctl restart centovacast
After installing it seemed to work but did not use the ip i specified.
When i reinstalled apache none of the websites would no longer work as centovacast now directed to Centovacast Admin Control Panel
https://cast1.yourdomain.com/login/index.php
How can you change the ip the stream proxy installs on or is it better to install the stream proxy on a different server?
If i have to setup the stream proxy on another server what are the correct commands?
The stream proxy works on icecast2 & shoutcast2 but not shoutcast.
proxy stream link
https://cast1.yourdomain.com/proxy/demo3?mp=/stream
I await any suggestions
Many Thanks
David Walker