mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-23 05:37:48 +08:00
修复RPC录像下载停止
This commit is contained in:
parent
26d2dd0450
commit
7e21b6adb7
@ -1713,7 +1713,7 @@ public class PlayServiceImpl implements IPlayService {
|
|||||||
throw new PlayException(Response.SERVER_INTERNAL_ERROR, "server internal error");
|
throw new PlayException(Response.SERVER_INTERNAL_ERROR, "server internal error");
|
||||||
}
|
}
|
||||||
DeviceChannel deviceChannel = deviceChannelService.getOneForSourceById(channel.getGbId());
|
DeviceChannel deviceChannel = deviceChannelService.getOneForSourceById(channel.getGbId());
|
||||||
stop(InviteSessionType.PLAY, device, deviceChannel, stream);
|
stop(inviteSessionType, device, deviceChannel, stream);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user