forked from lra/shoutstats
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservers.ini
More file actions
29 lines (26 loc) · 671 Bytes
/
servers.ini
File metadata and controls
29 lines (26 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
; This is the shoutstats configuration file
; Comments start with ';', as in php.ini
; format is:
;
; [Server Name]
; host = your.hostname.tld
; port = 8000
; type = shoutcast | icecast
; mpoint = mount point without slash (icecast only)
; sid = 1 (shoutcast v2 only)
;
; If a value in the ini file contains any non-alphanumeric characters it needs to be enclosed in double-quotes (").
[Example Shoutcast V1 Server]
host = 123.123.123.123
port = 8000
type = shoutcast
[Example Shoutcast V2 Server]
host = 123.123.123.123
port = 8000
type = shoutcast
sid = 1
[Example Icecast Server]
host = 123.123.123.123
port = 8000
type = icecast
mpoint = /stream