feat: add hls output as separate file

pull/1/head
lambda 2 years ago
parent 620ad44cc4
commit 24e86a3745

@ -61,3 +61,13 @@ output.icecast(%mp3,
password = "hackme",
mount = "iceberg.ogg",
radio)
output.file.hls(
"/tmp/stream",
[
("hi", %mp3(bitrate=320)),
("mid", %mp3(bitrate=160)),
("low", %mp3(bitrate=96))
],
radio
)