Compare commits

..

6 Commits

Author SHA1 Message Date
gauthiier 87223b6561 ... 2023-09-08 07:22:45 +02:00
gauthiier 6bb83ddbcb async www read write 2019-01-04 09:59:01 +01:00
gauthiier 4e0ba79dd9 le-club-des 2019-01-03 14:38:05 +01:00
gauthiier 788b787276 streaming 2019-01-03 14:21:24 +01:00
gauthiier c56f9f7a4b new new 2019-01-02 19:06:45 +01:00
gauthiier 052616c318 haha 2019-01-02 16:11:22 +01:00
2 changed files with 16 additions and 13 deletions
+1
View File
@@ -0,0 +1 @@
# golang 🔥 + icecast 🥶 = ⚡️
+15 -13
View File
@@ -1,26 +1,28 @@
; please edit these configs
[ice-server] [ice-server]
name = iceice-server name = <ice-server-name>
addr = 85.149.50.45 addr = <ice-server-IP>
port = 8718 port = <ice-server-port>
mount = wwww mount = <ice-server-mnt-point>
usr = source usr = <ice-server-creds>
pwd = R1t4R1t4 pwd = <ice-server-password>
[ice-stream] [ice-stream]
name = noise name = noize
desc = description of noize desc = description of noize
genre = lmnop genre = lmnop
url = https://subject041293.xyz url = <ice-server-stream-url>
irc = nope irc = <ice-server-stream-irc-channel>
aim = nope aim = <ice-server-stream-aim-channel>
pub = 0 pub = <is-the-ice-server-stream-public>
[archive] [archive]
path = /Volumes/QQQ/wellwellwell/mp3 path = <server-path-of-music-directory>
[www-server] [www-server]
port = 8718 port = <server-port-to-bind>