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

@@ -9,4 +9,5 @@ import org.springframework.stereotype.Component;
@Data
public class CameraConfig {
private String mediaServerHost;
private String apiSecret;
}