Use correct port for REKT.fm streaming.
parent
043000882e
commit
6a5403b772
|
@ -53,7 +53,7 @@ if string.length(rektfm_username) > 0 and string.length(rektfm_password) > 0 the
|
||||||
%ffmpeg(format="ogg", %audio.copy),
|
%ffmpeg(format="ogg", %audio.copy),
|
||||||
fallible=true,
|
fallible=true,
|
||||||
mount="rekt",
|
mount="rekt",
|
||||||
port=60001,
|
port=60000,
|
||||||
#host="stream.rekt.network",
|
#host="stream.rekt.network",
|
||||||
host="stream.rekt.fm",
|
host="stream.rekt.fm",
|
||||||
user=rektfm_username,
|
user=rektfm_username,
|
||||||
|
|
Loading…
Reference in New Issue