WO2018145538A1 - Message processing method and device for live broadcast platform - Google Patents

Message processing method and device for live broadcast platform Download PDF

Info

Publication number
WO2018145538A1
WO2018145538A1 PCT/CN2017/120278 CN2017120278W WO2018145538A1 WO 2018145538 A1 WO2018145538 A1 WO 2018145538A1 CN 2017120278 W CN2017120278 W CN 2017120278W WO 2018145538 A1 WO2018145538 A1 WO 2018145538A1
Authority
WO
WIPO (PCT)
Prior art keywords
service
message
access server
user
service message
Prior art date
Application number
PCT/CN2017/120278
Other languages
French (fr)
Chinese (zh)
Inventor
郑长帅
Original Assignee
北京奇虎科技有限公司
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 北京奇虎科技有限公司 filed Critical 北京奇虎科技有限公司
Publication of WO2018145538A1 publication Critical patent/WO2018145538A1/en

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/61Network streaming of media packets for supporting one-way streaming services, e.g. Internet radio
    • H04L65/611Network streaming of media packets for supporting one-way streaming services, e.g. Internet radio for multicast or broadcast
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/47End-user applications
    • H04N21/472End-user interface for requesting content, additional data or services; End-user interface for interacting with content, e.g. for content reservation or setting reminders, for requesting event notification, for manipulating displayed content

