Reviewed-on: #2
@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
- - -
## 0.4.0 - 2024-02-17
#### Features
- improve hls config - (811cedb) - lambda
## 0.3.3 - 2024-02-12
#### Bug Fixes
- syntax fix - (7ff1b2b) - lambda
@ -63,8 +63,14 @@ output.icecast(%mp3,
radio)
output.file.hls(
temp_dir="/home/stream/tmp",
"/home/stream/hls",
id="output.hls",
playlist="livestream.m3u8",
segment_duration=2.0,
segments=5,
segments_overhead=5,
persist_at="state.config",
temp_dir="/hls",
"/hls",
[
("hi", %mp3(bitrate=320)),
("mid", %mp3(bitrate=160)),