Shoutcast Server Software introduces new features only available for "Premium" customers, click here for more information about the product.
1- SSL CERTIFICATE:
You'll have to get an ssl certificate and an ssl key and write both file paths in the config file as follow:
-
sslcertificatefile=/path/to/your/file.crt (or .pem)
-
sslcertificatekeyfile=/path/to/your/file.key
Once it's done, do not forget to open the port 443 by adding or modifying the alternateports directive:
-
alternateports=443
To make sure the DNS is linked in the DNAS and directory, also add the following:
- destip=stream.myserver.com (example; i.e. specify officially linked DNS)
- publicip=stream.myserver.com
2- FALLBACK STREAM:
If you do not wish to broadcast a defined file when a stream ends or when it gets timed out you could relay another stream. This can be done by adding the streambackupurl instruction, the stream id, and the url you want to relay.
- streambackupurl_1 = http://stream.url
Note that both streams have to be in the same format and that it won't impact the advertising management.