feat(camera): 添加摄像头流媒体拉流功能

- 在 CameraConfig 中添加 apiSecret 配置项- 实现摄像头 FLV 流地址生成和自动拉流功能- 添加 fastjson 依赖用于 JSON 解析
- 优化摄像头流媒体管理接口
This commit is contained in:
JR
2025-08-08 14:35:11 +08:00
parent 55dc112d40
commit 6357368459
4 changed files with 41 additions and 10 deletions

View File

@@ -35,5 +35,11 @@
<version>2.0.29</version>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.83</version>
</dependency>
</dependencies>
</project>