Definitions

  • the present application relates to the field of data processing technologies, and in particular, to a message processing method for a live broadcast platform and a message processing device for a live broadcast platform.
  • live broadcasts have been welcomed by more and more users, and live broadcast platforms have emerged as a result of various live broadcast platforms.
  • the live broadcast platform uses a distributed structure framework to push user messages to users who watch live broadcasts.
  • the manner of pushing messages includes unicast, broadcast, and the like. Different users can watch the live broadcast in a live broadcast room.
  • the broadcast message is sent to the user, it is often necessary to traverse each access server to obtain terminal information and feedback, so the amount of traversal and return data is relatively large, affecting the message.
  • the present application has been made in order to provide a message processing method of a live broadcast platform and a corresponding message processing apparatus of a live broadcast platform that overcome the above problems or at least partially solve the above problems.
  • a message processing method of a live broadcast platform which specifically includes: when the management server determines that the service message is a local message, the management server performs addressing according to the service message, and determines the access server, where the local part The message is a message sent to the user group, where the access server is an access server where the user corresponding to the user terminal is located in the user group; the management server separately sends the service message to each access server; the access The server is addressed according to the service message, and determines a user terminal corresponding to the user in the user group; the access server separately sends the service message to each user terminal.
  • a message processing apparatus of a live broadcast platform which specifically includes: a first determining module, configured to: when the management server determines that the service message is a local message, perform addressing according to the service message, and determine An access server, where the local message is a message sent to a user group, where the access server is an access server where the user corresponding to the user terminal is located in the user group; and the first sending module is used to invoke management.
  • the server sends the service message to each access server, and the second determining module is configured to invoke the access server to perform addressing according to the service message, and determine a user terminal corresponding to the user in the user group;
  • a sending module configured to invoke the access server to separately send the service message to each user terminal.
  • a computer program comprising computer readable code, when the computer readable code is run on a server, causing the server to perform a message processing method of any of the aforementioned live broadcast platforms .
  • a computer readable medium storing a computer program of a message processing method of the aforementioned live broadcast platform.
  • the management server determines that the service message is a local message, the service message is addressed according to the service message, and the access server is determined, that is, the management server performs one layer addressing;
  • the server separately sends the service message;
  • the access server performs addressing according to the service message, and determines a user terminal corresponding to the user in the user group, that is, the access server performs Layer 2 addressing;
  • the access server The service message is separately sent to each user terminal.
  • the problem that the server multicast service message occupies a large bandwidth is solved; thus, the service message is sent to the user terminal through the layer-by-layer addressing of the layer and the access server, thereby improving the processing efficiency of the server and reducing the burden on the server. .
  • FIG. 1 is a flow chart showing the steps of an embodiment of a message processing method of a live broadcast platform according to an embodiment of the present application
  • FIG. 2 is a flow chart showing the steps of an embodiment of a message processing method of a live broadcast platform according to another embodiment of the present application;
  • FIG. 3 is a structural block diagram of an embodiment of a message processing apparatus of a live broadcast platform according to an embodiment of the present application
  • FIG. 4 is a structural block diagram of an embodiment of a message processing apparatus of a live broadcast platform according to another embodiment of the present application.
  • Figure 5 schematically shows a block diagram of a server for performing the method according to the present application
  • Fig. 6 schematically shows a storage unit for holding or carrying program code implementing the method according to the present application.
  • the live broadcast platform in the embodiment of the present application includes a distributed management system and a user terminal.
  • the distributed management system includes a management server and an access server, and may also include a service server.
  • the user terminal accesses the live broadcast platform through the access server.
  • the live broadcast platform sends a service message to the user terminal
  • the push system (or the service server, etc.) generates a corresponding service message
  • the service server sends the service message to the access server
  • the service server sends the service message to the user terminal.
  • the following is an example of sending a service message from the management server.
  • FIG. 1 a flow chart of a method for processing a message processing method of a live broadcast platform according to an embodiment of the present application is shown, which may specifically include the following steps:
  • Step 102 When the management server determines that the service message is a local message, the management server performs addressing according to the service message, and determines the access server.
  • the management server sends a service message to the user group of the access server in the form of multicast; wherein the user group is a collection of users having the same feature, for example, a live room or a chat room user may
  • the service message is a message corresponding to each type of service in the live broadcast platform, such as an activity message.
  • the management server receives a large bandwidth occupied by the user IP address; and can perform two layers of addressing operations according to the service message, including one layer addressing and two layers addressing; The server performs a layer of addressing operations.
  • the management server determines that the service message is a local message
  • the operation of the first layer addressing may be performed, where the local message is a message sent to the user group; the management server may send the message to the management server according to the information in the service message.
  • All the connected access servers are addressed, and the user of the user group is determined to correspond to the access server where the user terminal is located. Therefore, the management server can obtain the IP address of the access server where the user group is located.
  • the number of access servers in the live broadcast platform is far less than the number of user terminals corresponding to each user in the user group; therefore, the management server obtains access.
  • the bandwidth occupied by the IP address of the server is much smaller than the bandwidth occupied by the IP address of the user terminal in the user group. This reduces the impact of the management server on other services and reduces the burden on the management server.
  • Step 104 The management server separately sends the service message to each access server.
  • the service message can be sent to each access server, and then the service message is sent by each access server to the user terminal corresponding to the user in the user group.
  • Step 106 The access server performs addressing according to the service message, and determines a user terminal corresponding to the user in the user group.
  • each access server in the embodiment of the present application may perform a layer 2 addressing operation, and the layer 2 addressing may determine a user terminal corresponding to each user in the user group. Specifically, each access server searches for a corresponding user terminal from the address information of the pre-stored user terminal according to the information in the service message, so as to determine the user terminal corresponding to the user in the user group.
  • the user terminal of the address information stored in advance is a user terminal connected to the access server.
  • Step 108 The access server separately sends the service message to each user terminal.
  • the service message is sent to the determined user terminals, thereby completing the multicast of the service message.
  • the management server needs to send a service message to a user group in a live broadcast room.
  • the management server manages 10 access servers, and each access server accesses 300,000 user terminals, wherein the first, fourth, and fifth, In the access servers 6, 8, and 10, 100,000 user terminals in each access server are user terminals corresponding to users in the user group; the process of multicasting service messages by the management server is: the management server first according to the service message Determining that the access servers No.
  • 1, 4, 5, 6, 8, and 10 are servers accessed by user terminals corresponding to users in the user group; sending service messages to the first, fourth, fifth, sixth, eighth, and tenth Accessing the server; then each access server determines, according to the service message, that 100,000 user terminals are user terminals corresponding to users in the user group; then each access server sends a service message to 100,000 In the user terminals, the multicast service of the management server to the service message is completed.
  • the message processing method of the live broadcast platform of the present application when the management server determines that the service message is a local message, performs addressing according to the service message, determines the access server, that is, performs one layer of addressing; and sends the information to each access server separately.
  • the service message is addressed by the access server according to the service message, and the user terminal corresponding to the user in the user group is determined, that is, the layer 2 addressing is performed; the access server separately sends the user terminal to each user terminal.
  • the service message thus, the service message is sent to the user terminal through one layer addressing and the second layer addressing, which improves the processing efficiency of the server and reduces the burden on the server.
  • FIG. 2 is a flow chart showing the steps of an embodiment of a message processing method of a live broadcast platform according to another embodiment of the present application, which may specifically include the following steps:
  • Step 202 The management server acquires a service message, and determines the service message according to the service object.
  • the user may select any live broadcast station of the live broadcast platform to perform live broadcast and participation interaction; after receiving the connection request of the user terminal corresponding to the user, the access server may, according to the received connection request, and the corresponding user terminal. Establish a long connection. After the long connection between the access server and the user terminal is established, the two can communicate.
  • the live broadcast platform pushes a message to the user terminal
  • the push system generates a corresponding service message, and then sends the service message to the management server;
  • the management server obtains the service message, and then determines the service object of the service message according to the target address of the service message, thereby The business object judges the business message.
  • the service message belongs to the unicast service; when the service object is all users, the service message is a broadcast service; when the service object is a user group, the service message belongs to the multicast service. .
  • the service message belonging to the multicast service is determined as a local message, and then step 204 is executed to determine the service message belonging to the unicast service or the multicast service as a global message, and then the step of ending is performed.
  • the unicast service is a service performed by a single user; the broadcast service is a service performed by all users, and the multicast service is a service performed by a user group.
  • Step 204 When the management server determines that the service message is a local message, the management server obtains the multicast group identifier from the service message.
  • the management server determines that the service message is a local message
  • the service message can be delivered to the user terminal corresponding to each user in the user group by using multicast.
  • the access server adds the identifier of the live broadcast room to the user terminal according to the connection request sent by the user terminal. Therefore, the user terminals belonging to the same live broadcast room have the live broadcast room.
  • the identifier is configured to perform the multicast service for watching the live video.
  • the push system generates the service message corresponding to the multicast service
  • the identifier of the live broadcast may be determined as the identifier of the multicast group and added in the service message.
  • the management server may obtain the multicast group identifier from the service message, and then perform the addressing according to the multicast group identifier to determine the access server.
  • the method includes the following steps: Step 206 - Step 202:
  • Step 206 The management server sends an addressing request to each access server according to the multicast group identifier.
  • the access server may store the identifier of each user terminal according to the connection request, where the identifier of the user terminal includes at least the IP address of the user terminal and the live broadcast room accessed by the user. logo. Therefore, after obtaining the multicast group identifier, the management server may send an addressing request corresponding to the multicast identifier to each access server to find which access servers include the user terminal of the multicast group identifier.
  • Step 208 The access server queries the multicast group identifier according to the addressing request, and generates an addressing response when the connected user terminal has the multicast group identifier corresponding to the multicast service.
  • the access server receives the addressing request sent by the management server, and then determines the multicast service corresponding to the multicast primary identity according to the multicast group identifier in the addressing request; and then queries the access server to perform the multicast service.
  • the user terminal when there is a user terminal performing the multicast service, the addressing response may be generated according to the IP address of the access server; when there is a user terminal performing the multicast service, there is no need to generate an addressing response.
  • the multicast service corresponding to the multicast group identifier may be any one of the services performed by the user group, such as watching a live video, participating in an activity, and the like.
  • Step 210 The management server receives the returned addressing response, and determines, according to the addressing response, an access server that has a multicast group identifier corresponding to the multicast service.
  • the addressing response is returned to the management server; the management server receives the addressing response, and then determines the corresponding access server according to the addressing response; wherein the addressing response corresponds to the access server
  • the management server completes a layer of addressing operation. After the management server sends the addressing request, the number of addressing responses received is no more than the number of all access servers; compared to the prior art Multicast addressing mode greatly reduces the bandwidth for receiving addressing responses and reduces the burden on the management server.
  • the management server receives 3 million addressing responses.
  • the occupancy response of the management server in the embodiment of the present application is five, occupying several tens of kB, and is much smaller than 11 MB.
  • Step 212 The management server separately sends the service message to each access server.
  • the management server delivers the service message to each access server having a multicast service corresponding to the multicast group identifier.
  • Step 214 The access server acquires a multicast group identifier from the service message.
  • Step 216 The access server performs addressing according to the multicast group identifier, and determines a user terminal corresponding to the user in the user group.
  • the access server receives the service message, and then delivers the service message to the user terminal of the user in the user group. Therefore, the IP address of the user terminal of the user in the user group needs to be searched. Specifically, the access server may obtain the multicast group identifier from the service message, and then perform addressing according to the multicast group identifier, thereby determining the user terminal corresponding to the user in the user group.
  • the identifier of each user terminal is stored in the access server, and when the multicast group identifier is used, the identifier of the user terminal stored in the access server may be searched for
  • the identifier of the user terminal includes the multicast group identifier, and when present, the user terminal corresponding to the user identifier may be determined as the user terminal corresponding to the user in the user group.
  • Step 218 The access server separately sends the service message to each user terminal.
  • the access server delivers the service message to the user terminal corresponding to each user of the user group.
  • the user terminal communicates with the access server through a long connection manner, thereby ensuring that the access server and the user terminal can communicate in real time; after receiving the service message, the management server determines the service type to which the service message belongs; When determining that the service message belongs to the multicast service, determining that the service message is a local message; performing a layer addressing according to the multicast group identifier in the service message, and determining, according to the addressing response returned by the access server, the identifier having the multicast group identifier Corresponding to the access server of the multicast service, and sending the service information to the access server; the access server performs the second layer addressing according to the multicast group identifier, determines the user terminal corresponding to the user in the user group, and then the service The message is delivered to the user terminal of each user in the user group. Since the management server addresses by one layer, the number of addressing responses of the received access server is much smaller than the number of addressing responses received by the management server in the prior art,
  • FIG. 3 a block diagram of a structure of a message processing apparatus of a live broadcast platform according to an embodiment of the present application is shown, which may specifically include the following modules: a first determining module 302, a first sending module 304, and a second determining module. 306 and a first sending module 308, wherein
  • the first determining module 302 is configured to: when the management server determines that the service message is a local message, perform addressing according to the service message, and determine an access server, where the local message is a message sent to a user group,
  • the access server is an access server where the user corresponding to the user terminal is located in the user group.
  • the first sending module 304 is configured to invoke the management server to separately send the service message to each access server.
  • the second determining module 306 is configured to invoke the access server to perform addressing according to the service message, and determine a user terminal corresponding to the user in the user group.
  • the second sending module 308 is configured to invoke the access server to separately send the service message to each user terminal.
  • FIG. 4 is a structural block diagram of an embodiment of a message processing apparatus of a live broadcast platform according to another embodiment of the present application.
  • the apparatus includes: a first determining module 402, a first sending module 404, and a second determining module 406. And the first sending module 408, which has been discussed above, will not be described herein.
  • the device further includes: a message judging module 410 and a response generating module 412, where
  • the message judging module 410 is configured to: the management server obtains the service message, and determines the service message according to the service object; when the service message belongs to the multicast service, determines that the service message is a local message; and when the service message belongs to the unicast When the service or broadcast service is determined, the service message is determined to be a global message.
  • the response generation module 412 is configured to invoke the access server to query the multicast group identifier according to the addressing request, and generate an addressing response when the connected user terminal has the multicast group identifier corresponding to the multicast service.
  • the first determining module 402 is configured to invoke the management server to obtain a multicast group identifier from the service message, and perform addressing according to the multicast group identifier to determine the access server.
  • the first determining module 402 is configured to send an addressing request to each access server according to the multicast group identifier, receive the returned addressing response, and determine, according to the addressing response, a multicast service corresponding to the multicast group identifier. Access server.
  • the second determining module 406 is configured to invoke the access server to obtain a multicast group identifier from the service message, perform addressing according to the multicast group identifier, and determine a user corresponding to the user in the user group. terminal.
  • the local message belongs to a multicast service
  • the multicast service is a service performed by a user group.
  • the user terminal and the access server communicate through a long connection.
  • the message processing method of the live broadcast platform of the present application when the management server determines that the service message is a local message, performs addressing according to the service message, determines the access server, that is, the management server performs one layer addressing; and then accesses each access server Sending the service message separately; the access server performs addressing according to the service message, and determines a user terminal corresponding to the user in the user group, that is, the access server performs Layer 2 addressing; the access server Each user terminal separately sends the service message. Therefore, the service message is sent to the user terminal through a layer of addressing and access layer server access, which improves the processing efficiency of the server and reduces the burden on the server.
  • the description is relatively simple, and the relevant parts can be referred to the description of the method embodiment.
  • the various component embodiments of the present invention may be implemented in hardware, or in a software module running on one or more processors, or in a combination thereof.
  • Those skilled in the art will appreciate that some or all of the functionality of some or all of the components of the message processing device of the live broadcast platform in accordance with embodiments of the present invention may be implemented in practice using a microprocessor or digital signal processor (DSP).
  • DSP digital signal processor
  • the invention can also be implemented as a device or device program (e.g., a computer program and a computer program product) for performing some or all of the methods described herein.
  • Such a program implementing the invention may be stored on a computer readable medium or may be in the form of one or more signals. Such signals may be downloaded from an Internet website, provided on a carrier signal, or provided in any other form.
  • Figure 5 illustrates a server that can implement message processing for a live broadcast platform in accordance with the present invention.
  • the server conventionally includes a processor 510 and a computer program product or computer readable medium in the form of a memory 520.
  • the memory 520 may be an electronic memory such as a flash memory, an EEPROM (Electrically Erasable Programmable Read Only Memory), an EPROM, a hard disk, or a ROM.
  • Memory 520 has a memory space 530 for program code 531 for performing any of the method steps described above.
  • storage space 530 for program code may include various program code 531 for implementing various steps in the above methods, respectively.
  • the program code can be read from or written to one or more computer program products.
  • These computer program products include program code carriers such as hard disks, compact disks (CDs), memory cards or floppy disks.
  • Such computer program products are typically portable or fixed storage units as described with reference to FIG.
  • the storage unit may have a storage section, a storage space, and the like arranged similarly to the storage 520 in the server of FIG.
  • the program code can be compressed, for example, in an appropriate form.
  • the storage unit includes computer readable code 531', code that can be read by a processor, such as 510, which, when executed by a server, causes the server to perform various steps in the methods described above.

