海康视频播放切换到自己的域名
This commit is contained in:
parent
253f750664
commit
a4259d4080
@ -42,7 +42,7 @@ public class HikController {
|
|||||||
public CommonResult<String> getMCameraUrl(String cameraCode) {
|
public CommonResult<String> getMCameraUrl(String cameraCode) {
|
||||||
|
|
||||||
String url = hikService.getPreviewUrlsApiHttps(cameraCode);
|
String url = hikService.getPreviewUrlsApiHttps(cameraCode);
|
||||||
String fullUrl = String.format("https://api.znkj.ispt.com.cn/demo/mobile_play.html?url=%s",url );
|
String fullUrl = String.format("https://socket.znkjfw.com/demo/mobile_play.html?url=%s",url );
|
||||||
return CommonResult.success(fullUrl);
|
return CommonResult.success(fullUrl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user