feat(camera): 添加摄像头流媒体拉流功能
- 在 CameraConfig 中添加 apiSecret 配置项- 实现摄像头 FLV 流地址生成和自动拉流功能- 添加 fastjson 依赖用于 JSON 解析 - 优化摄像头流媒体管理接口
This commit is contained in:
@@ -9,4 +9,5 @@ import org.springframework.stereotype.Component;
|
||||
@Data
|
||||
public class CameraConfig {
|
||||
private String mediaServerHost;
|
||||
private String apiSecret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user