Landscapes

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

Abstract

Embodiments of the present invention provide a message processing method and device for a live broadcast platform. The method comprises: when determining that service messages are local messages, a management server performing addressing according to the service messages to determine access servers, wherein the local messages are messages sent to a user group, and the access servers are access servers where user terminals corresponding to users in the user group are located; the management server sends the service messages to the access servers respectively; the access servers perform addressing according to the service messages to determine the user terminals corresponding to the users in the user group; the access servers send the service messages to the user terminals respectively. The embodiments of the present application improve the processing efficiency of the servers and reduce the loads of the servers.

Description

一种直播平台的消息处理方法和装置Message processing method and device for live broadcast platform 技术领域Technical field
本申请涉及数据处理技术领域,特别是涉及一种直播平台的消息处理方法和一种直播平台的消息处理装置。The present application relates to the field of data processing technologies, and in particular, to a message processing method for a live broadcast platform and a message processing device for a live broadcast platform.
背景技术Background technique
随着互联网技术的发展,直播受到越来越多的用户欢迎,直播平台也应运而生各种直播平台。With the development of Internet technology, live broadcasts have been welcomed by more and more users, and live broadcast platforms have emerged as a result of various live broadcast platforms.
直播平台利用分布式结构框架,向各观看直播的用户推送用户消息,推送消息的方式包括单播、广播等。其中,不同用户可以在一个直播间中观看直播,对于该直播间的消息向用户进行推送时,往往需要遍历每个接入服务器获取终端信息并反馈,因此遍历和返回数据量比较大,影响消息推送对应服务器的性能,甚至有些直播平台为了保证服务器性能而取消了该项业务。The live broadcast platform uses a distributed structure framework to push user messages to users who watch live broadcasts. The manner of pushing messages includes unicast, broadcast, and the like. Different users can watch the live broadcast in a live broadcast room. When the broadcast message is sent to the user, it is often necessary to traverse each access server to obtain terminal information and feedback, so the amount of traversal and return data is relatively large, affecting the message. Push the performance of the corresponding server, and even some live broadcast platforms cancel the service in order to ensure server performance.
发明内容Summary of the invention
鉴于上述问题,提出了本申请以便提供一种克服上述问题或者至少部分地解决上述问题的直播平台的消息处理方法和相应的直播平台的消息处理装置。In view of the above problems, the present application has been made in order to provide a message processing method of a live broadcast platform and a corresponding message processing apparatus of a live broadcast platform that overcome the above problems or at least partially solve the above problems.
依据本申请的一个方面,提供了一种直播平台的消息处理方法,具体包括:管理服务器确定业务消息为局部消息时,依据所述业务消息进行寻址,确定接入服务器,其中,所述局部消息是向用户群组发送的消息,所述接入服务器为所述用户群组中用户对应用户终端所在的接入服务器;管理服务器向各接入服务器分别发送所述业务消息;所述接入服务器依据所述业务消息进行寻址,确定所述用户群组中用户对应的用户终端;所述接入服务器向各用户终端分别发送所述业务消息。According to an aspect of the present application, a message processing method of a live broadcast platform is provided, which specifically includes: when the management server determines that the service message is a local message, the management server performs addressing according to the service message, and determines the access server, where the local part The message is a message sent to the user group, where the access server is an access server where the user corresponding to the user terminal is located in the user group; the management server separately sends the service message to each access server; the access The server is addressed according to the service message, and determines a user terminal corresponding to the user in the user group; the access server separately sends the service message to each user terminal.
根据本申请的另一方面,提供了一种直播平台的消息处理装置,具体包括:第一确定模块,用于调用管理服务器确定业务消息为局部消息时,依据 所述业务消息进行寻址,确定接入服务器,其中,所述局部消息是向用户群组发送的消息,所述接入服务器为所述用户群组中用户对应用户终端所在的接入服务器;第一发送模块,用于调用管理服务器向各接入服务器分别发送所述业务消息;第二确定模块,用于调用所述接入服务器依据所述业务消息进行寻址,确定所述用户群组中用户对应的用户终端;第二发送模块,用于调用所述接入服务器向各用户终端分别发送所述业务消息。According to another aspect of the present application, a message processing apparatus of a live broadcast platform is provided, which specifically includes: a first determining module, configured to: when the management server determines that the service message is a local message, perform addressing according to the service message, and determine An access server, where the local message is a message sent to a user group, where the access server is an access server where the user corresponding to the user terminal is located in the user group; and the first sending module is used to invoke management. The server sends the service message to each access server, and the second determining module is configured to invoke the access server to perform addressing according to the service message, and determine a user terminal corresponding to the user in the user group; And a sending module, configured to invoke the access server to separately send the service message to each user terminal.
根据本申请的另一方面,提供了一种计算机程序,包括计算机可读代码,当所述计算机可读代码在服务器上运行时,导致所述服务器执行前述任一个所述直播平台的消息处理方法。According to another aspect of the present application, there is provided a computer program comprising computer readable code, when the computer readable code is run on a server, causing the server to perform a message processing method of any of the aforementioned live broadcast platforms .
根据本申请的另一方面,提供了一种计算机可读介质,其中存储了如前述直播平台的消息处理方法的计算机程序。According to another aspect of the present application, there is provided a computer readable medium storing a computer program of a message processing method of the aforementioned live broadcast platform.
根据本申请的直播平台的消息处理方法,在管理服务器确定业务消息为局部消息时,依据所述业务消息进行寻址,确定接入服务器,即管理服务器进行一层寻址;再向各接入服务器分别发送所述业务消息;所述接入服务器依据所述业务消息进行寻址,确定所述用户群组中用户对应的用户终端,即接入服务器进行二层寻址;所述接入服务器向各用户终端分别发送所述业务消息。由此解决了服务器多播业务消息占用带宽大的问题;从而通过一层寻址和接入服务器的二层寻址,将业务消息发送至用户终端,提高了服务器处理效率,减少了服务器的负担。According to the message processing method of the live broadcast platform of the present application, when the management server determines that the service message is a local message, the service message is addressed according to the service message, and the access server is determined, that is, the management server performs one layer addressing; The server separately sends the service message; the access server performs addressing according to the service message, and determines a user terminal corresponding to the user in the user group, that is, the access server performs Layer 2 addressing; the access server The service message is separately sent to each user terminal. Therefore, the problem that the server multicast service message occupies a large bandwidth is solved; thus, the service message is sent to the user terminal through the layer-by-layer addressing of the layer and the access server, thereby improving the processing efficiency of the server and reducing the burden on the server. .
上述说明仅是本申请技术方案的概述,为了能够更清楚了解本申请的技术手段,而可依照说明书的内容予以实施,并且为了让本申请的上述和其它目的、特征和优点能够更明显易懂,以下特举本申请的具体实施方式。The above description is only an overview of the technical solutions of the present application, and the technical means of the present application can be more clearly understood, and the above and other objects, features and advantages of the present application can be more clearly understood. The following is a specific embodiment of the present application.
附图说明DRAWINGS
通过阅读下文优选实施方式的详细描述,各种其他的优点和益处对于本领域普通技术人员将变得清楚明了。附图仅用于示出优选实施方式的目的,而并不认为是对本申请的限制。而且在整个附图中,用相同的参考符号表示相同的部件。在附图中:Various other advantages and benefits will become apparent to those skilled in the art from a The drawings are only for the purpose of illustrating the preferred embodiments and are not intended to be limiting. Throughout the drawings, the same reference numerals are used to refer to the same parts. In the drawing:
图1示出了根据本申请一个实施例的一种直播平台的消息处理方法实施例的步骤流程图;1 is a flow chart showing the steps of an embodiment of a message processing method of a live broadcast platform according to an embodiment of the present application;
图2示出了根据本申请另一个实施例的一种直播平台的消息处理方法实施例的步骤流程图;2 is a flow chart showing the steps of an embodiment of a message processing method of a live broadcast platform according to another embodiment of the present application;
图3示出了根据本申请一个实施例的一种直播平台的消息处理装置实施例的结构框图;以及FIG. 3 is a structural block diagram of an embodiment of a message processing apparatus of a live broadcast platform according to an embodiment of the present application;
图4示出了根据本申请另一个实施例的一种直播平台的消息处理装置实施例的结构框图;4 is a structural block diagram of an embodiment of a message processing apparatus of a live broadcast platform according to another embodiment of the present application;
图5示意性地示出了用于执行根据本申请的方法的服务器的框图;Figure 5 schematically shows a block diagram of a server for performing the method according to the present application;
图6示意性地示出了用于保持或者携带实现根据本申请的方法的程序代码的存储单元。Fig. 6 schematically shows a storage unit for holding or carrying program code implementing the method according to the present application.
具体实施方式detailed description
下面将参照附图更详细地描述本公开的示例性实施例。虽然附图中显示了本公开的示例性实施例,然而应当理解,可以以各种形式实现本公开而不应被这里阐述的实施例所限制。相反,提供这些实施例是为了能够更透彻地理解本公开,并且能够将本公开的范围完整的传达给本领域的技术人员。Exemplary embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While the embodiments of the present invention have been shown in the drawings, the embodiments Rather, these embodiments are provided so that this disclosure will be more fully understood and the scope of the disclosure will be fully disclosed.
本申请实施例中直播平台包括分布式管理系统和用户终端,其中,分布式管理系统包括管理服务器和接入服务器,也可以包括业务服务器。用户终端通过接入服务器接入直播平台。直播平台向用户终端发送业务消息时,推送系统(或业务服务器等)生成对应的业务消息,然后由管理服务器将业务消息下发至接入服务器,接入服务器再将业务消息下发至用户终端;以下以管理服务器下发业务消息为例进行说明。The live broadcast platform in the embodiment of the present application includes a distributed management system and a user terminal. The distributed management system includes a management server and an access server, and may also include a service server. The user terminal accesses the live broadcast platform through the access server. When the live broadcast platform sends a service message to the user terminal, the push system (or the service server, etc.) generates a corresponding service message, and then the service server sends the service message to the access server, and the service server sends the service message to the user terminal. The following is an example of sending a service message from the management server.
参照图1,示出了根据本申请一个实施例的一种直播平台的消息处理方法实施例的步骤流程图,具体可以包括如下步骤:Referring to FIG. 1 , a flow chart of a method for processing a message processing method of a live broadcast platform according to an embodiment of the present application is shown, which may specifically include the following steps:
步骤102、管理服务器确定业务消息为局部消息时,依据所述业务消息进行寻址,确定接入服务器。Step 102: When the management server determines that the service message is a local message, the management server performs addressing according to the service message, and determines the access server.
本申请实施例中管理服务器通过多播的形式,向接入服务器的用户群组发送业务消息;其中,用户群组是具有相同特征的用户的集合,例如,一个 直播间或一个聊天室的用户可以称为用户群组,所述业务消息是直播平台中各类型业务对应的消息,如活动消息等等。为了解决用户群组中用户较多,管理服务器接收用户IP地址占用的带宽较大的问题;可以根据业务消息,执行两层寻址操作,包括一层寻址和二层寻址;其中,管理服务器执行一层寻址操作。具体的,管理服务器确定业务消息为局部消息时,可以执行第一层寻址的操作,其中,局部消息是指向用户群组发送的消息;管理服务器可以根据业务消息中的信息,向与管理服务器连接的所有的接入服务器寻址,确定所述用户群组的用户对应用户终端所在的接入服务器。从而,管理服务器可以获取用户群组所在的接入服务器的IP地址,由于直播平台中接入服务器的数量,远小于用户群组中各用户对应的用户终端的数量;因此,管理服务器获取接入服务器的IP地址占用的带宽,远小于获取用户群组中用户终端的IP地址占用的带宽,从而降低了管理服务器对其他业务处理的影响,降低了管理服务器的负担。In the embodiment of the present application, the management server sends a service message to the user group of the access server in the form of multicast; wherein the user group is a collection of users having the same feature, for example, a live room or a chat room user may The service message is a message corresponding to each type of service in the live broadcast platform, such as an activity message. In order to solve the problem that the user server has a large number of users in the user group, the management server receives a large bandwidth occupied by the user IP address; and can perform two layers of addressing operations according to the service message, including one layer addressing and two layers addressing; The server performs a layer of addressing operations. Specifically, when the management server determines that the service message is a local message, the operation of the first layer addressing may be performed, where the local message is a message sent to the user group; the management server may send the message to the management server according to the information in the service message. All the connected access servers are addressed, and the user of the user group is determined to correspond to the access server where the user terminal is located. Therefore, the management server can obtain the IP address of the access server where the user group is located. The number of access servers in the live broadcast platform is far less than the number of user terminals corresponding to each user in the user group; therefore, the management server obtains access. The bandwidth occupied by the IP address of the server is much smaller than the bandwidth occupied by the IP address of the user terminal in the user group. This reduces the impact of the management server on other services and reduces the burden on the management server.
步骤104、管理服务器向各接入服务器分别发送所述业务消息。Step 104: The management server separately sends the service message to each access server.
管理服务器确定接入服务器后,即可向各接入服务器发送所述业务消息,然后再由各接入服务器向用户群组中用户对应的用户终端,发送该业务消息。After the management server determines the access server, the service message can be sent to each access server, and then the service message is sent by each access server to the user terminal corresponding to the user in the user group.
步骤106、所述接入服务器依据所述业务消息进行寻址,确定所述用户群组中用户对应的用户终端。Step 106: The access server performs addressing according to the service message, and determines a user terminal corresponding to the user in the user group.
本申请实施例中各接入服务器在接收到所述业务消息后,可执行二层寻址的操作,二层寻址可确定用户群组中各用户对应的用户终端。具体的,各接入服务器依据业务消息中的信息,从预先存储的用户终端的地址信息中查找对应的用户终端,从而确定用户群组中用户对应的用户终端。其中,预先存储的地址信息的用户终端,是与该接入服务器连接的用户终端。After receiving the service message, each access server in the embodiment of the present application may perform a layer 2 addressing operation, and the layer 2 addressing may determine a user terminal corresponding to each user in the user group. Specifically, each access server searches for a corresponding user terminal from the address information of the pre-stored user terminal according to the information in the service message, so as to determine the user terminal corresponding to the user in the user group. The user terminal of the address information stored in advance is a user terminal connected to the access server.
步骤108、所述接入服务器向各用户终端分别发送所述业务消息。Step 108: The access server separately sends the service message to each user terminal.
接入服务器确定用户群组中各用户对应的用户终端后,将所述业务消息发送至确定的各用户终端中,从而完成了业务消息的多播。After the access server determines the user terminal corresponding to each user in the user group, the service message is sent to the determined user terminals, thereby completing the multicast of the service message.
例如,管理服务器需要向一个直播间的用户群组发送业务消息,该管理 服务器管理10个接入服务器,各接入服务器接入的用户终端为30万个,其中,第1、4、5、6、8、10号接入服务器中,各接入服务器中有10万个用户终端是该用户群组中用户对应的用户终端;管理服务器多播业务消息的过程是,管理服务器先根据业务消息,确定第1、4、5、6、8、10号接入服务器为用户群组中用户对应的用户终端接入的服务器;将业务消息发送至第1、4、5、6、8、10号接入服务器;然后各接入服务器根据业务消息,确定接入的用户终端中,10万个用户终端是用户群组中用户对应的用户终端;然后各接入服务器将业务消息发送至10万个用户终端中,完成了管理服务器对业务消息的多播业务。For example, the management server needs to send a service message to a user group in a live broadcast room. The management server manages 10 access servers, and each access server accesses 300,000 user terminals, wherein the first, fourth, and fifth, In the access servers 6, 8, and 10, 100,000 user terminals in each access server are user terminals corresponding to users in the user group; the process of multicasting service messages by the management server is: the management server first according to the service message Determining that the access servers No. 1, 4, 5, 6, 8, and 10 are servers accessed by user terminals corresponding to users in the user group; sending service messages to the first, fourth, fifth, sixth, eighth, and tenth Accessing the server; then each access server determines, according to the service message, that 100,000 user terminals are user terminals corresponding to users in the user group; then each access server sends a service message to 100,000 In the user terminals, the multicast service of the management server to the service message is completed.
本申请的直播平台的消息处理方法,在管理服务器确定业务消息为局部消息时,依据所述业务消息进行寻址,确定接入服务器,即进行一层寻址;再向各接入服务器分别发送所述业务消息;所述接入服务器依据所述业务消息进行寻址,确定所述用户群组中用户对应的用户终端,即进行二层寻址;所述接入服务器向各用户终端分别发送所述业务消息;从而通过一层寻址和二层寻址,将业务消息发送至用户终端,提高了服务器处理效率,减少了服务器的负担。The message processing method of the live broadcast platform of the present application, when the management server determines that the service message is a local message, performs addressing according to the service message, determines the access server, that is, performs one layer of addressing; and sends the information to each access server separately. The service message is addressed by the access server according to the service message, and the user terminal corresponding to the user in the user group is determined, that is, the layer 2 addressing is performed; the access server separately sends the user terminal to each user terminal. The service message; thus, the service message is sent to the user terminal through one layer addressing and the second layer addressing, which improves the processing efficiency of the server and reduces the burden on the server.
在上述实施例的基础上,本申请实施例针对管理服务器下发业务消息的过程进行详细的说明。On the basis of the foregoing embodiments, the process of the service server sending a service message is described in detail in the embodiment of the present application.
参照图2,图2示出了根据本申请另一个实施例的一种直播平台的消息处理方法实施例的步骤流程图,具体可以包括如下步骤:Referring to FIG. 2, FIG. 2 is a flow chart showing the steps of an embodiment of a message processing method of a live broadcast platform according to another embodiment of the present application, which may specifically include the following steps:
步骤202、管理服务器获取业务消息,依据业务对象对所述业务消息进行判断。Step 202: The management server acquires a service message, and determines the service message according to the service object.
本申请实施例中用户可以选择直播平台的任意一个直播间,进行观看直播与参与互动;接入服务器接收到用户对应的用户终端的连接请求后,可以依据接收的连接请求,与对应的用户终端建立长连接。接入服务器与用户终端的长连接建立成功后,两者即可以进行通信。直播平台向用户终端推送消息时,由推送系统生成对应的业务消息,然后将业务消息发送至管理服务器;管理服务器获取业务消息,然后依据业务消息的目标地址,确定业务消息的 业务对象,从而依据业务对象对业务消息进行判断。当业务对象为单个用户时,所述业务消息属于单播业务;当业务对象是全部用户时,所述业务消息为广播业务;当业务对象为用户群组时,所述业务消息属于多播业务。再将属于多播业务的业务消息确定为局部消息,然后执行步骤204,将属于单播业务或多播业务的业务消息确定为全局消息,然后执行结束的步骤。其中,所述单播业务是单个用户执行的业务;广播业务是全部用户执行的业务,多播业务是用户群组执行的业务。In this embodiment, the user may select any live broadcast station of the live broadcast platform to perform live broadcast and participation interaction; after receiving the connection request of the user terminal corresponding to the user, the access server may, according to the received connection request, and the corresponding user terminal. Establish a long connection. After the long connection between the access server and the user terminal is established, the two can communicate. When the live broadcast platform pushes a message to the user terminal, the push system generates a corresponding service message, and then sends the service message to the management server; the management server obtains the service message, and then determines the service object of the service message according to the target address of the service message, thereby The business object judges the business message. When the service object is a single user, the service message belongs to the unicast service; when the service object is all users, the service message is a broadcast service; when the service object is a user group, the service message belongs to the multicast service. . The service message belonging to the multicast service is determined as a local message, and then step 204 is executed to determine the service message belonging to the unicast service or the multicast service as a global message, and then the step of ending is performed. The unicast service is a service performed by a single user; the broadcast service is a service performed by all users, and the multicast service is a service performed by a user group.
步骤204、管理服务器确定业务消息为局部消息时,从业务消息中获取多播组标识。Step 204: When the management server determines that the service message is a local message, the management server obtains the multicast group identifier from the service message.
管理服务器确定业务消息为局部消息时,即可以利用多播将所述业务消息下发至用户群组中各用户对应的用户终端中。具体的,用户终端在接入直播间时,接入服务器根据用户终端发送的连接请求,为该用户终端添加该直播间的标识,因此,属于同一个直播间的用户终端,都具有该直播间的标识,且在执行观看直播视频的多播业务;推送系统在生成多播业务对应的业务消息时,可以将直播间的标识确定为多播组的标识,添加在业务消息中。管理服务器可以从业务消息中获取多播组标识,然后依据多播组标识进行寻址,确定接入服务器;具体包括步骤206-步骤202:When the management server determines that the service message is a local message, the service message can be delivered to the user terminal corresponding to each user in the user group by using multicast. Specifically, when the user terminal accesses the live broadcast room, the access server adds the identifier of the live broadcast room to the user terminal according to the connection request sent by the user terminal. Therefore, the user terminals belonging to the same live broadcast room have the live broadcast room. The identifier is configured to perform the multicast service for watching the live video. When the push system generates the service message corresponding to the multicast service, the identifier of the live broadcast may be determined as the identifier of the multicast group and added in the service message. The management server may obtain the multicast group identifier from the service message, and then perform the addressing according to the multicast group identifier to determine the access server. Specifically, the method includes the following steps: Step 206 - Step 202:
步骤206、管理服务器依据所述多播组标识向各接入服务器发送寻址请求。Step 206: The management server sends an addressing request to each access server according to the multicast group identifier.
本申请实施例中,接入服务器在接收用户终端发送的连接请求后,可以根据连接请求存储各用户终端的标识,所述用户终端的标识至少包括用户终端的IP地址和用户接入的直播间的标识。从而管理服务器在获取多播组标识后,可以向各接入服务器发送多播标识对应的寻址请求,以查找哪些接入服务器包含所述多播组标识的用户终端。In the embodiment of the present application, after receiving the connection request sent by the user terminal, the access server may store the identifier of each user terminal according to the connection request, where the identifier of the user terminal includes at least the IP address of the user terminal and the live broadcast room accessed by the user. Logo. Therefore, after obtaining the multicast group identifier, the management server may send an addressing request corresponding to the multicast identifier to each access server to find which access servers include the user terminal of the multicast group identifier.
步骤208、接入服务器依据所述寻址请求查询所述多播组标识,当连接的用户终端存在所述多播组标识对应多播业务时,生成寻址响应。Step 208: The access server queries the multicast group identifier according to the addressing request, and generates an addressing response when the connected user terminal has the multicast group identifier corresponding to the multicast service.
接入服务器接收管理服务器发送的寻址请求,然后依据所述寻址请求中多播组标识,确定所述多播主标识对应的多播业务;然后查询该接入服务器 中执行该多播业务的用户终端;当存在执行多播业务的用户终端时,可以根据接入服务器的IP地址生成寻址响应;当存在执行多播业务的用户终端时,无需生成寻址响应。其中,多播组标识对应的多播业务可以是用户群组执行的任意一项业务,如观看直播视频,参与活动等等。The access server receives the addressing request sent by the management server, and then determines the multicast service corresponding to the multicast primary identity according to the multicast group identifier in the addressing request; and then queries the access server to perform the multicast service. The user terminal; when there is a user terminal performing the multicast service, the addressing response may be generated according to the IP address of the access server; when there is a user terminal performing the multicast service, there is no need to generate an addressing response. The multicast service corresponding to the multicast group identifier may be any one of the services performed by the user group, such as watching a live video, participating in an activity, and the like.
步骤210、管理服务器接收返回的寻址响应,依据所述寻址响应确定具有多播组标识对应多播业务的接入服务器。Step 210: The management server receives the returned addressing response, and determines, according to the addressing response, an access server that has a multicast group identifier corresponding to the multicast service.
当接收服务器生成寻址响应后,将寻址响应返回至管理服务器;管理服务器接收寻址响应,再根据寻址响应,确定对应的接入服务器;其中,所述寻址响应对应的接入服务器,是具有多播组标识对应的多播业务的接入服务器;该接入服务器接入的用户终端,包括用户群组的用户对应的用户终端。此时,管理服务器即完成了一层寻址的操作,管理服务器发送寻址请求后,接收到的寻址响应的数量,不多于所有的接入服务器的数量;相比于现有技术的多播寻址方式,大大减少了接收寻址响应的带宽,减轻了管理服务器的负担。例如,管理服务器管理的接入服务器有10个,各接入服务器接入的用户群组中用户对应的用户终端为30万个;现有技术中管理服务器接收的寻址响应为300万条,占用11MB左右,而本申请实施例中管理服务器接收的寻址响应为5条,占用几十kB左右,远小于11MB。After the receiving server generates the addressing response, the addressing response is returned to the management server; the management server receives the addressing response, and then determines the corresponding access server according to the addressing response; wherein the addressing response corresponds to the access server An access server having a multicast service corresponding to the multicast group identifier; the user terminal accessed by the access server includes a user terminal corresponding to the user of the user group. At this point, the management server completes a layer of addressing operation. After the management server sends the addressing request, the number of addressing responses received is no more than the number of all access servers; compared to the prior art Multicast addressing mode greatly reduces the bandwidth for receiving addressing responses and reduces the burden on the management server. For example, there are 10 access servers managed by the management server, and the number of user terminals corresponding to the user groups accessed by each access server is 300,000; in the prior art, the management server receives 3 million addressing responses. The occupancy response of the management server in the embodiment of the present application is five, occupying several tens of kB, and is much smaller than 11 MB.
步骤212、管理服务器向各接入服务器分别发送所述业务消息。Step 212: The management server separately sends the service message to each access server.
管理服务器将所述业务消息,下发至各具有多播组标识对应多播业务的接入服务器中。The management server delivers the service message to each access server having a multicast service corresponding to the multicast group identifier.
步骤214、接入服务器从所述业务消息中获取多播组标识。Step 214: The access server acquires a multicast group identifier from the service message.
步骤216、接入服务器依据所述多播组标识进行寻址,确定所述用户群组中用户对应的用户终端。Step 216: The access server performs addressing according to the multicast group identifier, and determines a user terminal corresponding to the user in the user group.
接入服务器接收业务消息,再将所述业务消息下发至用户群组中用户的用户终端上,因此,需要查找用户群组中用户的用户终端的IP地址。具体的,接入服务器可以从业务消息中获取多播组标识,然后根据多播组标识进行寻址,进而确定用户群组中用户对应的用户终端。具体的,本申请实施例中,所述接入服务器中已存储了各用户终端的标识,在根据多播组标识寻址 时,可以在接入服务器存储的用户终端的标识中,查找是否存在用户终端的标识包含所述多播组标识,当存在时,则可以将该用户标识对应的用户终端,确定为用户群组中用户对应的用户终端。The access server receives the service message, and then delivers the service message to the user terminal of the user in the user group. Therefore, the IP address of the user terminal of the user in the user group needs to be searched. Specifically, the access server may obtain the multicast group identifier from the service message, and then perform addressing according to the multicast group identifier, thereby determining the user terminal corresponding to the user in the user group. Specifically, in the embodiment of the present application, the identifier of each user terminal is stored in the access server, and when the multicast group identifier is used, the identifier of the user terminal stored in the access server may be searched for The identifier of the user terminal includes the multicast group identifier, and when present, the user terminal corresponding to the user identifier may be determined as the user terminal corresponding to the user in the user group.
步骤218、接入服务器向各用户终端分别发送所述业务消息。Step 218: The access server separately sends the service message to each user terminal.
接入服务器将所述业务消息,下发至用户群组的各用户对应的用户终端中。The access server delivers the service message to the user terminal corresponding to each user of the user group.
本申请实施例中用户终端与接入服务器通过长连接方式进行通信,从而保证了接入服务器与用户终端可以即时通信;管理服务器在接收到业务消息后,对业务消息所属的业务类型进行判断;在确定业务消息属于多播业务时,确定该业务消息为局部消息;再根据业务消息中多播组标识进行一层寻址,根据接入服务器返回的寻址响应,确定具有多播组标识的对应多播业务的接入服务器,并将所述业务信息发送至接入服务器;接入服务器再根据多播组标识进行二层寻址,确定用户群组中用户对应的用户终端,再将业务消息下发至用户群组中各用户的用户终端。由于管理服务器通过一层寻址,接收的接入服务器的寻址响应数量,远小于现有技术中管理服务器接收的寻址响应的数量,大大提高了管理服务器处理效率,减少了管理服务器的负担。In the embodiment of the present application, the user terminal communicates with the access server through a long connection manner, thereby ensuring that the access server and the user terminal can communicate in real time; after receiving the service message, the management server determines the service type to which the service message belongs; When determining that the service message belongs to the multicast service, determining that the service message is a local message; performing a layer addressing according to the multicast group identifier in the service message, and determining, according to the addressing response returned by the access server, the identifier having the multicast group identifier Corresponding to the access server of the multicast service, and sending the service information to the access server; the access server performs the second layer addressing according to the multicast group identifier, determines the user terminal corresponding to the user in the user group, and then the service The message is delivered to the user terminal of each user in the user group. Since the management server addresses by one layer, the number of addressing responses of the received access server is much smaller than the number of addressing responses received by the management server in the prior art, which greatly improves the processing efficiency of the management server and reduces the burden on the management server. .
对于方法实施例,为了简单描述,故将其都表述为一系列的动作组合,但是本领域技术人员应该知悉,本申请实施例并不受所描述的动作顺序的限制,因为依据本申请实施例,某些步骤可以采用其他顺序或者同时进行。其次,本领域技术人员也应该知悉,说明书中所描述的实施例均属于优选实施例,所涉及的动作并不一定是本申请实施例所必须的。For the method embodiments, for the sake of brevity, they are all described as a series of action combinations, but those skilled in the art should understand that the embodiments of the present application are not limited by the described action sequence, because the embodiment according to the present application Some steps can be performed in other orders or at the same time. In the following, those skilled in the art should also understand that the embodiments described in the specification are all preferred embodiments, and the actions involved are not necessarily required in the embodiments of the present application.
参照图3,示出了根据本申请一个实施例的一种直播平台的消息处理装置实施例的结构框图,具体可以包括如下模块:第一确定模块302、第一发送模块304、第二确定模块306和第一发送模块308,其中,Referring to FIG. 3, a block diagram of a structure of a message processing apparatus of a live broadcast platform according to an embodiment of the present application is shown, which may specifically include the following modules: a first determining module 302, a first sending module 304, and a second determining module. 306 and a first sending module 308, wherein
第一确定模块302,用于调用管理服务器确定业务消息为局部消息时,依据所述业务消息进行寻址,确定接入服务器,其中,所述局部消息是向用户群组发送的消息,所述接入服务器为所述用户群组中用户对应用户终端所 在的接入服务器。The first determining module 302 is configured to: when the management server determines that the service message is a local message, perform addressing according to the service message, and determine an access server, where the local message is a message sent to a user group, The access server is an access server where the user corresponding to the user terminal is located in the user group.
第一发送模块304,用于调用管理服务器向各接入服务器分别发送所述业务消息。The first sending module 304 is configured to invoke the management server to separately send the service message to each access server.
第二确定模块306,用于调用所述接入服务器依据所述业务消息进行寻址,确定所述用户群组中用户对应的用户终端。The second determining module 306 is configured to invoke the access server to perform addressing according to the service message, and determine a user terminal corresponding to the user in the user group.
第二发送模块308,用于调用所述接入服务器向各用户终端分别发送所述业务消息。The second sending module 308 is configured to invoke the access server to separately send the service message to each user terminal.
参照图4,在图3的基础上,对上述模块进行详细说明,以及对所述的装置还包括的模块进行说明。Referring to Fig. 4, the above modules will be described in detail based on Fig. 3, and the modules included in the apparatus will be described.
图4示出了根据本申请另一个实施例的一种直播平台的消息处理装置实施例的结构框图,所述的装置包括:第一确定模块402、第一发送模块404、第二确定模块406和第一发送模块408,上述已经论述,在此不再赘述。所述的装置还包括:消息判断模块410和响应生成模块412,其中,FIG. 4 is a structural block diagram of an embodiment of a message processing apparatus of a live broadcast platform according to another embodiment of the present application. The apparatus includes: a first determining module 402, a first sending module 404, and a second determining module 406. And the first sending module 408, which has been discussed above, will not be described herein. The device further includes: a message judging module 410 and a response generating module 412, where
消息判断模块410,用于管理服务器获取业务消息,依据业务对象对所述业务消息进行判断;当所述业务消息属于多播业务时,确定业务消息为局部消息;当所述业务消息属于单播业务或广播业务时,确定业务消息为全局消息。The message judging module 410 is configured to: the management server obtains the service message, and determines the service message according to the service object; when the service message belongs to the multicast service, determines that the service message is a local message; and when the service message belongs to the unicast When the service or broadcast service is determined, the service message is determined to be a global message.
响应生成模块412,用于调用接入服务器依据所述寻址请求查询所述多播组标识,当连接的用户终端存在所述多播组标识对应多播业务时,生成寻址响应。The response generation module 412 is configured to invoke the access server to query the multicast group identifier according to the addressing request, and generate an addressing response when the connected user terminal has the multicast group identifier corresponding to the multicast service.
本申请实施例中,所述第一确定模块402,用于调用管理服务器从业务消息中获取多播组标识;依据所述多播组标识进行寻址,确定所述接入服务器。In the embodiment of the present application, the first determining module 402 is configured to invoke the management server to obtain a multicast group identifier from the service message, and perform addressing according to the multicast group identifier to determine the access server.
所述第一确定模块402,用于依据所述多播组标识向各接入服务器发送寻址请求;接收返回的寻址响应,依据所述寻址响应确定具有多播组标识对应多播业务的接入服务器。The first determining module 402 is configured to send an addressing request to each access server according to the multicast group identifier, receive the returned addressing response, and determine, according to the addressing response, a multicast service corresponding to the multicast group identifier. Access server.
所述第二确定模块406,用于调用所述接入服务器从所述业务消息中获取多播组标识;依据所述多播组标识进行寻址,确定所述用户群组中用户对 应的用户终端。The second determining module 406 is configured to invoke the access server to obtain a multicast group identifier from the service message, perform addressing according to the multicast group identifier, and determine a user corresponding to the user in the user group. terminal.
本申请实施例中,所述局部消息属于多播业务,所述多播业务为通过用户群组执行的业务。所述用户终端和接入服务器通过长连接方式通信。In the embodiment of the present application, the local message belongs to a multicast service, and the multicast service is a service performed by a user group. The user terminal and the access server communicate through a long connection.
本申请的直播平台的消息处理方法,在管理服务器确定业务消息为局部消息时,依据所述业务消息进行寻址,确定接入服务器,即管理服务器进行一层寻址;再向各接入服务器分别发送所述业务消息;所述接入服务器依据所述业务消息进行寻址,确定所述用户群组中用户对应的用户终端,即接入服务器进行二层寻址;所述接入服务器向各用户终端分别发送所述业务消息。从而通过一层寻址和接入服务器的二层寻址,将业务消息发送至用户终端,提高了服务器处理效率,减少了服务器的负担。The message processing method of the live broadcast platform of the present application, when the management server determines that the service message is a local message, performs addressing according to the service message, determines the access server, that is, the management server performs one layer addressing; and then accesses each access server Sending the service message separately; the access server performs addressing according to the service message, and determines a user terminal corresponding to the user in the user group, that is, the access server performs Layer 2 addressing; the access server Each user terminal separately sends the service message. Therefore, the service message is sent to the user terminal through a layer of addressing and access layer server access, which improves the processing efficiency of the server and reduces the burden on the server.
对于装置实施例而言,由于其与方法实施例基本相似,所以描述的比较简单,相关之处参见方法实施例的部分说明即可。For the device embodiment, since it is basically similar to the method embodiment, the description is relatively simple, and the relevant parts can be referred to the description of the method embodiment.
本发明的各个部件实施例可以以硬件实现,或者以在一个或者多个处理器上运行的软件模块实现,或者以它们的组合实现。本领域的技术人员应当理解,可以在实践中使用微处理器或者数字信号处理器(DSP)来实现根据本发明实施例的直播平台的消息处理设备中的一些或者全部部件的一些或者全部功能。本发明还可以实现为用于执行这里所描述的方法的一部分或者全部的设备或者装置程序(例如,计算机程序和计算机程序产品)。这样的实现本发明的程序可以存储在计算机可读介质上,或者可以具有一个或者多个信号的形式。这样的信号可以从因特网网站上下载得到,或者在载体信号上提供,或者以任何其他形式提供。The various component embodiments of the present invention may be implemented in hardware, or in a software module running on one or more processors, or in a combination thereof. Those skilled in the art will appreciate that some or all of the functionality of some or all of the components of the message processing device of the live broadcast platform in accordance with embodiments of the present invention may be implemented in practice using a microprocessor or digital signal processor (DSP). The invention can also be implemented as a device or device program (e.g., a computer program and a computer program product) for performing some or all of the methods described herein. Such a program implementing the invention may be stored on a computer readable medium or may be in the form of one or more signals. Such signals may be downloaded from an Internet website, provided on a carrier signal, or provided in any other form.
例如图5示出了可以实现根据本发明的直播平台的消息处理的服务器。该服务器传统上包括处理器510和以存储器520形式的计算机程序产品或者计算机可读介质。存储器520可以是诸如闪存、EEPROM(电可擦除可编程只读存储器)、EPROM、硬盘或者ROM之类的电子存储器。存储器520具有用于执行上述方法中的任何方法步骤的程序代码531的存储空间530。例如,用于程序代码的存储空间530可以包括分别用于实现上面的方法中的各种步骤的各个程序代码531。这些程序代码可以从一个或者多个计算机程序 产品中读出或者写入到这一个或者多个计算机程序产品中。这些计算机程序产品包括诸如硬盘,紧致盘(CD)、存储卡或者软盘之类的程序代码载体。这样的计算机程序产品通常为如参考图6所述的便携式或者固定存储单元。该存储单元可以具有与图5的服务器中的存储器520类似布置的存储段、存储空间等。程序代码可以例如以适当形式进行压缩。通常,存储单元包括计算机可读代码531’,即可以由例如诸如510之类的处理器读取的代码,这些代码当由服务器运行时,导致该服务器执行上面所描述的方法中的各个步骤。For example, Figure 5 illustrates a server that can implement message processing for a live broadcast platform in accordance with the present invention. The server conventionally includes a processor 510 and a computer program product or computer readable medium in the form of a memory 520. The memory 520 may be an electronic memory such as a flash memory, an EEPROM (Electrically Erasable Programmable Read Only Memory), an EPROM, a hard disk, or a ROM. Memory 520 has a memory space 530 for program code 531 for performing any of the method steps described above. For example, storage space 530 for program code may include various program code 531 for implementing various steps in the above methods, respectively. The program code can be read from or written to one or more computer program products. These computer program products include program code carriers such as hard disks, compact disks (CDs), memory cards or floppy disks. Such computer program products are typically portable or fixed storage units as described with reference to FIG. The storage unit may have a storage section, a storage space, and the like arranged similarly to the storage 520 in the server of FIG. The program code can be compressed, for example, in an appropriate form. Typically, the storage unit includes computer readable code 531', code that can be read by a processor, such as 510, which, when executed by a server, causes the server to perform various steps in the methods described above.
本文中所称的“一个实施例”、“实施例”或者“一个或者多个实施例”意味着,结合实施例描述的特定特征、结构或者特性包括在本发明的至少一个实施例中。此外,请注意,这里“在一个实施例中”的词语例子不一定全指同一个实施例。"an embodiment," or "an embodiment," or "an embodiment," In addition, it is noted that the phrase "in one embodiment" is not necessarily referring to the same embodiment.
在此处所提供的说明书中,说明了大量具体细节。然而,能够理解,本发明的实施例可以在没有这些具体细节的情况下被实践。在一些实例中,并未详细示出公知的方法、结构和技术,以便不模糊对本说明书的理解。In the description provided herein, numerous specific details are set forth. However, it is understood that the embodiments of the invention may be practiced without these specific details. In some instances, well-known methods, structures, and techniques are not shown in detail so as not to obscure the understanding of the description.
应该注意的是上述实施例对本发明进行说明而不是对本发明进行限制,并且本领域技术人员在不脱离所附权利要求的范围的情况下可设计出替换实施例。在权利要求中,不应将位于括号之间的任何参考符号构造成对权利要求的限制。单词“包含”不排除存在未列在权利要求中的元件或步骤。位于元件之前的单词“一”或“一个”不排除存在多个这样的元件。本发明可以借助于包括有若干不同元件的硬件以及借助于适当编程的计算机来实现。在列举了若干装置的单元权利要求中,这些装置中的若干个可以是通过同一个硬件项来具体体现。单词第一、第二、以及第三等的使用不表示任何顺序。可将这些单词解释为名称。It is to be noted that the above-described embodiments are illustrative of the invention and are not intended to be limiting, and that the invention may be devised without departing from the scope of the appended claims. In the claims, any reference signs placed between parentheses shall not be construed as a limitation. The word "comprising" does not exclude the presence of the elements or steps that are not recited in the claims. The word "a" or "an" The invention can be implemented by means of hardware comprising several distinct elements and by means of a suitably programmed computer. In the unit claims enumerating several means, several of these means can be embodied by the same hardware item. The use of the words first, second, and third does not indicate any order. These words can be interpreted as names.
此外,还应当注意,本说明书中使用的语言主要是为了可读性和教导的目的而选择的,而不是为了解释或者限定本发明的主题而选择的。因此,在不偏离所附权利要求书的范围和精神的情况下,对于本技术领域的普通技术人员来说许多修改和变更都是显而易见的。对于本发明的范围,对本发明所 做的公开是说明性的,而非限制性的,本发明的范围由所附权利要求书限定。In addition, it should be noted that the language used in the specification has been selected for the purpose of readability and teaching, and is not intended to be construed or limited. Therefore, many modifications and changes will be apparent to those skilled in the art without departing from the scope of the invention. The disclosure of the present invention is intended to be illustrative, and not restrictive, and the scope of the invention is defined by the appended claims.

