CN113422799B - Communication method and device in cloud game scene, electronic equipment and storage medium - Google Patents

Communication method and device in cloud game scene, electronic equipment and storage medium Download PDF

Info

Publication number
CN113422799B
CN113422799B CN202110510898.7A CN202110510898A CN113422799B CN 113422799 B CN113422799 B CN 113422799B CN 202110510898 A CN202110510898 A CN 202110510898A CN 113422799 B CN113422799 B CN 113422799B
Authority
CN
China
Prior art keywords
service
game
cloud game
target
client
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.)
Active
Application number
CN202110510898.7A
Other languages
Chinese (zh)
Other versions
CN113422799A (en
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.)
Beijing Dajia Internet Information Technology Co Ltd
Original Assignee
Beijing Dajia Internet Information 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 Beijing Dajia Internet Information Technology Co Ltd filed Critical Beijing Dajia Internet Information Technology Co Ltd
Priority to CN202110510898.7A priority Critical patent/CN113422799B/en
Publication of CN113422799A publication Critical patent/CN113422799A/en
Application granted granted Critical
Publication of CN113422799B publication Critical patent/CN113422799B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup of application sessions
    • 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/70Game security or game management aspects
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Abstract

The present disclosure relates to a communication method, an apparatus, an electronic device and a storage medium in a cloud game scene, the method comprising: the method comprises the steps that a client side sends a target service instruction to a cloud game side based on a pre-established service communication connection between the client side and the cloud game side in the process of executing a game service by the cloud game side, the cloud game side generates a target service request corresponding to the target service instruction, and the target service request represents request information of the target service which is related to the game service and runs at the client side. The client receives the target service request, analyzes the target service request to obtain an analysis result, and executes the target service according to the analysis result. The method has the advantages that the service communication connection is only used for transmitting the relevant information of the target service, so that the communication efficiency and stability between the cloud game terminal and the client terminal can be improved, the problem that the cloud game terminal cannot run the target service can be solved, the richness of the service scene of the cloud game terminal is improved, and the user experience is improved.

Description

