CN115633016A - Data transmission method, device, system, electronic equipment and medium - Google Patents

Data transmission method, device, system, electronic equipment and medium Download PDF

Info

Publication number
CN115633016A
CN115633016A CN202211284471.0A CN202211284471A CN115633016A CN 115633016 A CN115633016 A CN 115633016A CN 202211284471 A CN202211284471 A CN 202211284471A CN 115633016 A CN115633016 A CN 115633016A
Authority
CN
China
Prior art keywords
server
target
server cluster
address information
data packet
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202211284471.0A
Other languages
Chinese (zh)
Inventor
丁培倡
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Vivo Mobile Communication Co Ltd
Original Assignee
Vivo Mobile Communication 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 Vivo Mobile Communication Co Ltd filed Critical Vivo Mobile Communication Co Ltd
Priority to CN202211284471.0A priority Critical patent/CN115633016A/en
Publication of CN115633016A publication Critical patent/CN115633016A/en
Priority to PCT/CN2023/123925 priority patent/WO2024083008A1/en
Pending legal-status Critical Current

Links

Images

Classifications

    • 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/1066Session management

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • General Business, Economics & Management (AREA)
  • Multimedia (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The application discloses a data transmission method, a data transmission device, electronic equipment and a medium, and belongs to the technical field of data transmission. The data transmission method comprises the following steps: the method comprises the steps that a first server cluster receives N first data packets sent by a second server cluster; each first data packet comprises data to be transmitted and address information of a target terminal, and N is a positive integer greater than 1; the first server cluster sends the N first data packets to a target port in a target server according to a preset first mapping relation; the first mapping relation is used for representing the mapping relation between the address information of the target terminal and the address information of the target port.

Description

Data transmission method, device, system, electronic equipment and medium
Technical Field
The application belongs to the technical field of data transmission, and particularly relates to a video conference data transmission method, device, system, electronic equipment and medium.
Background
The current video conference system adopts Session Initiation Protocol (SIP) to perform data transmission, and establishes a Session between a terminal and a server through four ports. For the server, the server needs to directly map each media port corresponding to the four ports of the terminal through the public network, and the server may need to have a session with multiple terminals at the same time, thereby occupying more public network port resources.
Disclosure of Invention
An object of the embodiments of the present application is to provide a data transmission method, an apparatus, an electronic device, and a medium, which can solve the problem of occupying more public network port resources.
In a first aspect, an embodiment of the present application provides a data transmission method, including:
the method comprises the steps that a first server cluster receives N first data packets sent by a second server cluster; each first data packet in the N data packets comprises data to be transmitted and address information of the target terminal, and N is a positive integer greater than 1;
the first server cluster sends the N first data packets to a target port in a target server according to a preset first mapping relation; the first mapping relation is used for representing the mapping relation between the address information of the target terminal and the target port.
In a second aspect, an embodiment of the present application provides a data transmission apparatus, including:
the first receiving module is used for receiving N first data packets sent by the second server cluster; each first data packet comprises data to be transmitted and address information of a target terminal, and N is a positive integer greater than 1;
the sending module is used for sending the N first data packets to a target port in a target server according to a preset first mapping relation; the first mapping relation is used for representing the mapping relation between the address information of the target terminal and the address information of the target port.
In a third aspect, an embodiment of the present application provides a data transmission system, including a first server cluster, a second server cluster, a target terminal, and a target server, where the first server cluster is in communication connection with the second server cluster and the target server, respectively, and the target terminal is in communication connection with the second server cluster;
the second server cluster is used for receiving N first data packets sent by the target terminal; each first data packet comprises data to be transmitted and address information of the target terminal, and N is a positive integer greater than 1;
the second server cluster is further configured to send the N first data packets to the first server cluster according to a preset second mapping relationship;
the first server cluster is used for receiving N first data packets sent by the second server cluster;
the first server cluster is further configured to send the N first data packets to a target port in the target server according to a preset first mapping relationship; the first mapping relation is used for representing the mapping relation between the address information of the target terminal and the address information of the target port.
In a fourth aspect, an embodiment of the present application provides an electronic device, which includes a processor, a memory, and a program or instructions stored on the memory and executable on the processor, and when the program or instructions are executed by the processor, the steps of the data transmission method according to the first aspect are implemented.
In a fifth aspect, the present application provides a readable storage medium, on which a program or instructions are stored, and when the program or instructions are executed by a processor, the program or instructions implement the steps of the data transmission method according to the first aspect.
In a sixth aspect, an embodiment of the present application provides a chip, where the chip includes a processor and a communication interface, where the communication interface is coupled to the processor, and the processor is configured to execute a program or instructions to implement the steps of the data transmission method according to the first aspect.
In a seventh aspect, the present application provides a computer program product, which is stored in a storage medium and executed by at least one processor to implement the steps of the data transmission method according to the first aspect.
In the embodiment of the application, a first server cluster receives N first data packets sent by a second server cluster; the first server cluster sends N data packets to a target port in a target server based on a first mapping relation, and a session between the first server cluster and the target server is established through the target port, wherein the first mapping relation is used for representing the mapping relation between address information of a target terminal and address information of the target port, so that the first server cluster can establish the session between the first server cluster and the target server by calling the target port in the target server, occupation of port resources is reduced, and the port resources are released.
Drawings
Fig. 1 is a flowchart of a data transmission method provided in an embodiment of the present application;
fig. 2 is a schematic diagram illustrating a terminal sending a data packet to a target server according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of a hash ring according to an embodiment of the present disclosure;
fig. 4 is a second schematic structural diagram of a hash ring according to an embodiment of the present application;
fig. 5 is a schematic diagram of data transmission based on a hash ring according to an embodiment of the present application;
fig. 6 is a schematic diagram of establishing a first mapping relationship according to an embodiment of the present application;
fig. 7 is a structural diagram of a data transmission device according to an embodiment of the present application;
fig. 8 is a block diagram of a data transmission system according to an embodiment of the present application;
fig. 9 is a flowchart of an application of the data transmission system provided in the embodiment of the present application;
fig. 10 is one of schematic diagrams of a terminal sending a data packet to a target server according to an embodiment of the present application;
fig. 11 is a second schematic diagram illustrating a terminal sending a data packet to a target server according to an embodiment of the present application;
fig. 12 is a block diagram of an electronic device according to an embodiment of the present application;
fig. 13 is a hardware configuration diagram of an electronic device according to an embodiment of the present application.
Detailed Description
The technical solutions in the embodiments of the present application will be described clearly below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are some, but not all, embodiments of the present application. All other embodiments, which can be derived from the embodiments in the present application by a person skilled in the art, are within the scope of protection of the present application.
The terms first, second and the like in the description and in the claims of the present application are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. It will be appreciated that the data so used may be interchanged under appropriate circumstances such that embodiments of the application may be practiced in sequences other than those illustrated or described herein, and that the terms "first," "second," and the like are generally used herein in a generic sense and do not limit the number of terms, e.g., the first term can be one or more than one. In addition, "and/or" in the specification and claims means at least one of connected objects, a character "/" generally means that a preceding and succeeding related objects are in an "or" relationship.
The data transmission method provided by the embodiment of the present application is described in detail below with reference to the accompanying drawings through specific embodiments and application scenarios thereof.
In the prior art, a server public network maps each port of a terminal, and establishes a session with the terminal, thereby implementing data transmission. However, the terminal has multiple ports, and the server needs to map all ports of the terminal for the session through the public network, thereby occupying multiple public network port resources. In this case, since the terminals in session with the server are limited by the resources of the public network ports, and each terminal and the server need to occupy multiple resources of the public network ports to establish a session, the server can only perform session connection with a limited number of terminals.
In order to solve the above technical problem, an embodiment of the present application provides a data transmission method, please refer to fig. 1, and fig. 1 is a flowchart of the data transmission method provided in the embodiment of the present application. The data transmission method provided by the embodiment of the application comprises the following steps:
s101, a first server cluster receives N first data packets sent by a second server cluster; each first data packet comprises data to be transmitted and address information of a target terminal, and N is a positive integer greater than 1.
The first server cluster is a routing server cluster and is used for directly sending the first data packets to the target server after receiving the N first data packets sent by the target terminal. In the same session, the first data packets of the terminal are all sent to the target server from the same first server in the first server cluster. The data packets comprise address information of a target terminal and data to be transmitted, the N first data packets are different in type, and N is a positive integer larger than 1.
The address information of the target terminal is Internet Protocol (IP) information.
The N first packets are packets sent from ports of the destination terminal, and the types of the first packets sent by the ports of different destination terminals are different. For example, the first data packet includes video data and audio data of a video conference. It can be understood that the N first data packets are data packets sent by the target terminal, so that the address information of the data packets is the same, and the first server determines that the data packet is from one target terminal according to the address information, and performs the same sending process on the data packets with the same address information, please refer to the following embodiments.
S102, the first server cluster sends the N first data packets to a target port in a target server according to a preset first mapping relation; the first mapping relation is used for representing the mapping relation between the address information of the target terminal and the address information of the target port.
The target server is a conference server and is used for processing a first data packet related to the video conference; the target port is a media port of the conference server and is used for receiving or sending a first data packet related to the video conference. The first mapping relation comprises the mapping relation between the address information of the target terminal and a target port of the target server, and the target port is a port of the target server
In this step, after receiving the first data packet of the target terminal, the first server cluster sends the data packet to the target server according to the first mapping relationship, and completes the data transmission process of sending the data packets of the multiple ports of the target terminal to the target port of the target server. Specifically, after receiving a first data packet with the same address information, a first server cluster queries a preset mapping relationship and determines the first mapping relationship; and determining a target port of the target server according to the first mapping relation, and then sending the received first data packet to the target port of the target server.
It should be understood that in a video conference, one or more terminals establish a session with a target server, and a mapping relationship corresponding to address information of the plurality of terminals is preset in a first server cluster. For example, a first terminal and a second terminal need to establish a session with a target server, and at this time, a first server cluster receives a first data packet of the first terminal and a first data packet of the second terminal, where the first data packet of the first terminal includes address information of the first terminal, and the first data packet of the second terminal includes address information of the second terminal; confirming a target server according to the address information of the first terminal, and confirming the target server according to the address information of the second terminal; and sending the data packet of the first terminal and the data packet of the second terminal to a target port of a target server, and establishing a session between the first terminal and the target server and a session between the second terminal and the target server.
In the embodiment of the application, a first server cluster receives N first data packets sent by a second server cluster; the first server cluster sends N data packets to a target port in a target server based on a first mapping relation, and a session between the first server cluster and the target server is established through the target port, wherein the first mapping relation is used for representing the mapping relation between address information of a target terminal and address information of the target port, so that the first server cluster can establish the session between the first server cluster and the target server by calling the target port in the target server, occupation of port resources is reduced, and the port resources are released.
Optionally, the sending, by the first server cluster, the N first data packets to the target port in the target server according to the preset first mapping relationship includes:
the first server cluster performs hash operation on the address information of the target terminal included in the N first data packets to obtain a first hash value;
the first server cluster sends the N first data packets to a target port in a target server according to a preset first mapping relation under the condition that the first hash value is the same as the second hash value;
the second hash value is determined by performing hash operation on address information of the target terminal included in a second data packet, where the second data packet is a data packet that is sent by the second server cluster to the first server cluster for the first time.
In this embodiment, the second server cluster sends the second data packet of the target terminal to the first server cluster, so that the first server cluster determines the second hash value after receiving the second data packet; after receiving the first data packet, the first server cluster determines a first hash value according to address information of the first data packet, compares the first hash value with a second hash value, determines whether the first data packet is sent by a target terminal, and sends N first data packets to the target server according to a first mapping relation under the condition that the first hash value is the same as the second hash value. Therefore, the first server cluster sends the second data packet to the second server cluster, so that the first data packet of the target terminal received by the first server cluster is always sent by the same second server in the second server cluster in the same session, the streaming data is transmitted through the same intermediate node, and the source address received by the target server is ensured not to change in the complete session process.
It should be understood that the second Server cluster is a Load Balancing (SLB) Server cluster, and is configured to be distributed to a plurality of Load servers for execution after receiving the data packet sent by the target terminal. In order to ensure that the source address received by the target server does not change in the same session, the second server cluster sends the data packet of the target terminal to the first server cluster through the same load server.
For example, please refer to fig. 2, fig. 2 is a schematic diagram illustrating that a terminal sends a data packet to a target server according to an embodiment of the present application. In fig. 2, after receiving the packet transmitted by the destination terminal 201, the second server cluster 202 allocates the packet according to the history transmission information, and allocates the packet to the load server L1. The load server L1 sends the data packet to the routing server R1 of the first server cluster 203 according to the history sending information, and the routing server R1 sends the data packet of the target terminal 201 to the server S1 in the target server 204.
Optionally, the first server cluster includes M first servers, the first server cluster establishes an association relationship between the M first servers based on a hash ring, the hash ring is determined based on address information corresponding to the M first servers, and M is a positive integer greater than 1;
the hash ring is used for determining a first target server, the first target server is one server in the first server cluster, and the first target server is used for receiving N first data packets sent by the second server cluster.
The hash ring is a virtual ring node, and the second server cluster determines the first target server according to the hash ring. Illustratively, as shown in fig. 3, M nodes are provided on the hash ring, and each node corresponds to one first server. Wherein the range of hash values is represented between each node. For example, there are 3 nodes on the hash ring, node R1, node R2 and node R3, the range of hash values represented between node R1 and node R2 is [0,100], the range of hash values represented between node R2 and node R3 is [100,200], and the range of hash values represented between node R3 and node R1 is [200,300]. And determining the first target server through the hash ring and the hash value determined by the second server cluster, which is described in the subsequent embodiments.
In this embodiment, the first target server is determined by the hash ring and the hash value determined by the second server cluster, and then the first target server continuously receives N first data packets sent by the second server cluster, thereby implementing the fixation of the intermediate transmission stage.
Optionally, the first server cluster establishes an association relationship between the N first servers based on a hash ring and P virtual servers, a virtual server is arranged between the first servers having an adjacent relationship on the hash ring, address information of the virtual server is the same as address information of the corresponding first server, and P is a positive integer greater than 1;
the hash ring and the P virtual servers are used to determine the first target server.
The M first servers establish an association relation based on the hash ring, and under the condition that the second server cluster determines the first target server, a certain node has more accesses in a concentrated mode, so that the virtual server is introduced based on the condition for reducing the access amount of a single node.
Illustratively, as shown in fig. 4, three first servers establish association based on hash rings, and two virtual servers are added between each first server. The address information of the virtual server is the same as that of the first server, so that the second server cluster sends the N first data packets to the first server after determining the virtual server.
For example, the hash value range between node R1-1 and node R2-1 is [0,33], the hash value range between node R2-1 and node R3-1 is [34,67], and the hash value range between node R3-1 and node R1-2 is [68,100]. Wherein the range between the node R1-1 and the node R1-2 is still [0,100], corresponding to the ranges between the node R1-1 and the node R2-1, the node R2-1 and the node R3-1, and the node R3-1 and the node R1-2. The address information corresponding to the node R1-1, the node R2-1 and the node R3-1 is address information which is address information of the first server R1, wherein the node R1-1 and the node R2-1 are virtual server nodes. And under the condition that the determined hash ring positions are the node R1-1, the node R2-1 and the node R3-1, determining that the first target server is the first server R1, as shown in FIG. 5.
In this embodiment, the virtual server is added to the hash ring, so that the access amount of a single node is reduced, and the load of the first server cluster is balanced.
Optionally, before the first server cluster receives N first data packets sent by the second server cluster, the method further includes:
the first server cluster receives a second data packet sent by the second server cluster and a third data packet sent by the target server; the second data packet is a data packet which is sent by the second server cluster to the first server cluster for the first time, the second data packet includes address information of the target terminal, the third data packet is a data packet which is sent by the target server to the first server cluster for the first time, and the third data packet includes address information of the target port;
and the first server cluster establishes the first mapping relation based on the address information of the target terminal and the address information of the target port.
In this embodiment, the first mapping relationship includes address information of the target terminal and a mapping relationship between the target terminal and the target server, and in data transmission of the video conference, the target terminal does not always perform data transmission with the target server, and different terminals have mapping relationships with different servers in different sessions. In this embodiment, a first mapping relationship is established before the first server cluster receives N first data packets sent by the target terminal, so that the target terminal and the target server establish a session.
The second data packet is a data packet sent by the target terminal to a target port of the target server, and the third data packet is a data packet sent by the target server to address information of the target terminal. Before the second data packet is sent to the target port of the target server by the target terminal, the target terminal needs to receive the information of the target port of the target server. Similarly, the destination server needs to receive the address information of the destination terminal before sending the third packet to the address information of the destination terminal. The process is as follows:
referring to fig. 6, fig. 6 is a schematic diagram illustrating establishment of a first mapping relationship according to an embodiment of the present application. Before the target terminal 201 and the target server 204 establish a session, registration is required to be performed by the messenger server 301 in fig. 6, respectively, the target terminal 201 transmits address information to the messenger server 301, the target server 204 transmits information of a target port to the messenger server 301, and the messenger server 301 stores the address information and the information of the target port. When the target terminal 201 and the target server 204 establish a session, the messenger server 301 transmits information of the target port of the target server 204 to the target terminal 201, and transmits address information of the target terminal 201 to the target server 204.
Further, the first server cluster 203 receives the address information of the second data packet of the target terminal 201 and the address information of the third data packet of the target server 204, and establishes the first mapping relationship.
Optionally, the N data packets include:
the audio data package of the first protocol, the audio data package of the second protocol, the video data package of the first protocol, the video data package of the second protocol.
It should be understood that the data transmission of the video conference includes audio data and video data, the data transmission being performed by the first protocol and the second protocol, respectively. The first Protocol is Real-Time Transport Protocol (RTP), and the second Protocol is RTCP. In a target terminal, sending data packets of different protocols by adopting different interfaces; in the target server, one media interface is adopted to receive all the data packets, and port multiplexing is realized, so that occupation of sessions on public network port resources is reduced, and the number of terminals which can be connected with the target server is increased.
Illustratively, the third data packet includes a message sent by the target terminal 201 to the target server 204, as shown in table one:
watch 1
Figure BDA0003892974200000101
The specific process is that the target terminal 201 sends the third data packet to the second server cluster 202, the second server cluster 202 sends the third data packet to the first server cluster 203, and finally the first server cluster 203 sends the third data packet to the target server 204.
It should be understood that the process of the target terminal 201 sending the third data packet to the second server cluster 202 is an extranet transmission process, and the process of the first server cluster 203 sending the third data packet to the target server 204 is an intranet transmission process. When the target terminal 201 sends the third data packet to the second server cluster 202, the third data packet is sent to the public network address of the target Port of the target server, that is, the Port-a in table one; after receiving the third data packet, the second server cluster 202 sends the third data packet to the first server cluster 203; in the internal transmission process, the target port of the target server needs to be converted from the public network address to the internal network address, as shown in the following table two:
watch two
Figure BDA0003892974200000102
Figure BDA0003892974200000111
According to the above table, after the first server cluster 203 receives the third data packet, the public network address of the third data packet is converted from IP2 to IP3, the public network Port is converted from Port-a to Port-a, port-b, port-c and Port-d, the audio RTP in the third data packet is sent to Port-a, the audio RTCP in the third data packet is sent to Port-b, the video RTP in the third data packet is sent to Port-c, the video RTCP in the third data packet is sent to Port-d, and the first mapping relationship is established, that is, the public network Port of IP1 maps the intranet Port of IP 3.
Referring to fig. 7, fig. 7 is a structural diagram of a data transmission apparatus according to an embodiment of the present application, including a first server cluster, as shown in fig. 7, the data transmission apparatus 700 includes:
a first receiving module 701, configured to receive N first data packets sent by a second server cluster; each first data packet comprises data to be transmitted and address information of a target terminal, and N is a positive integer greater than 1;
a sending module 702, configured to send the N first data packets to a target port in a target server according to a preset first mapping relationship; the first mapping relation is used for representing the mapping relation between the address information of the target terminal and the target port.
Optionally, the sending module 702 is specifically configured to:
performing hash operation on the address information of the target terminal included in the N first data packets to obtain a first hash value;
under the condition that the first hash value is the same as the second hash value, the N first data packets are sent to a target port in a target server according to a preset first mapping relation;
the second hash value is determined by performing hash operation on address information of the target terminal included in a second data packet, where the second data packet is a data packet that is sent by the second server cluster to the first server for the first time.
Optionally, the first server cluster includes M first servers, the first server cluster establishes an association relationship between the M first servers based on a hash ring, where the hash ring is determined based on address information corresponding to the M first servers, and M is a positive integer greater than 1;
the hash ring is used for determining a first target server, the first target server is one server in the first server cluster, and the first target server is used for receiving N first data packets sent by the second server cluster.
Optionally, the first server cluster establishes an association relationship between the N first servers based on a hash ring and P virtual servers, a virtual server is arranged between the first servers having an adjacent relationship on the hash ring, address information of the virtual server is the same as address information of the corresponding first server, and P is a positive integer greater than 1;
the hash ring and the P virtual servers are used to determine the first target server.
Optionally, before the first receiving module 701, the apparatus further includes:
a second receiving module, configured to receive a second data packet sent by the second server cluster and a third data packet sent by the target server; the second data packet is a data packet which is sent by the second server cluster to the first server for the first time, the second data packet includes address information of the target terminal, the third data packet is a data packet which is sent by the target server to the first server cluster for the first time, and the third data packet includes information of the target port;
and the processing module is used for establishing the first mapping relation based on the address information of the target terminal and the address information of the target port.
In the embodiment of the application, a first server cluster receives N first data packets sent by a second server cluster; the first server cluster sends N data packets to a target port in a target server based on a first mapping relation, and a session between the first server cluster and the target server is established through the target port, wherein the first mapping relation is used for representing the mapping relation between address information of a target terminal and address information of the target port, so that the first server cluster can establish the session between the first server cluster and the target server by calling the target port in the target server, occupation of port resources is reduced, and the port resources are released.
The data transmission device in the embodiment of the present application may be an electronic device, or may be a component in the electronic device, such as an integrated circuit or a chip. The electronic device may be a terminal, or may be a device other than a terminal. The electronic Device may be, for example, a Mobile phone, a tablet computer, a notebook computer, a palm top computer, a vehicle-mounted electronic Device, a Mobile Internet Device (MID), an Augmented Reality (AR)/Virtual Reality (VR) Device, a robot, a wearable Device, an ultra-Mobile personal computer (UMPC), a netbook or a Personal Digital Assistant (PDA), and the like, and may also be a server, a Network Attached Storage (Network Attached Storage, NAS), a personal computer (NAS), a Television (TV), a teller machine, a self-service machine, and the like, and the embodiments of the present application are not limited in particular.
The data transmission device in the embodiment of the present application may be a device having an operating system. The operating system may be an Android (Android) operating system, an ios operating system, or other possible operating systems, and embodiments of the present application are not limited specifically.
The data transmission device provided in the embodiment of the present application can implement each process implemented by the method embodiment of fig. 1, and is not described here again to avoid repetition.
Referring to fig. 8, fig. 8 is a structural diagram of a data transmission system provided in an embodiment of the present application, as shown in fig. 8, a data transmission system 800 includes a target terminal 801, a first server cluster 803, a second server cluster 802, and a target server 804, where the first server cluster 803 is in communication connection with the second server cluster 802 and the target server 404, respectively, and the target terminal 801 is in communication connection with the second server cluster 802;
the second server cluster 802 is configured to receive N first data packets sent by the target terminal 801; each first data packet includes data to be transmitted and address information of the target terminal 801, and N is a positive integer greater than 1;
the second server cluster 802 is further configured to send the N first data packets to the first server cluster 803 according to a preset second mapping relationship;
the first server cluster 803 is configured to receive N first data packets sent by the second server cluster 802;
the first server cluster 803 is further configured to send the N first data packets to a target port in the target server 804 according to a preset first mapping relationship; the first mapping relationship is used to represent a mapping relationship between the address information of the target terminal 801 and the address information of the target port.
The second server cluster is an SLB server, provides a public network entrance, and sends the data packet received from the client of the target terminal to the first server cluster, or sends the data packet sent by the first server cluster to the target terminal. The data packets include address information of a target terminal, and the types of the N data packets are different, where N is a positive integer greater than 1.
And the second mapping relation comprises the mapping relation between the address information of the target terminal and the address information of the target port of the first server cluster.
In the embodiment of the application, a first server cluster receives N first data packets sent by a second server cluster; the first server cluster sends N data packets to a target port in a target server based on a first mapping relation, and a session between the first server cluster and the target server is established through the target port, wherein the first mapping relation is used for representing the mapping relation between address information of a target terminal and address information of the target port, so that the first server cluster can establish the session between the first server cluster and the target server by calling the target port in the target server, occupation of port resources is reduced, and the port resources are released.
Optionally, the second server cluster 802 is further configured to receive a fourth data packet sent by the target terminal; the fourth data packet is data that is sent by the target terminal to the second server cluster 802 for the first time, and the fourth data packet includes address information of the target terminal;
the second server cluster 802 is further configured to obtain address information of the first server cluster 803, and establish the second mapping relationship based on the address information of the target terminal and the address information of the first server cluster 803.
It should be understood that the second server cluster receives a fourth data packet, the fourth data packet includes address information of the target terminal, and the second server cluster performs hash calculation on the address information to obtain a third hash value; meanwhile, the second server cluster also acquires the address information of the first server cluster, and establishes a second mapping relation based on the address information of the target terminal and the address information of the first server cluster. And after the second server cluster receives the first data packet, performing hash calculation on the address information of the first data packet to determine a first hash value, and under the condition that the first hash value is the same as the third hash value, the second server cluster sends the first data packet to the first server cluster according to a second mapping relation. Therefore, the fourth data packet is sent to the first server cluster through the target terminal, so that the first data packet of the target terminal received by the second server cluster is always sent by the second server cluster in the same session, the transmission of stream data through the same intermediate node is realized, and the source address received by the target server is ensured not to be changed in a complete session process.
To facilitate understanding of the technical solution in the data transmission method provided in the embodiment of the present application, please refer to fig. 9, and as shown in fig. 9, first, a target terminal and a target server register with a messenger server; when a session needs to be established, a target terminal sends a second data packet and a fourth data packet to a target port of a target server, and the target server sends a third data packet to address information of the target terminal so as to establish a first mapping relation and a second mapping relation; after establishing the first mapping relation and the second mapping relation, the target terminal sends N first data packets; the second server cluster receives the first N data packets and sends the N first data packets to the first server cluster according to the second mapping relation; and the first server cluster receives the N first data packets, and sends the N first data packets to a target port of a target server according to the first mapping relation to complete data transmission of the video conference.
Optionally, the second server cluster 802 is further configured to perform hash calculation on the address information of the target terminal 801 of the N first data packets to obtain a third hash value;
the second server cluster 802 is further configured to determine a first target server in the first server cluster 803 according to the third hash value;
the second server cluster 802 is further configured to send the N first data packets to the first target server.
It is to be understood that the first server cluster comprises a plurality of first servers, and that one SLB server of the second server cluster and one first server of the first server cluster are passed in between in the process of transmitting the N first data packets to the target server. In the data transmission process, in order to keep the paths transmitted to the target servers consistent, the second server cluster determines that one first server in the first server cluster is the first target server according to the third hash value, and then sends N first data packets to the first target server. The first target server sends the N first data packets to the target server after receiving the N first data packets, so that the N first data packets received by the target server are all sent by the first target server, and the consistency of the paths is guaranteed.
Optionally, the first server cluster 803 includes M first servers, where an association relationship is established between the M first servers based on a hash ring, where the hash ring is determined based on address information corresponding to the M first servers, and M is a positive integer greater than 1;
the second server cluster 802 is specifically configured to determine the first target server according to a corresponding pointing position of the third hash value on the hash ring.
The hash ring is a virtual ring node, and the second server cluster determines the first target server according to the hash ring.
Illustratively, as shown in fig. 3, M nodes are provided on the hash ring, and each node corresponds to one first server. Wherein the range of hash values is represented between each node. For example, there are 3 nodes on the hash ring, node R1, node R2 and node R3, the range of hash values represented between node R1 and node R2 is [0,100], the range of hash values represented between node R2 and node R3 is [100,200], and the range of hash values represented between node R3 and node R1 is [200,300]. And the second server cluster determines a first server corresponding to the node on the hash ring based on the calculated third hash value.
After the second server cluster determines the hash value, a node on the hash ring is determined. For example, it is determined that the third hash value is 150, and the hash ring position corresponding to the third hash value is between the node R2 and the node R3. At this time, a selection order is defined, and the closest node is selected as the node corresponding to the first server according to the order. For example, the selection is performed in a clockwise order, and the closest node is R3 at this time, that is, the first server corresponding to the node R3 is the first target server.
Optionally, an association relationship is established between the N first servers based on a hash ring and P virtual servers, a virtual server is arranged between the first servers having an adjacent relationship on the hash ring, address information of the virtual server is the same as address information of the corresponding first server, and P is a positive integer greater than 1;
the second server cluster 802 is further specifically configured to determine the first target server according to the corresponding location information of the third hash value on the hash ring and the P virtual servers.
It should be understood that the M first servers establish an association relationship based on the hash ring, and in the case that the second server cluster determines the first target server, there is a case that a certain node has more accesses in a set, so a virtual server is introduced based on this, so as to reduce the access amount of a single node.
Illustratively, as shown in fig. 4, three first servers establish association based on hash rings, and two virtual servers are added between each first server. The address information of the virtual server is the same as that of the first server, so that the second server cluster sends the N first data packets to the first server after determining the virtual server.
For example, the hash value range between node R1-1 and node R2-1 is [0,33], the hash value range between node R2-1 and node R3-1 is [34,67], and the hash value range between node R3-1 and node R1-2 is [68,100]. Wherein the range between the node R1-1 and the node R1-2 is still [0,100], corresponding to the ranges between the node R1-1 and the node R2-1, the node R2-1 and the node R3-1, and the node R3-1 and the node R1-2. The address information corresponding to the node R1-1, the node R2-1 and the node R3-1 is address information which is address information of the first server R1, wherein the node R1-1 and the node R2-1 are virtual server nodes. When the hash ring positions determined by the second server cluster are the node R1-1, the node R2-1, and the node R3-1, the second server cluster determines that the first target server is the first server R1, as shown in fig. 5.
It should be appreciated that the second cluster of servers includes a plurality of second servers, and one of the plurality of second servers is determined to be a second destination server, and the second destination server is configured to transmit the N first packets to the first destination server. The second server cluster determines the second target server through the third hash value and the hash ring, which is the same as the first target server determined through the third hash value and the hash ring, and is not described herein again.
Optionally, as shown in fig. 10, in a case that the first target server is abnormal and cannot transmit data, the target terminal sends a third data packet again for re-determining the first target server. For example, when the first target server is R1, the server R1 is abnormal, the target terminal sends the third data packet again, and at this time, the first server cluster determines the server R2 as the first target server again according to the hash ring.
In this embodiment, the target terminal retransmits the third data packet to determine the first target server, so that the first target server is replaced in the data transmission process, and the continuity of data transmission is ensured.
Optionally, as shown in fig. 11, in a case that the second target server is abnormal and cannot transmit data, the target terminal sends a third data packet again for re-determining the second target server. For example, when the second target server is L1, the server L1 is abnormal, the target terminal sends the third data packet again, and at this time, the second server cluster determines that the server L2 is the second target server again according to the hash ring.
In this embodiment, the target terminal retransmits the third data packet to determine the second target server, so that the second target server is replaced in the data transmission process, and the continuity of data transmission is ensured.
The data transmission system in the embodiment of the present application may be a device, a device or an electronic apparatus having an operating system, or may be a component, an integrated circuit, or a chip in the data transmission device. The apparatus or network side device may be a base station.
The data transmission system provided in the embodiment of the present application can implement each process implemented in the method embodiment of fig. 1, and achieve the same technical effect, and is not described here again to avoid repetition.
Optionally, as shown in fig. 12, an electronic device 1200 is further provided in an embodiment of the present application, and includes a processor 1201, a memory 1202, and a program or an instruction stored in the memory 1202 and executable on the processor 1201, where the program or the instruction is executed by the processor 1201 to implement each process of the embodiment of the data transmission model training method, or to implement each process of the embodiment of the data transmission method, and can achieve the same technical effect, and is not described herein again to avoid repetition.
It should be noted that the electronic device in the embodiment of the present application includes the mobile electronic device and the non-mobile electronic device described above.
Fig. 13 is a schematic hardware structure diagram of an electronic device implementing an embodiment of the present application.
The electronic device 1300 includes, but is not limited to: a radio frequency unit 1301, a network module 1302, an audio output unit 1303, an input unit 1304, a sensor 1305, a display unit 1306, a user input unit 1307, an interface unit 1308, a memory 1309, a processor 1210, and the like.
Those skilled in the art will appreciate that the electronic device 1300 may further comprise a power source (e.g., a battery) for supplying power to the various components, and the power source may be logically connected to the processor 1310 via a power management system, so as to manage charging, discharging, and power consumption management functions via the power management system. The electronic device structure shown in fig. 13 does not constitute a limitation of the electronic device, and the electronic device may include more or less components than those shown, or combine some components, or arrange different components, and thus, the description is omitted here.
In an embodiment, the electronic device is a first server, and the radio frequency unit 1301 is configured to receive N first data packets sent by a second server; each first data packet comprises data to be transmitted and address information of a target terminal, and N is a positive integer greater than 1;
sending the N first data packets to a target port in a target server according to a preset first mapping relation; the first mapping relation is used for representing the mapping relation between the address information of the target terminal and the target port.
Optionally, the processor 1310 is configured to perform a hash operation on the address information of the target terminal included in the N first data packets to obtain a first hash value;
the radio frequency unit 1301 is further configured to send the N first data packets to a target port in a target server according to a preset first mapping relationship when the first hash value is the same as the second hash value.
Optionally, the radio frequency unit 1301 is further configured to receive a second data packet sent by the second server and a third data packet sent by the target server; the second data packet is a data packet which is sent by the second server to the first server for the first time, the second data packet includes address information of the target terminal, the third data packet is a data packet which is sent by the target server to the first server for the first time, and the third data packet includes information of the target port;
the processor 1310 is further configured to establish the first mapping relationship based on the address information of the target terminal and the information of the target port.
In an embodiment, the electronic device is a second server, and the radio frequency unit 1301 is configured to receive N first data packets sent by the target terminal; each first data packet comprises data to be transmitted and address information of the target terminal, and N is a positive integer greater than 1;
and sending the N first data packets to the first server according to a preset second mapping relation.
Optionally, the radio frequency unit 1301 is further configured to receive a fourth data packet sent by the target terminal; the fourth data packet is data which is sent by the target terminal to the second server for the first time, and the fourth data packet comprises address information of the target terminal;
the processor 1310 is further configured to obtain address information of a first server, and establish the second mapping relationship based on the address information of the target terminal and the address information of the first server.
In the embodiment of the application, a first server receives N first data packets sent by a second server; the first server sends N data packets to a target port in the target server based on a first mapping relation, and a session between the first server and the target server is established through the target port, wherein the first mapping relation is used for representing the mapping relation between address information of a target terminal and port information of the target port, so that the first server can establish the session between the first server and the target server by calling the target port in the target server, occupation of port resources is reduced, and the port resources are released.
It should be understood that in the embodiment of the present application, the input Unit 1304 may include a Graphics Processing Unit (GPU) 13041 and a microphone 13042, and the Graphics processor 13041 processes image data of still pictures or videos obtained by an image capturing apparatus (such as a camera) in a video capturing mode or an image capturing mode. The display unit 1306 may include a display panel 13061, and the display panel 13061 may be configured in the form of a liquid crystal display, an organic light emitting diode, or the like. The user input unit 1307 includes a touch panel 13071 and at least one of other input devices 13072. Touch panel 13071, also known as a touch screen. The touch panel 13071 may include two parts, a touch detection device and a touch controller. Other input devices 13072 may include, but are not limited to, a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), a trackball, a mouse, and a joystick, which are not described in detail herein.
The memory 1309 may be used to store software programs as well as various data. The memory 1309 may mainly include a first storage area storing programs or instructions and a second storage area storing data, wherein the first storage area may store an operating system, application programs or instructions required for at least one function (such as a sound playing function, an image playing function, etc.), and the like. Further, memory 1309 can include volatile memory or nonvolatile memory, or memory 1309 can include both volatile and nonvolatile memory. The non-volatile Memory may be a Read-Only Memory (ROM), a Programmable ROM (PROM), an Erasable PROM (EPROM), an Electrically Erasable PROM (EEPROM), or a flash Memory. The volatile Memory may be a Random Access Memory (RAM), a Static Random Access Memory (Static RAM, SRAM), a Dynamic Random Access Memory (Dynamic RAM, DRAM), a Synchronous Dynamic Random Access Memory (Synchronous DRAM, SDRAM), a Double Data Rate Synchronous Dynamic Random Access Memory (Double Data Rate SDRAM, ddr SDRAM), an Enhanced Synchronous SDRAM (ESDRAM), a Synchronous Link DRAM (SLDRAM), and a Direct Memory bus RAM (DRRAM). Memory 1309 in the embodiments of the present application includes, but is not limited to, these and any other suitable types of memory.
Processor 1310 may include one or more processing units; optionally, the processor 1310 integrates an application processor, which mainly handles operations related to the operating system, user interface, application programs, etc., and a modem processor, which mainly handles wireless communication signals, such as a baseband processor. It will be appreciated that the modem processor described above may not be integrated into processor 1310.
The embodiment of the present application further provides a readable storage medium, where a program or an instruction is stored on the readable storage medium, and when the program or the instruction is executed by a processor, the program or the instruction implements each process of the data transmission method embodiment, and can achieve the same technical effect, and in order to avoid repetition, details are not repeated here.
The processor is the processor in the electronic device described in the above embodiment. The readable storage medium includes a computer readable storage medium, such as a computer Read Only Memory (ROM), a Random Access Memory (RAM), a magnetic or optical disk, and the like.
The embodiment of the present application further provides a chip, where the chip includes a processor and a communication interface, the communication interface is coupled to the processor, and the processor is configured to run a program or an instruction to implement each process of the data transmission method embodiment, and can achieve the same technical effect, and the details are not repeated here to avoid repetition.
It should be understood that the chips mentioned in the embodiments of the present application may also be referred to as a system-on-chip, or a system-on-chip.
Embodiments of the present application provide a computer program product, where the program product is stored in a storage medium, and the program product is executed by at least one processor to implement each process of the foregoing data transmission method embodiments, and can achieve the same technical effect, and in order to avoid repetition, details are not described here again.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising a … …" does not exclude the presence of another identical element in a process, method, article, or apparatus that comprises the element. Further, it should be noted that the scope of the methods and apparatus of the embodiments of the present application is not limited to performing the functions in the order illustrated or discussed, but may include performing the functions in a substantially simultaneous manner or in a reverse order based on the functions involved, e.g., the methods described may be performed in an order different than that described, and various steps may be added, omitted, or combined. In addition, features described with reference to certain examples may be combined in other examples.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is a better implementation manner. Based on such understanding, the technical solutions of the present application may be embodied in the form of a computer software product, which is stored in a storage medium (such as ROM/RAM, magnetic disk, optical disk) and includes instructions for enabling a terminal (such as a mobile phone, a computer, a server, or a network device) to execute the method according to the embodiments of the present application.
While the present embodiments have been described with reference to the accompanying drawings, it is to be understood that the invention is not limited to the precise embodiments described above, which are meant to be illustrative and not restrictive, and that various changes may be made therein by those skilled in the art without departing from the spirit and scope of the invention as defined by the appended claims.

