Files
op 156e4ce095 Align API container UID with host and harden RTSP slice readiness.
Run compose api as HOST_UID/GID with cache under /tmp, poll slice files for
ready_event when ffmpeg stderr is silent, invoke batch via venv python, exclude
logs from build context, and document Docker cache/VLC troubleshooting.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-27 10:57:27 +08:00

27 lines
569 B
Plaintext
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.git
.gitignore
.venv
logs
logs/
__pycache__
*.py[cod]
.pytest_cache
.mypy_cache
.ruff_cache
.env
.env.*
!.env.example
!.env.prod
# 算法子进程包需打进镜像offline-batch / 5.15 main.py仅忽略运行时 I/O
algorithm_subprocesses/**/input/*
!algorithm_subprocesses/**/input/.gitkeep
algorithm_subprocesses/**/output/*
!algorithm_subprocesses/**/output/.gitkeep
algorithm_subprocesses/**/data/*
!algorithm_subprocesses/**/data/.gitkeep
algorithm_subprocesses/**/*.mp4
algorithm_subprocesses/**/*.xlsx
algorithm_subprocesses/**/*.xls
*.md
.dockerignore