CN111773691A - Cloud game service system, cloud client and data processing method - Google Patents

Cloud game service system, cloud client and data processing method Download PDF

Info

Publication number
CN111773691A
CN111773691A CN202010630770.XA CN202010630770A CN111773691A CN 111773691 A CN111773691 A CN 111773691A CN 202010630770 A CN202010630770 A CN 202010630770A CN 111773691 A CN111773691 A CN 111773691A
Authority
CN
China
Prior art keywords
module
rendering
picture
cloud
game
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202010630770.XA
Other languages
Chinese (zh)
Inventor
沈震坤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhuhai Kingsoft Online Game Technology Co Ltd
Original Assignee
Zhuhai Kingsoft Online Game Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhuhai Kingsoft Online Game Technology Co Ltd filed Critical Zhuhai Kingsoft Online Game Technology Co Ltd
Priority to CN202010630770.XA priority Critical patent/CN111773691A/en
Publication of CN111773691A publication Critical patent/CN111773691A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F13/00Video games, i.e. games using an electronically generated display having two or more dimensions
    • A63F13/50Controlling the output signals based on the game progress
    • A63F13/52Controlling the output signals based on the game progress involving aspects of the displayed game scene
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design
    • AHUMAN NECESSITIES
    • A63SPORTS; GAMES; AMUSEMENTS
    • A63FCARD, BOARD, OR ROULETTE GAMES; INDOOR GAMES USING SMALL MOVING PLAYING BODIES; VIDEO GAMES; GAMES NOT OTHERWISE PROVIDED FOR
    • A63F2300/00Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game
    • A63F2300/30Features of games using an electronically generated display having two or more dimensions, e.g. on a television screen, showing representations related to the game characterized by output arrangements for receiving control signals generated by the game device
    • A63F2300/308Details of the user interface

Abstract

The present specification provides a cloud gaming service system, comprising: the system comprises a logic calculation module and a picture rendering module; the logic calculation module is configured to receive control flow information sent by a cloud client, analyze the control flow information, perform logic simulation and calculation according to the touch input information, generate a rendering instruction, and send the rendering instruction to the picture rendering module; the picture rendering module is configured to generate data stream information according to the rendering instruction and send the data stream information to a cloud client. The framework of the cloud game service system is redesigned according to the functions, the rendering function in the game client is integrated into the cloud game service system, half of logic simulation and calculation operations are reduced, and execution consumption is greatly reduced.

Description

