초기 커밋: DefVideo 소스 등록
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>
This commit is contained in:
10
server/.env.example
Normal file
10
server/.env.example
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user