home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-01-15 | 1.4 KB | 44 lines |
- ; SHOUTcast Distributed Network Audio Server/win32 1.01 configuration file
- ; Copyright (C) 1998-1999 Nullsoft, Inc.
- ; All Rights Reserved.
- ; Last modified 15.1.1999
-
- ; If you want to manage multiple configurations, just copy
- ; this file to another name, and run sc_serv with that name
- ; such as:
- ; sc_serv.exe C:\shoutcast\sc_leet.ini
- ; or
- ; sc_serv.exe myconf.ini
- ; (where myconf.ini is in the same directory as sc_serv.exe)
-
- ; Config section
- [Config]
-
- ; PortBase. this is the port listeners use to listen.
- ; The default is 8000.
- PortBase=8000
-
- ; MaxUser. Maximum number of simultaneous users allowed.
- ; The default is 32. More users means more bandwidth.
- MaxUser=32
-
- ; Password. The password the stream source must use to connect.
- ; Also used by the telnet LOG command (LOG <password> to read the
- ; log). Case sensitive. Default: 'changeme'
- Password=changeme
-
- ; File to use for logging. Can be '/dev/null' or 'none'
- ; or empty to turn off logging. The default is sc_serv.log
- ; (in the same directory as sc_serv.exe)
- LogFile=sc_serv.log
-
- ; RelayPort and RelayServer specify that you want to be a relay server.
- ; Relay servers act as clients to another server, and rebroadcast.
- ; Set RelayPort to 0, RelayServer to empty, or just leave these commented
- ; out to disable relay mode.
- ; RelayPort=6969
- ; RelayServer=hilbe.ml.org
-
- ; RelayPublic can be always, never, or default (the default, heh)
- ; RelayPublic=default
-