1
0
Fork 0

Use correct port for REKT.fm streaming.

liquidsoap-2.2
Icedream 2022-03-09 13:26:10 +01:00
parent 043000882e
commit 6a5403b772
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ if string.length(rektfm_username) > 0 and string.length(rektfm_password) > 0 the
%ffmpeg(format="ogg", %audio.copy),
fallible=true,
mount="rekt",
port=60001,
port=60000,
#host="stream.rekt.network",
host="stream.rekt.fm",
user=rektfm_username,