Claims (17)

1. A method of data transmission, comprising:
the method comprises the steps that a first server cluster receives N first data packets sent by a second server cluster; each first data packet comprises data to be transmitted and address information of a target terminal, and N is a positive integer greater than 1;
the first server cluster sends the N first data packets to a target port in a target server according to a preset first mapping relation; the first mapping relation is used for representing the mapping relation between the address information of the target terminal and the address information of the target port.
2. The method according to claim 1, wherein the sending, by the first server cluster, the N first packets to the destination port in the destination server according to a preset first mapping relationship includes:
the first server cluster performs hash operation on the address information of the target terminal included in the N first data packets to obtain a first hash value;
the first server cluster sends the N first data packets to a target port in a target server according to a preset first mapping relation under the condition that the first hash value is the same as the second hash value;
the second hash value is determined by performing hash operation on address information of the target terminal included in a second data packet, where the second data packet is a data packet that is sent by the second server cluster to the first server cluster for the first time.
3. The method of claim 2, wherein the first server cluster includes M first servers, and the first server cluster establishes an association relationship among the M first servers based on a hash ring determined based on address information corresponding to the M first servers, where M is a positive integer greater than 1;
the hash ring is used for determining a first target server, the first target server is one server in the first server cluster, and the first target server is used for receiving the N first data packets sent by the second server cluster.
4. The method according to claim 3, wherein the first server cluster establishes an association relationship between the N first servers based on a hash ring and P virtual servers, wherein a virtual server is arranged between the first servers having an adjacent relationship on the hash ring, and address information of the virtual server is the same as that of the corresponding first server, and P is a positive integer greater than 1;
the hash ring and the P virtual servers are used to determine the first target server.
5. The method of claim 1, wherein before the first server cluster receives the N first packets sent by the second server cluster, the method further comprises:
the first server cluster receives a second data packet sent by the second server cluster and a third data packet sent by the target server; the second data packet is a data packet which is sent by the second server cluster to the first server cluster for the first time, the second data packet includes address information of the target terminal, the third data packet is a data packet which is sent by the target server to the first server cluster for the first time, and the third data packet includes address information of the target port;
and the first server cluster establishes the first mapping relation based on the address information of the target terminal and the address information of the target port.
6. A data transmission apparatus comprising a first cluster of servers, the apparatus comprising:
the first receiving module is used for receiving N first data packets sent by the second server cluster; each first data packet comprises data to be transmitted and address information of a target terminal, and N is a positive integer greater than 1;
the sending module is used for sending the N first data packets to a target port in a target server according to a preset first mapping relation; the first mapping relation is used for representing the mapping relation between the address information of the target terminal and the target port.
7. The apparatus of claim 6, wherein the sending module is specifically configured to:
performing hash operation on the address information of the target terminal included in the N first data packets to obtain a first hash value;
under the condition that the first hash value is the same as the second hash value, the N first data packets are sent to a target port in a target server according to a preset first mapping relation;
the second hash value is determined by performing hash operation on address information of the target terminal included in a second data packet, where the second data packet is a data packet that is sent by the second server cluster to the first server cluster for the first time.
8. The apparatus according to claim 6, wherein the first server cluster includes M first servers, and the first server cluster establishes an association relationship among the M first servers based on a hash ring determined based on address information corresponding to the M first servers, where M is a positive integer greater than 1;
the hash ring is used for determining a first target server, the first target server is one server in the first server cluster, and the first target server is used for receiving N first data packets sent by the second server cluster.
9. The apparatus according to claim 8, wherein the first server cluster establishes an association relationship between the N first servers based on a hash ring and P virtual servers, a virtual server is provided between the first servers having an adjacent relationship on the hash ring, and address information of the virtual server is the same as that of the corresponding first server, where P is a positive integer greater than 1;
the hash ring and the P virtual servers are used to determine the first target server.
10. The apparatus of claim 6, wherein before the first receiving module, the apparatus further comprises:
a second receiving module, configured to receive a second data packet sent by the second server cluster and a third data packet sent by the target server; the second data packet is a data packet which is sent by the second server cluster to the first server cluster for the first time, the second data packet includes address information of the target terminal, the third data packet is a data packet which is sent by the target server to the first server cluster for the first time, and the third data packet includes address information of the target port;
and the processing module is used for establishing the first mapping relation based on the address information of the target terminal and the address information of the target port.
11. A data transmission system is characterized by comprising a first server cluster, a second server cluster, a target terminal and a target server, wherein the first server cluster is respectively in communication connection with the second server cluster and the target server, and the target terminal is in communication connection with the second server cluster;
the second server cluster is used for receiving N first data packets sent by the target terminal; each first data packet comprises data to be transmitted and address information of the target terminal, and N is a positive integer greater than 1;
the second server cluster is further configured to send the N first data packets to the first server cluster according to a preset second mapping relationship;
the first server cluster is used for receiving N first data packets sent by the second server cluster;
the first server cluster is further configured to send the N first data packets to a target port in the target server according to a preset first mapping relationship; the first mapping relation is used for representing the mapping relation between the address information of the target terminal and the address information of the target port.
12. The data transmission system according to claim 11, wherein the second server cluster is further configured to receive a fourth data packet sent by the target terminal; the fourth data packet is a data packet which is sent by the target terminal to the second server cluster for the first time, and the fourth data packet comprises address information of the target terminal;
the second server cluster is further configured to obtain address information of the first server cluster, and establish the second mapping relationship based on the address information of the target terminal and the address information of the first server cluster.
13. The data transmission system according to claim 11, wherein the second server cluster is further configured to perform hash calculation on address information of the destination terminals of the N first data packets to obtain a third hash value;
the second server cluster is further configured to determine a first target server in the first server cluster according to the third hash value;
the second server cluster is further configured to send the N first data packets to the first target server.
14. The data transmission system according to claim 13, wherein the first server cluster includes M first servers, and the M first servers establish an association relationship based on a hash ring, where the hash ring is determined based on address information corresponding to the M first servers, and M is a positive integer greater than 1;
the second server cluster is specifically configured to determine the first target server according to a corresponding pointing position of the third hash value on the hash ring.
15. The data transmission system according to claim 14, wherein an association relationship is established between the N first servers based on a hash ring and P virtual servers, a virtual server is provided between the first servers having an adjacent relationship on the hash ring, address information of the virtual server is the same as that of the corresponding first server, and P is a positive integer greater than 1;
the second server cluster is further specifically configured to determine the first target server according to the corresponding location information of the third hash value on the hash ring and the P virtual servers.
16. An electronic device comprising a processor, a memory, and a program or instructions stored on the memory and executable on the processor, the program or instructions when executed by the processor implementing the steps of the data transmission method according to any one of claims 1-5.
17. A readable storage medium, characterized in that it stores thereon a program or instructions which, when executed by a processor, implement the steps of the data transmission method according to any one of claims 1-5.
CN202211284471.0A 2022-10-17 2022-10-17 Data transmission method, device, system, electronic equipment and medium Pending CN115633016A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202211284471.0A CN115633016A (en) 2022-10-17 2022-10-17 Data transmission method, device, system, electronic equipment and medium
PCT/CN2023/123925 WO2024083008A1 (en) 2022-10-17 2023-10-11 Data transmission method, apparatus and system, electronic device, and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211284471.0A CN115633016A (en) 2022-10-17 2022-10-17 Data transmission method, device, system, electronic equipment and medium