Cloud game service system, cloud client and data processing method
Technical Field
The present disclosure relates to the field of cloud game technologies, and in particular, to a cloud game service system, a cloud client, and a data processing method. The present specification also relates to a service system, a computing device, and a computer-readable storage medium.
Background
With the rapid development of the game industry, terminal technology, network technology, and cloud computing, cloud computing combined with network games has produced cloud games. The cloud game is a game mode based on cloud computing, all games run at a server side in a running mode of the cloud game, rendered game pictures are compressed and then transmitted to a user through a network, and at a client side, game equipment of the user does not need any high-end processor or display card and only needs basic video decompression capacity.
In the prior art, a cloud client is added to a cloud game on the basis of a C/S architecture, the game client is migrated to a machine room from a player device, the cloud client can send operation information of a user to the game client, the game client performs legality judgment, logic and simulation calculation and picture rendering, the operation information is sent to a game server through a network, the game server also performs legality detection, logic and simulation calculation, and broadcasts results to other game clients.
However, in the above architecture, the same input data and the consistent operation flow ensure that the final calculation results of the game client and the game server are consistent, but in order to ensure that the user operation can be fed back in time, most of the logic and simulation calculations need to be performed once at the game client and the server, the same logic code needs to be written twice at the client and the server, and meanwhile, the problem of synchronous interaction between the game client and the server needs to be solved, thereby increasing the design and implementation difficulty of the whole game framework, increasing the development period of the project, being uneconomical in terms of execution consumption, and further requiring a simpler and more convenient method for data processing.
Disclosure of Invention
In view of this, embodiments of the present disclosure provide a cloud game service system, a cloud client, and a data processing method. The present specification also relates to a service system, a computing device, and a computer-readable storage medium for solving the technical problems of the prior art.
According to a first aspect of embodiments of the present specification, there is provided a cloud game service system, including a logic calculation module and a screen rendering module;
the logic computing module is configured to receive control flow information sent by a cloud client, analyze the control flow information, perform logic simulation and computation according to the touch input information, generate a rendering instruction, and send the rendering instruction to the picture rendering module, wherein the touch input information is used for identifying an operation executed by a user in a game picture;
the picture rendering module is configured to generate data stream information according to the rendering instruction and send the data stream information to a cloud client.
Optionally, the logic computation module is further configured to:
judging whether the operation executed by the user identified by the touch input information in the game picture is effective or not;
and if so, executing the steps of carrying out logic simulation and calculation according to the touch input information and generating a rendering instruction.
Optionally, the logic computation module is further configured to:
determining the expression data of a game picture where a user executes operation;
performing logic simulation and calculation according to the operation executed by the user in the game picture identified by the touch input information based on the performance data, and determining new performance data in the game picture after the logic simulation and the calculation;
and generating the rendering instruction according to the new representation data.
Optionally, the screen rendering module is further configured to:
analyzing the rendering instruction;
according to the new representation data in the rendering instruction, rendering a new game picture after a user performs operation in the game picture;
and generating the data flow information according to the new game picture.
Optionally, the screen rendering module is further configured to:
determining a cloud client corresponding to an online account in a game picture where the user executes operation;
and sending the data stream information to the cloud client.
Optionally, the logic computation module is further configured to:
sending a notification message to the picture rendering module, wherein the notification message carries the rendering instruction; alternatively, the first and second electrodes may be,
and sending a calling request to the picture rendering module, wherein the calling request carries the rendering instruction.
Optionally, the logic calculation module is configured on a first terminal, and the screen rendering module is configured on a second terminal different from the first terminal.
According to a second aspect of embodiments of the present specification, there is provided a data processing method applied to the cloud game service system provided in the first aspect, the method including:
the method comprises the steps that a logic calculation module receives control flow information sent by a cloud client, the control flow information comprises touch input information, the control flow information is analyzed, logic simulation and calculation are carried out according to the touch input information, a rendering instruction is generated, and the rendering instruction is sent to a picture rendering module, wherein the touch input information is used for identifying operation executed by a user in a game picture;
and the picture rendering module generates data stream information according to the rendering instruction and sends the data stream information to the cloud client.
Optionally, before performing logic simulation and calculation according to the touch input information and generating a rendering instruction, the method further includes:
judging whether the operation executed by the user identified by the touch input information in the game picture is effective or not;
and if so, executing the steps of carrying out logic simulation and calculation according to the touch input information and generating a rendering instruction.
Optionally, the performing logic simulation and calculation according to the touch input information and generating a rendering instruction includes:
determining the expression data of a game picture where a user executes operation;
performing logic simulation and calculation according to the operation executed by the user in the game picture identified by the touch input information based on the performance data, and determining new performance data in the game picture after the logic simulation and the calculation;
and generating the rendering instruction according to the new representation data.
Optionally, the generating, by the screen rendering module, data stream information according to the rendering instruction includes:
analyzing the rendering instruction;
according to the new representation data in the rendering instruction, rendering a new game picture after a user performs operation in the game picture;
and generating the data flow information according to the new game picture.
Optionally, the sending, by the screen rendering module, the data stream information to a cloud client includes:
determining a cloud client corresponding to an online account in a game picture where the user executes operation;
and sending the data stream information to the cloud client.
Optionally, the sending, by the logic calculation module, the rendering instruction to the screen rendering module includes:
sending a notification message to the picture rendering module, wherein the notification message carries the rendering instruction; alternatively, the first and second electrodes may be,
and sending a calling request to the picture rendering module, wherein the calling request carries the rendering instruction.
According to a third aspect of embodiments of the present specification, there is provided a cloud client, including a control flow information generating module and a data flow information receiving module;
the control flow information generating module is configured to generate control flow information and send the control flow information to a logic computing module of the cloud game service system, wherein the control flow information comprises touch input information, and the touch input information is used for identifying an operation executed by a user in a game picture;
the data stream information receiving module is configured to receive data stream information sent by a picture rendering module of the cloud game service system, and analyze and play the data stream information.
According to a fourth aspect of the embodiments of the present specification, there is provided another data processing method applied to the cloud client provided in the third aspect, where the method includes:
generating control flow information, sending the control flow information to a logic computing module of a cloud game service system, receiving data flow information sent by a picture rendering module of the cloud game service system, analyzing and playing the data flow information, wherein the control flow information comprises touch input information, and the touch input information is used for identifying operation executed by a user in a game picture; alternatively, the first and second electrodes may be,
and receiving data stream information sent by a picture rendering module of the cloud game service system, and analyzing and playing the data stream information.
According to a fifth aspect of embodiments of the present specification, there is provided a service system including a cloud game service system and a cloud client, the cloud game service system including a logic calculation module and a screen rendering module;
the logic calculation module is used for receiving control flow information sent by a cloud client, analyzing the control flow information, performing logic simulation and calculation according to the touch input information, generating a rendering instruction, and sending the rendering instruction to the picture rendering module, wherein the touch input information is used for identifying an operation executed by a user in a game picture;
the picture rendering module is used for generating data stream information according to the rendering instruction and sending the data stream information to the cloud client;
the control flow information generating module is used for generating control flow information and sending the control flow information to the logic computing module;
and the data stream information receiving module is used for receiving the data stream information sent by the picture rendering module and analyzing and playing the data stream information.
According to a sixth aspect of embodiments herein, there is provided a computing device comprising:
a memory and a processor;
the memory is to store computer-executable instructions, and the processor is to execute the computer-executable instructions to:
receiving control flow information sent by a cloud client, wherein the control flow information comprises touch input information, analyzing the control flow information, carrying out logic simulation and calculation according to the touch input information, generating a rendering instruction, and sending the rendering instruction to a picture rendering module, wherein the touch input information is used for identifying the operation executed by a user in a game picture.
According to a seventh aspect of embodiments herein, there is provided a computing device comprising:
a memory and a processor;
the memory is to store computer-executable instructions, and the processor is to execute the computer-executable instructions to:
and generating data stream information according to the rendering instruction, and sending the data stream information to the cloud client.
According to an eighth aspect of embodiments herein, there is provided a computing device comprising:
a memory and a processor;
the memory is to store computer-executable instructions, and the processor is to execute the computer-executable instructions to:
generating control flow information, sending the control flow information to a logic computing module of a cloud game service system, receiving data flow information sent by a picture rendering module of the cloud game service system, analyzing and playing the data flow information, wherein the control flow information comprises touch input information, and the touch input information is used for identifying operation executed by a user in a game picture; or receiving data stream information sent by the picture rendering module, and analyzing and playing the data stream information.
According to a ninth aspect of embodiments herein, there is provided a computer-readable storage medium storing computer-executable instructions that, when executed by a processor, implement the steps of the data processing method provided by any of the second aspects.
According to a tenth aspect of embodiments herein, there is provided a computer-readable storage medium storing computer-executable instructions that, when executed by a processor, implement the steps of the data processing method provided by any of the fourth aspects.
The cloud game service system provided by the specification comprises a logic computing module and a picture rendering module, wherein the logic computing module receives control flow information sent by a cloud client, analyzes the control flow information, then performs logic simulation and computation according to touch input information obtained by analysis, generates a rendering instruction, and sends the rendering instruction to the picture rendering module, and the picture rendering module only needs to generate data flow information according to the rendering instruction and sends the data flow information to the cloud client. The framework of the cloud game service system is redesigned according to functions, two modules of the cloud game service system have different functions respectively, so that the cloud game service system can perform simulation and logic calculation and picture rendering, the rendering function in the game client is integrated into the cloud game service system, the operation executed by a user does not need to be simulated once at the game client and the cloud game service system, half of logic simulation and calculation operation is reduced, execution consumption is greatly reduced, the design and implementation difficulty of the whole game framework is reduced, and the development period of a project is correspondingly shortened.
Drawings
Fig. 1 is a schematic structural diagram of a cloud game service system according to an embodiment of the present disclosure;
fig. 2 is a flowchart of a first data processing method provided in an embodiment of the present specification;
fig. 3 is a schematic structural diagram of a cloud client according to an embodiment of the present specification;
FIG. 4 is a flow chart of a second data processing method provided by an embodiment of the present specification;
fig. 5 is a process flow chart of a data processing method applied to a cloud game provided in an embodiment of the present specification;
fig. 6 is a schematic structural diagram of a service system provided in an embodiment of the present specification;
FIG. 7 is a block diagram of a first computing device provided in an embodiment of the present description;
FIG. 8 is a block diagram of a second computing device provided in an embodiment of the present description;
fig. 9 is a block diagram of a second computing device provided in an embodiment of the present specification.
Detailed Description
In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present description. This description may be embodied in many different forms and should not be construed as limited to the embodiments set forth herein, as those skilled in the art will be able to make and use the present disclosure without departing from the spirit and scope of the present disclosure.
The terminology used in the description of the one or more embodiments is for the purpose of describing the particular embodiments only and is not intended to be limiting of the description of the one or more embodiments. As used in one or more embodiments of the present specification and the appended claims, the singular forms "a," "an," and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used in one or more embodiments of the present specification refers to and encompasses any and all possible combinations of one or more of the associated listed items.
It will be understood that, although the terms first, second, etc. may be used herein in one or more embodiments to describe various information, these information should not be limited by these terms. These terms are only used to distinguish one type of information from another. For example, a first can also be referred to as a second and, similarly, a second can also be referred to as a first without departing from the scope of one or more embodiments of the present description. The word "if" as used herein may be interpreted as "at … …" or "when … …" or "in response to a determination", depending on the context.
In the present specification, a cloud game service system, a cloud client, and a data processing method are provided, and the present specification relates to a service system, a computing device, and a computer-readable storage medium, which are described in detail in the following embodiments one by one.
Fig. 1 is a schematic structural diagram of a cloud game service system provided in an embodiment of the present specification, where the cloud game service system includes a logic calculation module 102 and a screen rendering module 104;
the logic calculation module 102 is configured to receive control flow information sent by a cloud client, analyze the control flow information, perform logic simulation and calculation according to the touch input information, generate a rendering instruction, and send the rendering instruction to the picture rendering module, where the touch input information is used to identify an operation performed by a user in a game picture;
and the screen rendering module 104 is configured to generate data stream information according to the rendering instruction and send the data stream information to the cloud client.
In practical application, a cloud game is formed by adding a cloud Client on the basis of a C/S (Client/Server) architecture, the game Client is migrated to a machine room from a player device, the cloud Client can send operation information of a user to the game Client, the game Client performs validity judgment, logic and simulation calculation and picture rendering, and simultaneously sends the operation information to a game Server through a network, and the game Server also performs validity inspection, logic and simulation calculation and broadcasts results to other game clients. In the framework, the same input data and the consistent operation flow ensure that the final calculation results of the game client and the game server are consistent, but in order to ensure that the user operation can be fed back timely, most logic and simulation calculation needs to be executed once at the game client and the server, codes of the same logic need to be written twice at the client and the server, the execution consumption is high, the design and implementation difficulty of the whole framework of the game is increased, and the development period of a project is also increased.
The cloud game service system provided by the specification comprises a logic computing module and a picture rendering module, wherein the logic computing module receives control flow information sent by a cloud client, analyzes the control flow information, then performs logic simulation and computation according to touch input information obtained by analysis, generates a rendering instruction, and sends the rendering instruction to the picture rendering module, and the picture rendering module only needs to generate data flow information according to the rendering instruction and sends the data flow information to the cloud client. The framework of the cloud game service system is redesigned according to functions, two modules of the cloud game service system have different functions respectively, so that the cloud game service system can perform simulation and logic calculation and picture rendering, the rendering function in the game client is integrated into the cloud game service system, the operation executed by a user does not need to be simulated once at the game client and the cloud game service system, half of logic simulation and calculation operation is reduced, execution consumption is greatly reduced, the design and implementation difficulty of the whole game framework is reduced, and the development period of a project is correspondingly shortened.
In an optional embodiment, the logic computation module 102 is further configured to:
judging whether the operation executed by the user identified by the touch input information in the game picture is effective or not;
and if so, executing the steps of carrying out logic simulation and calculation according to the touch input information and generating a rendering instruction.
In an optional embodiment, the logic computation module 102 is further configured to:
determining the expression data of a game picture where a user executes operation;
performing logic simulation and calculation according to the operation executed by the user in the game picture identified by the touch input information based on the performance data, and determining new performance data in the game picture after the logic simulation and the calculation;
and generating the rendering instruction according to the new representation data.
In an optional embodiment, the screen rendering module 104 is further configured to:
analyzing the rendering instruction;
according to the new representation data in the rendering instruction, rendering a new game picture after a user performs operation in the game picture;
and generating the data flow information according to the new game picture.
In an optional embodiment, the screen rendering module 104 is further configured to:
determining a cloud client corresponding to an online account in a game picture where the user executes operation;
and sending the data stream information to the cloud client.
In an optional embodiment, the logic computation module 102 is further configured to:
sending a notification message to the picture rendering module, wherein the notification message carries a rendering instruction; alternatively, the first and second electrodes may be,
and sending a calling request to the picture rendering module, wherein the calling request carries a rendering instruction.
In an alternative embodiment, the logic calculation module 102 is configured on a first terminal, and the screen rendering module 104 is configured on a second terminal different from the first terminal.
In practical applications, the logic calculation module 102 and the screen rendering module 104 have different functions, and thus may be disposed on different terminals according to the requirements of the logic calculation module 102 and the screen rendering module 104 on the terminals. For example, the logic computation module 102 is mainly used for logic simulation and computation, and requires a powerful CPU (Central Processing Unit) for support, so that the logic computation module 102 is installed on a CPU-powerful terminal; the frame rendering module 104 is mainly used for rendering game frames and generating data stream information, which requires a powerful GPU (Graphics Processing Unit) to support, so that the frame rendering module 104 is installed on a GPU-powerful terminal.
The cloud game service system provided by the specification comprises a logic computing module and a picture rendering module, wherein the logic computing module receives control flow information sent by a cloud client, analyzes the control flow information, then performs logic simulation and computation according to touch input information obtained by analysis, generates a rendering instruction, and sends the rendering instruction to the picture rendering module, and the picture rendering module only needs to generate data flow information according to the rendering instruction and sends the data flow information to the cloud client. The framework of the cloud game service system is redesigned according to functions, two modules of the cloud game service system have different functions respectively, so that the cloud game service system can perform simulation and logic calculation and picture rendering, the rendering function in the game client is integrated into the cloud game service system, the operation executed by a user does not need to be simulated once at the game client and the cloud game service system, half of logic simulation and calculation operation is reduced, execution consumption is greatly reduced, the design and implementation difficulty of the whole game framework is reduced, and the development period of a project is correspondingly shortened.
Fig. 2 is a flowchart of a data processing method according to an embodiment of the present disclosure, which is applied to the cloud game service system shown in fig. 1, and includes steps 202 to 204.
Step 202: the logic computation module receives control flow information sent by the cloud client, the control flow information comprises touch input information, the control flow information is analyzed, logic simulation and computation are carried out according to the touch input information, a rendering instruction is generated, the rendering instruction is sent to the picture rendering module, and the touch input information is used for identifying operation executed by a user in a game picture.
In one or more implementations of this embodiment, the performing logic simulation and calculation according to the touch input information and generating rendering instructions includes:
determining the expression data of a game picture where a user executes operation;
performing logic simulation and calculation according to the operation executed by the user in the game picture identified by the touch input information based on the performance data, and determining new performance data in the game picture after the logic simulation and the calculation;
and generating the rendering instruction according to the new representation data.
In one or more embodiments of this embodiment, before performing logic simulation and calculation according to the touch input information and generating a rendering instruction, it may also be determined whether an operation input by a user is valid, and a specific implementation process may be:
judging whether the operation executed by the user identified by the touch input information in the game picture is effective or not;
and if so, executing the steps of carrying out logic simulation and calculation according to the touch input information and generating a rendering instruction.
In one or more implementations of this embodiment, the sending, by the logic calculation module, the rendering instruction to the screen rendering module includes:
sending a notification message to the picture rendering module, wherein the notification message carries the rendering instruction; alternatively, the first and second electrodes may be,
and sending a calling request to the picture rendering module, wherein the calling request carries the rendering instruction.
Step 204: and the picture rendering module generates data stream information according to the rendering instruction and sends the data stream information to the cloud client.
Specifically, on the basis that the logic calculation module sends the rendering instruction to the picture rendering module, the picture rendering module further generates data stream information according to the rendering instruction and sends the data stream information to the cloud client.
In one or more implementations of this embodiment, the generating, by the screen rendering module according to the rendering instruction, data stream information includes:
analyzing the rendering instruction;
according to the new representation data in the rendering instruction, rendering a new game picture after a user performs operation in the game picture;
and generating the data flow information according to the new game picture.
In one or more implementations of this embodiment, the sending, by the screen rendering module, the data stream information to a cloud client includes:
determining a cloud client corresponding to an online account in a game picture where the user executes operation;
and sending the data stream information to the cloud client.
The cloud game service system provided by the specification comprises a logic computing module and a picture rendering module, wherein the logic computing module receives control flow information sent by a cloud client, analyzes the control flow information, then performs logic simulation and computation according to touch input information obtained by analysis, generates a rendering instruction, and sends the rendering instruction to the picture rendering module, and the picture rendering module only needs to generate data flow information according to the rendering instruction and sends the data flow information to the cloud client. The framework of the cloud game service system is redesigned according to functions, two modules of the cloud game service system have different functions respectively, so that the cloud game service system can perform simulation and logic calculation and picture rendering, the rendering function in the game client is integrated into the cloud game service system, the operation executed by a user does not need to be simulated once at the game client and the cloud game service system, half of logic simulation and calculation operation is reduced, execution consumption is greatly reduced, the design and implementation difficulty of the whole game framework is reduced, and the development period of a project is correspondingly shortened.
Fig. 3 illustrates a schematic structural diagram of a cloud client provided according to an embodiment of the present specification, where the cloud client includes a control flow information generation module 302 and a data flow information reception module 304.
A control flow information generating module 302 configured to generate control flow information and send the control flow information to a logic computing module of the cloud game service system, where the control flow information includes touch input information, and the touch input information is used to identify an operation performed by a user in a game screen;
and the data stream information receiving module 304 is configured to receive the data stream information sent by the screen rendering module of the cloud game service system, and analyze and play the data stream information.
In the specification, the cloud client comprises a control flow information generating module and a data flow information receiving module, after the control flow information generating module generates the control flow information, the control flow information is directly sent to a logic computing module of the cloud game service system, so that the logic computing module can generate a rendering instruction, a picture rendering module is controlled to generate the data flow information, the data flow information receiving module receives the data flow information sent by the picture rendering module of the cloud game service system, and the operation executed by a user at the cloud client does not need to be simulated at the game client and the cloud game service system once, so that half of logic simulation and calculation operation are reduced, and the execution consumption is greatly reduced.
Fig. 4 shows a flowchart of a data processing method provided according to an embodiment of the present specification, which is applied to the cloud client shown in fig. 3, and includes steps 402 to 404.
Step 402: generating control flow information, and sending the control flow information to a logic computing module of the cloud game service system, wherein the control flow information comprises touch input information, and the touch input information is used for identifying the operation executed by a user in a game picture.
Step 404: and receiving data stream information sent by a picture rendering module of the cloud game service system, and analyzing and playing the data stream information.
In practical application, if a user performs an operation through a cloud client, the cloud client generates control flow information, sends the control flow information to a logic computing module of the cloud game service system, and receives data flow information sent by a picture rendering module of the cloud game service system, that is, step 402 is performed first, and then step 404 is performed; if the user does not execute the operation through the cloud client, and only needs to synchronize the operation executed by other users through other cloud clients, the cloud client only needs to receive the data stream information sent by the picture rendering module of the cloud game service system, and does not need to generate the control stream information, that is, the step 402 may not be executed, and the step 404 is directly executed.
In the specification, the cloud client comprises a control flow information generating module and a data flow information receiving module, after the control flow information generating module generates the control flow information, the control flow information is directly sent to a logic computing module of the cloud game service system, so that the logic computing module can generate a rendering instruction, a picture rendering module is controlled to generate the data flow information, the data flow information receiving module receives the data flow information sent by the picture rendering module of the cloud game service system, and the operation executed by a user at the cloud client does not need to be simulated at the game client and the cloud game service system once, so that half of logic simulation and calculation operation are reduced, and the execution consumption is greatly reduced.
The data processing method provided in this specification is further described below with reference to fig. 5, taking an application of the data processing method in cloud games as an example. Fig. 5 shows a processing flow chart of a data processing method applied to a cloud game provided in an embodiment of the present specification, and specifically includes the following steps:
step 502: the cloud client generates control flow information and sends the control flow information to a logic computing module of the cloud game service system, wherein the control flow information comprises touch input information.
Specifically, the touch input information is used to identify an operation performed by a user in a game screen. The cloud client is a client operated by a user when playing a game, the cloud client is installed on a terminal device held by the user, the user can perform corresponding operation on the game played through the cloud client, and the cloud client only has the functions of receiving operation input and displaying a game picture after operation, so that the terminal device held by the user does not need any high-end processor or display card, and only needs basic video decompression capacity.
In addition, if the operation performed by the user at the cloud client is an operation that requires switching of a game screen, such as a login operation or a scene switching operation, when the cloud client generates control flow information, the cloud client may also carry a game screen identifier in the control flow information, where the game screen identifier is used to identify a game screen where the user is located.
The control flow information is generated after the cloud client receives the operation input by the user, when the user plays the game, the current game picture of the user is displayed on the terminal equipment, and the user needs to execute the corresponding operation in the current game picture. When a user enters the current game picture through the cloud client for the first time, the cloud game service system calls the performance data of the game picture from the stored multiple performance data, so that if the operation executed by the user at the cloud client does not need to switch the game picture, the game picture identification does not need to be carried in the control flow information, and if the operation executed by the user at the cloud client needs to be switched to a new game picture, the game picture identification is carried in the control flow information when the cloud client generates the control flow information, so that the cloud game service system can call the performance data of the corresponding game picture according to the game picture identification, and further execute subsequent operation.
Furthermore, the cloud game service system comprises a logic calculation module and a picture rendering module, wherein the logic calculation module is mainly used for logic simulation and calculation and can be installed on a powerful terminal of a CPU, and the picture rendering module is mainly used for rendering game pictures and generating data stream information and can be installed on a powerful terminal of a GPU.
In practical application, after a user performs operation on a game through a cloud client, the cloud client detects the operation performed by the user, determines information corresponding to the operation as touch input information, and directly encodes the touch input information to generate control flow information if the operation does not require game picture switching; and if the operation needs to switch game pictures, acquiring corresponding game picture identification, and then coding the game picture identification and the touch input information to generate the control flow information. And then, the cloud client can send the control flow information to a logic computing module of the cloud game service system through a network.
Step 504: and a logic computing module of the cloud game service system receives and analyzes control flow information sent by the cloud client.
Specifically, on the basis that the control flow information is generated by the cloud client and sent to the logic computing module of the cloud game service system, the logic computing module of the cloud game service system receives and analyzes the control flow information sent by the cloud client.
In practical application, if the cloud client generates the control flow information through encoding, the logic computing module of the cloud game service system decodes the control flow information to acquire the carried information.
Step 506: and a logic calculation module of the cloud game service system performs logic simulation and calculation according to the touch input information and generates a rendering instruction.
Specifically, on the basis that the logic computation module of the cloud game service system receives and analyzes control flow information sent by the cloud client, the logic computation module of the cloud game service system performs logic simulation and computation according to the touch input information and generates a rendering instruction.
In one or more embodiments of this embodiment, the logic calculation module of the cloud game service system performs logic simulation and calculation according to the touch input information, and generates a rendering instruction, and a specific implementation process may be:
determining the expression data of a game picture where a user executes operation;
performing logic simulation and calculation according to the operation executed by the user in the game picture identified by the touch input information based on the performance data, and determining new performance data in the game picture after the logic simulation and the calculation;
and generating the rendering instruction according to the new representation data.
Specifically, the performance data may include data such as a background screen, a static item, a dynamic item, an operable object, and an online character in the current game screen, and the description does not limit the content of the data specifically included in the performance data, and the data required for displaying the game screen is the performance data of the game screen. In addition, the new appearance data in the game screen after the logical simulation and calculation may also include data such as a background screen, an operation effect, a static item, a dynamic item, an operable object, an online character, and the like in the game screen after the operation is performed.
In practical application, if the control flow information does not carry a game picture identifier, it indicates that the cloud game service system has called the performance data corresponding to the game picture, and the performance data can be directly operated subsequently; if the control flow information carries a game picture identifier, corresponding performance data can be called according to the game picture identifier.
The cloud game service system may store the expression data of the game picture in advance according to the corresponding relationship, for example, the game picture identifier and the expression data of the game picture are stored correspondingly, and then, after the logic calculation module acquires the game picture identifier, the corresponding expression data may be retrieved according to the corresponding relationship between the game picture identifier and the expression data of the game picture.
In a specific implementation process, after the expression data of the game picture where the user performs the operation is determined, the object of the operation can be simulated and executed in the expression data of the game picture, and the expression data of the game picture after the simulation is executed can be calculated.
For example, the control flow information carries a game screen identifier a, and the performance data of the corresponding game screen is determined according to the game screen identifier a as follows: landscape background, role X (persona corresponding to cloud client, coordinate (5, 15)), role Y (coordinate (3,7)), and role Z (coordinate (35, 50)). Assuming that the operation performed by the user identified by the touch input information in the game screen is a step forward, and assuming that the preset step length is 5, the simulated character X in the game screen moves one step forward, the coordinate of the character X becomes (10, 20), and the determined new representation data in the game screen after logic simulation and calculation includes: landscape background, character X (coordinates (10, 20)), character Y (coordinates (3,7)), and character Z (coordinates (35, 50)).
Further, it is also possible to perform logic simulation and calculation only for valid operations, and generate rendering instructions so that before performing logic simulation and calculation according to the touch input information and generating rendering instructions, it is also possible to:
judging whether the operation executed by the user identified by the touch input information in the game picture is effective or not;
if yes, executing the steps of performing logic simulation and calculation according to the touch input information and generating a rendering instruction;
if not, logic simulation and calculation are not carried out, and follow-up operation is not executed.
In practical application, the operation executed by the user in the game screen is not necessarily an effective operation, so that in the present specification, it is first determined whether the operation executed by the user identified by the touch input information in the game screen is effective, and if so, the logic calculation module performs logic simulation and calculation; if not, the logic calculation module does not perform logic simulation and calculation, so that the logic calculation module is prevented from performing logic simulation and calculation on invalid operation, and the execution power consumption of the cloud game service system is further reduced.
Step 508: and the logic computing module of the cloud game service system sends the rendering instruction to the picture rendering module of the cloud game service system.
Specifically, on the basis that the logic calculation module of the cloud game service system performs logic simulation and calculation according to the touch input information and generates a rendering instruction, the logic calculation module of the cloud game service system further sends the rendering instruction to the picture rendering module of the cloud game service system.
In one or more embodiments of this embodiment, a logic computation module of the cloud game service system sends the rendering instruction to a screen rendering module of the cloud game service system, where the screen rendering module includes:
sending a notification message to the picture rendering module, wherein the notification message carries the rendering instruction; alternatively, the first and second electrodes may be,
and sending a calling request to the picture rendering module, wherein the calling request carries the rendering instruction.
In practical application, because the logic calculation module and the screen rendering module are two modules in the cloud game service system, when sending a rendering instruction to the screen rendering module, the logic calculation module can be implemented through a notification message or a call request without a network.
Step 510: and generating data stream information by a picture rendering module of the cloud game service system according to the rendering instruction.
Specifically, on the basis that the logic computing module of the cloud game service system sends the rendering instruction to the picture rendering module of the cloud game service system, the picture rendering module of the cloud game service system generates data stream information according to the rendering instruction.
In practical applications, the data stream information may be an audio/video stream, and the picture rendering module may encode a new game picture to be rendered into the audio/video stream.
In one or more embodiments of this embodiment, the generating, by a screen rendering module of the cloud game service system, data stream information according to the rendering instruction includes:
analyzing the rendering instruction;
according to the new representation data in the rendering instruction, rendering a new game picture after a user performs operation in the game picture;
and generating the data flow information according to the new game picture.
In practical application, after receiving a rendering instruction, the image rendering module analyzes the rendering instruction to obtain new representation data (representation data in a game image after logic simulation and calculation) in the rendering instruction, the rendering module does not need to perform logic simulation and calculation, performs image rendering directly according to the obtained representation data, renders a new game image after a user performs operation in the game image, and generates a video stream according to the new game image.
Step 512: and the picture rendering module of the cloud game service system sends the data stream information to the cloud client.
Specifically, on the basis that the image rendering module of the cloud game service system generates the data stream information according to the rendering instruction, the image rendering module of the cloud game service system further sends the data stream information to the cloud client.
In practical application, the picture rendering module of the cloud game service system can send the data stream information to the cloud client through a network.
In one or more embodiments of this embodiment, the generated data stream information is sent to a corresponding cloud client, and the specific implementation process is as follows:
determining a cloud client corresponding to an online account in a game picture where the user executes operation;
and sending the data stream information to the cloud client.
In practical application, a user logs in a game, and after entering a game scene, the cloud game service system can determine all online accounts in the game scene (namely a game picture). In addition, the process of establishing a TCP long connection between the cloud client and the cloud game service system is a user login game, and after the TCP long connection is established between the cloud client and the cloud game service system, the user successfully logs in the game, so that the cloud clients corresponding to online accounts (i.e., users logging in the game) in the same game picture establish the TCP long connection with the cloud game service system, and in this case, the cloud game service system only needs to send the data stream information to the corresponding cloud client through the TCP long connection. The TCP long connection technology can refer to the prior art, and the detailed description of the TCP long connection technology is not provided herein.
Step 514: the cloud client receives data stream information sent by a picture rendering module of the cloud game service system, and analyzes and plays the data stream information.
Specifically, on the basis that the data stream information is sent to the cloud client by the picture rendering module of the cloud game service system, the cloud client receives the data stream information sent by the picture rendering module of the cloud game service system, and analyzes and plays the data stream information.
In an actual application process, the cloud client at this step includes the cloud client (i.e., the cloud client on which the user performs the operation), and a cloud client corresponding to another online account on which the cloud client is on the same game screen (i.e., the cloud client which does not perform the operation but needs to synchronize the operation performed by another user). The cloud client corresponding to all online accounts in the game picture can synchronously display the game picture after a certain user executes operation, and therefore smooth game playing experience of the user is guaranteed.
Next, the operation procedure described in the above steps 602 to 614 is exemplified with reference to specific operations:
after receiving a moving operation instruction of a user, the cloud client generates control flow information, the control flow information is sent to a logic computing module of the cloud game service system through a network, after receiving the operation instruction, the logic computing module firstly judges the validity of operation input, then executes the moving instruction of a player, the logic simulation starts to enter a moving state, each processing time period moves a character forward for a distance according to the direction of the character, the change of the position of the character is finally expressed on a game picture, the logic computing module generates a rendering instruction according to the calculated new position (expression data) of the character and transmits the rendering instruction to a picture rendering module of the cloud game service system through a notification message or a call request, and the picture rendering module moves the character to a new position in the game picture after receiving the new position (rendering instruction), and rendering the pictures, and encoding the rendered pictures into a video stream to be sent to the cloud client for playing through the network.
After receiving a fighting operation instruction of a user, the cloud client generates control flow information, and sends the control flow information to a logic computing module of the cloud game service system through a network, the logic computing module judges that the fighting operation instruction is effective after receiving the control flow information, then executes a fighting code, performs logic simulation and computation on fighting, generates fighting results and performance data after the fighting logic simulation computation is completed, the performance data such as fighting special effects and blood falling information which need to be displayed in a picture can be coded into a rendering instruction to be sent to a picture rendering module of the cloud game service system, the picture rendering module renders a new fighting picture, and the new fighting picture is coded into data flow information to be sent to the cloud client to be played through the network.
The cloud game service system provided by the specification comprises a logic computing module and a picture rendering module, wherein the logic computing module receives control flow information sent by a cloud client, analyzes the control flow information, then performs logic simulation and computation according to touch input information obtained by analysis, generates a rendering instruction, and sends the rendering instruction to the picture rendering module, and the picture rendering module only needs to generate data flow information according to the rendering instruction and sends the data flow information to the cloud client. The framework of the cloud game service system is redesigned according to functions, two modules of the cloud game service system have different functions respectively, so that the cloud game service system can perform simulation and logic calculation and picture rendering, the rendering function in the game client is integrated into the cloud game service system, the operation executed by a user does not need to be simulated once at the game client and the cloud game service system, half of logic simulation and calculation operation is reduced, execution consumption is greatly reduced, the design and implementation difficulty of the whole game framework is reduced, and the development period of a project is correspondingly shortened.
Fig. 6 is a schematic structural diagram of a service system provided according to an embodiment of the present specification, where the service system includes a cloud game service system including a logic computing module 102 and a screen rendering module 104, and a cloud client including a control flow information generating module 302 and a data flow information receiving module 304;
the logic computation module 102 is configured to receive control flow information sent by a cloud client, where the control flow information includes touch input information, analyze the control flow information, perform logic simulation and computation according to the touch input information, generate a rendering instruction, and send the rendering instruction to the picture rendering module, where the touch input information is used to identify an operation performed by a user in a game picture;
the picture rendering module 104 is configured to generate data stream information according to the rendering instruction, and send the data stream information to the cloud client;
the control flow information generating module 302 is configured to generate control flow information and send the control flow information to the logic calculating module 102;
the data stream information receiving module 304 is configured to receive the data stream information sent by the image rendering module, and analyze and play the data stream information.
The cloud game service system provided by the specification comprises a logic computing module and a picture rendering module, wherein the logic computing module receives control flow information sent by a cloud client, analyzes the control flow information, then performs logic simulation and computation according to touch input information obtained by analysis, generates a rendering instruction, and sends the rendering instruction to the picture rendering module, and the picture rendering module only needs to generate data flow information according to the rendering instruction and sends the data flow information to the cloud client. The framework of the cloud game service system is redesigned according to functions, two modules of the cloud game service system have different functions respectively, so that the cloud game service system can perform simulation and logic calculation and picture rendering, the rendering function in the game client is integrated into the cloud game service system, the operation executed by a user does not need to be simulated once at the game client and the cloud game service system, half of logic simulation and calculation operation is reduced, execution consumption is greatly reduced, the design and implementation difficulty of the whole game framework is reduced, and the development period of a project is correspondingly shortened.
The above is a schematic scheme of a service system of the embodiment. It should be noted that the technical solution of the service system and the technical solution of the data processing method applied to the cloud game belong to the same concept, and details that are not described in detail in the technical solution of the service system can be referred to the description of the technical solution of the data processing method applied to the cloud game.
Fig. 7 illustrates a block diagram of a first computing device 700 provided in accordance with an embodiment of the present description. The components of the computing device 700 include, but are not limited to, memory 710 and a processor 720. Processor 720 is coupled to memory 710 via bus 730, and database 750 is used to store data.
Computing device 700 also includes access device 770, which access device 770 enables computing device 700 to communicate via one or more networks 760. Examples of such networks include the Public Switched Telephone Network (PSTN), a Local Area Network (LAN), a Wide Area Network (WAN), a Personal Area Network (PAN), or a combination of communication networks such as the internet. Access device 740 may include one or more of any type of network interface, e.g., a Network Interface Card (NIC), wired or wireless, such as an IEEE802.11 Wireless Local Area Network (WLAN) wireless interface, a worldwide interoperability for microwave access (Wi-MAX) interface, an ethernet interface, a Universal Serial Bus (USB) interface, a cellular network interface, a bluetooth interface, a Near Field Communication (NFC) interface, and so forth.
In one embodiment of the present description, the above-described components of computing device 700, as well as other components not shown in FIG. 7, may also be connected to each other, such as by a bus. It should be understood that the block diagram of the computing device architecture shown in FIG. 7 is for purposes of example only and is not limiting as to the scope of the present description. Those skilled in the art may add or replace other components as desired.
Computing device 700 may be any type of stationary or mobile computing device, including a mobile computer or mobile computing device (e.g., tablet, personal digital assistant, laptop, notebook, netbook, etc.), mobile phone (e.g., smartphone), wearable computing device (e.g., smartwatch, smartglasses, etc.), or other type of mobile device, or a stationary computing device such as a desktop computer or PC. Computing device 700 may also be a mobile or stationary server.
Wherein processor 720 is configured to execute the following computer-executable instructions:
receiving control flow information sent by a cloud client, wherein the control flow information comprises touch input information, analyzing the control flow information, carrying out logic simulation and calculation according to the touch input information, generating a rendering instruction, and sending the rendering instruction to a picture rendering module, wherein the touch input information is used for identifying the operation executed by a user in a game picture.
Fig. 8 illustrates a block diagram of a second computing device 800 provided in accordance with an embodiment of the present description. The components of the computing device 800 include, but are not limited to, memory 810 and a processor 820. The processor 820 is coupled to the memory 810 via a bus 830, and the database 850 is used to store data.
Computing device 800 also includes an access device 870, which access device 870 enables computing device 800 to communicate via one or more networks 860. Examples of such networks include the Public Switched Telephone Network (PSTN), a Local Area Network (LAN), a Wide Area Network (WAN), a Personal Area Network (PAN), or a combination of communication networks such as the internet. Access device 840 may include one or more of any type of network interface (e.g., a Network Interface Card (NIC)) whether wired or wireless, such as an IEEE802.11 Wireless Local Area Network (WLAN) wireless interface, a worldwide interoperability for microwave access (Wi-MAX) interface, an ethernet interface, a Universal Serial Bus (USB) interface, a cellular network interface, a bluetooth interface, a Near Field Communication (NFC) interface, and so forth.
In one embodiment of the present description, the above-described components of computing device 800, as well as other components not shown in FIG. 8, may also be connected to each other, such as by a bus. It should be understood that the block diagram of the computing device architecture shown in FIG. 8 is for purposes of example only and is not limiting as to the scope of the description. Those skilled in the art may add or replace other components as desired.
Computing device 800 may be any type of stationary or mobile computing device, including a mobile computer or mobile computing device (e.g., tablet, personal digital assistant, laptop, notebook, netbook, etc.), a mobile phone (e.g., smartphone), a wearable computing device (e.g., smartwatch, smartglasses, etc.), or other type of mobile device, or a stationary computing device such as a desktop computer or PC. Computing device 800 may also be a mobile or stationary server.
Wherein, the processor 820 is configured to execute the following computer-executable instructions:
and generating data stream information according to the rendering instruction, and sending the data stream information to the cloud client.
FIG. 9 illustrates a block diagram of a third computing device 900 provided in accordance with an embodiment of the present description. Components of the computing device 900 include, but are not limited to, a memory 910 and a processor 920. The processor 920 is coupled to the memory 910 via a bus 930, and a database 950 is used to store data.
Computing device 900 also includes access device 940, access device 940 enabling computing device 900 to communicate via one or more networks 960. Examples of such networks include the Public Switched Telephone Network (PSTN), a Local Area Network (LAN), a Wide Area Network (WAN), a Personal Area Network (PAN), or a combination of communication networks such as the internet. Access device 940 may include one or more of any type of network interface (e.g., a Network Interface Card (NIC)) whether wired or wireless, such as an IEEE802.11 Wireless Local Area Network (WLAN) wireless interface, a worldwide interoperability for microwave access (Wi-MAX) interface, an ethernet interface, a Universal Serial Bus (USB) interface, a cellular network interface, a bluetooth interface, a Near Field Communication (NFC) interface, and so forth.
In one embodiment of the present description, the above-described components of computing device 900, as well as other components not shown in FIG. 9, may also be connected to each other, such as by a bus. It should be understood that the block diagram of the computing device architecture shown in FIG. 9 is for purposes of example only and is not limiting as to the scope of the description. Those skilled in the art may add or replace other components as desired.
Computing device 900 may be any type of stationary or mobile computing device, including a mobile computer or mobile computing device (e.g., tablet, personal digital assistant, laptop, notebook, netbook, etc.), a mobile phone (e.g., smartphone), a wearable computing device (e.g., smartwatch, smartglasses, etc.), or other type of mobile device, or a stationary computing device such as a desktop computer or PC. Computing device 900 may also be a mobile or stationary server.
Wherein, the processor 920 is configured to execute the following computer-executable instructions:
generating control flow information, sending the control flow information to a logic computing module of a cloud game service system, receiving data flow information sent by a picture rendering module of the cloud game service system, analyzing and playing the data flow information, wherein the control flow information comprises touch input information, and the touch input information is used for identifying operation executed by a user in a game picture; alternatively, the first and second electrodes may be,
and receiving data stream information sent by a picture rendering module of the cloud game service system, and analyzing and playing the data stream information.
The above is an illustrative scheme of a computing device of the present embodiment. It should be noted that the technical solutions of the first, second, and third computing devices belong to the same concept as the technical solution of the data processing method, and details that are not described in detail in the technical solution of the computing device can be referred to the description of the technical solution of the data processing method.
An embodiment of the present specification also provides a computer readable storage medium storing computer instructions that, when executed by a processor, are operable to:
receiving control flow information sent by a cloud client, wherein the control flow information comprises touch input information, analyzing the control flow information, performing logic simulation and calculation according to the touch input information, generating a rendering instruction, and sending the rendering instruction to a picture rendering module, wherein the touch input information is used for identifying the operation executed by a user in a game picture.
An embodiment of the present specification also provides a computer readable storage medium storing computer instructions that, when executed by a processor, are operable to:
and generating data stream information according to the rendering instruction, and sending the data stream information to the cloud client.
An embodiment of the present specification also provides a computer readable storage medium storing computer instructions that, when executed by a processor, are operable to:
generating control flow information, sending the control flow information to a logic computing module of a cloud game service system, receiving data flow information sent by a picture rendering module of the cloud game service system, analyzing and playing the data flow information, wherein the control flow information comprises touch input information, and the touch input information is used for identifying operation executed by a user in a game picture; alternatively, the first and second electrodes may be,
and receiving data stream information sent by a picture rendering module of the cloud game service system, and analyzing and playing the data stream information.
The above is an illustrative scheme of a computer-readable storage medium of the present embodiment. It should be noted that the technical solution of the storage medium and the technical solution of the data processing method applied to the cloud game belong to the same concept, and details that are not described in detail in the technical solution of the storage medium can be referred to the description of the technical solution of the data processing method applied to the cloud game.
The foregoing description has been directed to specific embodiments of this disclosure. Other embodiments are within the scope of the following claims. In some cases, the actions or steps recited in the claims may be performed in a different order than in the embodiments and still achieve desirable results. In addition, the processes depicted in the accompanying figures do not necessarily require the particular order shown, or sequential order, to achieve desirable results. In some embodiments, multitasking and parallel processing may also be possible or may be advantageous.
The computer instructions comprise computer program code which may be in the form of source code, object code, an executable file or some intermediate form, or the like. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like. It should be noted that the computer readable medium may contain content that is subject to appropriate increase or decrease as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable media does not include electrical carrier signals and telecommunications signals as is required by legislation and patent practice.
It should be noted that, for the sake of simplicity, the foregoing method embodiments are described as a series of acts or combinations, but those skilled in the art should understand that the present disclosure is not limited by the described order of acts, as some steps may be performed in other orders or simultaneously according to the present disclosure. Further, those skilled in the art should also appreciate that the embodiments described in this specification are preferred embodiments and that acts and modules referred to are not necessarily required for this description.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and for parts that are not described in detail in a certain embodiment, reference may be made to related descriptions of other embodiments.
The preferred embodiments of the present specification disclosed above are intended only to aid in the description of the specification. Alternative embodiments are not exhaustive and do not limit the invention to the precise embodiments described. Obviously, many modifications and variations are possible in light of the above teaching. The embodiments were chosen and described in order to best explain the principles of the specification and its practical application, to thereby enable others skilled in the art to best understand the specification and its practical application. The specification is limited only by the claims and their full scope and equivalents.

Claims (21)

1. A cloud game service system comprises a logic calculation module and a picture rendering module;
the logic computing module is configured to receive control flow information sent by a cloud client, analyze the control flow information, perform logic simulation and computation according to the touch input information, generate a rendering instruction, and send the rendering instruction to the picture rendering module, wherein the touch input information is used for identifying an operation executed by a user in a game picture;
the picture rendering module is configured to generate data stream information according to the rendering instruction and send the data stream information to a cloud client.
2. The cloud gaming service system of claim 1, the logic computation module being further configured to:
judging whether the operation executed by the user identified by the touch input information in the game picture is effective or not;
and if so, executing the steps of carrying out logic simulation and calculation according to the touch input information and generating a rendering instruction.
3. The cloud gaming service system of claim 1, the logic computation module being further configured to:
determining the expression data of a game picture where a user executes operation;
performing logic simulation and calculation according to the operation executed by the user in the game picture identified by the touch input information based on the performance data, and determining new performance data in the game picture after the logic simulation and the calculation;
and generating the rendering instruction according to the new representation data.
4. The cloud gaming service system of any of claims 1-3, the screen rendering module being further configured to:
analyzing the rendering instruction;
according to the new representation data in the rendering instruction, rendering a new game picture after a user performs operation in the game picture;
and generating the data flow information according to the new game picture.
5. The cloud gaming service system of claim 4, the screen rendering module being further configured to:
determining a cloud client corresponding to an online account in a game picture where the user executes operation;
and sending the data stream information to the cloud client.
6. The cloud gaming service system of claim 1, the logic computation module being further configured to:
sending a notification message to the picture rendering module, wherein the notification message carries the rendering instruction; alternatively, the first and second electrodes may be,
and sending a calling request to the picture rendering module, wherein the calling request carries the rendering instruction.
7. The cloud gaming service system of claim 1, the logic computation module being configured on a first terminal, the screen rendering module being configured on a second terminal different from the first terminal.
8. A data processing method applied to the cloud game service system of any one of claims 1 to 7, the method comprising:
the method comprises the steps that a logic calculation module receives control flow information sent by a cloud client, the control flow information comprises touch input information, the control flow information is analyzed, logic simulation and calculation are carried out according to the touch input information, a rendering instruction is generated, and the rendering instruction is sent to a picture rendering module, wherein the touch input information is used for identifying operation executed by a user in a game picture;
and the picture rendering module generates data stream information according to the rendering instruction and sends the data stream information to the cloud client.
9. The data processing method of claim 8, wherein before performing logic simulation and calculation according to the touch input information and generating rendering instructions, further comprising:
judging whether the operation executed by the user identified by the touch input information in the game picture is effective or not;
and if so, executing the steps of carrying out logic simulation and calculation according to the touch input information and generating a rendering instruction.
10. The data processing method of claim 8, wherein performing logic simulation and computation according to the touch input information and generating rendering instructions comprises:
determining the expression data of a game picture where a user executes operation;
performing logic simulation and calculation according to the operation executed by the user in the game picture identified by the touch input information based on the performance data, and determining new performance data in the game picture after the logic simulation and the calculation;
and generating the rendering instruction according to the new representation data.
11. The data processing method according to any of claims 8 to 10, wherein the generating of the data stream information by the picture rendering module according to the rendering instruction comprises:
analyzing the rendering instruction;
according to the new representation data in the rendering instruction, rendering a new game picture after a user performs operation in the game picture;
and generating the data flow information according to the new game picture.
12. The data processing method of claim 11, wherein the screen rendering module sends the data stream information to a cloud client, and comprises:
determining a cloud client corresponding to an online account in a game picture where the user executes operation;
and sending the data stream information to the cloud client.
13. The data processing method of claim 8, the logic computation module sending the rendering instructions to the screen rendering module, comprising:
sending a notification message to the picture rendering module, wherein the notification message carries the rendering instruction; alternatively, the first and second electrodes may be,
and sending a calling request to the picture rendering module, wherein the calling request carries the rendering instruction.
14. A cloud client comprises a control flow information generating module and a data flow information receiving module;
the control flow information generating module is configured to generate control flow information and send the control flow information to a logic computing module of the cloud game service system, wherein the control flow information comprises touch input information, and the touch input information is used for identifying an operation executed by a user in a game picture;
the data stream information receiving module is configured to receive data stream information sent by a picture rendering module of the cloud game service system, and analyze and play the data stream information.
15. A data processing method applied to the cloud client according to claim 14, the method comprising:
generating control flow information, sending the control flow information to a logic computing module of a cloud game service system, receiving data flow information sent by a picture rendering module of the cloud game service system, analyzing and playing the data flow information, wherein the control flow information comprises touch input information, and the touch input information is used for identifying operation executed by a user in a game picture; alternatively, the first and second electrodes may be,
and receiving data stream information sent by a picture rendering module of the cloud game service system, and analyzing and playing the data stream information.
16. A service system comprises a cloud game service system and a cloud client, wherein the cloud game service system comprises a logic calculation module and a picture rendering module, and the cloud client comprises a control flow information generation module and a data flow information receiving module;
the logic calculation module is used for receiving control flow information sent by a cloud client, analyzing the control flow information, performing logic simulation and calculation according to the touch input information, generating a rendering instruction, and sending the rendering instruction to the picture rendering module, wherein the touch input information is used for identifying an operation executed by a user in a game picture;
the picture rendering module is used for generating data stream information according to the rendering instruction and sending the data stream information to the cloud client;
the control flow information generating module is used for generating control flow information and sending the control flow information to the logic computing module;
and the data stream information receiving module is used for receiving the data stream information sent by the picture rendering module and analyzing and playing the data stream information.
17. A computing device, comprising:
a memory and a processor;
the memory is to store computer-executable instructions, and the processor is to execute the computer-executable instructions to:
receiving control flow information sent by a cloud client, wherein the control flow information comprises touch input information, analyzing the control flow information, carrying out logic simulation and calculation according to the touch input information, generating a rendering instruction, and sending the rendering instruction to a picture rendering module, wherein the touch input information is used for identifying the operation executed by a user in a game picture.
18. A computing device, comprising:
a memory and a processor;
the memory is to store computer-executable instructions, and the processor is to execute the computer-executable instructions to:
and generating data stream information according to the rendering instruction, and sending the data stream information to the cloud client.
19. A computing device, comprising:
a memory and a processor;
the memory is to store computer-executable instructions, and the processor is to execute the computer-executable instructions to:
generating control flow information, sending the control flow information to a logic computing module of a cloud game service system, receiving data flow information sent by a picture rendering module of the cloud game service system, analyzing and playing the data flow information, wherein the control flow information comprises touch input information, and the touch input information is used for identifying operation executed by a user in a game picture; or receiving data stream information sent by the picture rendering module, and analyzing and playing the data stream information.
20. A computer readable storage medium storing computer instructions which, when executed by a processor, carry out the steps of the data processing method of any one of claims 8 to 13.
21. A computer readable storage medium storing computer instructions which, when executed by a processor, implement the steps of the data processing method of claim 15.
CN202010630770.XA 2020-07-03 2020-07-03 Cloud game service system, cloud client and data processing method Pending CN111773691A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010630770.XA CN111773691A (en) 2020-07-03 2020-07-03 Cloud game service system, cloud client and data processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010630770.XA CN111773691A (en) 2020-07-03 2020-07-03 Cloud game service system, cloud client and data processing method

