abcVideo 플레이어 소스 (client / server / shared / pythonsource / docs / .claude). .gitignore 적용으로 node_modules·storage·samplevideo·미디어 등 대용량 일괄 제외. 103 files, ~964K. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
PORT=3030
|
|
VIDEOS_DIR=../storage/videos
|
|
HLS_DIR=../storage/hls
|
|
FRAMES_DIR=../storage/frames
|
|
THUMBNAILS_DIR=../storage/thumbnails
|
|
DB_PATH=../storage/annotations.db
|
|
MAX_UPLOAD_SIZE=21474836480
|
|
FFMPEG_PATH=ffmpeg
|
|
HLS_SEGMENT_TIME=6
|
|
THUMBNAIL_INTERVAL=10
|