Claims (18)

  1. 一种直播平台的消息处理方法,所述的方法包括:A message processing method for a live broadcast platform, the method comprising:
    管理服务器确定业务消息为局部消息时,依据所述业务消息进行寻址,确定接入服务器,其中,所述局部消息是向用户群组发送的消息,所述接入服务器为所述用户群组中用户对应用户终端所在的接入服务器;When the management server determines that the service message is a local message, the service server performs addressing according to the service message, and determines the access server, where the local message is a message sent to the user group, and the access server is the user group. The middle user corresponds to the access server where the user terminal is located;
    管理服务器向各接入服务器分别发送所述业务消息;The management server separately sends the service message to each access server;
    所述接入服务器依据所述业务消息进行寻址,确定所述用户群组中用户对应的用户终端;The access server performs addressing according to the service message, and determines a user terminal corresponding to the user in the user group;
    所述接入服务器向各用户终端分别发送所述业务消息。The access server separately sends the service message to each user terminal.
  2. 如权利要求1所述的方法,其中,所述局部消息属于多播业务,所述多播业务为通过用户群组执行的业务。The method of claim 1, wherein the local message belongs to a multicast service, and the multicast service is a service performed by a user group.
  3. 如权利要求2所述的方法,其中,管理服务器依据业务消息进行寻址,确定接入服务器,包括:The method of claim 2, wherein the management server addresses the service message according to the service message, and determines the access server, including:
    管理服务器从业务消息中获取多播组标识;The management server obtains the multicast group identifier from the service message;
    依据所述多播组标识进行寻址,确定所述接入服务器。Addressing according to the multicast group identifier, determining the access server.
  4. 如权利要求3所述的方法,其中,依据所述多播组标识进行寻址,确定所述接入服务器,包括:The method of claim 3, wherein the addressing is determined according to the multicast group identifier, and the determining the access server comprises:
    依据所述多播组标识向各接入服务器发送寻址请求;Sending an addressing request to each access server according to the multicast group identifier;
    接收返回的寻址响应,依据所述寻址响应确定具有多播组标识对应多播业务的接入服务器。Receiving the returned addressing response, determining, according to the addressing response, an access server having a multicast group corresponding to the multicast service.
  5. 如权利要求4所述的方法,其中,还包括:The method of claim 4, further comprising:
    接入服务器依据所述寻址请求查询所述多播组标识,当连接的用户终端存在所述多播组标识对应多播业务时,生成寻址响应。The access server queries the multicast group identifier according to the addressing request, and generates an addressing response when the connected user terminal has the multicast group identifier corresponding to the multicast service.
  6. 如权利要求2所述的方法,其中,所述接入服务器依据所述业务消息进行寻址,确定所述用户群组中用户对应的用户终端,包括:The method of claim 2, wherein the access server performs addressing according to the service message, and determining a user terminal corresponding to the user in the user group, including:
    所述接入服务器从所述业务消息中获取多播组标识;The access server acquires a multicast group identifier from the service message;
    依据所述多播组标识进行寻址,确定所述用户群组中用户对应的用户终端。Addressing according to the multicast group identifier, determining a user terminal corresponding to the user in the user group.
  7. 如权利要求1所述的方法,其中,还包括:The method of claim 1 further comprising:
    管理服务器获取业务消息,依据业务对象对所述业务消息进行判断;The management server obtains a service message, and determines the service message according to the service object;
    当所述业务消息属于多播业务时,确定业务消息为局部消息;When the service message belongs to a multicast service, determining that the service message is a local message;
    当所述业务消息属于单播业务或广播业务时,确定业务消息为全局消息。When the service message belongs to a unicast service or a broadcast service, the service message is determined to be a global message.
  8. 如权利要求1-7任一所述的方法,其中,所述用户终端和接入服务器通过长连接方式通信。The method of any of claims 1-7, wherein the user terminal and the access server communicate via a long connection.
  9. 一种直播平台的消息处理装置,所述的装置包括:A message processing device for a live broadcast platform, the device comprising:
    第一确定模块,用于调用管理服务器确定业务消息为局部消息时,依据所述业务消息进行寻址,确定接入服务器,其中,所述局部消息是向用户群组发送的消息,所述接入服务器为所述用户群组中用户对应用户终端所在的接入服务器;a first determining module, configured to: when the management server determines that the service message is a local message, is addressed according to the service message, and determines an access server, where the local message is a message sent to a user group, where the The incoming server is an access server where the user corresponding to the user terminal is located in the user group;
    第一发送模块,用于调用管理服务器向各接入服务器分别发送所述业务消息;a first sending module, configured to invoke a management server to separately send the service message to each access server;
    第二确定模块,用于调用所述接入服务器依据所述业务消息进行寻址,确定所述用户群组中用户对应的用户终端;a second determining module, configured to invoke the access server to perform addressing according to the service message, and determine a user terminal corresponding to the user in the user group;
    第二发送模块,用于调用所述接入服务器向各用户终端分别发送所述业务消息。The second sending module is configured to invoke the access server to separately send the service message to each user terminal.
  10. 如权利要求9所述的装置,其中,所述局部消息属于多播业务,所述多播业务为通过用户群组执行的业务。The apparatus of claim 9, wherein the local message belongs to a multicast service, and the multicast service is a service performed by a user group.
  11. 如权利要求10所述的装置,其中,所述第一确定模块,用于调用管理服务器从业务消息中获取多播组标识;依据所述多播组标识进行寻址,确定所述接入服务器。The apparatus according to claim 10, wherein the first determining module is configured to invoke a management server to obtain a multicast group identifier from a service message; perform addressing according to the multicast group identifier, and determine the access server. .
  12. 如权利要求11所述的装置,其中,所述第一确定模块,用于依据所述多播组标识向各接入服务器发送寻址请求;接收返回的寻址响应,依据所述寻址响应确定具有多播组标识对应多播业务的接入服务器。The apparatus of claim 11, wherein the first determining module is configured to send an addressing request to each access server according to the multicast group identifier; receive a returned addressing response according to the addressing response The access server having the multicast group identifier corresponding to the multicast service is determined.
  13. 如权利要求12所述的装置,其中,还包括:The apparatus of claim 12, further comprising:
    响应生成模块,用于调用接入服务器依据所述寻址请求查询所述多播组标识,当连接的用户终端存在所述多播组标识对应多播业务时,生成寻址响 应。The response generation module is configured to invoke the access server to query the multicast group identifier according to the addressing request, and generate an addressing response when the connected user terminal has the multicast group identifier corresponding to the multicast service.
  14. 如权利要求10所述的装置,其中,所述第二确定模块,用于调用所述接入服务器从所述业务消息中获取多播组标识;依据所述多播组标识进行寻址,确定所述用户群组中用户对应的用户终端。The device of claim 10, wherein the second determining module is configured to invoke the access server to obtain a multicast group identifier from the service message; and perform addressing according to the multicast group identifier, determine a user terminal corresponding to the user in the user group.
  15. 如权利要求9所述的装置,其中,还包括:The apparatus of claim 9 further comprising:
    消息判断模块,用于管理服务器获取业务消息,依据业务对象对所述业务消息进行判断;当所述业务消息属于多播业务时,确定业务消息为局部消息;当所述业务消息属于单播业务或广播业务时,确定业务消息为全局消息。The message judging module is configured to: the management server obtains the service message, and judges the service message according to the service object; when the service message belongs to the multicast service, determines that the service message is a local message; and when the service message belongs to the unicast service, Or when broadcasting a service, determine that the service message is a global message.
  16. 如权利要求9-15任一所述的装置,其中,所述用户终端和接入服务器通过长连接方式通信。The apparatus of any of claims 9-15, wherein the user terminal and the access server communicate via a long connection.
  17. 一种计算机程序,包括计算机可读代码,当所述计算机可读代码在服务器上运行时,导致所述服务器执行根据权利要求1-8中的任一个所述的直播平台的消息处理方法。A computer program comprising computer readable code causing the server to perform a message processing method of a live broadcast platform according to any one of claims 1-8 when the computer readable code is run on a server.
  18. 一种计算机可读介质,其中存储了如权利要求17所述的计算机程序。A computer readable medium storing the computer program of claim 17.
