Fix whep's memory leak (#17)

Adopt address sanitizer for ffmpeg
This commit is contained in:
Han Gyoung-Su
2025-03-17 02:35:41 +09:00
committed by GitHub
parent 02bba77844
commit 49a0465523
9 changed files with 159 additions and 131 deletions

View File

@@ -1,16 +1,16 @@
# docker-compose
version: "3.4"
version: "2.1"
services:
liveflow:
image: liveflow_custom:latest
mem_limit: 350m
stdin_open: true # docker run -i
tty: true # docker run -t
volumes:
- "~/.store:/app/bin/videos"
- "~/.store:/app/videos"
ports:
- "8044:8044"
- "1930:1930"
- "40000-41000:40000-41000/udp"
- "40000-40010:40000-40010/udp"
environment:
DOCKER_MODE: "true"
build: