fix(video): 更新Python服务端口配置
- 将视频分析服务中的Python API URL端口从8000更改为10083 - 确保与容器化环境中的实际服务端口保持一致
This commit is contained in:
@@ -66,7 +66,7 @@ public class VideoAnalysisService {
|
||||
private com.ruoyi.video.mapper.InspectionTaskRecordMapper inspectionTaskRecordMapper;
|
||||
|
||||
// 检测器配置 - 使用容器名而不是localhost
|
||||
private static final String PYTHON_API_URL = "http://rtsp-python-service:8000/api/detect/file";
|
||||
private static final String PYTHON_API_URL = "http://rtsp-python-service:10083/api/detect/file";
|
||||
private static final String MODEL_NAME = "yolov8_detector";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user