|
|
|
|
#1 |
|
Junior Member
Join Date: Jun 2006
Posts: 2
|
shoutcast server stability issues...
Shoutcast server is setup and working at http://www.kudo1080.com:8000 and transmitting the station signal at 24Kpbs/22Khz
The problem is that it just drops off line after a while. No error messages in any log on the server. Just dies. I was thinking of using xinet.d to setup the server as a service but get this as my reply when going to the url above: ******************************************************************************* ** SHOUTcast Distributed Network Audio Server ** Copyright (C) 1998-2004 Nullsoft, Inc. All Rights Reserved. ** Use "sc_serv filename.ini" to specify an ini file. ******************************************************************************* which tells me that the xinet.d/shoutcast is not passing the server flags to the shoutcast server. Here is the /etc/xinet.d/shoutcast listing: service shoutcast { disable = no socket_type = stream protocol = tcp wait = no user = nobody instances = UNLIMITED server = /usr/local/shoutcast/sc_serv server_args = /etc/shoutcast/sc_serv.conf } so with that not working I am at a loss as to what to try next. Anyone have any ideas? Here is the /etc/shoutcast/sc_serv.conf if anyone wants to point out any errors I might have: MaxUser=125 Password=******** PortBase=8000 LogFile=/var/log/sc_serv.log RealTime=0 ScreenLog=0 ShowLastSongs=1 TchLog=yes WebLog=yes W3CEnable=Yes W3CLog=/var/log/sc_w3c.log SrcIP=ANY DestIP=ANY Yport=80 NameLookups=1 AdminPassword=******* AutoDumpUsers=0 AutoDumpSourceTime=30 ContentDir=/usr/local/shoutcast/content TitleFormat=KUDO 1080AM - We're in it to win! URLFormat=http://www.kudo1080.com/=%s PublicServer=never AllowRelay=No AllowPublicRelay=No MetaInterval=32768 ListenerTimer=600 BanFile=/usr/local/shoutcast/sc_serv.ban RipFile=/usr/local/shoutcast/sc_serv.rip Sleep=833 Thanks again in advance |
|
|
|
|
|
#2 |
|
Forum King
Join Date: Feb 2006
Location: Earth Circa sometime.
Posts: 3,297
|
you set the listener time to 10 mins
look! ListenerTimer=600 Should be 0 for never and you told the server to dump/disconnect after 30 seconds look! AutoDumpUsers=0 AutoDumpSourceTime=30 ~ D ~ According to the ship's log we're down to our last 3000 vomit bags.It'll never be enough. ![]() search the forums! don't PM me on how-to, or ask me to setup you system. you do it so you learn. Last edited by hackerdork; 7th June 2006 at 00:37. |
|
|
|
|
|
#3 | |
|
Junior Member
Join Date: Jun 2006
Posts: 2
|
Quote:
|
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|