|
|
@@ -216,6 +216,7 @@ public class ONVIFController {
|
|
|
return result;
|
|
|
}
|
|
|
String urlPath=onvifServer.stopRecord(mediaServerItem,map);
|
|
|
+ urlPath=urlPath.replace("/.","/");
|
|
|
WVPResult<String> resultData = new WVPResult();
|
|
|
if(StringUtils.isNotBlank(urlPath)){
|
|
|
resultData.setCode(HttpStatus.SUCCESS);
|