This commit is contained in:
gauthiier 2023-09-08 07:22:45 +02:00
parent 6bb83ddbcb
commit 87223b6561
2 changed files with 29 additions and 0 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
# golang 🔥 + icecast 🥶 = ⚡️

28
config.ini Normal file
View File

@ -0,0 +1,28 @@
; please edit these configs
[ice-server]
name = <ice-server-name>
addr = <ice-server-IP>
port = <ice-server-port>
mount = <ice-server-mnt-point>
usr = <ice-server-creds>
pwd = <ice-server-password>
[ice-stream]
name = noize
desc = description of noize
genre = lmnop
url = <ice-server-stream-url>
irc = <ice-server-stream-irc-channel>
aim = <ice-server-stream-aim-channel>
pub = <is-the-ice-server-stream-public>
[archive]
path = <server-path-of-music-directory>
[www-server]
port = <server-port-to-bind>