mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-06-16 00:17:50 +08:00
临时提交
This commit is contained in:
parent
89651dd894
commit
5bde5ff5f2
@ -50,6 +50,9 @@ public class StreamProxyPlayServiceImpl implements IStreamProxyPlayService {
|
|||||||
if (!streamProxy.isEnable()) {
|
if (!streamProxy.isEnable()) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
if (streamProxy.getServerId() == null) {
|
||||||
|
streamProxy.setServerId(userSetting.getServerId());
|
||||||
|
}
|
||||||
if (!userSetting.getServerId().equals(streamProxy.getServerId())) {
|
if (!userSetting.getServerId().equals(streamProxy.getServerId())) {
|
||||||
return redisRpcPlayService.playProxy(streamProxy.getServerId(), streamProxy.getId());
|
return redisRpcPlayService.playProxy(streamProxy.getServerId(), streamProxy.getId());
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user