Communication method and device in cloud game scene, electronic equipment and storage medium
Technical Field
The present disclosure relates to the field of cloud computing technologies, and in particular, to a communication method and apparatus in a cloud game scenario, an electronic device, and a storage medium.
Background
Cloud game technology enables light-end equipment with relatively limited graphics processing and data computing capabilities to run high-quality games. In the cloud game scene, the game is not at the client of the game player, but runs in the cloud game terminal, and the cloud game terminal renders the game scene into a video and audio stream and transmits the video and audio stream to the client through the network. The client side does not need to have strong graphic operation and data processing capacity, and only needs to have basic streaming media playing capacity and capacity of acquiring input instructions of a player and sending the input instructions to the cloud game side.
Therefore, in the existing cloud game mechanism, the interactive content displayed by the client is only one projection of the cloud game terminal, and the cloud game terminal is actually used for executing the game service, but not the client. In the game process of the client, some services related to the game service may exist and need to interact with other application programs in the client, but the game service runs at the cloud game end in the cloud game scene, and the cloud game end cannot interact with other application programs in the client, so that the cloud game end cannot run part of the services, and the richness of the service scene of the cloud game end is low.
Disclosure of Invention
The disclosure provides a communication method and device in a cloud game scene, electronic equipment and a storage medium, so as to at least solve the problem that in the related art, a cloud game end cannot run part of services, which results in low richness of the service scene. The technical scheme of the disclosure is as follows:
according to a first aspect of the embodiments of the present disclosure, there is provided a communication method in a cloud game scenario, the method including;
in the process of executing a game service by the cloud game terminal, sending a target service instruction to the cloud game terminal based on a service communication connection pre-established between the cloud game terminal and the cloud game terminal, so that the cloud game terminal generates a target service request corresponding to the target service instruction, wherein the target service request represents request information of a target service which is associated with the game service and runs at the client;
receiving the target service request;
analyzing the target service request to obtain an analysis result;
and executing the target service according to the analysis result.
As an optional embodiment, before sending the target service instruction to the cloud game terminal based on the pre-established service communication connection with the cloud game terminal, the method further includes:
and sending a service communication connection establishment request to the cloud game terminal, so that the cloud game terminal establishes service communication connection between the service communication process and the client terminal according to the service communication connection establishment request.
As an optional embodiment, before sending the target service instruction to the cloud game terminal based on the pre-established service communication connection with the cloud game terminal, the method further includes:
sending a game communication connection establishment request to the cloud game terminal, so that the cloud game terminal establishes a game communication connection between a cloud game process and a client terminal according to the game communication connection establishment request;
and sending a game running instruction to the cloud game terminal based on the game communication connection, so that the cloud game terminal executes a game service corresponding to the game running instruction.
As an optional embodiment, the parsing the target service request to obtain a parsing result includes:
and analyzing the target service request based on preset data structure information, and determining service type information and service execution information of the target service.
As an optional embodiment, the executing the target service according to the parsing result includes:
determining a target application program corresponding to the target service based on the service type information;
and sending the service execution information to the target application program so that the target application program executes the target service according to the service execution information.
As an optional embodiment, after the target service is executed according to the parsing result, the method further includes:
acquiring a target service execution result;
and sending the target business execution result to a business communication process of the cloud game end, so that the business communication process forwards the target business execution result to a cloud game process of the cloud game end.
According to a second aspect of an embodiment of the present disclosure, there is provided a communication method in a cloud game scenario, the method including;
in the process of executing the game service, receiving a target service instruction sent by a client based on a service communication connection pre-established between the client and the client;
generating a target service request corresponding to the target service instruction, wherein the target service request represents request information of a target service which is associated with the game service and runs on the client;
and sending the target service request to the client so that the client analyzes the target service request, and executing the target service according to an analysis result.
As an optional embodiment, before receiving the target service instruction sent by the client based on the service communication connection pre-established with the client, the method further includes:
responding to a game starting instruction sent by the client, and generating a cloud game process corresponding to the game starting instruction;
receiving a game communication connection establishment request sent by the client;
establishing game communication connection between the cloud game process and the client according to the game communication connection establishment request;
receiving a game running instruction sent by the client based on the game communication connection;
and executing the game service corresponding to the game running instruction.
As an optional embodiment, before receiving the target service instruction sent by the client based on the service communication connection pre-established with the client, the method further includes:
generating a business communication process under the condition of generating the cloud game process;
receiving a service communication connection establishment request sent by the client;
and establishing the service communication connection between the service communication process and the client according to the service communication connection establishment request.
As an optional embodiment, the business communication process and the cloud game process are independent from each other, and the business communication process and the cloud game process communicate with each other based on a non-networking communication mechanism.
According to a third aspect of the embodiments of the present disclosure, there is provided a communication apparatus in a cloud game scenario, the apparatus including:
the service instruction sending module is configured to send a target service instruction to the cloud game terminal based on a service communication connection pre-established between the cloud game terminal and the cloud game terminal in the process of executing a game service by the cloud game terminal, so that the cloud game terminal generates a target service request corresponding to the target service instruction, and the target service request represents request information of a target service which is associated with the game service and runs at the client;
a service request receiving module configured to perform receiving the target service request;
the service request analysis module is configured to analyze the target service request to obtain an analysis result;
and the service execution module is configured to execute the target service according to the analysis result.
As an optional embodiment, the apparatus further comprises:
and the service communication connection request sending module is configured to execute sending of a service communication connection establishment request to the cloud game terminal, so that the cloud game terminal establishes service communication connection between the service communication process and the client terminal according to the service communication connection establishment request.
As an optional embodiment, the apparatus further comprises:
the game communication connection request sending module is configured to execute sending of a game communication connection establishment request to the cloud game terminal, so that the cloud game terminal establishes a game communication connection between a cloud game process and a client terminal according to the game communication connection establishment request;
and the game running instruction sending module is configured to execute game running instructions sent to the cloud game terminal based on the game communication connection, so that the cloud game terminal executes game services corresponding to the game running instructions.
As an optional embodiment, the service request parsing module includes:
and the target service determining unit is configured to analyze the target service request and determine service type information and service execution information of the target service based on preset data structure information.
As an optional embodiment, the service execution module includes:
a target application program determining unit configured to execute determining a target application program corresponding to the target service based on the service type information;
and the target service execution unit is configured to execute the transmission of the service execution information to the target application program, so that the target application program executes the target service according to the service execution information.
As an optional embodiment, the apparatus further comprises:
the execution result acquisition module is configured to execute acquisition of a target service execution result;
and the execution result feedback module is configured to execute sending of the target service execution result to a service communication process of the cloud game terminal, so that the service communication process forwards the target service execution result to a cloud game process of the cloud game terminal.
According to a fourth aspect of the embodiments of the present disclosure, there is provided a communication apparatus in a cloud game scenario, the apparatus including:
the game system comprises a service instruction receiving module, a game processing module and a game processing module, wherein the service instruction receiving module is configured to execute a target service instruction sent by a client based on service communication connection pre-established between the client and the game processing module in the process of executing game service;
a service request generation module configured to execute generation of a target service request corresponding to the target service instruction, where the target service request represents request information of a target service associated with the game service and running on the client;
and the service request sending module is configured to execute sending of the target service request to the client, so that the client analyzes the target service request, and executes the target service according to an analysis result.
As an optional embodiment, the apparatus further comprises:
the cloud game process generation module is configured to execute a game starting instruction sent by the client side, and generate a cloud game process corresponding to the game starting instruction;
a game communication connection request receiving module configured to execute receiving a game communication connection establishment request sent by the client;
the game communication connection establishment module is configured to execute establishment of game communication connection between the cloud game process and the client according to the game communication connection establishment request;
the game running instruction receiving module is configured to execute game running instructions sent by the client based on the game communication connection;
and the game service execution module is configured to execute the game service corresponding to the game running instruction.
As an optional embodiment, the apparatus further comprises:
the business communication process generation module is configured to generate a business communication process under the condition of generating the cloud game process;
a service communication connection request receiving module configured to execute receiving a service communication connection establishment request sent by the client;
and the business communication connection establishing module is configured to execute the establishment of the business communication connection between the business communication process and the client according to the business communication connection establishing request.
As an optional embodiment, the business communication process and the cloud game process are independent from each other, and the business communication process and the cloud game process communicate with each other based on a non-networking communication mechanism.
According to a fifth aspect of embodiments of the present disclosure, there is provided an electronic apparatus including:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the communication method in the cloud game scenario as described above.
According to a sixth aspect of the embodiments of the present disclosure, there is provided a computer-readable storage medium, wherein instructions of the computer-readable storage medium, when executed by a processor of an electronic device, enable the electronic device to perform the communication method in the cloud game scenario described above.
According to a seventh aspect of the embodiments of the present disclosure, there is provided a computer program product, which includes computer instructions, and when executed by a processor, the computer program product implements the communication method in the cloud game scenario described above.
The technical scheme provided by the embodiment of the disclosure at least brings the following beneficial effects:
the method comprises the steps that a client side sends a target service instruction to a cloud game side based on a pre-established service communication connection between the client side and the cloud game side in the process of executing a game service by the cloud game side, the cloud game side generates a target service request corresponding to the target service instruction, and the target service request represents request information of the target service which is related to the game service and runs on the client side. The client receives the target service request, analyzes the target service request to obtain an analysis result, and executes the target service according to the analysis result. The method is based on the service communication process of the cloud game end, the service communication connection is directly established between the cloud game end and the client, and the service communication connection is only used for transmitting the relevant information of the target service, so that the communication efficiency and stability between the cloud game end and the client can be improved, the problem that the cloud game end cannot operate the target service can be solved, the richness of the service scene of the cloud game end is improved, and the user experience is improved.
It is to be understood that both the foregoing general description and the following detailed description are exemplary and explanatory only and are not restrictive of the disclosure.
Drawings
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments consistent with the present disclosure and, together with the description, serve to explain the principles of the disclosure and are not to be construed as limiting the disclosure.
Fig. 1 is a schematic diagram illustrating an application scenario of a communication method in a cloud game scenario according to an exemplary embodiment.
Fig. 2 is an interaction flow diagram illustrating a communication method in a cloud game scenario, according to an example embodiment.
Fig. 3 is a flowchart illustrating connection establishment between a client and a cloud game process in a communication method in a cloud game scenario according to an exemplary embodiment.
Fig. 4 is a flowchart illustrating connection establishment between a client and a service communication process in a communication method in a cloud game scenario according to an exemplary embodiment.
Fig. 5 is a schematic diagram illustrating data structure information in a communication method in a cloud game scenario according to an exemplary embodiment.
Fig. 6 is a flowchart illustrating a target service execution in a communication method in a cloud game scenario according to an exemplary embodiment.
Fig. 7 is a flowchart illustrating a client feedback execution result in a communication method in a cloud game scenario according to an exemplary embodiment.
Fig. 8 is a flowchart illustrating a client-side execution method in a communication method in a cloud game scenario according to an exemplary embodiment.
Fig. 9 is a flowchart illustrating a method of executing a cloud game side in a communication method in a cloud game scenario according to an exemplary embodiment.
Fig. 10 is a schematic diagram illustrating a cloud game scenario in a communication method under the cloud game scenario according to an exemplary embodiment.
Fig. 11 is a schematic diagram illustrating a payment scenario in a communication method in a cloud game scenario according to an exemplary embodiment.
Fig. 12 is a schematic structural diagram illustrating a client side in a communication method in a cloud game scenario according to an exemplary embodiment.
Fig. 13 is a schematic structural diagram illustrating a cloud game end side of a communication device in a cloud game scenario according to an exemplary embodiment.
FIG. 14 is a block diagram illustrating a client-side electronic device in accordance with an exemplary embodiment.
Fig. 15 is a block diagram illustrating a cloud game end-side electronic device, according to an example embodiment.
Detailed Description
In order to make the technical solutions of the present disclosure better understood by those of ordinary skill in the art, the technical solutions in the embodiments of the present disclosure will be clearly and completely described below with reference to the accompanying drawings.
It should be noted that the terms "first," "second," and the like in the description and claims of the present disclosure and in the foregoing drawings are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used is interchangeable under appropriate circumstances such that the embodiments of the disclosure described herein are capable of operation in other sequences than those illustrated or described herein. The implementations described in the exemplary embodiments below are not intended to represent all implementations consistent with the present disclosure. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the present disclosure, as detailed in the appended claims.
Fig. 1 is a schematic view of an application scenario of a communication interaction method in a cloud game scenario shown in fig. 1, where the application scenario includes a cloud game terminal 110 and a client terminal 120, and in a process of executing a game service by the cloud game terminal 110, the client terminal 120 sends a target service instruction to the cloud game terminal 110 based on a pre-established service communication connection, and the cloud game terminal 110 generates a target service request based on the target service instruction, where a target service in the target service request is a target service running on the client terminal 120 and associated with the game service. And sending the target service request to the client 120, and after the client 120 analyzes the target service request, executing the target service according to the result obtained by the analysis, and feeding back the execution result to the cloud game terminal 110.
In the embodiment of the present invention, the client 120 includes a physical device of a smart phone, a desktop computer, a tablet computer, a notebook computer, a digital assistant, a smart wearable device, and the like, and may also include software running in the physical device, such as an application program and the like. The operating system running on the entity device in the embodiment of the present application may include, but is not limited to, an android system, an IOS system, linux, unix, windows, and the like. The client 120 includes a UI (User Interface) layer, through which the client 120 displays external game content, and sends a target service instruction to the cloud game terminal 110 based on an API (Application Programming Interface).
In the embodiment of the present disclosure, the cloud game terminal 110 may include a server operating independently, or a distributed server, or a server cluster composed of a plurality of servers. The cloud game terminal 110 may include a network communication unit, a processor, a memory, and the like. Specifically, the cloud game terminal 110 includes a cloud game process and a service communication process, and based on the service communication process, the cloud game terminal 110 and the client terminal 120 perform communication to transmit information such as a target service instruction and a target service request. The cloud gaming side 110 may also be used to run cloud games. Cloud gaming (Cloud gaming), also known as game on demand (gaming), is an online gaming technology based on Cloud computing technology.
Fig. 2 is a flowchart illustrating a communication interaction method in a cloud game scenario according to an exemplary embodiment, and as shown in fig. 2, the method includes the following steps.
S210, in the process of executing the game service by the cloud game end, the client sends a target service instruction to the cloud game end based on the service communication connection pre-established between the client and the cloud game end;
as an alternative embodiment, referring to fig. 3, before sending the target service instruction to the cloud game terminal based on the pre-established service communication connection with the cloud game terminal, the method further includes:
s310, the client sends a game starting instruction to the cloud game terminal;
s320, the cloud game terminal generates a cloud game process corresponding to the game starting instruction;
s330, the client sends a game communication connection establishment request to the cloud game terminal;
s340, the cloud game side establishes game communication connection between the cloud game process and the client side according to the game communication connection establishment request;
s350, the client sends a game running instruction to the cloud game terminal based on game communication connection;
and S360, the cloud game terminal executes the game service corresponding to the game running instruction.
As an optional embodiment, the client sends a game starting instruction to the cloud game end, and after receiving the game starting instruction, the cloud game end generates a cloud game process corresponding to the identification information in the game starting instruction. The client side sends a game communication connection establishment request to the cloud game side, and the cloud game side establishes game communication connection between the cloud game process and the client side according to the game communication connection establishment request. The game communication connection is used for transmitting relevant data of game services, such as game content data, game running instructions and the like. The cloud game terminal sends the game content data to the client terminal, and the client terminal receives and decodes the game content data and displays the game content data on a game interface of the client terminal. The client acquires operation information such as click data input by a user and generates a game running instruction. The client side sends a game running instruction to the cloud game side based on game communication connection, and the cloud game side executes game business corresponding to the game running instruction. And after the cloud game end receives the game running instruction, simulating operation information such as click data input by a user in the game running instruction, and updating the game content data. And the cloud game terminal sends the updated game content data to the client terminal and then receives a game running instruction sent by the client terminal. The cloud game end can execute the corresponding game service.
The cloud game terminal executes the game service, so that the local game memory of the client can be reduced, and the fluency of the game service is improved.
As an alternative embodiment, referring to fig. 4, before sending the target service instruction to the cloud game terminal based on the pre-established service communication connection with the cloud game terminal, the method further includes:
s410, generating a business communication process under the condition that a cloud game process is generated by a cloud game terminal;
s420, the client sends a service communication connection establishment request to the cloud game terminal;
and S430, the cloud game terminal establishes service communication connection between the service communication process and the client terminal according to the service communication connection establishment request.
As an optional embodiment, the cloud game terminal generates a business communication process under the condition that the cloud game process corresponding to the identification information in the game starting instruction is generated, and the business communication process and the cloud game process are independent from each other. The client sends a business communication connection establishment request to the cloud game end, and after the cloud game end receives the business communication connection establishment request, the cloud game end establishes a business communication connection between a business communication process and the client according to the business communication connection establishment request. The service communication connection is only used for carrying out the communication of the relevant information of the target service and does not participate in the communication in the game service.
After the client establishes service communication connection with the cloud game terminal, the client receives operation information input by a user on a game interface, and generates a target service instruction when the operation information corresponds to a target service. The target service can be a payment service, a sharing service and other services related to the game service, and the cloud game terminal cannot run the services related to the game service because user information or third-party application information required during payment or sharing does not exist in the cloud game terminal. In the subsequent steps, the cloud game terminal generates a corresponding target service request based on the target service instruction, and the target service request represents request information of the target service which is associated with the game service and runs on the client terminal. And the client analyzes the target service request and executes the target service according to the analysis result of the target service request.
The service communication connection is established with the client based on the relatively independent service communication process, so that the client can receive the target service request of the target service which cannot be operated by the cloud game terminal, the target service request is processed at the client, the application scenes in the cloud game can be enriched, and the applicability of the cloud game is improved. Meanwhile, the cloud game end and the client can directly communicate based on the service communication connection, so that the communication efficiency and stability are improved.
As an optional embodiment, the business communication process and the cloud game process are both located at the cloud game end and are independent of each other, so that a communication mechanism is arranged between the business communication process and the cloud game process, and information in the business communication process and information in the cloud game process can be transmitted to each other. As an optional embodiment, the business communication process and the cloud game process may communicate based on a non-networking communication mechanism, where the non-networking communication mechanism represents a communication mechanism that can communicate between the business communication process and the cloud game process without connecting to the internet, and the non-networking communication mechanism may be an inter-process communication mechanism in an android system, such as a Binder. And the service communication process receives the target service instruction transmitted by the client. And the business communication process transmits the target business instruction to the cloud game process, the cloud game process generates a corresponding target business request, and the target business request is transmitted to the business communication process. The business communication process transmits the target business request to the client.
A non-networking communication mechanism is arranged between the business communication process and the cloud game process, internet transmission is not needed, and the stability of communication between the business communication process and the cloud game process is improved.
S220, the cloud game terminal generates a target service request corresponding to the target service instruction;
as an alternative embodiment, the target service request represents request information of a target service associated with the game service and running on the client, such as a payment service request, a sharing service request, and the like. The message can be transmitted between the client and the cloud game terminal in the form of bit stream. When the target service request is generated, the cloud game terminal may generate the target service request according to preset data structure information, and send the target service request to a game application program in the client, as shown in fig. 5, the preset data structure information is preset data structure information, the data structure information may be a data protocol preset by the client and the cloud game terminal, and the cloud game terminal acquires service type information and service execution information corresponding to the target service based on the data structure information, and generates the target service request.
S230, the cloud game terminal sends a target service request;
s240, the client analyzes the target service request to obtain an analysis result;
as an optional embodiment, parsing the target service request, and obtaining a parsing result includes:
the client analyzes the target service request based on the preset data structure information, and determines the service type information and the service execution information of the target service.
As an alternative embodiment, as shown in fig. 5, the preset data structure information is used, and the client parses the target service request based on the data structure information. The data structure information includes service identification information, service type information and service execution information, a preset number of bits in the data structure information are used for storing the service identification information of the target service request, the service identification information can represent that the target service request is an execution instruction under a preset data protocol, and the preset number of bits can also be used for storing the length of the service type information and the length of the service execution information. The other bits except the preset number of bits are used for storing the service type information and the service execution information. The service type information is used for representing the type of the target service, the type of the target service can be a payment service, a sharing service or a login service, and the like, and the service execution information represents the relevant data for executing the target service. The service execution information and the service type information have a corresponding relationship.
As an optional embodiment, when the service type information is a payment service, the service execution information is order information corresponding to the payment service. The order information comprises container information of execution information, server notification information, page jump notification information, commodity subject information, order number information, validity period information, payment amount information, currency type information, merchant additional information, ip address of the client, store identification of the cloud game end, timestamp, version information, signature information of the client and the like. Based on the content in the order information, a corresponding payment transaction may be performed.
When the game application program in the client receives the target service request, the game application program can analyze the target service request according to the same data structure information to obtain service type information and service execution information, and then execute the target service according to the service type information and the service execution information.
The related information of the target service transmitted between the client and the cloud game terminal can be generated based on the preset data structure information, so that the information transmission privacy is improved.
And S250, the client executes the target service according to the analysis result.
As an alternative embodiment, referring to fig. 6, according to the parsing result, the performing the target service includes:
s610, the client determines a target application program corresponding to the target service based on the service type information;
s620, the client sends service execution information to the target application program;
and S630, the target application program executes the target service according to the service execution information.
As an alternative embodiment, the game application program in the client may determine, according to the service type information obtained through the analysis, a target application program corresponding to the target service, where the target application program is also an application program in the client. For example, if the service type information is a payment service, the target application program is a payment application program, and if the service type information is a sharing service, the target application program is a social application program. After the client determines the target application program, the game application program in the client sends service execution information to the target application program, and the target application program can execute the corresponding target service according to the service execution information. For example, when the service execution information is order information, the target application program is a payment application program, the payment application program sends the signature information of the client in the order information to the payment server for verification, and after the verification is passed, the corresponding order information is paid, the payment process is completed, and the payment result is fed back to the game application program in the client.
The client executes the target service according to the analysis result, so that the problem that the cloud game end cannot run the target service can be solved, and the richness of the application scene of the cloud game is improved.
And S260, the client sends the execution result of the target service to the cloud game terminal.
As an alternative embodiment, referring to fig. 7, after executing the target service according to the parsing result, the method further includes:
s710, the client acquires a target service execution result;
s720, the client sends a target business execution result to the business communication process of the cloud game end;
and S730, forwarding the target service execution result to a cloud game process of the cloud game end by the service communication process.
As an alternative embodiment, when the client obtains the target service execution result, the game application program in the client may receive the target service execution result sent by the target application program. And the game application program in the client sends the target service execution result to the service communication process of the cloud game terminal. And forwarding the target service execution result to the cloud game process by the service communication process based on a communication mechanism between the service communication process and the cloud game process. And the cloud game terminal updates the game content data according to the target service execution result and sends the game content data to the client terminal for displaying. For example, if the target service execution result received by the cloud game terminal is successful in sharing, the game content data is updated according to the display data after successful sharing, and the game content data is sent to the client terminal for display. And if the target business execution result received by the cloud game terminal is a sharing failure, updating the game content data according to the display data after the sharing failure, and sending the game content data to the client terminal for displaying.
The client feeds the target service execution result back to the cloud game end, and the cloud game end can display the target service execution result in the game service without quitting the game of the user to check the target service execution result, so that the user experience is improved.
Fig. 8 is a flowchart illustrating a communication method in a cloud game scenario, as shown in fig. 8, the method is applied to a client side, and the method includes the following steps.
S810, in the process of executing the game service by the cloud game terminal, sending a target service instruction to the cloud game terminal based on the service communication connection pre-established between the cloud game terminal and the target game terminal, so that the cloud game terminal generates a target service request corresponding to the target service instruction;
s820, receiving a target service request;
s830, analyzing the target service request to obtain an analysis result;
and S840, executing the target service according to the analysis result.
As an alternative embodiment, the client sends a service communication connection establishment request to the cloud game end, and may establish a service communication connection with a service communication process of the cloud game end. The client side sends a game communication connection establishment request to the cloud game end, and game communication connection is established between the client side and the cloud game end.
The client side can generate a target service instruction in response to instruction information input by a user in the process of executing the game service at the cloud game side. The client side can send a target service instruction to the cloud game side based on the service communication connection pre-established with the cloud game side, the cloud game side can generate a target service request corresponding to the target service instruction, and the target service request is associated with the game service and runs in request information of the target service of the client side. The cloud game terminal sends the target service request to the client terminal, and after the client terminal receives the target service request, the client terminal analyzes the target service request according to the preset data structure information to obtain the service type information and the service execution information of the target service. The client can determine a target application program corresponding to the service type information in the client according to the service type information, the client can send service execution information to the target application program, and the target application program can execute a target service according to the service execution information.
As an optional embodiment, in a payment scenario, the client may generate a payment service instruction in response to payment information input by the user during the process of executing the game service at the cloud game terminal. The client side can send a payment service instruction to the cloud game side based on the service communication connection pre-established with the cloud game side, the cloud game side can generate a payment service request corresponding to the payment service instruction and send the payment service request to the client side, and after receiving the payment service request, the client side analyzes the payment service request according to the preset data structure information to obtain service type information and service execution information of the payment service. The client can determine a payment application program corresponding to the service type information in the client according to the service type information, the client can send service execution information to the payment application program, and the payment application program can execute payment service according to the service execution information.
The client communicates with the service communication process of the cloud game terminal based on the service communication connection, executes the target service which cannot be operated by the cloud game terminal, and can improve the richness of the service scene of the cloud game terminal, so that the user experience of the cloud game is improved.
Fig. 9 is a flowchart illustrating a communication method in a cloud game scenario, as shown in fig. 9, the method is applied to a cloud game end side, and the method includes the following steps.
S910, in the process of executing the game service, receiving a target service instruction sent by a client based on a service communication connection pre-established between the client and the client;
s920, generating a target service request corresponding to the target service instruction;
s930, sending the target service request to the client so that the client analyzes the target service request, and executing the target service according to the analysis result.
As an optional embodiment, the cloud game end receives a game starting instruction sent by the client, creates a corresponding cloud game process, and creates a business communication process under the condition that the cloud game end creates the cloud game process. The cloud game end receives a service communication connection establishment request sent by the client end, and a service communication process can establish service communication connection with the client end. The cloud game end receives a game communication connection establishment request sent by the client, and the cloud game process can establish business communication connection with the client.
The client receives operation information input by a user, generates a corresponding game running instruction and sends the game running instruction to the cloud game end, and the cloud game end receives the game running instruction sent by the client and executes game business. And the cloud game terminal sends the game content data to the client terminal through the cloud game process. In the process of executing the game service, the cloud game terminal receives a target service instruction sent by the client terminal based on the service communication process. And the cloud game terminal generates a corresponding target service request according to the target service instruction, wherein the target service request represents request information of the target service which is associated with the game service and runs at the client terminal. And the cloud game terminal sends a target service request to the client terminal. And the client analyzes the target service request and executes the target service according to the analysis result. And the cloud game end receives the target service execution result fed back by the client. And the service communication process of the cloud game end receives the target service execution result and forwards the target service execution result to the cloud game process of the cloud game end based on the non-networking communication mechanism.
The cloud game terminal generates mutually independent service communication processes and cloud game access, and carries out two-way communication with the client terminal based on service communication connection, and independently transmits relevant information of a target service, so that the communication efficiency and stability can be improved.
As an alternative embodiment, as shown in fig. 10, a schematic diagram of a cloud game scenario, in a payment scenario, a cloud game end and a client may perform bidirectional communication based on a service communication process to complete a payment service, as shown in fig. 11. The cloud game end comprises a cloud game process and a business communication process, and the client end comprises a game application program and a target application program, wherein the target application program can be a payment application program. In the process of executing the game service at the cloud game end, a user can consume in the game, input corresponding operation information, generate a corresponding payment service instruction by a game application program at a client, and send the payment service instruction to the service communication process at the cloud game end by the game application program at the client based on the service communication connection which is pre-established between the client and the service communication process. And after the service communication process of the cloud game terminal receives the payment service instruction, the payment service instruction is forwarded to the cloud game process based on a non-networking communication mechanism. And the cloud game process of the cloud game end generates a payment service request according to the payment service instruction and the preset data structure information. The cloud game process sends a payment service request to the service communication process, and the service communication process sends the payment service request to the game application program of the client. And the game application program of the client analyzes the payment service request according to the preset data structure information to obtain the target service type and the service execution information. In a payment scene, the type of the target service is a payment service, and the service execution information is order information. And the game application program of the client sends order information to the payment application program corresponding to the payment service, and the payment application program executes the corresponding payment service after checking the order information and feeds back a payment result to the game application program of the client. And the game application program of the client sends a payment result to the business communication process of the cloud game end based on the business communication connection, and the business communication process of the cloud game end forwards the payment result to the cloud game process. And the cloud game process displays the payment result in the game content data.
The embodiment of the disclosure provides a communication method in a cloud game scene, which comprises the following steps: the method comprises the steps that a client side sends a target service instruction to a cloud game side based on a pre-established service communication connection between the client side and the cloud game side in the process of executing a game service by the cloud game side, the cloud game side generates a target service request corresponding to the target service instruction, and the target service request represents request information of the target service which is related to the game service and runs at the client side. The client receives the target service request, analyzes the target service request to obtain an analysis result, and executes the target service according to the analysis result. The method is based on the service communication process of the cloud game end, the service communication connection is directly established between the cloud game end and the client, and the service communication connection is only used for transmitting relevant information of the target service, so that the communication efficiency and stability between the cloud game end and the client can be improved, the problem that the cloud game end cannot operate the target service can be solved, the richness of the service scene of the cloud game end is improved, and the user experience is improved.
Fig. 12 is a block diagram of a communication apparatus in a cloud game scenario, applied to a client side, according to an exemplary embodiment, where the apparatus includes:
the service instruction sending module 1210 is configured to send a target service instruction to the cloud game terminal based on a service communication connection pre-established between the cloud game terminal and the cloud game terminal in the process of executing the game service by the cloud game terminal, so that the cloud game terminal generates a target service request corresponding to the target service instruction, the target service request is associated with the game service and runs in request information of the target service of the client;
a service request receiving module 1220 configured to perform receiving a target service request;
a service request parsing module 1230 configured to perform parsing on the target service request to obtain a parsing result;
and a service execution module 1240 configured to execute the target service according to the analysis result.
As an optional embodiment, the apparatus further comprises:
and the service communication connection request sending module is configured to execute sending of a service communication connection establishment request to the cloud game terminal, so that the cloud game terminal establishes service communication connection between the service communication process and the client terminal according to the service communication connection establishment request.
As an optional embodiment, the apparatus further comprises:
the game communication connection request sending module is configured to execute sending of a game communication connection establishment request to the cloud game terminal, so that the cloud game terminal establishes game communication connection between the cloud game process and the client terminal according to the game communication connection establishment request;
and the game running instruction sending module is configured to execute game communication connection and send a game running instruction to the cloud game terminal so that the cloud game terminal executes a game service corresponding to the game running instruction.
As an alternative embodiment, the service request parsing module 1230 includes:
and the target service determining unit is configured to analyze the target service request and determine the service type information and the service execution information of the target service based on the preset data structure information.
As an alternative embodiment, the service execution module includes:
the target application program determining unit is configured to execute the target application program corresponding to the target service determined based on the service type information;
and the target service execution unit is configured to execute the transmission of the service execution information to the target application program, so that the target application program executes the target service according to the service execution information.
As an optional embodiment, the apparatus further comprises:
the execution result acquisition module is configured to execute acquisition of a target service execution result;
and the execution result feedback module is configured to execute sending of the target service execution result to the service communication process of the cloud game end, so that the service communication process forwards the target service execution result to the cloud game process of the cloud game end.
Fig. 13 is a block diagram of a communication device in a cloud game scenario, applied to a cloud game side, according to an exemplary embodiment, where the communication device includes:
a service instruction receiving module 1310 configured to execute, in the process of executing the game service, receiving a target service instruction sent by the client based on a service communication connection pre-established with the client;
a service request generation module 1320 configured to execute generation of a target service request corresponding to the target service instruction, where the target service request is associated with the game service and is request information of a target service running on the client;
the service request sending module 1330 is configured to perform sending the target service request to the client, so that the client parses the target service request, and executes the target service according to a result of the parsing.
As an optional embodiment, the apparatus further comprises:
the cloud game process generation module is configured to execute a game starting instruction sent by a response client and generate a cloud game process corresponding to the game starting instruction;
the game communication connection request receiving module is configured to execute game communication connection establishment request sent by the receiving client;
the game communication connection establishing module is configured to execute establishing of game communication connection between the cloud game process and the client according to the game communication connection establishing request;
the game running instruction receiving module is configured to execute game communication connection and receive a game running instruction sent by the client;
and the game service execution module is configured to execute the game service corresponding to the game running instruction.
As an optional embodiment, the apparatus further comprises:
the business communication process generation module is configured to generate a business communication process under the condition of generating a cloud game process;
the service communication connection request receiving module is configured to execute a service communication connection establishment request sent by a receiving client;
and the business communication connection establishing module is configured to execute the establishment of the business communication connection between the business communication process and the client according to the business communication connection establishing request.
As an optional embodiment, the business communication process and the cloud game process are independent from each other, and the business communication process and the cloud game process communicate with each other based on a non-networking communication mechanism.
With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.
Fig. 14 is a block diagram illustrating an electronic device for a client side according to an exemplary embodiment, the electronic device may be a terminal, and an internal structure thereof may be as shown in fig. 14. The electronic device comprises a processor, a memory, a network interface, a display screen and an input device which are connected through a system bus. Wherein the processor of the electronic device is configured to provide computing and control capabilities. The memory of the electronic equipment comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operating system and the computer program to run on the non-volatile storage medium. The network interface of the electronic device is used for connecting and communicating with an external terminal through a network. The computer program is executed by a processor to implement a method of communication in a cloud game scenario. The display screen of the electronic equipment can be a liquid crystal display screen or an electronic ink display screen, and the input device of the electronic equipment can be a touch layer covered on the display screen, a key, a track ball or a touch pad arranged on the shell of the electronic equipment, an external keyboard, a touch pad or a mouse and the like.
Fig. 15 is a block diagram illustrating an electronic device for a cloud game side, which may be a server, according to an exemplary embodiment, and an internal structure diagram of the electronic device may be as shown in fig. 15. The electronic device includes a processor, a memory, and a network interface connected by a system bus. Wherein the processor of the electronic device is configured to provide computing and control capabilities. The memory of the electronic equipment comprises a nonvolatile storage medium and an internal memory. The non-volatile storage medium stores an operating system and a computer program. The internal memory provides an environment for the operation of an operating system and computer programs in the non-volatile storage medium. The network interface of the electronic device is used for connecting and communicating with an external terminal through a network. The computer program is executed by a processor to implement a communication method in a cloud game scenario.
It will be understood by those skilled in the art that the configurations shown in fig. 14 and 15 are block diagrams of only some of the configurations relevant to the present disclosure, and do not constitute a limitation on the electronic devices to which the present disclosure may be applied, and a particular electronic device may include more or less components than those shown in the figures, or combine certain components, or have a different arrangement of components.
In an exemplary embodiment, a computer-readable storage medium comprising instructions, such as a memory comprising instructions, executable by a processor of an electronic device to perform the above-described method is also provided. Alternatively, the computer readable storage medium may be a ROM, a Random Access Memory (RAM), a CD-ROM, a magnetic tape, a floppy disk, an optical data storage device, and the like.
In an exemplary embodiment, a computer program product is further provided, which includes computer instructions, and the computer instructions, when executed by a processor, implement the communication method in the cloud game scenario described above.
Other embodiments of the disclosure will be apparent to those skilled in the art from consideration of the specification and practice of the disclosure disclosed herein. This application is intended to cover any variations, uses, or adaptations of the disclosure following, in general, the principles of the disclosure and including such departures from the present disclosure as come within known or customary practice within the art to which the disclosure pertains. It is intended that the specification and examples be considered as exemplary only, with a true scope and spirit of the disclosure being indicated by the following claims.
It will be understood that the present disclosure is not limited to the precise arrangements described above and shown in the drawings and that various modifications and changes may be made without departing from the scope thereof. The scope of the present disclosure is limited only by the appended claims.

