add support for rkmpp

This commit is contained in:
CN-JS-HuiBai
2026-04-03 17:53:05 +08:00
parent b6dc21c265
commit 8b936130df
3 changed files with 14 additions and 7 deletions

View File

@@ -5,6 +5,7 @@ To properly test and run this project, you will need to prepare your environment
1. **Install Node.js & FFmpeg**:
- Ensure Node.js (v18+) is installed.
- Install **FFmpeg** on your system and make sure it is available in your PATH environment variable. The Node.js library `fluent-ffmpeg` requires it.
- If you plan to use Rockchip hardware encoding, make sure your FFmpeg build includes `h264_rkmpp` / `hevc_rkmpp` support and the device has the Rockchip MPP runtime available.
2. **AWS S3 / MinIO Configuration**:
- Modify the `.env` file (copy from `.env.example`).