mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-25 22:47:49 +08:00
修复通道重新编码后分屏播放失败的BUG
This commit is contained in:
parent
92ccadf4bf
commit
02ab2ba311
@ -1636,7 +1636,7 @@ public class PlayServiceImpl implements IPlayService {
|
|||||||
log.warn("[点播] 未找到可用媒体节点");
|
log.warn("[点播] 未找到可用媒体节点");
|
||||||
throw new PlayException(Response.SERVER_INTERNAL_ERROR, "server internal error");
|
throw new PlayException(Response.SERVER_INTERNAL_ERROR, "server internal error");
|
||||||
}
|
}
|
||||||
DeviceChannel deviceChannel = deviceChannelService.getOneById(channel.getGbId());
|
DeviceChannel deviceChannel = deviceChannelService.getOneForSourceById(channel.getGbId());
|
||||||
play(mediaServer, device, deviceChannel, null, callback);
|
play(mediaServer, device, deviceChannel, null, callback);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user