Files
liveflow/config.toml
Han Gyoung-Su 6eedd16cbf Feature/thumbnail (#22)
* feat: thumbnail structure

* feat: make thumbnail, serve thumbnail
2025-06-22 23:25:32 +09:00

20 lines
221 B
TOML

[service]
port = 8044
[rtmp]
port = 1930
llhls = false
disk_ram = true
[docker]
mode=false
[mp4]
record=true
[ebml]
record=false
[thumbnail]
enable=true
output_path="./thumbnails"
interval_seconds=5
width=320
height=180