Quote:
Originally Posted by jesus likes pie
// Shoutcast Server Stats
$scdef = "UberGamers Radio";
$scip = "butter.sytes.net";
$scport = "8001";
$scpass = "xxxxx";
$ircsite = "irc.vbulletin-fans.com";
//End configuration
Still doesn't work.
|
I do not see a problem w/ dynamic DNS host. (but, a real IP will respond faster). I see port 8001 vs. 8000.
If you edit your sc_serv.ini file of your shoutcast server config file.
Quote:
; PortBase. This is the IP port number your server will run on. The
; value, and the value + 1 must be available. If you get a fatal error when
; the DNAS is setting up a socket on startup, make sure nothing else on the
; machine is running on the same port (telnet localhost portnumber -- if you
; get connection refused then you're clear to use that port). Ports < 1024
; may require root privledges on *nix machines. The default port is 8000.
PortBase=8000
|
Then your server opens another port +1 (IE: 8001) the shoutcast Hack needs to be set to "PortBase". You need to open any firewalls (8000,8001) and port forward them to your local LAN shoucast server if behind a router.