This might be of interest to future readers:
alternateports : Specify additional ports which listeners will be able to connect to the server [Default = <no value>]
This is specified as a comma separated string e.g. alternateports=80,8080 and will only provide listener responses i.e. none of the admin or /index.html pages will respond on these ports, just the audio stream.
This is provided as a way to help improve connectivity to any of the streams provided from the server for cases where external firewalls are blocking listener access to the stream on the main port.
Announcement
Collapse
No announcement yet.
Perfect (SSL) Shoutcast Server
Collapse
X
-
Originally Posted by HG2S View Post
From what you're saying the port assignment is either 8000 or 443 (for https). Does the server automatically re-direct http requests to https?
Leave a comment:
-
portbase = XXXX # Port to stream, can be 8000 or 443 for direct SSL connect without additional port.
Leave a comment:
-
ulimits should be increased if you expect more than 1,000 listeners at the same time. But most stations are below it, so you safe time.
Leave a comment:
-
I updated first post, because it is now much easier.
Sometimes DNAS crying and need holidays.
Also:
If you expect more than 300 listeners it's highly recommend to increase your open file limitsLast edited by HG2S; 17 March 2023, 04:42.
Leave a comment:
-
SSL certificates from LetsEncrypt are only valid for 3 months. So it need to be renewed.
Leave a comment:
-
What is meant by "Renew-SSL Hooks" and why is that needed or recommended? -Thank you
Leave a comment:
-
Exactly what I need just a little problem and question:
Can this all be done also with Ubuntu 20.04.5 LTS or must be Debian only?
Leave a comment:
-
In the meantime SHOUTcast offers this, at that time it was chargeable.
Leave a comment:
-
Originally Posted by thinktink View PostYou can also do SSL enabled reverse proxy to SHOUTcast with Apache if you already have it installed. Did it on my Windows machine.
Leave a comment:
-
You can also do SSL enabled reverse proxy to SHOUTcast with Apache if you already have it installed. Did it on my Windows machine.
Leave a comment:
-
Perfect (SSL) Shoutcast Server
UPDATE:
SINCE DNAS 2.6.1 external SSL proxy (nginx/apache) isn't required anymore!
Now:
- Create SSL certificates with Letsencrypt/Certbot
- Enter Certificates in "sc_serv.conf" as below
- Start/Restart DNAS.
- Done!
HTML Code:portbase = XXXX # Port to stream, can be 8000 or 443 for direct SSL connect without additional port. sslcertificatekeyfile = /etc/letsencrypt/live/MYWEBSITE.COM/privkey.pem sslcertificatefile = /etc/letsencrypt/live/MYWEBSITE.COM/fullchain.pem
Last edited by HubuFM; 13 March 2023, 01:06.
Leave a comment: