Fix the example configuration, so it works with Icecast2
This commit is contained in:
parent
13bfd7f296
commit
d796d26057
|
@ -26,7 +26,9 @@ bitrate = 96 # bitrate of the stream sent to the server
|
|||
server = yp.yourserver.com
|
||||
# host name of the server
|
||||
port = 8000 # port of the IceCast2 server, usually 8000
|
||||
password = hackme # source password to the IceCast2 server
|
||||
# source password to the IceCast2 server
|
||||
password = hackme
|
||||
# there must not be a comment following the password
|
||||
mountPoint = sample96 # mount point of this stream on the IceCast2 server
|
||||
name = DarkIce trial
|
||||
# name of the stream
|
||||
|
|
Loading…
Reference in New Issue