PCT/CN2017/120278 2017-02-13 2017-12-29 Message processing method and device for live broadcast platform WO2018145538A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710076835.9A CN106953842A (en) 2017-02-13 2017-02-13 A kind of message treatment method and device of live platform
CN201710076835.9 2017-02-13

Publications (1)

Publication Number Publication Date
WO2018145538A1 true WO2018145538A1 (en) 2018-08-16

Family

ID=59466354

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/120278 WO2018145538A1 (en) 2017-02-13 2017-12-29 Message processing method and device for live broadcast platform

Country Status (2)

Country Link
CN (1) CN106953842A (en)
WO (1) WO2018145538A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112436997A (en) * 2020-11-10 2021-03-02 杭州米络星科技(集团)有限公司 Chat room message distribution method, message distribution system and electronic equipment
CN112822499A (en) * 2019-11-15 2021-05-18 北京金山云网络技术有限公司 Data communication method, device and system for network live broadcast and electronic equipment
CN113204440A (en) * 2021-04-29 2021-08-03 北京达佳互联信息技术有限公司 Message sending method and device, electronic equipment and storage medium

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106953842A (en) * 2017-02-13 2017-07-14 北京奇虎科技有限公司 A kind of message treatment method and device of live platform
CN110336752B (en) * 2019-06-14 2022-06-07 福建天泉教育科技有限公司 Method and system for improving local broadcast push efficiency
CN110545327B (en) * 2019-09-20 2022-04-29 北京达佳互联信息技术有限公司 Information pushing method and system
CN110545237A (en) * 2019-10-08 2019-12-06 广州欢聊网络科技有限公司 Instant messaging method, device, system, computer equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101394241A (en) * 2008-07-17 2009-03-25 中兴通讯股份有限公司 Sending method and system for multicast and broadcast service notification information
CN103036926A (en) * 2011-09-29 2013-04-10 中国电信股份有限公司 Business push system and method
US20160330258A1 (en) * 2015-05-08 2016-11-10 Charanjit Singh Sandhu Broadcasts among electronic devices of registered users via internet protocol
CN106953842A (en) * 2017-02-13 2017-07-14 北京奇虎科技有限公司 A kind of message treatment method and device of live platform

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101394241A (en) * 2008-07-17 2009-03-25 中兴通讯股份有限公司 Sending method and system for multicast and broadcast service notification information
CN103036926A (en) * 2011-09-29 2013-04-10 中国电信股份有限公司 Business push system and method
US20160330258A1 (en) * 2015-05-08 2016-11-10 Charanjit Singh Sandhu Broadcasts among electronic devices of registered users via internet protocol
CN106953842A (en) * 2017-02-13 2017-07-14 北京奇虎科技有限公司 A kind of message treatment method and device of live platform

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112822499A (en) * 2019-11-15 2021-05-18 北京金山云网络技术有限公司 Data communication method, device and system for network live broadcast and electronic equipment
CN112822499B (en) * 2019-11-15 2023-03-07 北京金山云网络技术有限公司 Data communication method, device and system for network live broadcast and electronic equipment
CN112436997A (en) * 2020-11-10 2021-03-02 杭州米络星科技(集团)有限公司 Chat room message distribution method, message distribution system and electronic equipment
CN112436997B (en) * 2020-11-10 2023-03-03 杭州米络星科技(集团)有限公司 Chat room message distribution method, message distribution system and electronic equipment
CN113204440A (en) * 2021-04-29 2021-08-03 北京达佳互联信息技术有限公司 Message sending method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN106953842A (en) 2017-07-14

