Merge pull request 'hls-improvements' (#2) from hls-improvements into main

Reviewed-on: #2
main
lambda 2 years ago
commit d752cac185

@ -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. 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 ## 0.3.3 - 2024-02-12
#### Bug Fixes #### Bug Fixes
- syntax fix - (7ff1b2b) - lambda - syntax fix - (7ff1b2b) - lambda

@ -63,8 +63,14 @@ output.icecast(%mp3,
radio) radio)
output.file.hls( output.file.hls(
temp_dir="/home/stream/tmp", id="output.hls",
"/home/stream/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)), ("hi", %mp3(bitrate=320)),
("mid", %mp3(bitrate=160)), ("mid", %mp3(bitrate=160)),