better audio handling

This commit is contained in:
2026-05-01 22:50:34 -07:00
parent 5182686426
commit 8b8f0ddeed
3 changed files with 85 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ services:
NODE_ENV: production
FFMPEG_LOG_LEVEL: warning
FFMPEG_INPUT_SEEKABLE: "0"
MAX_AUDIO_QUEUE_BYTES: "16777216"
RECENT_URLS_PATH: /app/data/recent-urls.json
extra_hosts:
- "host.docker.internal:host-gateway"