修复国标级自定编号后点播
This commit is contained in:
@@ -1639,7 +1639,8 @@ public class PlayServiceImpl implements IPlayService {
|
||||
log.warn("[点播] 未找到可用媒体节点");
|
||||
throw new PlayException(Response.SERVER_INTERNAL_ERROR, "server internal error");
|
||||
}
|
||||
play(mediaServer, device.getDeviceId(), channel.getGbDeviceId(), null, callback);
|
||||
DeviceChannel deviceChannel = deviceChannelService.getOneById(channel.getGbId());
|
||||
play(mediaServer, device, deviceChannel, null, callback);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user