# fs-video-api-server **Repository Path**: duans/fs-video-api-server ## Basic Information - **Project Name**: fs-video-api-server - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-20 - **Last Updated**: 2026-04-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 安装依赖 ```bash pip install -r requirements.txt ``` # 运行应用 ```bash fastapi dev # 或者 uvicorn main:app --reload ``` # 视频文件存放路径 ```bash static/video/ ``` # 视频文件访问地址 ```bash http://127.0.0.1:8000/static/video/01.mp4 ```