调整
This commit is contained in:
parent
c1655bdeb5
commit
d7837a1975
@ -189,7 +189,7 @@ public class Gb28181DownloadService {
|
|||||||
String cacheKey = CacheUtil.getKey(docking.getGbDeviceId(), device.getGbDeviceChannelId());
|
String cacheKey = CacheUtil.getKey(docking.getGbDeviceId(), device.getGbDeviceChannelId());
|
||||||
String existCallId = RedisUtil.StringOps.get(cacheKey);
|
String existCallId = RedisUtil.StringOps.get(cacheKey);
|
||||||
scheduledExecutorService.schedule(()->{
|
scheduledExecutorService.schedule(()->{
|
||||||
log.info("到达结束时间 发送 bye 关闭");
|
log.info("到达结束时间 发送 bye 关闭 {} {}", videoInfo.getDevice(), videoInfo.getCallId());
|
||||||
String deviceIp = docking.getIp();
|
String deviceIp = docking.getIp();
|
||||||
int devicePort = Integer.parseInt(docking.getPort());
|
int devicePort = Integer.parseInt(docking.getPort());
|
||||||
sender.sendRequest((provider,localIp,localPort)->
|
sender.sendRequest((provider,localIp,localPort)->
|
||||||
|
Loading…
Reference in New Issue
Block a user