Publications (1)

Publication Number Publication Date
CN111773691A true CN111773691A (en) 2020-10-16

Family

ID=72759186

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010630770.XA Pending CN111773691A (en) 2020-07-03 2020-07-03 Cloud game service system, cloud client and data processing method

Country Status (1)

Country Link
CN (1) CN111773691A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112316432A (en) * 2020-11-06 2021-02-05 上海小麦互动企业发展有限公司 Device based on automatic game of putting on shelf of x86 cloud recreation sandbox frame
CN112702625A (en) * 2020-12-23 2021-04-23 Oppo广东移动通信有限公司 Video processing method and device, electronic equipment and storage medium
CN112717377A (en) * 2020-12-31 2021-04-30 贵阳动视云科技有限公司 Cloud game auxiliary control method and device
CN112907741A (en) * 2021-02-05 2021-06-04 深圳市润谦科技有限公司 Terrain scene generation method and device, electronic equipment and storage medium
CN113141511A (en) * 2021-04-20 2021-07-20 上海卓易科技股份有限公司 Graph rendering method and equipment
CN114089974A (en) * 2021-11-26 2022-02-25 北京百度网讯科技有限公司 Cloud code development system, method, device, equipment and storage medium

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103095655A (en) * 2011-11-02 2013-05-08 中国移动通信集团公司 Cloud game achieving method, system and device
CN104243440A (en) * 2013-06-21 2014-12-24 辉达公司 Graphics server and method for streaming rendered content via a remote graphics rendering service
CN106657071A (en) * 2016-12-26 2017-05-10 东莞市丰润计算机有限公司 E-sports game keyboard and mouse device applied to cloud games and use method thereof
CN106648142A (en) * 2016-12-29 2017-05-10 贵阳动视云科技有限公司 Input-output control method and device based on cloud computing
CN107220019A (en) * 2017-05-15 2017-09-29 努比亚技术有限公司 A kind of rendering intent, mobile terminal and storage medium based on dynamic VSYNC signals
CN107277616A (en) * 2017-07-21 2017-10-20 广州爱拍网络科技有限公司 Special video effect rendering intent, device and terminal
CN108568109A (en) * 2018-04-25 2018-09-25 咪咕互动娱乐有限公司 A kind of game control method, device and storage medium
CN109167821A (en) * 2018-08-14 2019-01-08 北京大米科技有限公司 A kind of system and method that remote control description is synchronous
CN110368686A (en) * 2019-07-03 2019-10-25 上海闻泰信息技术有限公司 Cloud game implementation method, device, cloud server, terminal and medium
CN110675479A (en) * 2019-10-14 2020-01-10 北京代码乾坤科技有限公司 Dynamic illumination processing method and device, storage medium and electronic device
CN110930492A (en) * 2019-11-20 2020-03-27 网易(杭州)网络有限公司 Model rendering method and device, computer readable medium and electronic equipment
CN111277845A (en) * 2020-01-15 2020-06-12 网易(杭州)网络有限公司 Game live broadcast control method and device, computer storage medium and electronic equipment

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103095655A (en) * 2011-11-02 2013-05-08 中国移动通信集团公司 Cloud game achieving method, system and device
CN104243440A (en) * 2013-06-21 2014-12-24 辉达公司 Graphics server and method for streaming rendered content via a remote graphics rendering service
CN106657071A (en) * 2016-12-26 2017-05-10 东莞市丰润计算机有限公司 E-sports game keyboard and mouse device applied to cloud games and use method thereof
CN106648142A (en) * 2016-12-29 2017-05-10 贵阳动视云科技有限公司 Input-output control method and device based on cloud computing
CN107220019A (en) * 2017-05-15 2017-09-29 努比亚技术有限公司 A kind of rendering intent, mobile terminal and storage medium based on dynamic VSYNC signals
CN107277616A (en) * 2017-07-21 2017-10-20 广州爱拍网络科技有限公司 Special video effect rendering intent, device and terminal
CN108568109A (en) * 2018-04-25 2018-09-25 咪咕互动娱乐有限公司 A kind of game control method, device and storage medium
CN109167821A (en) * 2018-08-14 2019-01-08 北京大米科技有限公司 A kind of system and method that remote control description is synchronous
CN110368686A (en) * 2019-07-03 2019-10-25 上海闻泰信息技术有限公司 Cloud game implementation method, device, cloud server, terminal and medium
CN110675479A (en) * 2019-10-14 2020-01-10 北京代码乾坤科技有限公司 Dynamic illumination processing method and device, storage medium and electronic device
CN110930492A (en) * 2019-11-20 2020-03-27 网易(杭州)网络有限公司 Model rendering method and device, computer readable medium and electronic equipment
CN111277845A (en) * 2020-01-15 2020-06-12 网易(杭州)网络有限公司 Game live broadcast control method and device, computer storage medium and electronic equipment

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112316432A (en) * 2020-11-06 2021-02-05 上海小麦互动企业发展有限公司 Device based on automatic game of putting on shelf of x86 cloud recreation sandbox frame
CN112702625A (en) * 2020-12-23 2021-04-23 Oppo广东移动通信有限公司 Video processing method and device, electronic equipment and storage medium
CN112702625B (en) * 2020-12-23 2024-01-02 Oppo广东移动通信有限公司 Video processing method, device, electronic equipment and storage medium
CN112717377A (en) * 2020-12-31 2021-04-30 贵阳动视云科技有限公司 Cloud game auxiliary control method and device
CN112907741A (en) * 2021-02-05 2021-06-04 深圳市润谦科技有限公司 Terrain scene generation method and device, electronic equipment and storage medium
CN112907741B (en) * 2021-02-05 2024-02-02 深圳市润谦科技有限公司 Terrain scene generation method and device, electronic equipment and storage medium
CN113141511A (en) * 2021-04-20 2021-07-20 上海卓易科技股份有限公司 Graph rendering method and equipment
CN114089974A (en) * 2021-11-26 2022-02-25 北京百度网讯科技有限公司 Cloud code development system, method, device, equipment and storage medium
CN114089974B (en) * 2021-11-26 2023-08-22 北京百度网讯科技有限公司 Cloud code development system, method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
CN111773691A (en) Cloud game service system, cloud client and data processing method
US10873769B2 (en) Live broadcasting method, method for presenting live broadcasting data stream, and terminal
WO2020010971A1 (en) Video file generation method and device and storage medium
CN113209632B (en) Cloud game processing method, device, equipment and storage medium
CN113244614B (en) Image picture display method, device, equipment and storage medium
JP2021170313A (en) Method and device for generating videos
CN109309842B (en) Live broadcast data processing method and device, computer equipment and storage medium
CN113079216B (en) Cloud application implementation method and device, electronic equipment and readable storage medium
CN113117326B (en) Frame rate control method and device
CN111773660A (en) Cloud game processing system, method and device
CN113365111A (en) Interaction method and device based on live broadcast
CN111464828A (en) Virtual special effect display method, device, terminal and storage medium
CN114570020A (en) Data processing method and system
CN112843681B (en) Virtual scene control method and device, electronic equipment and storage medium
CN114268626A (en) Window processing system, method and device
CN112604287A (en) Virtual role state control method and device
CN113839829A (en) Cloud game delay testing method, device and system and electronic equipment
CN115686458A (en) Virtual world application development method and device
CN112328356B (en) Intercommunication method and device for Android and Windows, storage medium and computer equipment
CN114419203A (en) File processing method and device
CN114979748A (en) Video processing method and device
CN113209625A (en) Data processing method and device
CN114247143A (en) Digital human interaction method, device, equipment and storage medium based on cloud server
CN112614049A (en) Image processing method, image processing device, storage medium and terminal
CN112884906A (en) System and method for realizing multi-person mixed virtual and augmented reality interaction

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination