修复RPC录像下载停止
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user