|
@@ -678,7 +678,7 @@ public class BaseCameraManagementController extends BaseController {
|
|
|
if (ObjectUtils.isEmpty(one)) {
|
|
|
throw new BaseException("相机编号【" + cameraCode + "】不存在");
|
|
|
}
|
|
|
- return new AjaxResult(200, "ok", one.getUrl());
|
|
|
+ return new AjaxResult(200, "ok", CameraUtil.getPlayFlv(cameraCode, one.getChannel()));
|
|
|
}
|
|
|
|
|
|
@ApiOperation("视频邀约")
|