single ffmpeg stream

This commit is contained in:
2026-05-01 22:41:51 -07:00
parent e51aeae54e
commit 5182686426
3 changed files with 367 additions and 176 deletions

View File

@@ -9,6 +9,8 @@ services:
environment:
PORT: "3000"
NODE_ENV: production
FFMPEG_LOG_LEVEL: warning
FFMPEG_INPUT_SEEKABLE: "0"
RECENT_URLS_PATH: /app/data/recent-urls.json
extra_hosts:
- "host.docker.internal:host-gateway"