WO2023040380A1 - WebRTC通信方法及系统 - Google Patents

WebRTC通信方法及系统 Download PDF

Info

Publication number
WO2023040380A1
WO2023040380A1 PCT/CN2022/098671 CN2022098671W WO2023040380A1 WO 2023040380 A1 WO2023040380 A1 WO 2023040380A1 CN 2022098671 W CN2022098671 W CN 2022098671W WO 2023040380 A1 WO2023040380 A1 WO 2023040380A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
address
terminal
calling terminal
called terminal
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.)
Ceased
Application number
PCT/CN2022/098671
Other languages
English (en)
French (fr)
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.)
Shanghai Bilibili Technology Co Ltd
Original Assignee
Shanghai Bilibili 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 Shanghai Bilibili Technology Co Ltd filed Critical Shanghai Bilibili Technology Co Ltd
Priority to US18/691,744 priority Critical patent/US12615300B2/en
Publication of WO2023040380A1 publication Critical patent/WO2023040380A1/zh
Anticipated expiration legal-status Critical
Ceased 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/60Network streaming of media packets
    • H04L65/65Network streaming protocols, e.g. real-time transport protocol [RTP] or real-time control protocol [RTCP]
    • 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
    • H04L65/1101Session protocols
    • H04L65/1108Web based protocols, e.g. webRTC
    • 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
    • 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
    • H04L65/1069Session establishment or de-establishment
    • 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
    • H04L65/1083In-session procedures
    • H04L65/1093In-session procedures by adding participants; by removing participants
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D30/00Reducing energy consumption in communication networks
    • Y02D30/70Reducing energy consumption in communication networks in wireless communication networks

