修复RPC录像下载停止
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