Publications (1)

Publication Number Publication Date
CN115633016A true CN115633016A (en) 2023-01-20

Family

ID=84906708

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211284471.0A Pending CN115633016A (en) 2022-10-17 2022-10-17 Data transmission method, device, system, electronic equipment and medium

Country Status (2)

Country Link
CN (1) CN115633016A (en)
WO (1) WO2024083008A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024083008A1 (en) * 2022-10-17 2024-04-25 维沃移动通信有限公司 Data transmission method, apparatus and system, electronic device, and medium

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9954777B2 (en) * 2016-01-14 2018-04-24 International Business Machines Corporation Data processing
CN106998347A (en) * 2016-01-26 2017-08-01 中兴通讯股份有限公司 The apparatus and method of server virtualization network share
CN110225146B (en) * 2019-05-20 2022-05-27 浙江华创视讯科技有限公司 Intranet and extranet mapping method and device, electronic equipment, medium and video conference system
CN114125025B (en) * 2021-11-23 2024-02-13 北京奥星贝斯科技有限公司 Data transmission method and device under multi-target network
CN115633016A (en) * 2022-10-17 2023-01-20 维沃移动通信有限公司 Data transmission method, device, system, electronic equipment and medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2024083008A1 (en) * 2022-10-17 2024-04-25 维沃移动通信有限公司 Data transmission method, apparatus and system, electronic device, and medium