Claims (18)

1. A communication method in a cloud game scene, the method comprising:
in the process of executing a game service by a cloud game terminal, sending a target service instruction to the cloud game terminal based on a service communication connection pre-established between the cloud game terminal and the cloud game terminal, so that the cloud game terminal generates a target service request corresponding to the target service instruction, wherein the target service request represents request information of a target service which is associated with the game service and runs at a client; the cloud game terminal establishes service communication connection between the client terminal and a service communication process, and the service communication process and a cloud game process are independent; the service communication connection is used for communicating related information of various target services;
receiving the target service request;
analyzing the target service request based on preset data structure information, and determining service type information and service execution information of the target service, wherein the data structure information is provided with a preset number of bits for storing service identification information, the length of the service type information and the length of the service execution information of the target service request, and other bits except the preset number of bits in the data structure information are used for storing the service type information and the service execution information;
determining a target application program corresponding to the target service based on the service type information;
and sending the service execution information to the target application program so that the target application program executes the target service according to the service execution information.
2. The communication method in the cloud game scenario according to claim 1, wherein before sending the target service instruction to the cloud game terminal based on the pre-established service communication connection with the cloud game terminal, the method further includes:
and sending a service communication connection establishment request to the cloud game terminal, so that the cloud game terminal establishes service communication connection between the service communication process and the client terminal according to the service communication connection establishment request.
3. The communication method in the cloud game scenario according to claim 1, wherein before sending the target service instruction to the cloud game terminal based on the pre-established service communication connection with the cloud game terminal, the method further comprises:
sending a game communication connection establishment request to the cloud game terminal, so that the cloud game terminal establishes a game communication connection between a cloud game process and a client terminal according to the game communication connection establishment request;
and sending a game running instruction to the cloud game terminal based on the game communication connection, so that the cloud game terminal executes a game service corresponding to the game running instruction.
4. The communication method in the cloud game scenario according to claim 1, wherein after the sending the service execution information to the target application program so that the target application program executes the target service according to the service execution information, the method further comprises:
acquiring a target service execution result;
and sending the target business execution result to a business communication process of the cloud game end, so that the business communication process forwards the target business execution result to a cloud game process of the cloud game end.
5. A communication method in a cloud game scene, the method comprising:
in the process of executing the game service, receiving a target service instruction sent by a client based on a service communication connection pre-established between the client and the client; the cloud game terminal establishes service communication connection between the client terminal and a service communication process, and the service communication process and the cloud game process are independent; the service communication connection is used for communicating related information of various target services;
generating a target service request corresponding to the target service instruction, wherein the target service request represents request information of a target service which is associated with the game service and runs on the client;
sending the target service request to the client, so that the client analyzes the target service request based on preset data structure information to determine service type information and service execution information of the target service, wherein a preset number of bits are set in the data structure information and used for storing service identification information, length of the service type information and length of the service execution information of the target service request, and other bits except the preset number of bits in the data structure information are used for storing the service type information and the service execution information, and determining a target application program corresponding to the target service based on the service type information; and sending the service execution information to the target application program so that the target application program executes the target service according to the service execution information.
6. The communication method in the cloud game scenario according to claim 5, wherein before receiving the target service instruction sent by the client based on the pre-established service communication connection with the client, the method further comprises:
responding to a game starting instruction sent by the client, and generating a cloud game process corresponding to the game starting instruction;
receiving a game communication connection establishment request sent by the client;
establishing game communication connection between the cloud game process and the client according to the game communication connection establishment request;
receiving a game running instruction sent by the client based on the game communication connection;
and executing the game service corresponding to the game running instruction.
7. The communication method in the cloud game scenario according to claim 6, wherein before receiving the target service instruction sent by the client based on the pre-established service communication connection with the client, the method further includes:
generating a business communication process under the condition of generating the cloud game process;
receiving a service communication connection establishment request sent by the client;
and establishing the service communication connection between the service communication process and the client according to the service communication connection establishment request.
8. The communication method in the cloud game scenario according to any one of claims 6 to 7, wherein the business communication process and the cloud game process communicate with each other based on a non-networking communication mechanism.
9. A communication device in a cloud game scenario, the device comprising:
the cloud game terminal comprises a business instruction sending module, a business instruction sending module and a business instruction receiving module, wherein the business instruction sending module is configured to execute sending a target business instruction to the cloud game terminal based on a pre-established business communication connection between the cloud game terminal and the cloud game terminal in the process of executing a game business by the cloud game terminal so as to enable the cloud game terminal to generate a target business request corresponding to the target business instruction, and the target business request represents request information of a target business which is associated with the game business and runs at a client; the cloud game terminal establishes service communication connection between the client terminal and a service communication process, and the service communication process and a cloud game process are independent; the service communication connection is used for communicating related information of various target services;
a service request receiving module configured to perform receiving the target service request;
a service request parsing module configured to parse the target service request based on preset data structure information, and determine service type information and service execution information of the target service, where a preset number of bits are set in the data structure information for storing service identification information of the target service request, a length of the service type information, and a length of the service execution information, and other bits except for the preset number of bits in the data structure information are used for storing the service type information and the service execution information;
the service execution module is configured to execute the target service according to the analysis result;
the service execution module comprises:
a target application program determining unit configured to execute determining a target application program corresponding to the target service based on the service type information;
and the target service execution unit is configured to execute the transmission of the service execution information to the target application program, so that the target application program executes the target service according to the service execution information.
10. The communication device in the cloud gaming scenario of claim 9, wherein the device further comprises:
and the service communication connection request sending module is configured to execute sending of a service communication connection establishment request to the cloud game terminal, so that the cloud game terminal establishes service communication connection between the service communication process and the client terminal according to the service communication connection establishment request.
11. The communication device in the cloud gaming scenario of claim 9, wherein the device further comprises:
the game communication connection request sending module is configured to execute sending of a game communication connection establishment request to the cloud game terminal, so that the cloud game terminal establishes a game communication connection between a cloud game process and a client terminal according to the game communication connection establishment request;
and the game running instruction sending module is configured to execute sending a game running instruction to the cloud game terminal based on the game communication connection, so that the cloud game terminal executes a game service corresponding to the game running instruction.
12. The communication device in the cloud gaming scenario of claim 11, wherein the device further comprises:
the execution result acquisition module is configured to execute acquisition of a target service execution result;
and the execution result feedback module is configured to execute sending of the target service execution result to a service communication process of the cloud game terminal, so that the service communication process forwards the target service execution result to a cloud game process of the cloud game terminal.
13. A communication device in a cloud game scenario, the device comprising:
the game system comprises a service instruction receiving module, a game processing module and a game processing module, wherein the service instruction receiving module is configured to execute a target service instruction sent by a client based on service communication connection pre-established between the client and the game processing module in the process of executing game service; the cloud game terminal establishes service communication connection between the client terminal and a service communication process, and the service communication process and the cloud game process are independent; the service communication connection is used for communicating related information of various target services;
a service request generation module configured to execute generation of a target service request corresponding to the target service instruction, where the target service request represents request information of a target service associated with the game service and running on the client;
a service request sending module configured to execute sending of the target service request to the client, so that the client parses the target service request based on preset data structure information, and determines service type information and service execution information of the target service, where a preset number of bits are set in the data structure information for storing service identification information, length of the service type information, and length of the service execution information of the target service request, and other bits except the preset number of bits in the data structure information are used for storing the service type information and the service execution information, and determine a target application program corresponding to the target service based on the service type information, so that the target application program executes the target service according to the service execution information.
14. The communication device in the cloud gaming scenario of claim 13, wherein the device further comprises:
the cloud game process generation module is configured to execute a game starting instruction sent by the client side, and generate a cloud game process corresponding to the game starting instruction;
a game communication connection request receiving module configured to execute receiving a game communication connection establishment request sent by the client;
the game communication connection establishing module is configured to execute establishing of game communication connection between the cloud game process and the client according to the game communication connection establishing request;
the game running instruction receiving module is configured to execute game running instructions sent by the client based on the game communication connection;
and the game service execution module is configured to execute the game service corresponding to the game running instruction.
15. The communication device in the cloud gaming scenario of claim 14, wherein the device further comprises:
the business communication process generation module is configured to generate a business communication process under the condition of generating the cloud game process;
a service communication connection request receiving module configured to execute receiving a service communication connection establishment request sent by the client;
and the business communication connection establishing module is configured to execute the establishment of the business communication connection between the business communication process and the client according to the business communication connection establishing request.
16. The communication apparatus in the cloud game scenario of any one of claims 14 to 15, wherein the business communication process and the cloud game process communicate with each other based on a non-networking communication mechanism.
17. An electronic device, characterized in that the electronic device comprises:
a processor;
a memory for storing the processor-executable instructions;
wherein the processor is configured to execute the instructions to implement the communication method in the cloud game scenario of any of claims 1 to 8.
18. A computer-readable storage medium, wherein instructions in the computer-readable storage medium, when executed by a processor of an electronic device, enable the electronic device to perform the communication method in the cloud game scenario of any one of claims 1 to 8.
CN202110510898.7A 2021-05-11 2021-05-11 Communication method and device in cloud game scene, electronic equipment and storage medium Active CN113422799B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110510898.7A CN113422799B (en) 2021-05-11 2021-05-11 Communication method and device in cloud game scene, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110510898.7A CN113422799B (en) 2021-05-11 2021-05-11 Communication method and device in cloud game scene, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN113422799A CN113422799A (en) 2021-09-21
CN113422799B true CN113422799B (en) 2023-03-28

