Confusion on setting up stream proxy

Read 3130 times
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;

Code: [Select]
/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

Code: [Select]
/usr/local/centovacast/sbin/set_web_ports --bind=ipaddress --fqdn=yourdomain.com

Code: [Select]
systemctl restart centovacast

Code: [Select]
/usr/local/centovacast/sbin/set_proxy --on

Code: [Select]
/usr/local/centovacast/sbin/set_ssl_cert letsencrypt yourdomain.com you@example.com

Code: [Select]
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

Code: [Select]
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

Code: [Select]
https://cast1.yourdomain.com/proxy/demo3?mp=/stream

I await any suggestions

Many Thanks

David Walker