Also Published As

Publication number Publication date
WO2024083008A1 (en) 2024-04-25

Similar Documents

Publication Publication Date Title
US20180262793A1 (en) Reverse Casting from a First Screen Device to a Second Screen Device
EP3926917B1 (en) Data transmission method, device and computer storage medium
US10165058B2 (en) Dynamic local function binding apparatus and method
WO2024083008A1 (en) Data transmission method, apparatus and system, electronic device, and medium
CN110771128B (en) Connection using geographic telephone numbers
CN110691331B (en) Conference demonstration method and device based on Bluetooth mesh technology and terminal equipment
CN114449503A (en) Bluetooth connection method and Bluetooth connection device
US20230413349A1 (en) Call establishment method and apparatus, electronic device, and readable storage medium
JP6402077B2 (en) Relay system, relay method, and program
CN112770078B (en) Video conference terminal fusion method and device and readable storage medium
US20060187943A1 (en) Handoff system and method between different kinds of devices, SIP server and operational method of SIP server
US11064453B2 (en) Position stream session negotiation for spatial audio applications
CN116233481A (en) Media stream transmission method, media server and communication system
CN111953644B (en) Terminal connection method and system for multimedia communication
US10594511B2 (en) Address system
CN115103053A (en) Call establishment method, device, terminal, system and readable storage medium
CN114640595A (en) Cascading method, device, electronic equipment and storage medium
CN113766630A (en) IMS network registration method, device and electronic equipment
CN113031895A (en) Screen projection control method and device and electronic equipment
CN115529375B (en) Interface display method and device and electronic equipment
KR102522585B1 (en) System for synchronizing data and method thereof
CN115665225A (en) Long connection establishing method and device, target device and storage medium
WO2023169202A1 (en) Video stream data acquisition method and apparatus, and electronic device and computer-readable medium
NO342196B1 (en) Method of Increasing Transmission Capacity by Sharing Transmission Capacity in Primary Connections
CN116455877A (en) Data interaction method, device and equipment

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