feat: add opus output for minecraft station

This commit is contained in:
devilreef 2026-04-30 00:24:40 +06:00
parent cbd8bdfd3b
commit fd3453c5bc
Signed by: devilreef
SSH key fingerprint: SHA256:UZisRr4iuXx+IhkbZnR655L2RWAT6o2rgbGv5F/6m3Y

View file

@ -25,3 +25,14 @@ output.icecast(
url="https://denpa.femboy.page", url="https://denpa.femboy.page",
minecraft minecraft
) )
output.icecast(
%opus(bitrate=96, vbr="constrained", samplerate=48000, channels=2),
host="icecast", port=8000, password=source_pw,
mount="/minecraft.opus",
name="Denpa — Minecraft",
description="Minecraft soundtracks",
genre="game-ost",
url="https://denpa.femboy.page",
minecraft
)