home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1999 April / CD_Shareware_Magazine_31.iso / Free / Internet / shoutcast-win32-101.exe / SC_SERV.INI < prev   
Encoding:
INI File  |  1999-01-15  |  1.4 KB  |  44 lines

  1. ; SHOUTcast Distributed Network Audio Server/win32 1.01 configuration file
  2. ; Copyright (C) 1998-1999 Nullsoft, Inc.
  3. ; All Rights Reserved.
  4. ; Last modified 15.1.1999
  5.  
  6. ; If you want to manage multiple configurations, just copy
  7. ; this file to another name, and run sc_serv with that name
  8. ; such as:
  9. ; sc_serv.exe C:\shoutcast\sc_leet.ini
  10. ; or 
  11. ; sc_serv.exe myconf.ini
  12. ; (where myconf.ini is in the same directory as sc_serv.exe)
  13.  
  14. ; Config section
  15. [Config]
  16.  
  17. ; PortBase. this is the port listeners use to listen.
  18. ; The default is 8000.
  19. PortBase=8000
  20.  
  21. ; MaxUser. Maximum number of simultaneous users allowed.
  22. ; The default is 32. More users means more bandwidth.
  23. MaxUser=32
  24.  
  25. ; Password. The password the stream source must use to connect.
  26. ; Also used by the telnet LOG command (LOG <password> to read the
  27. ; log). Case sensitive. Default: 'changeme'
  28. Password=changeme
  29.  
  30. ; File to use for logging. Can be '/dev/null' or 'none'
  31. ; or empty to turn off logging. The default is sc_serv.log
  32. ; (in the same directory as sc_serv.exe)
  33. LogFile=sc_serv.log
  34.  
  35. ; RelayPort and RelayServer specify that you want to be a relay server.
  36. ; Relay servers act as clients to another server, and rebroadcast.
  37. ; Set RelayPort to 0, RelayServer to empty, or just leave these commented
  38. ; out to disable relay mode.
  39. ; RelayPort=6969
  40. ; RelayServer=hilbe.ml.org
  41.  
  42. ; RelayPublic can be always, never, or default (the default, heh)
  43. ; RelayPublic=default
  44.