Definitions

  • the present application relates to the communication field, and in particular to a WebRTC communication method, device, computer equipment, computer-readable storage medium, and a WebRTC communication system.
  • WebRTC Web Real-Time Communication, Web real-time communication
  • WebRTC can realize webpage-based video conferencing, which enables direct web communication between different terminal browsers It becomes possible, thereby changing the network structure mode in which the terminal browser can only pull information through the server, which is a major change in WEB technology.
  • the purpose of the embodiment of the present application is to provide a WebRTC communication method, device, computer equipment, computer-readable storage medium, and a WebRTC communication system, which can be used to solve the following problem: both parties who establish WebRTC communication forward all The type of Internet connection candidate information is sent to the other party, which brings excessive network bandwidth and performance consumption to the signaling server.
  • An aspect of the embodiment of the present application provides a WebRTC communication method, the method comprising:
  • a WebRTC connection is established between the calling terminal and the called terminal, so as to realize that the calling terminal and the called terminal Terminal communication.
  • the first device information includes a first public IP address of the calling terminal, and the second device information includes a second public IP address of the called terminal;
  • the determining whether there is unnecessary information for establishing a connection according to the first device information and the second device information includes:
  • the Internet connection candidate information of the host type is the unnecessary information.
  • the host-type Internet connection candidate information and other types of Internet connection candidate information constitute Internet connection candidate information; in the case of excluding the unnecessary information, the calling terminal and Establishing a WebRTC connection between the called terminals includes:
  • a WebRTC connection is established between the calling terminal and the called terminal through the other types of Internet connection candidate information.
  • the Internet connection candidate information of the host type and other types of Internet connection candidate information constitute the Internet connection candidate information; the method further includes:
  • a WebRTC connection is established between the calling terminal and the called terminal through the Internet connection candidate information.
  • An aspect of the embodiment of the present application provides a WebRTC communication device, the device includes:
  • An acquisition module configured to acquire the first device information of the calling terminal and the second device information of the called terminal;
  • a judging module configured to judge whether there is unnecessary information for establishing a connection according to the first device information and the second device information
  • An establishment module configured to establish a WebRTC connection between the calling terminal and the called terminal if the non-essential information is excluded, so as to implement the calling terminal communication with the called terminal.
  • An aspect of the embodiments of the present application provides a computer device, the computer device includes a memory, a processor, and computer-readable instructions stored on the memory and operable on the processor, and the processor executes the computer Readable instructions implement the following steps:
  • a WebRTC connection is established between the calling terminal and the called terminal, so as to realize that the calling terminal and the called terminal Terminal communication.
  • An aspect of the embodiments of the present application further provides a computer-readable storage medium, where computer-readable instructions are stored in the computer-readable storage medium, and the computer-readable instructions can be executed by at least one processor, so that The at least one processor performs the following steps:
  • a WebRTC connection is established between the calling terminal and the called terminal, so as to realize that the calling terminal and the called terminal Terminal communication.
  • An aspect of the embodiment of the present application is another WebRTC communication system, the system includes a calling terminal, a signaling server and a called terminal;
  • the calling terminal is used to obtain the first device information of the calling terminal and the second device information of the called terminal; according to the first device information and the second device information, determine whether there is a device for establishing a connection. the non-essential information of the calling terminal; and if there is the non-essential information of the calling terminal, then collect the first network information that does not include the non-essential information of the calling terminal; and pass the first network information through the information ordering the server to forward to the called terminal;
  • the called terminal is used to obtain the first device information and the second device information; according to the first device information and the second device information, determine whether there is a called terminal unnecessary for establishing a connection information; and if there is non-essential information of the called terminal, collect second network information that does not include the non-essential information of the called terminal; and forward the second network information to the called terminal;
  • the signaling server is configured to forward the first network information and the second network information, so that the calling terminal and the called terminal establish a WebRTC connection and communicate based on the WebRTC connection.
  • the first device information includes a first public IP address of the calling terminal, and the second device information includes a second public IP address of the called terminal;
  • the calling terminal is also used for: judging whether the first public network IP address and the second public network IP address are the same; Describe the non-essential information of the calling terminal;
  • the called terminal is also used for: judging whether the first public network IP address and the second public network IP address are the same; Describe the non-essential information of the called end.
  • the calling terminal is further configured to send non-host type calling terminal Internet connection candidate information to the called terminal through the signaling server;
  • the called terminal is further configured to send non-host type Internet connection candidate information of the called terminal to the calling terminal through the signaling server.
  • the WebRTC communication method, device, device, computer-readable storage medium, and WebRTC communication system provided by the embodiments of the present application include the following advantages:
  • the calling terminal and the called terminal need to use the signaling server as an intermediary to exchange information for establishing a WebRTC connection.
  • some connection modes of the calling terminal and the called terminal are not applicable, so the corresponding information may also be considered as unnecessary information.
  • the network bandwidth and performance consumption of the signaling server can be reduced by more than 30%. And it does not affect the success rate of WebRTC connection establishment between the two ends.
  • Fig. 1 schematically shows a network architecture diagram of a WebRTC communication system according to an embodiment of the present application
  • Fig. 2 schematically shows the establishment process of WebRTC connection
  • FIG. 3 schematically shows a flowchart of a WebRTC communication method according to Embodiment 2 of the present application
  • Fig. 4 is the sub-step flowchart of step S302 in Fig. 3;
  • Fig. 5 is the sub-step flowchart of step S304 in Fig. 3;
  • FIG. 6 schematically shows a flowchart of newly added steps of the WebRTC communication method according to Embodiment 2 of the present application
  • FIG. 7 schematically shows a block diagram of a WebRTC communication device according to Embodiment 3 of the present application.
  • FIG. 8 schematically shows a schematic diagram of a hardware architecture of a computer device suitable for implementing a WebRTC communication method according to Embodiment 4 of the present application.
  • WebRTC Web Real-Time Communication, Web real-time communication
  • WebRTC can realize webpage-based video conferencing, which enables direct web communication between different terminal browsers It becomes possible, thereby changing the network structure mode in which the terminal browser can only pull information through the server, which is a major change in WEB technology.
  • the inventors found that both parties establishing WebRTC communication forward all types of Internet connection candidate information to each other through the signaling server, thus causing excessive network bandwidth and performance consumption to the signaling server.
  • this application aims at: in the process of establishing WebRTC, both parties try to avoid sending unnecessary information, such as sending only some types of Internet connection candidate information to the signaling server, so as to forward them to the other party through the signaling server, Thereby effectively reducing the network bandwidth and performance consumption of the signaling server.
  • WebRTC The full name of Web Real-Time Communications is a real-time communication technology that allows network applications or sites to establish peer-to-peer (Peer-to-Peer) connections between browsers without intermediary Streaming and/or streaming of audio or other arbitrary data.
  • Peer-to-Peer peer-to-peer
  • Signaling Server A server used to forward messages between WebRTC clients and WebRTC clients.
  • RTCIceCandidate Internet connection candidate information: It is a candidate ICE (Internet Connectivity Establishment, Internet connection establishment) configuration that may be used to establish RTCPeerConnection. ICE candidates describe the protocols and routes needed for WebRTC to be able to communicate with the called endpoint. When a WebRTC peer-to-peer connection is initiated, several candidates are usually proposed at each end of the connection until they all agree that the connection describing their decision will be the best candidate. WebRTC initiates the connection using the details of that candidate.
  • ICE Internet Connectivity Establishment, Internet connection establishment
  • Host type corresponds to the host candidate whose IP address specified in the RTCIceCandidate.ip property is actually the real address of the remote peer.
  • srflx type corresponds to the server reflexive candidate (server reflexive candidate), IP represents the intermediate address assigned by the STUN server, which is used to anonymously represent the peer of the candidate.
  • prflx type corresponding to the peer reflexive candidate (peer reflexive candidate), IP is the intermediate address assigned by the STUN server, which is used to anonymously represent the peer of the candidate.
  • relay type Corresponds to the relay candidate (relay candidate) obtained from the TURN server.
  • the IP address of the relay candidate is the address used by the TURN server to forward media between two peers.
  • SDP Session Description Protocol, Session Description Protocol
  • Fig. 1 schematically shows a network architecture diagram of a WebRTC communication method according to an embodiment of the present application.
  • the calling terminal 2 may be configured as a device capable of implementing WebRTC communication.
  • the calling terminal 2 may comprise any type of computing device, such as a mobile device, a tablet device, a laptop computer, a smart TV, and the like.
  • the signaling server 4 is a server for forwarding messages between WebRTC clients and WebRTC clients.
  • the called terminal 6 may be configured as a device capable of implementing WebRTC communication.
  • the called terminal 6 may comprise any type of computing device, such as a mobile device, a tablet device, a laptop computer, a smart TV, and the like.
  • the calling terminal 2, the signaling server 4 and the called terminal 6 may communicate through one or more networks.
  • the one or more networks include various network devices such as routers, switches, multiplexers, hubs, modems, bridges, repeaters, firewalls, proxy devices, and/or the like.
  • One or more networks may include physical links, such as coaxial cable links, twisted pair cable links, fiber optic links, combinations thereof, and the like.
  • the network may include wireless links, such as cellular links, satellite links, Wi-Fi links, and the like.
  • the calling terminal 2 and the called terminal 6 respectively install browsers or special application programs. WebRTC communication between each other can be realized through a browser or a special application, and then audio or video calls can be realized.
  • the calling terminal 2 and the called terminal 6 are each configured with a client interface, and the client interface may include an input element.
  • an input element may be configured to receive user instructions, which may implement various types of operations.
  • the calling terminal 2 and the called terminal 6 need to exchange information through the signaling server 4, so as to realize the communication negotiation between the two.
  • the information may include media information and network information (internet connection candidate information) and the like.
  • this embodiment provides a WebRTC communication system.
  • the WebRTC communication system includes a calling terminal 2 , a signaling server 4 and a called terminal 6 .
  • the calling terminal 2 is used to obtain the first device information of the calling terminal and the second device information of the called terminal; according to the first device information and the second device information, it is judged whether there is information for establishing Connected calling terminal non-essential information; and if there is said calling terminal non-essential information, then collect first network information that does not include said calling terminal non-essential information; and pass said first network information through said The signaling server forwards to the called terminal;
  • the called terminal 6 is configured to obtain the first device information and the second device information; according to the first device information and the second device information, determine whether there is a called terminal that is used to establish a connection. Necessary information; and if there is non-essential information of the called terminal, collecting second network information that does not include the non-essential information of the called terminal; and forwarding the second network information to the signaling server through the signaling server Describe the called terminal;
  • the signaling server 4 is configured to forward the first network information and the second network information, so that the calling terminal and the called terminal establish a WebRTC connection and communicate based on the WebRTC connection.
  • the WebRTC communication system described in the embodiment of the present application has the following advantages: the calling terminal 2 and the called terminal 6 need to use the signaling server as an intermediary to exchange information for establishing a WebRTC connection. In some scenarios, some connection modes of the calling terminal 2 and the called terminal 6 are not applicable, so the corresponding information may also be considered as unnecessary information. When establishing a WebRTC connection between terminals, if both parties ignore this part of unnecessary information (that is, not used in information exchange), the network bandwidth and performance consumption of the signaling server can be reduced by more than 30%. And it does not affect the success rate of WebRTC connection establishment between the two ends.
  • the first device information includes a first public IP address of the calling terminal
  • the second device information includes a second public IP address of the called terminal
  • the calling terminal 2 is also used for: judging whether the first public network IP address and the second public network IP address are the same;
  • the called terminal 6 is also used to: determine whether the first public network IP address is the same as the second public network IP address; if they are not the same, determine the type of host
  • the Internet connection candidate information of the calling end is unnecessary information of the called end. In this embodiment, determining the host-type calling terminal/called terminal Internet connection candidate information as unnecessary information can effectively reduce the network bandwidth and performance consumption sent to the signaling server 4 by both parties.
  • the calling terminal 2 is further configured to send non-host type calling terminal Internet connection candidate information to the called terminal through the signaling server; the called terminal 6. It is further configured to send the non-host type Internet connection candidate information of the called terminal to the calling terminal through the signaling server.
  • using non-host-type calling terminal/called terminal Internet connection candidate information for the WebRTC connection can effectively reduce the network bandwidth and performance consumption sent to the signaling server 4 by both parties.
  • the calling terminal 2 and the called terminal 6 are registered in the signaling server 4 .
  • the calling terminal 2 may request the called terminal 6 for a WebRTC connection.
  • the WebRTC connection process is as follows:
  • Step 1 The calling terminal 2 obtains its own public network IP address and the public network IP address of the called terminal 6 from the signaling server 4 .
  • Step 2 The calling terminal 2 invokes the PeerConnection interface to create a PeerConnection object.
  • Step 3 The calling terminal 2 calls the CreateOffer method of the PeerConnection object to create an offer SDP object.
  • the offer SDP object may store relevant parameters of the current audio and video.
  • Step 4 The calling terminal 2 sends the offer SDP object to the called terminal 6 via the signaling server 4.
  • Step 5 The called terminal 6 receives the offer SDP object, calls the CreateAnswer method of PeerConnection to create an answer SDP object, and sends the answer SDP object to the calling terminal 2 via the signaling server 4 .
  • Step 6 The calling terminal 2 receives the response SDP object, and the calling terminal 2 starts collecting information of Internet connection candidates (as shown in FIG. 2 ).
  • Step 7 The calling terminal 2 judges whether its own public network IP address is the same as that of the called terminal 6; if the calling terminal 2's own public network IP address is different from the public network IP address of the called terminal 6 , go to step eight; otherwise go to step nine.
  • Step 8 The calling terminal 2 collects the Internet connection candidate information except the "Internet connection candidate information of host type"; go to step 10.
  • Step 9 The calling terminal 2 collects all types of Internet connection candidate information; go to step 10.
  • Step ten the calling terminal 2 sends the collected Internet connection candidate information to the signaling server 4 for forwarding to the called terminal 6 via the signaling server 4 .
  • the called terminal 6 mirrors and performs operations such as steps 7 to 10, and sends the Internet connection candidate information collected by itself to the signaling server 4, so as to forward it to the calling terminal 2 via the signaling server 4. .
  • the calling terminal 2 and the called terminal 6 select a method to establish a WebRTC connection by exchanging information about Internet connection candidates. Based on the WebRTC connection, the calling terminal 2 and the called terminal 6 can realize communication.
  • the Internet connection candidate information sent by both parties to the other party ignores the Internet connection candidate information of the host (host) type In this way, each time a WebRTC connection between the terminal and the terminal is established, the network bandwidth and performance consumption of the signaling server is reduced by more than 30%, and the success rate of establishing a WebRTC connection between the two ends is not affected.
  • FIG. 3 schematically shows a flowchart of a WebRTC communication method according to Embodiment 2 of the present application.
  • the WebRTC communication method can be implemented in the calling terminal 2 or the called terminal 6 .
  • the WebRTC communication method may include steps S300-S304, wherein:
  • Step S300 acquiring first device information of the calling terminal and second device information of the called terminal;
  • Step S302 according to the first device information and the second device information, determine whether there is unnecessary information for establishing a connection
  • Step S304 if there is the unnecessary information, establish a WebRTC connection between the calling terminal and the called terminal under the condition that the unnecessary information is excluded, so as to realize the connection between the calling terminal and the called terminal. Describe the communication of the called terminal.
  • the WebRTC communication method described in the embodiment of the present application has the following advantages: the calling terminal 2 and the called terminal 6 need to use the signaling server as an intermediary to exchange information for establishing a WebRTC connection. In some scenarios, some connection modes of the calling terminal 2 and the called terminal 6 are not applicable, so the corresponding information may also be considered as unnecessary information. When establishing a WebRTC connection between terminals, if both parties ignore this part of unnecessary information (that is, not used in information exchange), the network bandwidth and performance consumption of the signaling server can be reduced by more than 30%. And it does not affect the success rate of WebRTC connection establishment between the two ends.
  • the first device information includes a first public IP address of the calling terminal
  • the second device information includes a second public IP address of the called terminal.
  • the step S302 may include: step S400, judging whether the first public network IP address is the same as the second public network IP address; step S402, if the first public network IP address is the same as If the second public network IP addresses are different, it is determined that the Internet connection candidate information of the host type is the unnecessary information. In this embodiment, determining the Internet connection candidate information of the host type as unnecessary information can effectively reduce the network bandwidth and performance consumption sent by both parties to the signaling server.
  • the host-type Internet connection candidate information and other types of Internet connection candidate information constitute Internet connection candidate information.
  • the step S304 may include: step S500 , establishing a WebRTC connection between the calling terminal and the called terminal through the other types of Internet connection candidate information.
  • using the non-host type Internet connection candidate information for the WebRTC connection can effectively reduce the network bandwidth and performance consumption sent by both parties to the signaling server.
  • the host-type Internet connection candidate information and other types of Internet connection candidate information constitute Internet connection candidate information.
  • the method may further include: step S600, if the first public network IP address is the same as the second public network IP address, then determine that there is no unnecessary information; and step S602, by The Internet connection candidate information establishes a WebRTC connection between the calling terminal and the called terminal.
  • all types of Internet connection candidate information are used for the WebRTC connection, effectively ensuring the WebRTC connection between the calling terminal and the called terminal.
  • FIG. 7 schematically shows a block diagram of a WebRTC communication device according to Embodiment 3 of the present application.
  • the WebRTC communication device may be divided into one or more program modules, and one or more program modules are stored in a storage medium and executed by one or more processors to complete the embodiments of the present application.
  • the program module referred to in the embodiment of the present application refers to a series of computer-readable instruction segments capable of accomplishing specific functions. The following description will specifically introduce the functions of each program module in this embodiment.
  • the WebRTC communication device 700 may include an acquisition module 710, a judgment module 720, and an establishment module 730, wherein:
  • An obtaining module 710 configured to obtain the first device information of the calling terminal and the second device information of the called terminal;
  • a judging module 720 configured to judge whether there is unnecessary information for establishing a connection according to the first device information and the second device information
  • An establishment module 730 configured to establish a WebRTC connection between the calling terminal and the called terminal if the unnecessary information is excluded, so as to realize the calling communication between the terminal and the called terminal.
  • the first device information includes a first public IP address of the calling terminal, and the second device information includes a second public IP address of the called terminal;
  • the judging module 720 is also used for:
  • the Internet connection candidate information of the host type is the unnecessary information.
  • the Internet connection candidate information of the host type and other types of Internet connection candidate information constitute the Internet connection candidate information; the establishment module 730 is further configured to:
  • a WebRTC connection is established between the calling terminal and the called terminal through the other types of Internet connection candidate information.
  • the Internet connection candidate information of the host type and other types of Internet connection candidate information constitute the Internet connection candidate information; the establishment module 730 is also used for:
  • a WebRTC connection is established between the calling terminal and the called terminal through the Internet connection candidate information.
  • FIG. 8 schematically shows a schematic diagram of a hardware architecture of a computer device 10000 suitable for implementing a WebRTC communication method according to Embodiment 4 of the present application.
  • the computer device 10000 is a device capable of automatically performing numerical calculation and/or information processing according to preset or stored instructions.
  • it may be various terminal devices such as mobile devices, tablet devices, laptop computers, smart TVs, personal computers (PCs), and virtual reality devices.
  • the computer device 10000 at least includes but is not limited to: a memory 10010 , a processor 10020 , and a network interface 10030 that can communicate with each other through a system bus. in:
  • the memory 10010 includes at least one type of computer-readable storage medium, and the readable storage medium includes flash memory, hard disk, multimedia card, card-type memory (for example, SD or DX memory, etc.), random access memory (RAM), static random access memory (SRAM), read-only memory (ROM), electrically erasable programmable read-only memory (EEPROM), programmable read-only memory (PROM), magnetic memory, magnetic disk, optical disk, etc.
  • the memory 10010 may be an internal storage module of the computer device 10000 , such as a hard disk or memory of the computer device 10000 .
  • the memory 10010 can also be an external storage device of the computer device 10000, such as a plug-in hard disk equipped on the computer device 10000, a smart memory card (Smart Media Card, referred to as SMC), a secure digital (Secure Digital (referred to as SD) card, flash memory card (Flash Card) and so on.
  • the memory 10010 may also include both an internal storage module of the computer device 10000 and an external storage device thereof.
  • the memory 10010 is generally used to store the operating system installed in the computer device 10000 and various application software, such as the program code of the WebRTC communication method.
  • the memory 10010 can also be used to temporarily store various types of data that have been output or will be output.
  • the processor 10020 may be a central processing unit (Central Processing Unit, CPU for short), a controller, a microcontroller, a microprocessor, or other data processing chips in some embodiments.
  • the processor 10020 is generally used to control the overall operation of the computer device 10000 , such as performing control and processing related to data interaction or communication with the computer device 10000 .
  • the processor 10020 is configured to run program codes stored in the memory 10010 or process data.
  • the network interface 10030 may include a wireless network interface or a wired network interface, and the network interface 10030 is generally used to establish a communication link between the computer device 10000 and other computer devices.
  • the network interface 10030 is used to connect the computer device 10000 with an external terminal through a network, and establish a data transmission channel and a communication link between the computer device 10000 and an external terminal.
  • the network can be Intranet, Internet, Global System of Mobile Communication (GSM for short), Wideband Code Division Multiple Access (WCDMA for short), 4G network , 5G network, Bluetooth (Bluetooth), Wi-Fi and other wireless or wired networks.
  • FIG. 8 only shows a computer device having components 10010-10030, but it should be understood that implementing all of the illustrated components is not a requirement and that more or fewer components may alternatively be implemented.
  • the WebRTC communication method stored in the memory 10010 can also be divided into one or more program modules, and executed by one or more processors (processor 10020 in this embodiment) to complete this Application example.
  • the present application also provides a computer-readable storage medium, on which computer-readable instructions are stored, and when the computer-readable instructions are executed by a processor, the following steps are implemented:
  • a WebRTC connection is established between the calling terminal and the called terminal, so as to realize that the calling terminal and the called terminal Terminal communication.
  • the computer-readable storage medium includes flash memory, hard disk, multimedia card, card-type memory (for example, SD or DX memory, etc.), random access memory (RAM), static random access memory (SRAM), read-only memory (ROM), Electrically Erasable Programmable Read-Only Memory (EEPROM), Programmable Read-Only Memory (PROM), Magnetic Memory, Magnetic Disk, Optical Disk, etc.
  • the computer-readable storage medium may be an internal storage unit of a computer device, such as a hard disk or a memory of the computer device.
  • the computer-readable storage medium can also be an external storage device of the computer device, such as a plug-in hard disk equipped on the computer device, a smart memory card (Smart Media Card, referred to as SMC), a secure digital ( Secure Digital (referred to as SD) card, flash memory card (Flash Card), etc.
  • the computer-readable storage medium may also include both the internal storage unit of the computer device and its external storage device.
  • the computer-readable storage medium is usually used to store the operating system and various application software installed on the computer device, such as the program code of the WebRTC communication method in the embodiment.
  • the computer-readable storage medium can also be used to temporarily store various types of data that have been output or will be output.
  • modules or steps of the above-mentioned embodiments of the present application can be implemented by general-purpose computing devices, and they can be concentrated on a single computing device, or distributed among multiple computing devices.
  • they may be implemented in program code executable by a computing device, thereby, they may be stored in a storage device to be executed by a computing device, and in some cases, may be implemented in a code different from that described herein
  • the steps shown or described are executed in sequence, or they are fabricated into individual integrated circuit modules, or multiple modules or steps among them are fabricated into a single integrated circuit module for implementation.
  • embodiments of the present application are not limited to any specific combination of hardware and software.

Landscapes

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

Abstract

本申请公开了一种WebRTC通信方法,所述方法包括:获取所述主叫终端的第一设备信息与被叫终端的第二设备信息;根据所述第一设备信息与所述第二设备信息,判断是否有用于建立连接的非必要信息;及若有所述非必要信息,则在排除所述非必要信息的情况下,在所述主叫终端和所述被叫终端之间建立WebRTC连接,以实现所述主叫终端和所述被叫终端的通信。本申请公开的技术方案,可以减少信令服务器30%以上的网络带宽和性能消耗,且不影响两端之间WebRTC建立连接的成功率。

Description

WebRTC通信方法及系统
本申请申明2021年9月15日递交的申请号为202111079660.X、名称为“WebRTC通信方法及系统”的中国专利申请的优先权,该中国专利申请的整体内容以参考的方式结合在本申请中。
技术领域
本申请涉及通信领域,尤其涉及一种WebRTC通信方法、装置、计算机设备和计算机可读存储介质,及WebRTC通信系统。
背景技术
随着www万维网和移动互联网的发展,WebRTC技术成为各方关注的技术内容。WebRTC(Web Real-Time Communication,Web实时通信)是一项在浏览器内部进行实时视频和音频通信的技术,例如WebRTC可以实现基于网页的视频会议,其使得不同终端浏览器之间的直接web通信成为可能,从而改变了终端浏览器只能通过服务器拉取信息的网络结构模式,是对WEB技术的一大变革。
发明人发现,建立WebRTC通信的双方均是通过信令服务器转发全部类型的互联网连接候选者信息给对方,从而给信令服务器带来过多网络带宽和性能消耗。
发明内容
本申请实施例的目的是提供一种WebRTC通信方法、装置、计算机设备及计算机可读存储介质,及WebRTC通信系统,可以用于解决以下问题:建立WebRTC通信的双方均是通过信令服务器转发全部类型的互联网连接候选者信息给对方,从而给信令服务器带来过多网络带宽和性能消耗。
本申请实施例的一个方面提供了一种WebRTC通信方法,所述方法包括:
获取所述主叫终端的第一设备信息与被叫终端的第二设备信息;
根据所述第一设备信息与所述第二设备信息,判断是否有用于建立连接的非必要信息;及
若有所述非必要信息,则在排除所述非必要信息的情况下,在所述主叫终端和所述被叫终端之间建立WebRTC连接,以实现所述主叫终端和所述被叫终端的通信。
可选的,所述第一设备信息包括所述主叫终端的第一公网IP地址,与所述第二设备信息包括所述被叫终端的第二公网IP地址;
所述根据所述第一设备信息与所述第二设备信息,判断是否有用于建立连接的非必要信息,包括:
判断所述第一公网IP地址与所述第二公网IP地址是否相同;
若所述第一公网IP地址与所述第二公网IP地址不相同,则判定主机类型的互联网连接候选者信息为所述非必要信息。
可选的,所述主机类型的互联网连接候选者信息和其他类型的互联网连接候选者信息构成互联网连接候选者信息;所述在排除所述非必要信息的情况下,在所述主叫终端和所述被叫终端之间建立WebRTC连接,包括:
通过所述其他类型的互联网连接候选者信息,在所述主叫终端和所述被叫终端之间建立WebRTC连接。
可选的,所述主机类型的互联网连接候选者信息和其他类型的互联网连接候选者信息构成互联网连接候选者信息;所述方法还包括:
若所述第一公网IP地址与所述第二公网IP地址相同,则判定没有所述非必要信息;及
通过所述互联网连接候选者信息,在所述主叫终端和所述被叫终端之间建立WebRTC连接。
本申请实施例的一个方面又提供了一种WebRTC通信装置,所述装置包括:
获取模块,用于获取所述主叫终端的第一设备信息与被叫终端的第二设备信息;
判断模块,用于根据所述第一设备信息与所述第二设备信息,判断是否有用于建立连接的非必要信息;及
建立模块,用于若有所述非必要信息,则在排除所述非必要信息的情况下,在所述主叫终端和所述被叫终端之间建立WebRTC连接,以实现所述主叫终端和所述被叫终端的通信。
本申请实施例的一个方面又提供了一种计算机设备,所述计算机设备包括存储器、处理器以及存储在存储器上并可在处理器上运行的计算机可读指令,所述处理器执行所述计算机可读指令实现以下步骤:
获取所述主叫终端的第一设备信息与被叫终端的第二设备信息;
根据所述第一设备信息与所述第二设备信息,判断是否有用于建立连接的非必要信息;及
若有所述非必要信息,则在排除所述非必要信息的情况下,在所述主叫终端和所述被叫终端之间建立WebRTC连接,以实现所述主叫终端和所述被叫终端的通信。
本申请实施例的一个方面又提供了一种计算机可读存储介质,所述计算机可读存储介质内存储有计算机可读指令,所述计算机可读指令可被至少一个处理器所执行,以使所述至少一个处理器执行以下步骤:
获取所述主叫终端的第一设备信息与被叫终端的第二设备信息;
根据所述第一设备信息与所述第二设备信息,判断是否有用于建立连接的非必要信息;及
若有所述非必要信息,则在排除所述非必要信息的情况下,在所述主叫终端和所述被叫终端之间建立WebRTC连接,以实现所述主叫终端和所述被叫终端的通信。
本申请实施例的一个方面又一种WebRTC通信系统,所述系统包括主叫终端、信令服务器和被叫终端;
所述主叫终端,用于获取所述主叫终端的第一设备信息与被叫终端的第二设备信息;根据所述第一设备信息与所述第二设备信息,判断是否有用于建立连接的主叫端非必要信息;及若有所述主叫端非必要信息,则收集不包括所述主叫端非必要信息的第一网络信息;及将所述第一网络信息通过所述信令服务器转发给所述被叫终端;
所述被叫终端,用于获取所述第一设备信息与所述第二设备信息;根据所述第一设备信息与所述第二设备信息,判断是否有用于建立连接的被叫端非必要信息;及若有所述被叫端非必要信息,则收集不包括所述被叫端非必要信息的第二网络信息;及将所述第二网络信息通过所述信令服务器转发给所述被叫终端;
所述信令服务器,用于转发所述第一网络信息和所述第二网络信息,以使所述主叫终端和所述被叫终端建立WebRTC连接,并基于所述WebRTC连接进行通信。
可选的,所述第一设备信息包括所述主叫终端的第一公网IP地址,与所述第二设备信息包括所述被叫终端的第二公网IP地址;
所述主叫终端,还用于:判断所述第一公网IP地址与所述第二公网IP地址是否相同;若不相同,则判定主机类型的主叫端互联网连接候选者信息为所述主叫端非必要信息;
所述被叫终端,还用于:判断所述第一公网IP地址与所述第二公网IP地址是否相同;若不相同,则判定主机类型的被叫端互联网连接候选者信息为所述被叫端非必要信息。
可选的,所述主叫终端,还用于将非主机类型的主叫端互联网连接候选者信息通过所述信令服务器发送给所述被叫终端;
所述被叫终端,还用于将非主机类型的被叫端互联网连接候选者信息通过所述信令服务器发送给所述主叫终端。
本申请实施例提供的WebRTC通信方法、装置、设备及计算机可读存储介质,及 WebRTC通信系统,包括如下优点:
主叫终端和被叫终端需要以信令服务器为中介交换用于建立WebRTC连接的信息。主叫终端和被叫终端在某些场景下,部分连接方式并不适用,因此对应的信息也可以被认为是非必要信息。在每次建立端与端之间的WebRTC连接时,若双方均将这部分非必要信息忽略掉(即不用于信息交换中),则可以减少信令服务器30%以上的网络带宽和性能消耗,且不影响两端之间WebRTC建立连接的成功率。
附图说明
图1示意性示出了根据本申请实施例的WebRTC通信系统的网络架构图;
图2示意性示出了WebRTC连接的建立过程;
图3示意性示出了根据本申请实施例二的WebRTC通信方法的流程图;
图4为图3中步骤S302的子步骤流程图;
图5为图3中步骤S304的子步骤流程图;
图6示意性示出了根据本申请实施例二的WebRTC通信方法的新增步骤流程图;
图7示意性示出了根据本申请实施例三的WebRTC通信装置的框图;
图8示意性示出了根据本申请实施例四的适于实现WebRTC通信方法的计算机设备的硬件架构示意图。
具体实施方式
为了使本申请的目的、技术方案及优点更加清楚明白,以下结合附图及实施例,对本申请进行进一步详细说明。应当理解,此处所描述的具体实施例仅用以解释本申请,并不用于限定本申请。基于本申请中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。
需要说明的是,在本申请实施例中涉及“第一”、“第二”等的描述仅用于描述目的,而不能理解为指示或暗示其相对重要性或者隐含指明所指示的技术特征的数量。由此,限定有“第一”、“第二”的特征可以明示或者隐含地包括至少一个该特征。另外,各个实施例之间的技术方案可以相互结合,但是必须是以本领域普通技术人员能够实现为基础,当技术方案的结合出现相互矛盾或无法实现时应当认为这种技术方案的结合不存在,也不在本申请要求的保护范围之内。
在本申请的描述中,需要理解的是,步骤前的数字标号并不标识执行步骤的前后顺序,仅用于方便描述本申请及区别每一步骤,因此不能理解为对本申请的限制。
WebRTC(Web Real-Time Communication,Web实时通信)是一项在浏览器内部进行实时视频和音频通信的技术,例如WebRTC可以实现基于网页的视频会议,其使得不同终端浏览器之间的直接web通信成为可能,从而改变了终端浏览器只能通过服务器拉取信息的网络结构模式,是对WEB技术的一大变革。发明人发现,建立WebRTC通信的双方均是通过信令服务器转发全部类型的互联网连接候选者信息给对方,从而给信令服务器带来过多网络带宽和性能消耗。
针对上述发现的问题,本申请旨在:在建立WebRTC过程中,双方尽量避免发送非必要信息,如仅将部分类型的互联网连接候选者信息发送信令服务器,以通过信令服务器转发给对方,从而有效减少信令服务器的网络带宽和性能消耗。
以下为本申请的术语解释:
WebRTC:全称Web Real-Time Communications,是一项实时通讯技术,它允许网络应用或者站点,在不借助中间媒介的情况下,建立浏览器之间点对点(Peer-to-Peer)的连接,实现视频流和(或)音频流或者其他任意数据的传输。
信令服务器(Signaling Server):用于转发WebRTC客户端与WebRTC客户端之间消息的服务器。
RTCIceCandidate(互联网连接候选者信息):是可能用于建立RTCPeerConnection的候选ICE(Internet Connectivity Establishment,因特网连接建立)配置。ICE候选者描述了WebRTC能够与被叫终端通信所需的协议和路由。启动WebRTC对等连接时,通常会在连接的每一端提出若干候选者,直到他们共同商定描述他们决定的连接将是最好的候选者。WebRTC使用该候选者的详细信息启动连接。
这些候选者分为多个类型,这些类型按优先级顺序列出。
Host类型:对应主机候选者,其RTCIceCandidate.ip属性中指定的IP地址实际上是远程对等方的真实地址。
srflx类型:对应服务器自反候选者(server reflexive candidate),IP表示由STUN服务器分配的中间地址,用于匿名地表示候选者的对等方。
prflx类型:对应同等自反候选者(peer reflexive candidate),IP是STUN服务器分配的中间地址,用于匿名地代表候选者的对等方。
relay类型:对应从TURN服务器获得的中继候选者(relay candidate),中继候选者的IP地址是TURN服务器用来在两个对等方之间转发媒体的地址。
SDP(Session Description Protocol,会话描述协议),用于两个会话实体之间的媒体协商。
图1示意性示出了根据本申请实施例的WebRTC通信方法的网络架构图。
主叫终端2,可以被配置为可以实施WebRTC通信的设备。主叫终端2可以包括任何类型的计算设备,诸如移动设备、平板设备、膝上型计算机、智能电视等。
信令服务器4,用于转发WebRTC客户端与WebRTC客户端之间消息的服务器。
被叫终端6,可以被配置为可以实施WebRTC通信的设备。被叫终端6可以包括任何类型的计算设备,诸如移动设备、平板设备、膝上型计算机、智能电视等。
主叫终端2、信令服务器4与被叫终端6之间可以通过一个或多个网络进行通信。所述一个或多个网络包括各种网络设备,例如路由器,交换机,多路复用器,集线器,调制解调器,网桥,中继器,防火墙,代理设备和/或类似。一个或多个网络可以包括物理链路,例如同轴电缆链路,双绞线电缆链路,光纤链路,其组合等。网络可以包括无线链路,诸如蜂窝链路,卫星链路,Wi-Fi链路等。
主叫终端2、被叫终端6各自安装浏览器或专门的应用程序。通过浏览器或专门的应用程序可以实现彼此之间的WebRTC通信,进而实现音频或视频通话等。主叫终端2、被叫终端6各自配置客户端接口,该客户端接口可以包括输入元件。例如,输入元件可以被配置为接收用户指令,所述用户指令可以实现各类操作。
在建立主叫终端2和被叫终端6之间的WebRTC连接过程中,主叫终端2和被叫终端6之间需要通过信令服务器4进行信息交换,以实现二者之间的通信协商。其中,所述信息可以包括媒体信息和网络信息(互联网连接候选者信息)等。
在上述示例性的网络架构下,本申请将提供多个用于WebRTC通信的实施例,具体参照下文。
实施例一
继续参考图1,本实施例提供了一种WebRTC通信系统。
如图1所示,所述WebRTC通信系统包括主叫终端2、信令服务器4和被叫终端6。
所述主叫终端2,用于获取所述主叫终端的第一设备信息与被叫终端的第二设备信息;根据所述第一设备信息与所述第二设备信息,判断是否有用于建立连接的主叫端非必要信息;及若有所述主叫端非必要信息,则收集不包括所述主叫端非必要信息的第一网络信息;及将所述第一网络信息通过所述信令服务器转发给所述被叫终端;
所述被叫终端6,用于获取所述第一设备信息与所述第二设备信息;根据所述第一设备信息与所述第二设备信息,判断是否有用于建立连接的被叫端非必要信息;及若有所述被叫端非必要信息,则收集不包括所述被叫端非必要信息的第二网络信息;及将所述第二 网络信息通过所述信令服务器转发给所述被叫终端;
所述信令服务器4,用于转发所述第一网络信息和所述第二网络信息,以使所述主叫终端和所述被叫终端建立WebRTC连接,并基于所述WebRTC连接进行通信。
本申请实施例所述的WebRTC通信系统,包括如下优点:主叫终端2和被叫终端6需要以信令服务器为中介交换用于建立WebRTC连接的信息。主叫终端2和被叫终端6在某些场景下,部分连接方式并不适用,因此对应的信息也可以被认为是非必要信息。在每次建立端与端之间的WebRTC连接时,若双方均将这部分非必要信息忽略掉(即不用于信息交换中),则可以减少信令服务器30%以上的网络带宽和性能消耗,且不影响两端之间WebRTC建立连接的成功率。
在示例性的实施例中,所述第一设备信息包括所述主叫终端的第一公网IP地址,与所述第二设备信息包括所述被叫终端的第二公网IP地址;所述主叫终端2,还用于:判断所述第一公网IP地址与所述第二公网IP地址是否相同;若不相同,则判定主机类型的主叫端互联网连接候选者信息为所述主叫端非必要信息;所述被叫终端6,还用于:判断所述第一公网IP地址与所述第二公网IP地址是否相同;若不相同,则判定主机类型的被叫端互联网连接候选者信息为所述被叫端非必要信息。在本实施例中,将主机类型的主叫端/被叫端互联网连接候选者信息确定为非必要信息,可以有效减少双方发送给信令服务器4的网络带宽和性能消耗。
在示例性的实施例中,所述主叫终端2,还用于将非主机类型的主叫端互联网连接候选者信息通过所述信令服务器发送给所述被叫终端;所述被叫终端6,还用于将非主机类型的被叫端互联网连接候选者信息通过所述信令服务器发送给所述主叫终端。在本实施例中,将非主机类型的主叫端/被叫端互联网连接候选者信息用于WebRTC连接,可以有效减少双方发送给信令服务器4的网络带宽和性能消耗。
以下提供一个基于上述WebRTC通信系统的WebRTC连接示例。
主叫终端2和被叫终端6注册到信令服务器4中。
其中,主叫终端2可以向被叫终端6请求WebRTC连接。WebRTC连接过程如下:
步骤一:主叫终端2向信令服务器4获取自己的公网IP地址和被叫终端6的公网IP地址。
步骤二:主叫终端2调用PeerConnection接口,创建一个PeerConnection对象。
步骤三:主叫终端2调用该PeerConnection对象的CreateOffer方法创建一个offer SDP对象。其中,所述offer SDP对象可以保存有当前音视频的相关参数。
步骤四:主叫终端2经由信令服务器4将所述offer SDP对象发送给被叫终端6。
步骤五:被叫终端6接收所述offer SDP对象,调用PeerConnection的CreateAnswer方法创建应答SDP对象,并经由信令服务器4将所述应答SDP对象发送给主叫终端2。
步骤六:主叫终端2接收所述应答SDP对象,主叫终端2开启收集互联网连接候选者信息(如图2所示)。
步骤七:主叫终端2判断自己的公网IP地址和被叫终端6的公网IP地址是否相同;如果主叫终端2自己的公网IP地址和被叫终端6的公网IP地址不相同,进入步骤八;否则进入步骤九。
步骤八:主叫终端2收集除“主机类型的互联网连接候选者信息”之外的互联网连接候选者信息;进入步骤十。
步骤九:主叫终端2收集全部类型的互联网连接候选者信息;进入步骤十。
步骤十:主叫终端2将收集到的互联网连接候选者信息发送给信令服务器4,以经由信令服务器4转发给被叫终端6。
需要说明的是,被叫终端6镜像执行如步骤七至步骤十的操作,并将自己收集到的互联网连接候选者信息发送给信令服务器4,以经由信令服务器4转发给主叫终端2。
最后,主叫终端2和被叫终端6通过交换彼此的互联网连接候选者信息,选择一种方式建立WebRTC连接。基于该WebRTC连接,主叫终端2和被叫终端6可以实现通信。
如上,当主叫终端2的公网IP地址和被叫终端6的公网IP地址不相同时,双方给对方发送的互联网连接候选者信息都忽略掉主机(host)类型的互联网连接候选者信息,这样每建立一次端与终端之间的WebRTC连接,减少了信令服务器30%以上的网络带宽和性能消耗,并且不影响两端之间WebRTC建立连接的成功率。
实施例二
本实施例提供的WebRTC连接方法的技术细节可参考上文。
图3示意性示出了根据本申请实施例二的WebRTC通信方法的流程图。在示例性的实施例中,所述WebRTC通信方法可以执行在主叫终端2或被叫终端6中。
如图3所示,该WebRTC通信方法可以包括步骤S300~S304,其中:
步骤S300,获取所述主叫终端的第一设备信息与被叫终端的第二设备信息;
步骤S302,根据所述第一设备信息与所述第二设备信息,判断是否有用于建立连接的非必要信息;及
步骤S304,若有所述非必要信息,则在排除所述非必要信息的情况下,在所述主叫终端和所述被叫终端之间建立WebRTC连接,以实现所述主叫终端和所述被叫终端的通信。
本申请实施例所述的WebRTC通信方法,包括如下优点:主叫终端2和被叫终端6需要以信令服务器为中介交换用于建立WebRTC连接的信息。主叫终端2和被叫终端6在某些场景下,部分连接方式并不适用,因此对应的信息也可以被认为是非必要信息。在每次建立端与端之间的WebRTC连接时,若双方均将这部分非必要信息忽略掉(即不用于信息交换中),则可以减少信令服务器30%以上的网络带宽和性能消耗,且不影响两端之间WebRTC建立连接的成功率。
在示例性的实施例中,所述第一设备信息包括所述主叫终端的第一公网IP地址,与所述第二设备信息包括所述被叫终端的第二公网IP地址。如图4所示,所述步骤S302可以包括:步骤S400,判断所述第一公网IP地址与所述第二公网IP地址是否相同;步骤S402,若所述第一公网IP地址与所述第二公网IP地址不相同,则判定主机类型的互联网连接候选者信息为所述非必要信息。在本实施例中,将主机类型的互联网连接候选者信息确定为非必要信息,可以有效减少双方发送给信令服务器的网络带宽和性能消耗。
在示例性的实施例中,所述主机类型的互联网连接候选者信息和其他类型的互联网连接候选者信息构成互联网连接候选者信息。如图5所示,所述步骤S304可以包括:步骤S500,通过所述其他类型的互联网连接候选者信息,在所述主叫终端和所述被叫终端之间建立WebRTC连接。在本实施例中,将非主机类型的互联网连接候选者信息用于WebRTC连接,可以有效减少双方发送给信令服务器的网络带宽和性能消耗。
在示例性的实施例中,所述主机类型的互联网连接候选者信息和其他类型的互联网连接候选者信息构成互联网连接候选者信息。如图6所示,所述方法还可以包括:步骤S600,若所述第一公网IP地址与所述第二公网IP地址相同,则判定没有所述非必要信息;及步骤S602,通过所述互联网连接候选者信息,在所述主叫终端和所述被叫终端之间建立WebRTC连接。在本实施例中,将全部类型的互联网连接候选者信息用于WebRTC连接,有效确保主叫终端和被叫终端的WebRTC连接。
实施例三
图7示意性示出了根据本申请实施例三的WebRTC通信装置的框图。该WebRTC通信装置可以被分割成一个或多个程序模块,一个或者多个程序模块被存储于存储介质中,并由一个或多个处理器所执行,以完成本申请实施例。本申请实施例所称的程序模块是指能够完成特定功能的一系列计算机可读指令段,以下描述将具体介绍本实施例中各程序模块的功能。
如图7所示,该WebRTC通信装置700可以包括获取模块710、判断模块720和建立模块730, 其中:
获取模块710,用于获取所述主叫终端的第一设备信息与被叫终端的第二设备信息;
判断模块720,用于根据所述第一设备信息与所述第二设备信息,判断是否有用于建立连接的非必要信息;及
建立模块730,用于若有所述非必要信息,则在排除所述非必要信息的情况下,在所述主叫终端和所述被叫终端之间建立WebRTC连接,以实现所述主叫终端和所述被叫终端的通信。
在示例性的实施例中,所述第一设备信息包括所述主叫终端的第一公网IP地址,与所述第二设备信息包括所述被叫终端的第二公网IP地址;所述判断模块720还用于:
判断所述第一公网IP地址与所述第二公网IP地址是否相同;
若所述第一公网IP地址与所述第二公网IP地址不相同,则判定主机类型的互联网连接候选者信息为所述非必要信息。
在示例性的实施例中,所述主机类型的互联网连接候选者信息和其他类型的互联网连接候选者信息构成互联网连接候选者信息;所述建立模块730,还用于:
通过所述其他类型的互联网连接候选者信息,在所述主叫终端和所述被叫终端之间建立WebRTC连接。
在示例性的实施例中,所述主机类型的互联网连接候选者信息和其他类型的互联网连接候选者信息构成互联网连接候选者信息;所述建立模块730还用于:
若所述第一公网IP地址与所述第二公网IP地址相同,则判定没有所述非必要信息;及
通过所述互联网连接候选者信息,在所述主叫终端和所述被叫终端之间建立WebRTC连接。
实施例四
图8示意性示出了根据本申请实施例四的适于实现WebRTC通信方法的计算机设备10000的硬件架构示意图。本实施例中,计算机设备10000是一种能够按照事先设定或者存储的指令,自动进行数值计算和/或信息处理的设备。例如,可以是移动设备、平板设备、膝上型计算机、智能电视、个人电脑(PC)、虚拟现实设备等各类终端设备。如图8所示,计算机设备10000至少包括但不限于:可通过系统总线相互通信链接存储器10010、处理器10020、网络接口10030。其中:
存储器10010至少包括一种类型的计算机可读存储介质,可读存储介质包括闪存、硬盘、 多媒体卡、卡型存储器(例如,SD或DX存储器等)、随机访问存储器(RAM)、静态随机访问存储器(SRAM)、只读存储器(ROM)、电可擦除可编程只读存储器(EEPROM)、可编程只读存储器(PROM)、磁性存储器、磁盘、光盘等。在一些实施例中,存储器10010可以是计算机设备10000的内部存储模块,例如该计算机设备10000的硬盘或内存。在另一些实施例中,存储器10010也可以是计算机设备10000的外部存储设备,例如该计算机设备10000上配备的插接式硬盘,智能存储卡(Smart Media Card,简称为SMC),安全数字(Secure Digital,简称为SD)卡,闪存卡(Flash Card)等。当然,存储器10010还可以既包括计算机设备10000的内部存储模块也包括其外部存储设备。本实施例中,存储器10010通常用于存储安装于计算机设备10000的操作系统和各类应用软件,例如WebRTC通信方法的程序代码等。此外,存储器10010还可以用于暂时地存储已经输出或者将要输出的各类数据。
处理器10020在一些实施例中可以是中央处理器(Central Processing Unit,简称为CPU)、控制器、微控制器、微处理器、或其他数据处理芯片。该处理器10020通常用于控制计算机设备10000的总体操作,例如执行与计算机设备10000进行数据交互或者通信相关的控制和处理等。本实施例中,处理器10020用于运行存储器10010中存储的程序代码或者处理数据。
网络接口10030可包括无线网络接口或有线网络接口,该网络接口10030通常用于在计算机设备10000与其他计算机设备之间建立通信链接。例如,网络接口10030用于通过网络将计算机设备10000与外部终端相连,在计算机设备10000与外部终端之间的建立数据传输通道和通信链接等。网络可以是企业内部网(Intranet)、互联网(Internet)、全球移动通讯系统(Global System of Mobile communication,简称为GSM)、宽带码分多址(Wideband Code Division Multiple Access,简称为WCDMA)、4G网络、5G网络、蓝牙(Bluetooth)、Wi-Fi等无线或有线网络。
需要指出的是,图8仅示出了具有部件10010-10030的计算机设备,但是应该理解的是,并不要求实施所有示出的部件,可以替代的实施更多或者更少的部件。
在本实施例中,存储于存储器10010中的WebRTC通信方法还可以被分割为一个或者多个程序模块,并由一个或多个处理器(本实施例为处理器10020)所执行,以完成本申请实施例。
实施例五
本申请还提供一种计算机可读存储介质,计算机可读存储介质其上存储有计算机可读指令,计算机可读指令被处理器执行时实现以下步骤:
获取主叫终端的第一设备信息与被叫终端的第二设备信息;
根据所述第一设备信息与所述第二设备信息,判断是否有用于建立连接的非必要信息;及
若有所述非必要信息,则在排除所述非必要信息的情况下,在所述主叫终端和所述被叫终端之间建立WebRTC连接,以实现所述主叫终端和所述被叫终端的通信。
本实施例中,计算机可读存储介质包括闪存、硬盘、多媒体卡、卡型存储器(例如,SD或DX存储器等)、随机访问存储器(RAM)、静态随机访问存储器(SRAM)、只读存储器(ROM)、电可擦除可编程只读存储器(EEPROM)、可编程只读存储器(PROM)、磁性存储器、磁盘、光盘等。在一些实施例中,计算机可读存储介质可以是计算机设备的内部存储单元,例如该计算机设备的硬盘或内存。在另一些实施例中,计算机可读存储介质也可以是计算机设备的外部存储设备,例如该计算机设备上配备的插接式硬盘,智能存储卡(Smart Media Card,简称为SMC),安全数字(Secure Digital,简称为SD)卡,闪存卡(Flash Card)等。当然,计算机可读存储介质还可以既包括计算机设备的内部存储单元也包括其外部存储设备。本实施例中,计算机可读存储介质通常用于存储安装于计算机设备的操作系统和各类应用软件,例如实施例中WebRTC通信方法的程序代码等。此外,计算机可读存储介质还可以用于暂时地存储已经输出或者将要输出的各类数据。
显然,本领域的技术人员应该明白,上述的本申请实施例的各模块或各步骤可以用通用的计算装置来实现,它们可以集中在单个的计算装置上,或者分布在多个计算装置所组成的网络上,可选地,它们可以用计算装置可执行的程序代码来实现,从而,可以将它们存储在存储装置中由计算装置来执行,并且在某些情况下,可以以不同于此处的顺序执行所示出或描述的步骤,或者将它们分别制作成各个集成电路模块,或者将它们中的多个模块或步骤制作成单个集成电路模块来实现。这样,本申请实施例不限制于任何特定的硬件和软件结合。
需要说明的是,以上仅为本申请的优选实施例,并非因此限制本申请的专利保护范围,凡是利用本申请说明书及附图内容所作的等效结构或等效流程变换,或直接或间接运用在其他相关的技术领域,均同理包括在本申请的专利保护范围内。

Claims (20)

  1. 一种WebRTC通信方法,其中,所述方法包括:
    获取主叫终端的第一设备信息与被叫终端的第二设备信息;
    根据所述第一设备信息与所述第二设备信息,判断是否有用于建立连接的非必要信息;及
    若有所述非必要信息,则在排除所述非必要信息的情况下,在所述主叫终端和所述被叫终端之间建立WebRTC连接,以实现所述主叫终端和所述被叫终端的通信。
  2. 根据权利要求1所述的WebRTC通信方法,其中:所述第一设备信息包括所述主叫终端的第一公网IP地址,与所述第二设备信息包括所述被叫终端的第二公网IP地址;
    所述根据所述第一设备信息与所述第二设备信息,判断是否有用于建立连接的非必要信息,包括:
    判断所述第一公网IP地址与所述第二公网IP地址是否相同;
    若所述第一公网IP地址与所述第二公网IP地址不相同,则判定主机类型的互联网连接候选者信息为所述非必要信息。
  3. 根据权利要求1或2所述的WebRTC通信方法,其中,所述主机类型的互联网连接候选者信息和其他类型的互联网连接候选者信息构成互联网连接候选者信息;所述在排除所述非必要信息的情况下,在所述主叫终端和所述被叫终端之间建立WebRTC连接,包括:
    通过所述其他类型的互联网连接候选者信息,在所述主叫终端和所述被叫终端之间建立WebRTC连接。
  4. 根据权利要求2所述的WebRTC通信方法,其中,所述主机类型的互联网连接候选者信息和其他类型的互联网连接候选者信息构成互联网连接候选者信息;所述方法还包括:
    若所述第一公网IP地址与所述第二公网IP地址相同,则判定没有所述非必要信息;及
    通过所述互联网连接候选者信息,在所述主叫终端和所述被叫终端之间建立WebRTC连接。
  5. 一种WebRTC通信装置,其中,所述装置包括:
    获取模块,用于获取主叫终端的第一设备信息与被叫终端的第二设备信息;
    判断模块,用于根据所述第一设备信息与所述第二设备信息,判断是否有用于建立连接的非必要信息;及
    建立模块,用于若有所述非必要信息,则在排除所述非必要信息的情况下,在所述主叫终端和所述被叫终端之间建立WebRTC连接,以实现所述主叫终端和所述被叫终端的通信。
  6. 根据权利要求5所述的WebRTC通信装置,其中:所述第一设备信息包括所述主叫终端的第一公网IP地址,与所述第二设备信息包括所述被叫终端的第二公网IP地址;
    所述判断模块还用于:
    判断所述第一公网IP地址与所述第二公网IP地址是否相同;
    若所述第一公网IP地址与所述第二公网IP地址不相同,则判定主机类型的互联网连接候选者信息为所述非必要信息。
  7. 根据权利要求5或6所述的WebRTC通信装置,其中,所述主机类型的互联网连接候选者信息和其他类型的互联网连接候选者信息构成互联网连接候选者信息;所述建立模块还用于:
    通过所述其他类型的互联网连接候选者信息,在所述主叫终端和所述被叫终端之间建立WebRTC连接。
  8. 根据权利要求6所述的WebRTC通信装置,其中,所述主机类型的互联网连接候选者信息和其他类型的互联网连接候选者信息构成互联网连接候选者信息;所述建立模块还用于:
    若所述第一公网IP地址与所述第二公网IP地址相同,则判定没有所述非必要信息;及
    通过所述互联网连接候选者信息,在所述主叫终端和所述被叫终端之间建立WebRTC连接。
  9. 一种计算机设备,所述计算机设备包括存储器、处理器以及存储在存储器上并可在处理器上运行的计算机可读指令,其中,所述处理器执行所述计算机可读指令时用于实现以下步骤:
    获取主叫终端的第一设备信息与被叫终端的第二设备信息;
    根据所述第一设备信息与所述第二设备信息,判断是否有用于建立连接的非必要信息;及
    若有所述非必要信息,则在排除所述非必要信息的情况下,在所述主叫终端和所述被叫终端之间建立WebRTC连接,以实现所述主叫终端和所述被叫终端的通信。
  10. 根据权利要求9所述的计算机设备,其中:所述第一设备信息包括所述主叫终端 的第一公网IP地址,与所述第二设备信息包括所述被叫终端的第二公网IP地址;
    所述根据所述第一设备信息与所述第二设备信息,判断是否有用于建立连接的非必要信息,包括:
    判断所述第一公网IP地址与所述第二公网IP地址是否相同;
    若所述第一公网IP地址与所述第二公网IP地址不相同,则判定主机类型的互联网连接候选者信息为所述非必要信息。
  11. 根据权利要求9或10所述的计算机设备,其中,所述主机类型的互联网连接候选者信息和其他类型的互联网连接候选者信息构成互联网连接候选者信息;所述在排除所述非必要信息的情况下,在所述主叫终端和所述被叫终端之间建立WebRTC连接,包括:
    通过所述其他类型的互联网连接候选者信息,在所述主叫终端和所述被叫终端之间建立WebRTC连接。
  12. 根据权利要求10所述的计算机设备,其中,所述主机类型的互联网连接候选者信息和其他类型的互联网连接候选者信息构成互联网连接候选者信息;所述计算机可读指令时还用于实现以下步骤:
    若所述第一公网IP地址与所述第二公网IP地址相同,则判定没有所述非必要信息;及
    通过所述互联网连接候选者信息,在所述主叫终端和所述被叫终端之间建立WebRTC连接。
  13. 一种计算机可读存储介质,其中,所述计算机可读存储介质内存储有计算机可读指令,所述计算机可读指令可被至少一个处理器所执行,以使所述至少一个处理器执行以下步骤:
    获取主叫终端的第一设备信息与被叫终端的第二设备信息;
    根据所述第一设备信息与所述第二设备信息,判断是否有用于建立连接的非必要信息;及
    若有所述非必要信息,则在排除所述非必要信息的情况下,在所述主叫终端和所述被叫终端之间建立WebRTC连接,以实现所述主叫终端和所述被叫终端的通信。
  14. 根据权利要求13所述的计算机可读存储介质,其中:所述第一设备信息包括所述主叫终端的第一公网IP地址,与所述第二设备信息包括所述被叫终端的第二公网IP地址;
    所述根据所述第一设备信息与所述第二设备信息,判断是否有用于建立连接的非必要信息,包括:
    判断所述第一公网IP地址与所述第二公网IP地址是否相同;
    若所述第一公网IP地址与所述第二公网IP地址不相同,则判定主机类型的互联网连接候选者信息为所述非必要信息。
  15. 根据权利要求13或14所述的计算机可读存储介质,其中,所述主机类型的互联网连接候选者信息和其他类型的互联网连接候选者信息构成互联网连接候选者信息;所述在排除所述非必要信息的情况下,在所述主叫终端和所述被叫终端之间建立WebRTC连接,包括:
    通过所述其他类型的互联网连接候选者信息,在所述主叫终端和所述被叫终端之间建立WebRTC连接。
  16. 根据权利要求14所述的计算机可读存储介质,其中,所述主机类型的互联网连接候选者信息和其他类型的互联网连接候选者信息构成互联网连接候选者信息;还使所述处理器执行以下步骤:
    若所述第一公网IP地址与所述第二公网IP地址相同,则判定没有所述非必要信息;及
    通过所述互联网连接候选者信息,在所述主叫终端和所述被叫终端之间建立WebRTC连接。
  17. 一种WebRTC通信系统,其中,所述系统包括主叫终端、信令服务器和被叫终端;
    所述主叫终端,用于获取所述主叫终端的第一设备信息与被叫终端的第二设备信息;根据所述第一设备信息与所述第二设备信息,判断是否有用于建立连接的主叫端非必要信息;及若有所述主叫端非必要信息,则收集不包括所述主叫端非必要信息的第一网络信息;及将所述第一网络信息通过所述信令服务器转发给所述被叫终端;
    所述被叫终端,用于获取所述第一设备信息与所述第二设备信息;根据所述第一设备信息与所述第二设备信息,判断是否有用于建立连接的被叫端非必要信息;及若有所述被叫端非必要信息,则收集不包括所述被叫端非必要信息的第二网络信息;及将所述第二网络信息通过所述信令服务器转发给所述被叫终端;
    所述信令服务器,用于转发所述第一网络信息和所述第二网络信息,以使所述主叫终端和所述被叫终端建立WebRTC连接,并基于所述WebRTC连接进行通信。
  18. 根据权利要求17所述的WebRTC通信系统,其中:所述第一设备信息包括所述主叫终端的第一公网IP地址,与所述第二设备信息包括所述被叫终端的第二公网IP地址;
    所述主叫终端,还用于:判断所述第一公网IP地址与所述第二公网IP地址是否相同; 若不相同,则判定主机类型的主叫端互联网连接候选者信息为所述主叫端非必要信息;
    所述被叫终端,还用于:判断所述第一公网IP地址与所述第二公网IP地址是否相同;若不相同,则判定主机类型的被叫端互联网连接候选者信息为所述被叫端非必要信息。
  19. 根据权利要求18所述的WebRTC通信系统,其中,
    所述主叫终端,还用于将非主机类型的主叫端互联网连接候选者信息通过所述信令服务器发送给所述被叫终端;
    所述被叫终端,还用于将非主机类型的被叫端互联网连接候选者信息通过所述信令服务器发送给所述主叫终端。
  20. 根据权利要求18所述的WebRTC通信系统,其中,所述主叫终端,还用于:若所述第一公网IP地址与所述第二公网IP地址相同,则收集全部类型的互联网连接候选者信息,并将收集到全部类型的互联网连接候选者信息经由所述信令服务器转发给所述被叫终端。
PCT/CN2022/098671 2021-09-15 2022-06-14 WebRTC通信方法及系统 Ceased WO2023040380A1 (zh)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US18/691,744 US12615300B2 (en) 2021-09-15 2022-06-14 WebRTC communication method and system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202111079660.XA CN113630424B (zh) 2021-09-15 2021-09-15 WebRTC通信方法及系统
CN202111079660.X 2021-09-15

Publications (1)

Publication Number Publication Date
WO2023040380A1 true WO2023040380A1 (zh) 2023-03-23

Family

ID=78390099

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/098671 Ceased WO2023040380A1 (zh) 2021-09-15 2022-06-14 WebRTC通信方法及系统

Country Status (3)

Country Link
US (1) US12615300B2 (zh)
CN (1) CN113630424B (zh)
WO (1) WO2023040380A1 (zh)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113630424B (zh) 2021-09-15 2023-04-28 上海哔哩哔哩科技有限公司 WebRTC通信方法及系统
CN114285829B (zh) * 2021-12-14 2023-04-18 上海哔哩哔哩科技有限公司 WebRTC连接方法及系统
CN117294681A (zh) * 2022-06-16 2023-12-26 抖音视界(北京)有限公司 连麦建立方法、装置、设备、存储介质及程序产品
CN116633906A (zh) * 2023-05-30 2023-08-22 西安金讯通软件技术有限公司 基于WebRTC的通信方法、通信装置、电子设备及介质

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103581945A (zh) * 2012-08-06 2014-02-12 中兴通讯股份有限公司 测量配置的处理方法及装置
CN103945003A (zh) * 2014-05-06 2014-07-23 北京邮电大学 一种WebRTC客户端连接动态自适应选择的方法
CN104255014A (zh) * 2012-12-31 2014-12-31 华为技术有限公司 设置、处理交互式连接建立ice地址的方法、装置和服务器
CN104283760A (zh) * 2013-07-04 2015-01-14 华为技术有限公司 一种WebRTC通信方法、相关设备及系统
US9942322B1 (en) * 2017-04-07 2018-04-10 T-Mobile Usa, Inc. Call log update across mobile device and WebRTC client device
CN113630424A (zh) * 2021-09-15 2021-11-09 上海哔哩哔哩科技有限公司 WebRTC通信方法及系统

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8793389B2 (en) * 2011-12-20 2014-07-29 Qualcomm Incorporated Exchanging a compressed version of previously communicated session information in a communications system
KR101396781B1 (ko) * 2013-01-08 2014-05-20 주식회사 한올테크놀로지 응용프로그램 관리장치 및 관리방법
CN104427296B (zh) * 2013-09-05 2019-03-01 华为终端(东莞)有限公司 视频会议中媒体流的传输方法与装置
CN104869101B (zh) * 2014-02-21 2018-02-23 华为技术有限公司 一种通道建立的方法和设备
CN106161179B (zh) * 2015-03-26 2019-12-20 中兴通讯股份有限公司 一种基于网页的实时通信的媒体处理方法与装置
CN105516112A (zh) * 2015-12-01 2016-04-20 深圳联友科技有限公司 通过基于WebRTC的浏览器实现语音通话的方法及系统
KR102240904B1 (ko) * 2019-01-24 2021-04-15 주식회사 브리지텍 WebRTC 기반 콜센터 서비스 방법 및 그 장치
CN110113299A (zh) * 2019-03-19 2019-08-09 视联动力信息技术股份有限公司 数据传输方法、装置、信令服务器和计算机可读介质
CN113741837B (zh) * 2020-05-30 2024-07-05 华为技术有限公司 信息处理方法、设备、系统及存储介质
CN113114702B (zh) * 2021-05-13 2023-05-09 上海井星信息科技有限公司 一种IOS端基于SIP协议交互的WebRTC通信方法和系统

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103581945A (zh) * 2012-08-06 2014-02-12 中兴通讯股份有限公司 测量配置的处理方法及装置
CN104255014A (zh) * 2012-12-31 2014-12-31 华为技术有限公司 设置、处理交互式连接建立ice地址的方法、装置和服务器
CN104283760A (zh) * 2013-07-04 2015-01-14 华为技术有限公司 一种WebRTC通信方法、相关设备及系统
CN103945003A (zh) * 2014-05-06 2014-07-23 北京邮电大学 一种WebRTC客户端连接动态自适应选择的方法
US9942322B1 (en) * 2017-04-07 2018-04-10 T-Mobile Usa, Inc. Call log update across mobile device and WebRTC client device
CN113630424A (zh) * 2021-09-15 2021-11-09 上海哔哩哔哩科技有限公司 WebRTC通信方法及系统

Also Published As

Publication number Publication date
US20240406223A1 (en) 2024-12-05
CN113630424A (zh) 2021-11-09
US12615300B2 (en) 2026-04-28
CN113630424B (zh) 2023-04-28

Similar Documents

Publication Publication Date Title
CN113630424B (zh) WebRTC通信方法及系统
EP3275162B1 (en) Systems and techniques for web communication
JP2001195328A (ja) 仮の通信識別のための方法及び装置
CN113382026B (zh) 数据处理方法、装置、相关设备及存储介质
CN108306986B (zh) 多类型媒体数据网络地址转换穿越方法、终端及系统
CN104506802B (zh) 视频监控系统、穿越nat监控视频数据的方法
US9231907B2 (en) Method for establishing connection between communication apparatuses, communication apparatus, and server apparatus
WO2014135050A1 (zh) 消息处理方法、装置、网关、机顶盒及网络电视系统
CN110177128B (zh) 数据传输系统及其建立vpn连接的方法、终端、vpn代理
EP1892887A1 (en) Communication method between communication devices and communication apparatus
CN112511598A (zh) 一种投屏显示方法、智能终端、存储介质
CN105991689A (zh) Http报文处理方法及系统、http客户端及服务器
TW480856B (en) Device and method for communication over a network
CN114710568B (zh) 音视频数据通信方法、设备及存储介质
US10367894B2 (en) Information processing apparatus, method for controlling the same, non-transitory computer-readable storage medium, and information processing system
CN113765867A (zh) 一种数据传输方法、装置、设备及存储介质
WO2021223454A1 (zh) 投屏方法和系统
CN105743852B (zh) 通过http实现跨越网闸进行Socket保持连接通信的方法及系统
WO2026051950A1 (zh) 通信方法、装置、系统、存储介质和产品
KR101367265B1 (ko) 푸시 서버, 푸시 서비스 제공시스템 및 그 방법
CN114449027A (zh) 远程取证方法、装置、电子设备及存储介质
JPWO2007039942A1 (ja) 端末装置及びサーバ装置及び指令装置
CN116582495B (zh) 流量迁移方法、服务器、客户端、电子设备及存储介质
CN114363204B (zh) 请求监控方法、网络设备及存储介质
CN112565458B (zh) 平台远程控制方法和装置、存储介质及电子设备

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 22868757

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 22868757

Country of ref document: EP

Kind code of ref document: A1

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC ( EPO FORM 1205A DATED 29/11/2024 ).

122 Ep: pct application non-entry in european phase

Ref document number: 22868757

Country of ref document: EP

Kind code of ref document: A1