Family

ID=77712207

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110510898.7A Active CN113422799B (en) 2021-05-11 2021-05-11 Communication method and device in cloud game scene, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN113422799B (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111803921A (en) * 2020-06-09 2020-10-23 广州速启科技有限责任公司 Game interaction method based on cloud mobile phone system, electronic equipment and storage medium

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11539960B2 (en) * 2019-10-01 2022-12-27 Sony Interactive Entertainment Inc. Game application providing scene change hint for encoding at a cloud gaming server
CN111491214A (en) * 2020-04-09 2020-08-04 网易(杭州)网络有限公司 Live broadcast interaction method and system based on cloud game, electronic device and storage medium
CN111494965B (en) * 2020-04-15 2021-09-14 腾讯科技(深圳)有限公司 Information processing method, device, equipment and storage medium
CN111786948B (en) * 2020-05-21 2022-01-28 中清龙图计算机科技(上海)有限公司 Cloud game control method, device, system, equipment and medium
CN111770052B (en) * 2020-05-21 2021-10-15 中清龙图计算机科技(上海)有限公司 Cloud game payment method, device, equipment and medium

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111803921A (en) * 2020-06-09 2020-10-23 广州速启科技有限责任公司 Game interaction method based on cloud mobile phone system, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN113422799A (en) 2021-09-21

Similar Documents

Publication Publication Date Title
US11684849B2 (en) Distributed sample-based game profiling with game metadata and metrics and gaming API platform supporting third-party content
CN105847988B (en) Video sharing method and apparatus
KR101908473B1 (en) Messaging for event live-stream
JP4322614B2 (en) Ad distribution system
US11025967B2 (en) Method for inserting information push into live video streaming, server, and terminal
CN112316424A (en) Game data processing method, device and storage medium
WO2017128920A1 (en) Method, device, and terminal for message processing
CN108174248A (en) Video broadcasting method, video playing control method, device and storage medium
US9123019B1 (en) Method, web browser and system for co-browsing online content
US11301895B2 (en) Server-side content management
US20050256985A1 (en) Sending progress information of other users for transmitted shared content
KR20130025167A (en) Method and apparatus for recieving game streamming data and method and server of transmitting game streaming data
KR20220065856A (en) Information processing methods, systems, devices, devices and storage media
CN110868607B (en) Live game interaction method and device, server and readable storage medium
US20220201341A1 (en) Method, apparatus and device for game live-streaming
JP2022531339A (en) Resource configuration method, resource configuration device, computer equipment, and computer program
CN113094141A (en) Page display method and device, electronic equipment and storage medium
CN111131850A (en) Method and device for displaying special effect of virtual gift and electronic equipment
CN112055252A (en) Multi-screen interaction method and device, computer readable medium and electronic equipment
CN113949697A (en) Data distribution method and device, electronic equipment and storage medium
CN112533012B (en) Transmission method, device, equipment and storage medium for interaction information of live broadcasting room
CN113422799B (en) Communication method and device in cloud game scene, electronic equipment and storage medium
CN113839829A (en) Cloud game delay testing method, device and system and electronic equipment
US20220401833A1 (en) Cloud application-based resource transfer method and apparatus, and computer device and storage medium
CN113099247B (en) Virtual resource processing method, device, server, storage medium and program product

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
GR01 Patent grant
GR01 Patent grant