Similar Documents

Publication Publication Date Title
WO2018145538A1 (en) Message processing method and device for live broadcast platform
US8943210B2 (en) Mastering music played among a plurality of users
US20160007052A1 (en) Live streaming broadcast service with artist and fan competitive reward system
CN104093067A (en) Device and method for sharing and playing audio and visual fragments in terminal
CN104079614B (en) The method and system obtained in order for distributed post ordering system message
WO2018121405A1 (en) Method and device for transmitting stream data
JP2013501265A (en) Real-time provision of links to parts of media objects in social network updates
CN106936582A (en) Electronic Seal System and method
CN105959207A (en) Audio and video sharing method and device
WO2017101354A1 (en) Message pushing system and method
WO2011010278A1 (en) Method and device for a light host management protocol on multicast capable router
CN108573393A (en) Comment information processing method, device, server and storage medium
CN104394601A (en) WiFi (wireless fidelity) network access control method, device and router
CN114245182B (en) Live video stream acquisition method and device
US11803562B2 (en) Method and system for querying streaming data
CN105897547A (en) Information processing method, information pushing method and device
CN111275495A (en) Advertisement putting monitoring method, device and system based on block chain
US20190028780A1 (en) Automatic annotation of audio-video sequences
CN110311855A (en) User message processing method, device, electronic equipment and storage medium
US9705836B2 (en) Method, server and SNS system for message interaction
US20110145374A1 (en) Communication system for supporting communication between distributed modules in distributed communication network and communication method using the same
JP2016048920A (en) Method and system for comparing media assets
CN111177463A (en) Conference record searching method and device, electronic equipment and medium
WO2018121739A1 (en) Method and device for transmitting stream data
CN113596194B (en) Method for classifying and calibrating DNS traffic and DNS server

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: 17896236

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: 17896236

Country of ref document: EP

Kind code of ref document: A1