CN113079216B - Cloud application implementation method and device, electronic equipment and readable storage medium - Google Patents

Cloud application implementation method and device, electronic equipment and readable storage medium Download PDF

Info

Publication number
CN113079216B
CN113079216B CN202110379555.1A CN202110379555A CN113079216B CN 113079216 B CN113079216 B CN 113079216B CN 202110379555 A CN202110379555 A CN 202110379555A CN 113079216 B CN113079216 B CN 113079216B
Authority
CN
China
Prior art keywords
cloud application
hid
cloud
apis
application process
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
CN202110379555.1A
Other languages
Chinese (zh)
Other versions
CN113079216A (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.)
Shenzhen Tencent Network Information Technology Co Ltd
Original Assignee
Shenzhen Tencent Network 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 Shenzhen Tencent Network Information Technology Co Ltd filed Critical Shenzhen Tencent Network Information Technology Co Ltd
Priority to CN202110379555.1A priority Critical patent/CN113079216B/en
Publication of CN113079216A publication Critical patent/CN113079216A/en
Application granted granted Critical
Publication of CN113079216B publication Critical patent/CN113079216B/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/01Protocols
    • H04L67/131Protocols for games, networked simulations or virtual reality
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/40Support for services or applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Abstract

The application provides a cloud application implementation method and device, electronic equipment and a computer readable storage medium, and relates to the technical field of cloud. The method comprises the following steps: responding to operation data of a client, determining a corresponding cloud application process based on first identification information in the operation data, wherein the cloud application process runs in a sandbox, and the sandbox has a unique corresponding cloud application process; intercepting behavior actions of calling human input device application programming interfaces (HID APIs), and calling simulated HIDAPIs corresponding to a cloud application process to process device input data in operation data to obtain video data; and feeding back the video data to the client. According to the method and the device, the HID APIs are called in the isolation environment in a simulated mode, so that delay caused by system calling in the cloud application process is avoided, a plurality of cloud applications can run simultaneously, and better experience is brought to users.

Description

