feat: add opus output for minecraft station
This commit is contained in:
parent
cbd8bdfd3b
commit
fd3453c5bc
1 changed files with 11 additions and 0 deletions
|
|
@ -25,3 +25,14 @@ output.icecast(
|
|||
url="https://denpa.femboy.page",
|
||||
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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue