Advertisement
Guest User

Untitled

a guest
Jun 9th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. MaxUser. The maximum number of simultaneous listeners allowed.
  2. ; Compute a reasonable value for your available upstream bandwidth (i.e. if
  3. ; you have 256kbps upload DSL, and want to broadcast at 24kbps, you would
  4. ; choose 256kbps/24kbps=10 maximum listeners.) Setting this value higher
  5. ; only wastes RAM and screws up your broadcast when more people connect
  6. ; than you can support.
  7. MaxUser=50
  8.  
  9. ; Password. While SHOUTcast never asks a listener for a password, a
  10. ; password is required to broadcast through the server, and to perform
  11. ; administration via the web interface to this server. This server should
  12. ; consist of only letters and numbers, and is the same server your broadcaster
  13. ; will need to enter in the SHOUTcast Source Plug-in for Winamp. THIS VALUE
  14. ; CANNOT BE BLANK.
  15. Password=pt485926
  16.  
  17. ; PortBase. This is the IP port number your server will run on. The
  18. ; value, and the value + 1 must be available. If you get a fatal error when
  19. ; the DNAS is setting up a socket on startup, make sure nothing else on the
  20. ; machine is running on the same port (telnet localhost portnumber -- if you
  21. ; get connection refused then you're clear to use that port). Ports < 1024
  22. ; may require root privledges on *nix machines. The default port is 8000.
  23. PortBase=8000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement