mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-23 13:37:49 +08:00
fix bug #1208 修复拉流代理启用状态下调用启用接口的返回错误
This commit is contained in:
parent
b4b9ad2873
commit
572c8850dc
@ -407,6 +407,8 @@ public class StreamProxyServiceImpl implements IStreamProxyService {
|
|||||||
logger.info("启用代理失败: {}/{}->{}({})", app, stream, jsonObject.getString("msg"),
|
logger.info("启用代理失败: {}/{}->{}({})", app, stream, jsonObject.getString("msg"),
|
||||||
streamProxy.getSrcUrl() == null? streamProxy.getUrl():streamProxy.getSrcUrl());
|
streamProxy.getSrcUrl() == null? streamProxy.getUrl():streamProxy.getSrcUrl());
|
||||||
}
|
}
|
||||||
|
} else if (streamProxy != null && streamProxy.isEnable()) {
|
||||||
|
return true ;
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user