Cloud application implementation method and device, electronic equipment and readable storage medium
Technical Field
The application relates to the technical field of cloud, in particular to a cloud application implementation method and device, electronic equipment and a computer readable storage medium.
Background
Cloud Apps (Cloud Apps) are embodied in an application layer of a Cloud computing technology, and the working principle of the Cloud Apps is to convert the use mode of local installation and local operation of traditional software into a service of instant access and use, connect and control a remote server cluster through the internet or a local area network, and complete service logic or operation tasks. Some cloud applications, such as cloud games, require processing of user input data.
Cloud gaming (Cloud gaming), which may also be referred to as game on demand (gaming), is an online game technology based on Cloud computing technology. Cloud gaming technology enables light-end devices (the clients) with relatively limited image processing and data computing capabilities to run high-quality games. In a cloud game scene, a game is not operated in a player game terminal, but is operated in a cloud server, the game scene is rendered into a video and audio stream by the cloud server, and the video and audio stream is transmitted to the player game terminal through a network. The player game terminal 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 player input instructions and sending the instructions to the cloud server.
The operation of the cloud game does not need to process the input data of the human interface device HID (human interface device) of the player game terminal, and the current cloud game mode generally adopts a mode of creating HID virtual hardware on a cloud server to realize the interaction between the cloud game process and the HID input data of the terminal device. The HID virtual hardware belongs to shared system resources and cannot interact with a plurality of cloud game processes at the same time, only one cloud game process can be simultaneously operated on the cloud server, so that serious resource waste exists, HID input data of the terminal equipment need to be transferred to the HID virtual hardware through system calling, and higher delay is brought.
Disclosure of Invention
The application provides a cloud application implementation method and device, electronic equipment and a computer-readable storage medium, and is used for solving the technical problems that only one cloud application can be simultaneously operated on an existing cloud server, so that resource waste is caused, and high delay is caused by the fact that system calling is required in the implementation process of the cloud application.
According to an aspect of the present application, there is provided a method for implementing a cloud application, the method including:
responding to operation data of a client, determining a corresponding cloud application process based on first identification information in the operation data, wherein the cloud application process runs in a sandbox, and the sandbox has a unique corresponding cloud application process;
intercepting behavior actions of calling human input device application programming interfaces (HID APIs), calling simulated HID APIs corresponding to the cloud application process to process device input data in the operation data, and obtaining video data;
and feeding back the video data to the client.
In one or more embodiments, determining a corresponding cloud application process based on first identification information in the operation data includes:
analyzing the operation data by adopting a preset server management component to obtain first identification information and equipment input data;
and matching the first identification information with at least one piece of stored second identification information, and if a matching item exists, taking the cloud application process corresponding to the matching item as a final cloud application process.
In one or more embodiments, prior to responding to operational data of a client, comprising:
responding to an operation request of the client, and analyzing the operation request by adopting a preset server management component to obtain second identification information;
and storing the second identification information into the server management component, and creating a corresponding cloud application process in the sandbox by adopting the server management component based on the second identification information.
In one or more embodiments, before invoking simulated HID APIs corresponding to a cloud application process to process device input data in operation data to obtain video data, the method further includes:
the method comprises the steps of distributing device input data to corresponding cloud application processes by adopting a preset server management component, and creating a human input device protocol stack and a driver stack in a sandbox corresponding to the cloud application processes, wherein the human input device protocol stack and the driver stack are used for providing simulation environments of HID APIs.
In one or more embodiments, invoking simulated HID APIs corresponding to a cloud application process to process device input data in the operation data to obtain video data, including:
simulating a discovery and setting interface of the HID APIs in a sandbox corresponding to the cloud application process, simulating a protocol analysis capability interface of the HID APIs in a protocol stack of the human input equipment, and simulating a reading and writing interface of the HID APIs in a driving stack of the human input equipment;
and calling the simulated discovery and setting interface, the simulated protocol capability analysis interface and the simulated reading and writing interface to process the input data of the equipment to obtain the video data.
According to another aspect of the present application, an apparatus for implementing a cloud application is provided, and the apparatus includes:
the determining module is used for responding to the operation data of the client and determining a corresponding cloud application process based on first identification information in the operation data, the cloud application process runs in a sandbox, and the sandbox has a unique corresponding cloud application process;
the processing module is used for intercepting the behavior action of calling human input device application programming interfaces (HID APIs), calling the simulated HID APIs corresponding to the cloud application process to process device input data in the operation data, and obtaining video data;
and the feedback module is used for feeding back the video data to the client.
In one or more embodiments, the determining module comprises:
the first analysis module is used for analyzing the operation data by adopting a preset server management assembly to obtain first identification information and equipment input data;
and the matching module is used for matching the first identification information with the stored at least one piece of second identification information, and if a matching item exists, the cloud application process corresponding to the matching item is used as a final cloud application process.
In one or more embodiments, the apparatus further comprises:
the second analysis module is used for responding to the operation request of the client and analyzing the operation request by adopting a preset server management component to obtain second identification information;
and the creating module is used for storing the second identification information into the server management component and creating a corresponding cloud application process in the sandbox by adopting the server management component based on the second identification information.
In one or more embodiments, the apparatus further comprises an assignment module;
the distribution module is used for distributing the device input data to the corresponding cloud application process by adopting a preset server management component, and creating a human input device protocol stack and a driver stack in a sandbox corresponding to the cloud application process, wherein the human input device protocol stack and the driver stack are used for providing a simulation environment of the HID APIs.
In one or more embodiments, the processing module comprises:
the simulation module is used for simulating a discovery interface and a setting interface of the HID APIs in a sandbox corresponding to the cloud application process, simulating a protocol analysis capability interface of the HID APIs in a protocol stack of the human input equipment, and simulating a reading interface and a writing interface of the HID APIs in a driving stack of the human input equipment;
and the calling module is used for calling the simulated discovery and setting interface, the simulated protocol capability analysis interface and the simulated reading and writing interface to process the input data of the equipment to obtain the video data.
According to another aspect of the present application, there is provided an electronic device including:
one or more processors;
a memory;
one or more application programs, wherein the one or more application programs are stored in the memory and configured to be executed by the one or more processors, the one or more programs configured to: the implementation method of the cloud application shown in the first aspect of the application is executed.
According to another aspect of the present application, there is provided a computer-readable storage medium, on which a computer program is stored, which when executed by a processor implements the method for implementing the cloud application shown in the first aspect of the present application.
According to another aspect of the application, a computer program product or computer program is provided, comprising computer instructions stored in a computer readable storage medium. The processor of the computer device reads the computer instructions from the computer-readable storage medium, and the processor executes the computer instructions, so that the computer device performs the method provided in the various alternative implementations of any of the aspects described above.
By applying the cloud application implementation method provided by the embodiment of the application, the corresponding cloud application process is determined based on the first identification information in the operation data in response to the operation data of the client, the cloud application process runs in a sandbox, and the sandbox has the only corresponding cloud application process; intercepting behavior actions of calling human input device application programming interfaces (HID APIs), calling simulated HID APIs corresponding to the cloud application process to process device input data in the operation data, and obtaining video data; and feeding back the video data to the client.
According to the application, the functions of simulating the HID APIs are realized in the isolation environment of the cloud server, each cloud application process can independently complete the calling of the simulated HID APIs, the system resource anthropological input equipment HID virtual hardware is not needed in the realization of the cloud application, the delay caused by the system calling of the system resource in the existing cloud application realization process is avoided, the data processing process is completely carried out in the isolation environment, a plurality of cloud applications can be simultaneously operated on the cloud server, and better experience is brought to a user.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present application, the drawings used in the description of the embodiments of the present application will be briefly described below.
Fig. 1 is a diagram of an implementation system architecture of a cloud application provided in an embodiment of the present application;
fig. 2 is a schematic flowchart of a method for implementing a cloud application according to an embodiment of the present disclosure;
fig. 3 is a schematic flowchart of a method for implementing a cloud application according to another embodiment of the present application;
fig. 4 is a schematic data transmission diagram of a method for implementing a cloud application according to another embodiment of the present application;
fig. 5 is a system architecture diagram of an implementation method of a cloud application according to another embodiment of the present application;
fig. 6 is a schematic structural diagram of a cloud application server according to another embodiment of the present application;
fig. 7 is a schematic structural diagram of an apparatus for implementing a cloud application according to an embodiment of the present application;
fig. 8 is a schematic structural diagram of an electronic device for implementing cloud application according to an embodiment of the present application.
Detailed Description
Reference will now be made in detail to the embodiments of the present application, examples of which are illustrated in the accompanying drawings, wherein like or similar reference numerals refer to the same or similar elements or elements having the same or similar function throughout. The embodiments described below with reference to the drawings are exemplary only for the purpose of explaining the present application and are not to be construed as limiting the present invention.
As used herein, the singular forms "a", "an", "the" and "the" include plural referents unless the context clearly dictates otherwise. It will be further understood that the terms "comprises" and/or "comprising," when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. It will be understood that when an element is referred to as being "connected" or "coupled" to another element, it can be directly connected or coupled to the other element or intervening elements may also be present. Further, "connected" or "coupled" as used herein may include wirelessly connected or wirelessly coupled. As used herein, the term "and/or" includes all or any element and all combinations of one or more of the associated listed items.
To make the objects, technical solutions and advantages of the present application more clear, embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
In an existing application scenario, a mode of creating HID virtual hardware on a cloud server is adopted to realize interaction between a cloud game process and HID input data of terminal equipment. The HID virtual hardware belongs to shared system resources and cannot interact with a plurality of cloud game processes at the same time, only one cloud game process can run on the cloud server at the same time, so that serious resource waste exists, HID input data of the terminal equipment needs to be transmitted to the HID virtual hardware through system calling, and higher delay is brought.
The application provides a cloud application implementation method, a cloud application implementation device, an electronic device and a computer-readable storage medium, and aims to solve the above technical problems in the prior art.
The following describes the technical solution of the present application and how to solve the above technical problems in detail by specific embodiments. The following several specific embodiments may be combined with each other, and details of the same or similar concepts or processes may not be repeated in some embodiments. Embodiments of the present application will be described below with reference to the accompanying drawings.
The terms referred to in this application will first be introduced and explained:
cloud technology: cloud technology refers to a hosting technology for unifying series of resources such as hardware, software, and network in a wide area network or a local area network to realize calculation, storage, processing, and sharing of data. Background services of the prior art network system require a large amount of computing and storage resources, such as video websites, picture-type websites and more portal websites. With the high development and application of the internet industry, each article may have its own identification mark and needs to be transmitted to a background system for logic processing, data in different levels are processed separately, and various industrial data need strong system background support and can only be realized by cloud technology.
Artificial intelligence: artificial Intelligence (Artificial Intelligence) is a new technological science for the study and development of theories, methods, techniques and applications for simulating, extending and expanding human Intelligence. Artificial intelligence is a branch of computer science that attempts to understand the essence of intelligence and produce a new intelligent machine that can react in a manner similar to human intelligence, a field of research that includes robotics, language recognition, image recognition, natural language processing, and expert systems, among others. Since birth, the theory and technology of artificial intelligence are becoming mature, the application field is expanding, and the scientific and technological products brought by the artificial intelligence in the future will be 'containers' of human intelligence. The artificial intelligence can simulate the information process of human consciousness and thinking. Artificial intelligence is not human intelligence, but can think like a human, and can also exceed human intelligence.
Block chains: the block chain (Blockchain) is a novel application mode of computer technologies such as distributed data storage, point-to-point transmission, a consensus mechanism, an encryption algorithm and the like, is essentially a decentralized database, and is a series of data blocks which are generated by correlation through a cryptography method, wherein each data block contains information of a batch of network transactions, and the information is used for verifying the validity (anti-counterfeiting) of the information and generating a next block. The blockchain may include a blockchain underlying platform, a platform product services layer, and an application services layer.
Cloud computing: cloud computing (Cloud computing) is a computing model that distributes computing tasks over a pool of resources made up of a large number of computers, enabling various application systems to obtain computing power, storage space, and information services as needed. The network that provides the resources is referred to as the "cloud". Resources in the "cloud" appear to the user as if they are infinitely expandable and can be acquired at any time, used on demand, expanded at any time, and paid for use. As a basic capability provider of cloud computing, a cloud computing resource pool (called as a cloud Platform in general, an Infrastructure as a Service) Platform is established, and multiple types of virtual resources are deployed in the resource pool for selective use by external clients, the cloud computing resource pool mainly includes a computing device (including an operating system, for a virtualized machine), a storage device, and a network device, and is divided according to logical functions, a PaaS (Platform as a Service) layer may be deployed on an IaaS (Infrastructure as a Service) layer, a SaaS (Software as a Service) layer may be deployed on the PaaS layer, or the SaaS may be directly deployed on the IaaS layer, the PaaS may be a Platform running on Software, such as a web database, a container, and the like, as business Software of various websites, a web portal, and the like, SaaS and PaaS are upper layers relative to IaaS.
Cloud game: cloud gaming (Cloud gaming), also known as game on demand (gaming), is an online gaming technology based on Cloud computing technology. Cloud game technology enables a light-end device (the client) with relatively limited image processing and data computing capabilities to run high-quality games. In a cloud game scene, a game is not operated in a player game terminal but in a cloud server, and the cloud server renders the game scene into a video and audio stream which is transmitted to the player game terminal through a network. The player game terminal 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 player input instructions and sending the instructions to the cloud server.
Cloud game client: the cloud game client is a computing terminal which basically does not need application programs under a cloud game network system and is communicated with a cloud game server through some protocols, the cloud game client transmits input such as a mouse, a keyboard and a handle to the cloud game server for processing, and the cloud game transmits a processing result and pictures to the cloud game client for displaying.
The human input device: human interface device hid (human interface device): is a type of computer device that interacts directly with a human being and typically provides a human-usable input method and speaks output information to the human being. The mouse, the keyboard, the touch screen, the handle and the like are typically arranged.
Human input device application program interface: human input device Application program interfaces (HID APIs) are some predefined functions that operate HID devices in order to provide applications and developers the ability to access a set of routines based on some software or hardware. Human input device application program interfaces are broadly divided into 3 major categories:
(1) discovery and setup interface for human input device application program interface: for recognizing and establishing a connection with a human input device;
(2) reading and writing interface of the human input device application program interface: for reading and writing data from and to the human input device;
(3) protocol capability resolution interface of the human input device application program interface: for identifying the specific capabilities of the human input device.
The artificial intelligence technology is a comprehensive subject and relates to the field of extensive technology, namely the technology of a hardware level and the technology of a software level. The artificial intelligence base technologies generally include technologies such as sensors, dedicated artificial intelligence chips, cloud computing, distributed storage, big data processing technologies, operation/interaction systems, mechatronics, and the like. The artificial intelligence software technology mainly comprises a computer vision technology, a voice processing technology, a natural language processing technology, machine learning/deep learning and the like.
Therefore, the cloud application in the present application may adopt a cloud computing technology in artificial intelligence.
Further, the method or apparatus for implementing cloud application disclosed in the present application, wherein a plurality of servers can be grouped into a blockchain, and the servers are nodes on the blockchain.
An embodiment of the present application provides a system architecture for implementing a cloud application, and as shown in fig. 1, the system architecture includes: the system comprises a cloud application client, a network proxy server and a cloud application server.
The cloud application client generally runs on a terminal device of a user, the terminal device is connected with a keyboard, a mouse, a handle and other human input devices, and the user controls the use of the cloud application client by operating the human input devices connected with the terminal device.
The operation of the user on the cloud application client generates operation data and transmits the operation data to the network proxy server, and then the network proxy server transmits the operation data of the cloud application client to the cloud application server.
The cloud application server is provided with a preset server management component for managing a data processing process performed on the server, wherein the preset server management component is used for identifying operation data and distributing the operation data to a corresponding cloud application process. Wherein, the server management component comprises a distinguishing device and a distributing device:
(1) the distinguishing device is used for distinguishing the identification information obtained by analyzing the operation data so as to determine the cloud application process on the cloud application server corresponding to the operation data;
(2) and the dispatching device is used for dispatching the operation data to the determined corresponding cloud application process and handing the operation data to the cloud application process for processing.
The cloud application server responds to the operation data from the cloud application client, and the preset server management component analyzes the operation data to obtain identification information and specific equipment input data in the operation data.
The distinguishing device of the server management component compares the analyzed identification information with the identification information stored in the distinguishing device, and the distinguishing device can determine the cloud application client from which the operation data comes based on the identification information because the identification information of the cloud application server is unique, so that the cloud application process of the cloud application client on the cloud application server is determined.
And the dispatching device of the server management component dispatches the operation data from the cloud application client to the corresponding cloud application process. Specifically, the cloud application processes in the embodiment of the application are all operated in an isolation environment of the cloud application server, and different cloud application processes are isolated from each other and do not affect each other.
In an isolation environment where the cloud application process is located, an HID protocol stack and an HID driver stack exist and are used for providing an environment for simulating HID APIs. The cloud application process processes the operation data from the cloud application client by calling the simulated HID APIs in the isolation environment. Specifically, processing the operation data includes processing device input data in the operation data. The method has the advantages that the HID APIs are simulated in the isolation environment, and the simulated HID APIs in the same isolation environment with the process can be directly called by the cloud application process when data processing is needed, and system calling is not needed. Simulated HID APIs exist in the isolation environment where each cloud application process is located, and the cloud application processes are not connected with each other and not influenced with each other. In the embodiment of the application, taking a cloud game as an example, the cloud game process adds device input data from a cloud game client on the basis of a game scene, and further renders to obtain cloud game video data.
And the cloud application server compresses the processed video data and feeds the compressed video data back to the corresponding cloud application client. Further, the cloud application client of the user decompresses the video data, and the real-time video of the cloud application can be displayed on the terminal device connected with the client.
Further, the cloud application in the embodiment of the present invention may be displayed in an application program, the application program may be installed in a terminal, and the terminal may have the following characteristics:
(1) on a hardware architecture, a device has a central processing unit, a memory, an input unit and an output unit, that is, the device is often a microcomputer device having a communication function. In addition, various input modes such as a keyboard, a mouse, a touch screen, a microphone, a camera and the like can be provided, and input can be adjusted as required. Meanwhile, the equipment often has a plurality of output modes, such as a telephone receiver, a display screen and the like, and can be adjusted according to needs;
(2) on a software system, the device must have an operating system, such as Windows Mobile, Symbian, Palm, Android, iOS, and the like. Meanwhile, the operating systems are increasingly open, and various personalized applications developed based on the open operating system platforms, such as a communication book, a calendar, a notepad, a calculator, various games and the like, are developed, so that the requirements of personalized users are met to a great extent;
(3) in terms of communication capacity, the equipment has flexible access modes and high-bandwidth communication performance, and can automatically adjust the selected communication mode according to the selected service and the environment, thereby facilitating the use of users. The device may support 3GPP (3rd Generation Partnership Project), 4GPP (4rd Generation Partnership Project), 5GPP (5rd Generation Partnership Project), LTE (Long Term Evolution ), WIMAX (World Interoperability for Microwave Access), mobile communication based on TCP/IP (Transmission Control Protocol/Internet Protocol), UDP (User data Protocol, User Datagram Protocol) Protocol, and short-range wireless Transmission based on bluetooth and infrared Transmission standards, not only supporting voice services, but also supporting various wireless data services;
(4) in the aspect of function use, the equipment focuses more on humanization, individuation and multi-functionalization. With the development of computer technology, devices enter a human-centered mode from a device-centered mode, and the embedded computing, control technology, artificial intelligence technology, biometric authentication technology and the like are integrated, so that the human-oriented purpose is fully embodied. Due to the development of software technology, the equipment can be adjusted and set according to individual requirements, and is more personalized. Meanwhile, the device integrates a plurality of software and hardware, and the function is more and more powerful.
Further, as disclosed in the present application, in a method for implementing a cloud application, the various types of data may be stored in a blockchain.
An embodiment of the present application provides a method for implementing a cloud application, and as shown in fig. 2, the method includes:
step S201, responding to operation data of a client, determining a corresponding cloud application process based on first identification information in the operation data, wherein the cloud application process runs in a sandbox, and the sandbox has a unique corresponding cloud application process.
The cloud application in the embodiment of the application may be a cloud game, and the operation data of the client may be operation data of the cloud game client. The cloud game client sends the operation data to the cloud game server, specifically, the operation data sent to the cloud game server by the cloud game client needs to pass through a network proxy server, namely, the cloud game client sends the operation data to the network proxy server, and the network proxy server forwards the received operation data to the corresponding cloud game client.
The operation data comprises first identification information of the client, device attribute information of the client and specific device input data.
The cloud game server responds to the operation data from the client and analyzes the operation data by adopting the server management component to obtain first identification information of the client, equipment attribute information of the client and specific equipment input data. Further, because the identification information of the cloud game client is unique, the server management component can determine the cloud game process corresponding to the client based on the first identification information in the operation data. Wherein the cloud game process is run in a sandbox isolated environment of the cloud game server. Each sandbox has a unique cloud game process, and different cloud game processes run in different sandboxes, so that the purpose of mutual process isolation is achieved.
Step S202, intercepting and calling the behavior action of the human input device application programming interface (HID API), calling the simulated HID APIs corresponding to the cloud application process to process device input data in the operation data, and obtaining video data.
In the embodiment of the application, the cloud game server does not have HID virtual hardware and does not have a real HID API related interface, so that before the cloud game process calls the simulated HID APIs, the behavior of calling the real HID APIs by the process needs to be intercepted, in other words, the behavior of calling the system is intercepted, and the delay caused by calling the system is avoided.
After the intercepting process calls the behavior action of the real HID APIs, calling a functional interface for simulating the HID APIs in a sandbox environment where the cloud game process is located, processing equipment input data in operation data, and rendering and generating a cloud game video picture on the basis of a cloud game scene.
The functional interfaces for simulating the HID APIs specifically comprise 3 types of interfaces for simulating the HID APIs: a discovery and setup interface, a protocol capability resolution interface, and a read and write interface. And the cloud game process calls the simulated discovery and setting interface, the simulated protocol capability analysis interface and the simulated reading and writing interface to realize the function of processing the equipment input data of the human input equipment. And the cloud game process acquires the equipment input data and the corresponding equipment attribute information from the simulated HID APIs, and realizes the processing process of the equipment input data under the condition of not carrying out system call.
Specifically, the video pictures of the cloud game are expressed in the form of data, namely, the video data is obtained by processing the input data of the equipment.
And step S203, feeding back the video data to the client.
The cloud game server feeds the processed video data back to the corresponding cloud game client, and specifically, the video data comprises cloud game video data obtained by compressing cloud game video pictures. After the user receives the video data fed back by the cloud game server at the client, the user decompresses the video data to view a real-time game picture.
The implementation method of the cloud application, provided by the embodiment of the application, comprises the steps of responding to operation data of a client, determining a corresponding cloud application process based on first identification information in the operation data, enabling the cloud application process to run in a sandbox, enabling the sandbox to have the unique corresponding cloud application process, intercepting behavior actions of calling human input device application programming interfaces (HID APIs), calling simulated HID APIs corresponding to the cloud application process to process device input data in the operation data to obtain video data, and feeding the video data back to the client.
According to the application, the functions of simulating the HID APIs are realized in the isolation environment of the cloud server, each cloud application process can independently complete the calling of the simulated HID APIs, the system resource anthropological input equipment HID virtual hardware is not needed in the realization of the cloud application, the delay caused by the system calling of the system resource in the existing cloud application realization process is avoided, the data processing process is completely carried out in the isolation environment, a plurality of cloud applications can be simultaneously operated on the cloud server, and better experience is brought to a user.
In the embodiment of the present application, another cloud application implementation method is provided, and as shown in fig. 3, the method includes:
step S301, responding to the operation request of the client, and analyzing the operation request by using a preset server management component to obtain second identification information.
The cloud application in the embodiment of the application may be a cloud game, and the operation request of the client may be an operation request of a cloud game client. Specifically, as shown in fig. 4, the operation request sent by the cloud game client to the cloud game server needs to pass through the network proxy server, that is, the cloud game client sends the operation request to the network proxy server, and the network proxy server forwards the received operation request to the corresponding cloud game client.
Through the process, the cloud game client side and the cloud game server are connected, and further the cloud game server responds to the operation request of the cloud game client side.
The cloud game server is provided with a preset server management component, and the server management component can realize various server management functions. For example, the server management component may parse the operation request of the client, and obtain the identification information of the client, that is, the second identification information, through parsing. The identification information is used to distinguish client IDs from different game clients, and it should be noted that different cloud game clients have different client IDs, and each client has only a unique client ID.
Step S302, storing the second identification information into the server management component, and creating a corresponding cloud application process in the sandbox by adopting the server management component based on the second identification information.
After the server management component analyzes the operation request to obtain the second identification information, the second identification information obtained through analysis is stored in the distinguishing device of the server management component, so that the operation data from different cloud game clients can be distinguished through the distinguishing device of the server management component based on the identification information, and the operation data from the different cloud game clients are ensured not to be influenced.
The cloud application in the embodiment of the application may be a cloud game, the operation request of the client may be an operation request of a cloud game client, and correspondingly, the cloud application process may also be a cloud game process. As shown in FIG. 5, cloud gaming processes are run in sandboxed environments that are isolated from each other. When the cloud game server responds to the running request of the cloud game client, the server management component creates a corresponding cloud game process of the client in the empty sandbox based on the second identification information of the client.
Step S303, responding to the operation data of the client, determining a corresponding cloud application process based on the first identification information in the operation data, wherein the cloud application process runs in a sandbox, and the sandbox has a unique corresponding cloud application process.
When the cloud game client is connected with the cloud game server, operation data generated by operation of a user on the client is sent to the cloud game server through the network service. The operation data comprises identification information of the client, equipment attribute information of the client and specific equipment input data.
The cloud game server responds to the operation data from the client, and the server management component is adopted to determine the cloud game process corresponding to the client based on the first identification information in the operation data. The cloud application process runs in an isolation environment, a unique cloud game process exists in each sandbox, and different cloud game processes run in different sandboxes, so that the purpose of mutual isolation of the processes is achieved.
In a preferred embodiment of the present application, determining a corresponding cloud application process based on first identification information in operation data includes:
and analyzing the operation data by adopting a preset server management assembly to obtain first identification information and equipment input data.
And matching the first identification information with at least one piece of stored second identification information, and if a matching item exists, taking the cloud application process corresponding to the matching item as a final cloud application process.
The server management component analyzes the operation data to obtain identification information of the cloud game client, namely first identification information. The identification information is used to distinguish client IDs from different game clients, and it should be noted that different cloud game clients have different client IDs, and each client has only a unique client ID.
In addition, the server management component can analyze the operation data to obtain the device attribute information of the client and specific device input data.
The device attribute of the client is a device attribute of a human input device itself used in connection with the client, for example, a device attribute of a mouse, a keyboard, a touch screen, or a handle. Based on the device attributes of the human input device, different functions of different devices can be clarified, specific device input data can be processed conveniently, and the corresponding relation between the human input device and the device input data can be confirmed. It should be noted that, the embodiment of the present application does not set any limit to the specific type of the anthropological input device.
For the application of the cloud game, control operation data generated by a user operating on a client, input operation data, or other data generated by an operation process needing to be completed by means of a human input device may be referred to as device input data. The implementation steps of the cloud game comprise the steps of transmitting equipment input data from a client to a cloud game server, and generating a game video picture in the cloud game server by combining with a cloud game process, so that the generated video picture is fed back to the client to be displayed.
And the server management component matches first identification information obtained by analyzing the operation data with second identification information stored in the partition device of the server management component, wherein the second identification information is identification information obtained by analyzing the operation request by the server management component. In particular, the step of distinguishing the identification information from the client is also done by the distinguishing means of the server management component.
And if the second identification information is matched with the first identification information, taking the cloud game process created based on the second identification information as the cloud game process corresponding to the first identification information, namely the final cloud game process. Therefore, the corresponding cloud game process can be determined based on the first identification information in the operation data.
Step S304, distributing the device input data to the corresponding cloud application process by adopting a preset server management component, and creating a human input device protocol stack and a driver stack in a sandbox corresponding to the cloud application process, wherein the human input device protocol stack and the driver stack are used for providing a simulation environment of the HID APIs.
As shown in fig. 6, the distinguishing device of the server management component distinguishes the operation data of the client based on the first identification information to determine the corresponding cloud game process, and further, the dispatching device of the server management component distributes the device input data in the operation data to the corresponding cloud game process, wherein the device attribute information corresponding to the device input data is also distributed to the corresponding cloud game process.
In a sandbox environment where a cloud game process is located, a separate human input device protocol stack and driver stack for the cloud game process are created to provide an environment for simulating HID APIs. The protocol stack of the human body input equipment is used for analyzing and packaging data, changing an HID protocol and simulating to realize the function of calling the HID API protocol capability analysis interface. The human input device driver stack is used for reading and writing data, and simulating and realizing the function of calling the HID APIs (human interface devices) reading and writing interfaces.
Step S305, intercepting the behavior action of calling the human input device application programming interface (HID APIs), and calling the simulated HID APIs corresponding to the cloud application process to process the device input data in the operation data to obtain video data.
In the embodiment of the application, the cloud game server does not have HID virtual hardware and does not have interfaces related to real HID APIs, so that before the cloud game process calls the simulated HID APIs, the behavior action of calling the real HID APIs by the process needs to be intercepted.
In the embodiment of the application, a functional interface used for simulating HID APIs in a sandbox environment where a cloud game process is located is called, device input data in operation data are processed and rendered to generate a game video picture, and specifically, the game video picture is represented in a data form, and video data are obtained.
In a preferred embodiment of the present application, invoking an HID api of an input device application program interface for human simulation corresponding to a cloud application process to process device input data in operation data to obtain video data includes:
the method comprises the steps of simulating a discovery and setting interface of the HID APIs in a sandbox corresponding to a cloud application process, simulating a protocol analysis capability interface of the HID APIs in a protocol stack of the human input equipment, and simulating a reading and writing interface of the HID APIs in a driver stack of the human input equipment.
And calling the simulated discovery and setting interface, the simulated protocol capability analysis interface and the simulated reading and writing interface to process the input data of the equipment to obtain the video data.
And simulating the discovery and setting interfaces of the HID APIs in the sandbox where the cloud game process is located, so that the cloud game process can successfully call the discovery and setting interfaces of the simulated HID APIs. And simulating a protocol capability analysis interface of the HID APIs in a protocol stack of the human input equipment corresponding to the cloud game process, so that the cloud game process can successfully call the protocol capability analysis interface of the simulated HID APIs. And simulating a reading and writing interface of the HID APIs in a human input device driver stack corresponding to the cloud game process, so that the cloud game process can successfully call the reading and writing interface of the simulated HID APIs.
And the cloud game process calls the simulated discovery and setting interface, the simulated protocol capability analysis interface and the simulated reading and writing interface to realize the function of processing the equipment input data of the human input equipment. The cloud game process acquires the equipment input data and the corresponding equipment attribute information from the simulated HID APIs, and the processing process of the equipment input data is realized under the condition of not carrying out system call.
The cloud game server renders a cloud game scene based on the processed device input data to obtain a cloud game video picture, and specifically, the game video picture is represented in a data form to obtain video data.
And step S306, feeding back the video data to the client.
And the cloud game server feeds back the processed video data to the corresponding cloud game client, wherein the video data specifically comprises cloud game video data obtained by compressing cloud game video pictures. After the user receives the video data fed back by the cloud game server at the client, the video data is decompressed, and then the real-time game pictures can be watched in the display device connected with the client.
The implementation method of the cloud application, provided by the embodiment of the application, is characterized by responding to an operation request of a client, analyzing the operation request by using a preset server management component to obtain second identification information, storing the second identification information into the server management component, creating a corresponding cloud application process in a sandbox by using the server management component based on the second identification information, responding to operation data of the client, determining the corresponding cloud application process based on first identification information in the operation data, operating the cloud application process in the sandbox, wherein the sandbox has the unique corresponding cloud application process, distributing device input data to the corresponding cloud application process by using the preset server management component, creating a human input device protocol stack and a driving stack in the sandbox corresponding to the cloud application process, wherein the human input device HID protocol stack and the driving stack are used for providing a simulation environment of APIs, intercepting behavior actions of calling human input device application programming interfaces (HID APIs), calling simulated HID APIs corresponding to the cloud application process to process device input data in the operation data to obtain video data, and feeding the video data back to the client.
According to the application, the functions of simulating the HID APIs are realized in the isolation environment of the cloud server, each cloud application process can independently complete the calling of the simulated HID APIs, the system resource anthropological input equipment HID virtual hardware is not needed in the realization of the cloud application, the delay caused by the system calling of the system resource in the existing cloud application realization process is avoided, the data processing process is completely carried out in the isolation environment, a plurality of cloud applications can be simultaneously operated on the cloud server, and better experience is brought to a user.
An embodiment of the present application provides an apparatus for implementing a cloud application, as shown in fig. 7, the apparatus includes:
the determining module 701 is used for responding to operation data of the client, determining a corresponding cloud application process based on first identification information in the operation data, wherein the cloud application process runs in a sandbox, and the sandbox has a unique corresponding cloud application process;
in one or more embodiments, the determining module 701 comprises:
the first analysis module is used for analyzing the operation data by adopting a preset server management assembly to obtain first identification information and equipment input data;
and the matching module is used for matching the first identification information with the stored at least one piece of second identification information, and if a matching item exists, the cloud application process corresponding to the matching item is used as a final cloud application process.
The processing module 702 is used for intercepting behavior actions of calling human input device application programming interfaces (HID APIs), calling simulated HID APIs corresponding to the cloud application process to process device input data in the operation data, and obtaining video data;
in one or more embodiments, the processing module 702 includes:
the simulation module is used for simulating a discovery and setting interface of the HID APIs in a sandbox corresponding to the cloud application process, simulating a protocol analysis capability interface of the HID APIs in a human input equipment protocol stack, and simulating a reading and writing interface of the HID APIs in a human input equipment drive stack;
and the calling module is used for calling the simulated discovery and setting interface, the simulated protocol capability analysis interface and the simulated reading and writing interface to process the input data of the equipment to obtain video data.
And a feedback module 703, configured to feed back the video data to the client.
In one or more embodiments, the apparatus further comprises:
the second analysis module is used for responding to the operation request of the client and analyzing the operation request by adopting a preset server management component to obtain second identification information;
and the creating module is used for storing the second identification information into the server management component and creating a corresponding cloud application process in the sandbox by adopting the server management component based on the second identification information.
In one or more embodiments, the apparatus further comprises an assignment module;
the distribution module is used for distributing the device input data to the corresponding cloud application process by adopting a preset server management component, and creating a human input device protocol stack and a driver stack in a sandbox corresponding to the cloud application process, wherein the human input device protocol stack and the driver stack are used for providing a simulation environment of the HID APIs.
By applying the device for realizing the cloud application, firstly, in response to operation data of a client, a corresponding cloud application process is determined based on first identification information in the operation data, the cloud application process runs in a sandbox, the sandbox has the unique corresponding cloud application process, then behavior actions of calling human input device application programming interfaces (HID APIs) are intercepted, simulated HID APIs corresponding to the cloud application process are called to process device input data in the operation data, video data are obtained, and finally the video data are fed back to the client.
According to the application, the function of simulating the HID APIs is achieved in the isolation environment of the cloud server, each cloud application process can independently complete the calling of the simulated HID APIs, the system resource anthropology input device HID virtual hardware is not needed in the realization of the cloud application, the delay caused by system calling of the system resource in the existing cloud application realization process is avoided, the data processing process is completely carried out in the isolation environment, a plurality of cloud applications can be simultaneously operated on the cloud server, and better experience is brought to a user.
An embodiment of the present application provides an electronic device, which includes: a memory and a processor; at least one program stored in the memory for execution by the processor, which when executed by the processor, implements: the function of simulating the HID APIs in the isolation environment of the cloud server is achieved, each cloud application process can independently complete the calling of the simulated HID APIs, the system resource anthropology input equipment HID virtual hardware is not needed for achieving the cloud application, the delay caused by system calling of the system resource in the existing cloud application achieving process is avoided, the data processing process is completely conducted in the isolation environment, a plurality of cloud applications can be simultaneously run on the cloud server, and better experience is brought to a user.
In an alternative embodiment, an electronic device is provided, as shown in FIG. 8, the electronic device 8000 shown in FIG. 8 including: a processor 8001 and memory 8003. Processor 8001 and memory 8003 are connected, such as by bus 8002. Optionally, the electronic device 8000 may further include a transceiver 8004, and the transceiver 8004 may be used for data interaction between the electronic device and other electronic devices, such as transmission of data and/or reception of data. In addition, the transceiver 8004 is not limited to one in practical applications, and the structure of the electronic device 8000 does not limit the embodiment of the present application.
Processor 8001 may be a CPU (Central Processing Unit), general purpose Processor, DSP (Digital Signal Processor), ASIC (Application Specific Integrated Circuit), FPGA (Field Programmable Gate Array), or other Programmable logic device, transistor logic device, hardware component, or any combination thereof. Which may implement or execute the various illustrative logical blocks, modules, and circuits described in connection with the disclosure herein. Processor 8001 may also be a combination that implements computing functionality, e.g., comprising one or more microprocessor combinations, DSP and microprocessor combinations, and so forth.
Bus 8002 may include a path to transfer information between the above components. The bus 8002 may be a PCI (Peripheral Component Interconnect) bus, an EISA (Extended Industry Standard Architecture) bus, or the like. The bus 8002 may be divided into an address bus, a data bus, a control bus, and the like. For ease of illustration, only one thick line is shown in FIG. 8, but this is not intended to represent only one bus or type of bus.
The Memory 8003 may be a ROM (Read Only Memory) or other type of static storage device that can store static information and instructions, a RAM (Random Access Memory) or other type of dynamic storage device that can store information and instructions, an EEPROM (Electrically Erasable Programmable Read Only Memory), a CD-ROM (Compact Disc Read Only Memory) or other optical Disc storage, optical Disc storage (including Compact Disc, laser Disc, optical Disc, digital versatile Disc, blu-ray Disc, etc.), a magnetic Disc storage medium or other magnetic storage device, or any other medium that can be used to carry or store desired program code in the form of instructions or data structures and that can be accessed by a computer, but is not limited to these.
The memory 8003 is used for storing application program codes for executing the scheme of the present application, and the execution is controlled by the processor 8001. Processor 8001 is used to execute application program code stored in memory 8003 to implement what is shown in the foregoing method embodiments.
The present application provides a computer-readable storage medium, on which a computer program is stored, which, when running on a computer, enables the computer to execute the corresponding content in the foregoing method embodiments. Compared with the prior art, the function of simulating the HID APIs is achieved in the isolation environment of the cloud server, each cloud application process can independently complete the calling of the simulated HID APIs, the system resource anthropology input equipment HID virtual hardware is not needed for achieving the cloud application, the delay caused by system calling of the system resource in the existing cloud application achieving process is avoided, the data processing process is completely conducted in the isolation environment, a plurality of cloud applications can be simultaneously run on the cloud server, and better experience is brought to users.
Embodiments of the present application provide a computer program product including instructions, which, when running on a computer device, causes the computer device to execute an implementation method of a cloud application provided in each of the above method embodiments.
It should be understood that, although the steps in the flowcharts of the figures are shown in order as indicated by the arrows, the steps are not necessarily performed in order as indicated by the arrows. The steps are not performed in the exact order shown and may be performed in other orders unless explicitly stated herein. Moreover, at least a portion of the steps in the flow chart of the figure may include multiple sub-steps or multiple stages, which are not necessarily performed at the same time, but may be performed at different times, which are not necessarily performed in sequence, but may be performed alternately or alternately with other steps or at least a portion of the sub-steps or stages of other steps.
The foregoing is only a partial embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and decorations can be made without departing from the principle of the present invention, and these modifications and decorations should also be regarded as the protection scope of the present invention.

Claims (10)

1. A method for realizing cloud application is characterized by comprising the following steps:
responding to operation data of a client, and determining a corresponding cloud application process based on first identification information in the operation data, wherein the cloud application process runs in a sandbox, and the sandbox has a unique corresponding cloud application process and HID APIs (human input device application programming interfaces);
intercepting behavior actions of calling human input device application programming interfaces (HID APIs), calling simulated HID APIs in a sandbox where the cloud application process is located to process device input data in the operation data, and obtaining video data;
feeding back the video data to the client;
the invoking of the simulated HID APIs in the sandbox where the cloud application process is located to process device input data in the operation data to obtain video data includes:
creating a simulation environment for providing HID APIs in a sandbox corresponding to the cloud application process; simulating a discovery and setting interface of the HID APIs in the sandbox, and simulating a protocol analysis capability interface of the HID APIs and a reading and writing interface of the HID APIs in the simulation environment;
and the cloud application process calls the simulated discovery and setting interface, the simulated protocol analysis capability interface and the simulated reading and writing interface to process the input data of the equipment to obtain video data.
2. The method according to claim 1, wherein the determining a corresponding cloud application process based on the first identification information in the operation data includes:
analyzing the operation data by adopting a preset server management component to obtain the first identification information and the equipment input data;
and matching the first identification information with at least one piece of stored second identification information, and if a matching item exists, taking the cloud application process corresponding to the matching item as a final cloud application process.
3. The method for implementing the cloud application according to claim 1, wherein before the operation data responding to the client, the method comprises:
responding to an operation request of a client, and analyzing the operation request by adopting a preset server management component to obtain second identification information;
and storing the second identification information into the server management component, and creating a corresponding cloud application process in the sandbox by adopting the server management component based on the second identification information.
4. The method according to claim 1, wherein before the invoking of the simulated HID APIs corresponding to the cloud application process processes the device input data in the operation data to obtain the video data, the method further comprises:
and distributing the equipment input data to the corresponding cloud application process by adopting a preset server management component, and creating a human input equipment protocol stack and a driver stack in a sandbox corresponding to the cloud application process, wherein the human input equipment protocol stack and the driver stack are used for providing a simulation environment of the HID APIs.
5. The method for implementing the cloud application according to claim 4, wherein the simulating the protocol parsing capability interfaces of the HID APIs and the reading and writing interfaces of the HID APIs in the simulation environment comprises:
and simulating a protocol analysis capability interface of the HID APIs in the protocol stack of the human input equipment, and simulating a reading and writing interface of the HID APIs in the driving stack of the human input equipment.
6. An apparatus for implementing a cloud application, the apparatus comprising:
the determining module is used for responding to operation data of a client and determining a corresponding cloud application process based on first identification information in the operation data, the cloud application process runs in a sandbox, and the sandbox has a unique corresponding cloud application process and simulated HID APIs;
the processing module is used for intercepting behavior actions of calling human input device application programming interfaces (HID APIs), calling simulated HID APIs in a sandbox where the cloud application process is located to process device input data in the operation data, and obtaining video data;
a feedback module for feeding back the video data to the client;
wherein the processing module is specifically configured to:
creating a simulation environment for providing HID APIs in a sandbox corresponding to the cloud application process; simulating a discovery and setting interface of the HID APIs in the sandbox, and simulating a protocol analysis capability interface of the HID APIs and a reading and writing interface of the HID APIs in the simulation environment;
and the cloud application process calls the simulated discovery and setting interface, the simulated protocol analysis capability interface and the simulated reading and writing interface to process the input data of the equipment to obtain video data.
7. The apparatus for implementing cloud application according to claim 6, wherein the determining module comprises:
the first analysis module is used for analyzing the operation data by adopting a preset server management component to obtain the first identification information and the equipment input data;
and the matching module is used for matching the first identification information with at least one piece of stored second identification information, and if a matching item exists, taking the cloud application process corresponding to the matching item as a final cloud application process.
8. The apparatus for implementing cloud application according to claim 6, wherein the apparatus further comprises:
the second analysis module is used for responding to an operation request of the client and analyzing the operation request by adopting a preset server management component to obtain second identification information;
and the creating module is used for storing the second identification information into the server management component and creating a corresponding cloud application process in the sandbox by adopting the server management component based on the second identification information.
9. An electronic device, characterized in that the electronic device comprises:
one or more processors;
a memory;
one or more applications, wherein the one or more applications are stored in the memory and configured to be executed by the one or more processors, the one or more programs configured to: the implementation method of the cloud application according to any one of claims 1 to 5 is executed.
10. A computer-readable storage medium on which a computer program is stored, the computer program, when being executed by a processor, implementing the method of implementing the cloud application of any one of claims 1 to 5.
CN202110379555.1A 2021-04-08 2021-04-08 Cloud application implementation method and device, electronic equipment and readable storage medium Active CN113079216B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202110379555.1A CN113079216B (en) 2021-04-08 2021-04-08 Cloud application implementation method and device, electronic equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202110379555.1A CN113079216B (en) 2021-04-08 2021-04-08 Cloud application implementation method and device, electronic equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN113079216A CN113079216A (en) 2021-07-06
CN113079216B true CN113079216B (en) 2022-07-19

Family

ID=76615734

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202110379555.1A Active CN113079216B (en) 2021-04-08 2021-04-08 Cloud application implementation method and device, electronic equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN113079216B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113769410A (en) * 2021-08-13 2021-12-10 广州虎牙科技有限公司 Cloud game control method, system and device and computer readable storage medium
CN113742174B (en) * 2021-08-31 2024-04-02 北京百度网讯科技有限公司 Cloud mobile phone application monitoring method and device, electronic equipment and storage medium
CN113722105B (en) * 2021-09-14 2023-08-01 百度在线网络技术(北京)有限公司 Cloud application operation method, device, equipment, medium and product
CN114070875B (en) * 2022-01-17 2022-04-22 北京蔚领时代科技有限公司 Cloud program control method and device
CN115065684B (en) * 2022-08-17 2022-12-02 腾讯科技(深圳)有限公司 Data processing method, apparatus, device and medium

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020247484A1 (en) * 2019-06-03 2020-12-10 Hsiung Ping Kang Selection of virtual server for smart cloud gaming application from multiple cloud providers based on user parameters

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9323921B2 (en) * 2010-07-13 2016-04-26 Microsoft Technology Licensing, Llc Ultra-low cost sandboxing for application appliances
US9032303B2 (en) * 2012-02-28 2015-05-12 Microsoft Technology Licensing, Llc Web-based interaction with a local system
US9083692B2 (en) * 2012-05-07 2015-07-14 Samsung Electronics Co., Ltd. Apparatus and method of providing security to cloud data to prevent unauthorized access
US20130339424A1 (en) * 2012-06-15 2013-12-19 Infosys Limited Deriving a service level agreement for an application hosted on a cloud platform
US10046236B2 (en) * 2016-06-13 2018-08-14 Sony Interactive Entertainment America, LLC Browser-based cloud gaming
CN111569417A (en) * 2020-04-30 2020-08-25 北京视博云信息技术有限公司 Peripheral data transmission method and system for cloud games
CN112316417B (en) * 2020-11-05 2022-06-07 腾讯科技(深圳)有限公司 Control equipment connection method, device, equipment and computer readable storage medium

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2020247484A1 (en) * 2019-06-03 2020-12-10 Hsiung Ping Kang Selection of virtual server for smart cloud gaming application from multiple cloud providers based on user parameters

Also Published As

Publication number Publication date
CN113079216A (en) 2021-07-06

Similar Documents

Publication Publication Date Title
CN113079216B (en) Cloud application implementation method and device, electronic equipment and readable storage medium
EP3751418B1 (en) Resource configuration method and apparatus, terminal, and storage medium
US9197697B2 (en) Cloud computing system and method
KR101773638B1 (en) Methods for interfacing with a virtualized computing service over a network using a lightweight client
CN111494936A (en) Picture rendering method, device, system and storage medium
WO2019114185A1 (en) App remote control method and related devices
CN102946409A (en) Method, system of sending single terminal user experience from a plurality of servers to clients
CN113209632B (en) Cloud game processing method, device, equipment and storage medium
CN104202417A (en) Cloud computing based information processing method, client, cloud server and cloud computing based information processing system
US10165058B2 (en) Dynamic local function binding apparatus and method
CN103518189A (en) Integrated rendering of streaming media in virtualized desktop environment
CN108854055A (en) Virtualizing graphics processing method and system based on cloud for remote display
CN103888485A (en) Method for distributing cloud computing resource, device thereof and system thereof
EP4223379A1 (en) Cloud gaming processing method, apparatus and device, and storage medium
US20160080451A1 (en) Real-time dynamic hyperlinking system and method
US20140108940A1 (en) Method and system of remote communication over a network
CN104281458B (en) Application data processing method, device and processing system
CN115065684B (en) Data processing method, apparatus, device and medium
CN106101794A (en) The processing method of a kind of virtual desktop video data, Apparatus and system
CN112121411A (en) Vibration control method, device, electronic equipment and computer readable storage medium
CN115445194A (en) Rendering method, device and equipment of game and storage medium
Yadav et al. Adaptive GPU resource scheduling on virtualized servers in cloud gaming
CN104007986A (en) Cross-system remote real-time interaction technology
US9614900B1 (en) Multi-process architecture for a split browser
Barboza et al. A simple architecture for digital games on demand using low performance resources under a cloud computing paradigm

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
REG Reference to a national code

Ref country code: HK

Ref legal event code: DE

Ref document number: 40048755

Country of ref document: HK

GR01 Patent grant
GR01 Patent grant