CN108924653B - Bullet screen message distribution method, device, equipment and storage medium - Google Patents

Bullet screen message distribution method, device, equipment and storage medium Download PDF

Info

Publication number
CN108924653B
CN108924653B CN201810797433.2A CN201810797433A CN108924653B CN 108924653 B CN108924653 B CN 108924653B CN 201810797433 A CN201810797433 A CN 201810797433A CN 108924653 B CN108924653 B CN 108924653B
Authority
CN
China
Prior art keywords
bullet screen
screen message
message
target
distributed
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201810797433.2A
Other languages
Chinese (zh)
Other versions
CN108924653A (en
Inventor
张磊
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wuhan Douyu Network Technology Co Ltd
Original Assignee
Wuhan Douyu Network 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 Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201810797433.2A priority Critical patent/CN108924653B/en
Publication of CN108924653A publication Critical patent/CN108924653A/en
Application granted granted Critical
Publication of CN108924653B publication Critical patent/CN108924653B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/488Data services, e.g. news ticker
    • H04N21/4884Data services, e.g. news ticker for displaying subtitles
    • 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/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/443OS processes, e.g. booting an STB, implementing a Java virtual machine in an STB or power management in an STB
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/80Generation or processing of content or additional data by content creator independently of the distribution process; Content per se
    • H04N21/81Monomedia components thereof
    • H04N21/8126Monomedia components thereof involving additional data, e.g. news, sports, stocks, weather forecasts
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/80Generation or processing of content or additional data by content creator independently of the distribution process; Content per se
    • H04N21/81Monomedia components thereof
    • H04N21/8166Monomedia components thereof involving executable data, e.g. software
    • H04N21/8173End-user applications, e.g. Web browser, game

Abstract

The embodiment of the invention discloses a bullet screen message distribution method, a bullet screen message distribution device, bullet screen message distribution equipment and a storage medium. The method comprises the following steps: the top-level bullet screen distributor object acquires bullet screen messages to be distributed and preprocesses the bullet screen messages to be distributed to obtain a target bullet screen message set; the secondary bullet screen distributor object obtains a target bullet screen message set and a bullet screen message receiver object, calls a bullet screen distribution function through the bullet screen message receiver object, and distributes target bullet screen messages in the target bullet screen message set to the bullet screen message receiver object in sequence; wherein the target bullet screen message is of a JavaBean type; the bullet screen distribution function is obtained by inheriting a predefined bullet screen distribution protocol for a bullet screen message receiver object, and the bullet screen distribution protocol is an interface protocol with a public authority modifier. Through the technical scheme, the bullet screen message distribution process is simplified, the direct distribution of the bullet screen message is realized, and the bullet screen message distribution efficiency and timeliness are improved.

Description

Bullet screen message distribution method, device, equipment and storage medium
Technical Field
The embodiment of the invention relates to computer technology, in particular to a bullet screen message distribution method, a bullet screen message distribution device, bullet screen message distribution equipment and a storage medium.
Background
In a client (which may be referred to as an Android client) with an Android system, a bullet screen message is generally obtained from a server (i.e., a bullet screen server) capable of transmitting and processing the bullet screen message, that is, the bullet screen server sends a message to the Android client.
At present, when receiving a bullet screen message sent by a bullet screen server, an Android client directly sends the analyzed bullet screen message to each bullet screen message receiver object, such as a view object, a service controller object or a data manager object, which needs to receive the bullet screen message according to a receiving sequence based on a reference relation chain provided by an Android system through a bullet screen distribution module in audio/video playing/live broadcasting application software. Taking the view object as an example, the bullet screen distribution module will directly deliver bullet screen messages to the target view object layer by layer according to the reference relation chain of the view level. Referring to fig. 1, if a view object located in the third view layer 104 needs to obtain the bullet screen message 101, the bullet screen message 101 needs to be transmitted to the first view layer 102, then transmitted from the first view layer 102 to the second view layer 103, and finally transmitted from the second view layer 103 to the third view layer 104 according to the reference relation chain. In this process, even if the view objects in the first view layer 102 and the second view layer 103 do not need the bullet screen message, they must receive and deliver the bullet screen message.
In the prior art, the bullet screen message is not directly analyzed and verified by the bullet screen distribution module, so that the circulation process of the bullet screen message is increased to a certain extent, and the bullet screen message distribution efficiency and timeliness are reduced. In addition, the distribution flow of the bullet screen message is too complex, the time consumption is long, the bullet screen message distribution efficiency is reduced to a greater extent, and the system resource consumption is increased.
Disclosure of Invention
The embodiment of the invention provides a bullet screen message distribution method, a bullet screen message distribution device, bullet screen message distribution equipment and a storage medium, which are used for simplifying the bullet screen message distribution process, realizing direct distribution of bullet screen messages in audio and video playing/live broadcasting application software and improving bullet screen message distribution efficiency and timeliness.
In a first aspect, an embodiment of the present invention provides a bullet screen message distribution method, including:
the method comprises the steps that a top-level bullet screen distributor object obtains bullet screen messages to be distributed, and preprocesses the bullet screen messages to be distributed to obtain a target bullet screen message set;
the secondary bullet screen distributor object obtains the target bullet screen message set and a bullet screen message receiver object;
the secondary bullet screen distributor object calls a bullet screen distribution function through the bullet screen message receiver object and distributes target bullet screen messages in the target bullet screen message set to the bullet screen message receiver object in sequence;
wherein the target barrage message is of a JavaBean type; the bullet screen distribution function is obtained by inheriting a predefined bullet screen distribution protocol for the bullet screen message receiver object, and the bullet screen distribution protocol is an interface protocol with a public authority modifier.
In a second aspect, an embodiment of the present invention further provides a bullet screen message distribution apparatus, where the apparatus includes: a top-level bullet screen distributor and a secondary bullet screen distributor;
the top bullet screen distributor is used for acquiring bullet screen messages to be distributed and preprocessing the bullet screen messages to be distributed to acquire a target bullet screen message set;
the secondary bullet screen distributor is used for obtaining the target bullet screen message set and a bullet screen message receiver object, calling a bullet screen distribution function through the bullet screen message receiver object, and distributing target bullet screen messages in the target bullet screen message set to the bullet screen message receiver object in sequence;
wherein the target barrage message is of a JavaBean type; the bullet screen distribution function is obtained by inheriting a predefined bullet screen distribution protocol for the bullet screen message receiver object, and the bullet screen distribution protocol is an interface protocol with a public authority modifier.
In a third aspect, an embodiment of the present invention further provides an apparatus, where the apparatus includes:
one or more processors;
a storage device for storing one or more programs,
when the one or more programs are executed by the one or more processors, the one or more processors implement the bullet screen message distribution method provided by any embodiment of the invention.
In a fourth aspect, an embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the bullet screen message distribution method provided in any embodiment of the present invention.
According to the embodiment of the invention, the top bullet screen distributor is arranged in the audio/video playing/live broadcasting application software to preprocess the bullet screen messages received from the bullet screen server to obtain the target bullet screen message set, so that the preprocessing operation of the bullet screen messages is centralized in the bullet screen distribution channel, the information interaction with other modules is reduced, and the bullet screen message distribution efficiency is improved to a certain extent. The bullet screen message receiver object inherits the transparent transmission type bullet screen distribution protocol, so that the bullet screen message receiver object has a bullet screen distribution function, a distribution interface and a distribution function for directly distributing bullet screen messages are constructed, and a direct bullet screen message transmission channel is formed between a secondary bullet screen distributor and the bullet screen message receiver object, wherein the secondary bullet screen distributor is arranged in audio and video playing/live broadcasting application software. The secondary bullet screen distributor receives the target bullet screen message set generated by the top bullet screen distributor, calls bullet screen distribution functions in the bullet screen message receiver objects, and distributes the target bullet screen messages in the target bullet screen message set to the bullet screen message receiver objects in sequence, so that the secondary bullet screen distributor directly distributes the bullet screen messages to all the bullet screen message receiver objects from the constructed message transmission channel, the bullet screen message distribution process is greatly simplified, the bullet screen message distribution efficiency is further improved, and the resource loss of the system is reduced to a certain extent.
Drawings
FIG. 1 is a diagram illustrating a prior art bullet screen message distribution process;
fig. 2 is a flowchart of a bullet screen message distribution method in the first embodiment of the present invention;
fig. 3 is a schematic process diagram of bullet screen message distribution in the first embodiment of the present invention;
fig. 4 is a flowchart of a bullet screen message distribution method in the second embodiment of the present invention;
fig. 5 is a schematic structural diagram of a bullet screen message distribution device in the third embodiment of the present invention;
fig. 6 is a schematic structural diagram of an apparatus according to a fourth embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Example one
The bullet screen message distribution method provided by the embodiment is applicable to audio/video playing/live broadcast application software in an Android client, and distributes the received bullet screen messages to be distributed to each bullet screen message receiver object. The method can be executed by a bullet screen message distribution device, the device can be realized by software and/or hardware, and the device can be integrated in equipment provided with audio/video playing/live broadcast application software, such as typical user terminal equipment, such as a mobile phone, a tablet computer or a smart television. Referring to fig. 2, the method of the present embodiment specifically includes the following steps:
s110, the top bullet screen distributor object obtains bullet screen messages to be distributed, and the bullet screen messages to be distributed are preprocessed to obtain a target bullet screen message set.
The top bullet screen distributor object is an instantiation object of a bullet screen distributor of a previous level for distributing and processing bullet screen messages, is arranged opposite to the secondary bullet screen distributor object, and is an instantiation object of a bullet screen distributor of a next level for distributing and processing bullet screen messages. The bullet screen message to be distributed refers to a bullet screen message waiting to be distributed to a bullet screen message receiver object, and the bullet screen message is acquired from a bullet screen server by an Android client. Here, the bullet screen message receiver object refers to a component object that needs to receive a bullet screen message and satisfies a direct bullet screen message receiving condition in the audio/video playing/live broadcasting application software, and may be, for example, a view object for bullet screen message display, a service controller object for performing data processing on the bullet screen message, or a data manager object for storing or transmitting the bullet screen message. The above-described direct receipt bullet screen message condition will be described later. The target bullet screen message set is a set which at least stores target bullet screen messages corresponding to bullet screen messages to be distributed, and is an ordered set. The target bullet screen message is a bullet screen message meeting bullet screen distribution conditions, and may be, for example, a bullet screen message in a set data format, a bullet screen message subjected to operations such as bullet screen message analysis and verification, or a bullet screen message with a priority label. Illustratively, the target bullet screen message is of a JavaBean type, that is, the data type of the target bullet screen message needs to be of the JavaBean type, so that the target bullet screen message is advantageously managed uniformly.
Specifically, the top-level bullet screen distributor object obtains bullet screen information to be distributed from a bullet screen server, wherein the obtaining mode can be that an Android client sends a data obtaining request to the bullet screen server, and the bullet screen server passively responds to the data obtaining request to obtain the bullet screen information; preferably, the bullet screen information sent by the callback message transfer function of the bullet screen library object in the bullet screen server is received through a bullet screen monitor interface object and a message transfer function serving as the callback function in the bullet screen monitor interface object which are pre-established in the Android client, and the bullet screen monitor interface object is used for monitoring the bullet screen library object in the bullet screen server. That is to say, the Android client acquires the bullet screen message from the bullet screen server by setting a bullet screen monitor interface object in the Android client, monitoring a bullet screen library object in the bullet screen server, providing an interface for the bullet screen server to send the bullet screen message to the Android client, and the bullet screen monitor includes a callback function, and providing a call function pointer for the bullet screen server to send the bullet screen message to the Android client. When the bullet screen message reaches the bullet screen server, the bullet screen server is triggered to actively call a callback function, namely, the bullet screen server sends the bullet screen message to the Android client side through a function pointer of the callback function, and the Android client side timely and passively receives the bullet screen message, namely, the bullet screen message to be distributed, and transmits the bullet screen message to the top bullet screen distributor object. The bullet screen monitor and the callback function are just the bullet screen message acquisition protocol and the protocol function to be distributed, which are set in the Android client.
After acquiring the bullet screen message to be distributed, the top bullet screen distributor object directly preprocesses the bullet screen message to be distributed, for example, the bullet screen message to be distributed may be analyzed and/or verified, or the acquired multiple bullet screen messages to be distributed may be sequenced, so as to obtain the target bullet screen message. And then, further storing the target bullet screen message to obtain a target bullet screen message set.
Exemplarily, the top bullet screen distributor object preprocesses bullet screen messages to be distributed, and obtaining the target bullet screen message set includes: the top-level bullet screen distributor object decrypts and analyzes the bullet screen message to be distributed to obtain an analyzed bullet screen message; the top-level bullet screen distributor object performs bullet screen verification on the analyzed bullet screen message to obtain a verification bullet screen message; and the top-level bullet screen distributor object reconstructs the check bullet screen message into a JavaBean object to obtain a target bullet screen message, and sequentially adds the target bullet screen message to the initial bullet screen message set to obtain a target bullet screen message set.
The initial barrage message set refers to a barrage message set which does not store target barrage messages corresponding to the barrage messages to be distributed, and is also an ordered set, and the specific data structure may be a linear list ordered structure such as a stack or a queue, or a linked list structure.
Specifically, before the bullet screen server sends the bullet screen message to be distributed to the Android client, in order to ensure the security of data transmission, the bullet screen message to be distributed is encrypted. That is to say, the bullet screen message to be distributed, which is acquired by the top bullet screen distributor object, is in an encrypted state. Then, when the top bullet screen distributor object performs subsequent processing on the bullet screen distributor object, the encrypted bullet screen message to be distributed is decrypted first, so as to obtain the decrypted bullet screen message to be distributed (i.e. decrypted bullet screen message). And analyzing the decrypted barrage message, namely splitting the character string of the decrypted barrage message of the string type to obtain the analyzed barrage message which does not contain the unnecessary characters without practical significance, such as the character string start character, the character string separator character, the character string end character and the like. Then, in order to ensure the correctness of the received bullet screen message, the analysis bullet screen message is verified, for example, decryption verification whether decryption is correct, format verification whether message format is correct, number verification whether message number is consistent, integrity verification whether message is complete, and the like, the message which is not verified is discarded or reported in error, and the analysis bullet screen message which is verified to be qualified is used as the verification bullet screen message. And then, reconstructing the obtained check bullet screen message into a JavaBean object as a target bullet screen message so as to carry out bullet screen distribution in the following. Meanwhile, in order to ensure that the bullet screen messages which are not distributed in time are not lost, the obtained target bullet screen messages are sequentially added to the initial bullet screen message set according to the data structure of the initial bullet screen message set, and a target bullet screen message set is obtained. The method has the advantages that the method can reduce the setting of the independent function module specially used for bullet screen message preprocessing, and reduce the difficulty of program development. Meanwhile, the cross-module circulation process of the bullet screen message among different functional modules is omitted, the distribution processing speed of the bullet screen message is improved, and the distribution efficiency of the bullet screen message is further improved.
And S120, the secondary bullet screen distributor object obtains a target bullet screen message set and a bullet screen message receiver object.
Specifically, the top bullet screen distributor object and the secondary bullet screen distributor object belong to the same functional module, so that information interaction can be directly performed between the top bullet screen distributor object and the secondary bullet screen distributor object, that is, the secondary bullet screen distributor object can directly acquire a target bullet screen message set generated by the top bullet screen distributor object. Meanwhile, the secondary bullet screen distributor object can compare the bullet screen message corresponding to each component object in the audio/video playing/live broadcast application software with the bullet screen message to be distributed to determine the component object corresponding to the bullet screen message to be distributed as a bullet screen message receiver object, which means that the secondary bullet screen distributor object has the reference relation of the bullet screen message receiver object, and can distribute the bullet screen message to be distributed based on the reference relation.
S130, the secondary bullet screen distributor object calls a bullet screen distribution function through the bullet screen message receiver object, and target bullet screen messages in the target bullet screen message set are distributed to the bullet screen message receiver object in sequence.
The bullet screen distribution function is a function for distributing bullet screen messages and is an internal function of a bullet screen distribution protocol. The bullet screen distribution protocol is a communication protocol between components which is predefined in audio and video playing/live broadcast application software and is followed when a secondary bullet screen distributor object carries out bullet screen distribution. Illustratively, the bullet screen distribution protocol is an interface protocol with a public authority modifier, that is, it may be a protocol with an interface type interface with a public authority modifier public, which facilitates other classes to access the bullet screen distribution protocol. Illustratively, the bullet screen distribution function is obtained by inheriting a predefined bullet screen distribution protocol for a bullet screen message receiver object. If the bullet screen message receiver object inherits the defined bullet screen distribution protocol, which means that the bullet screen message receiver object holds the bullet screen distribution protocol interface and its internal function, it is registered in the bullet screen distribution bus where the secondary bullet screen distributor object is located. Therefore, a message transmission channel is established between the secondary bullet screen distributor object and each bullet screen message receiver object, and the bullet screen message transparent transmission function is provided, so that the subsequent bullet screen messages can be directly distributed based on the message transmission channel and the distribution function. The detailed definition and inheritance of the bullet screen distribution protocol and bullet screen distribution function will be described later.
Specifically, the secondary bullet screen distributor object obtains a target bullet screen Message from the target bullet screen Message set in sequence, reconstructs the target bullet screen Message into a data form consistent with the input parameters of the bullet screen distribution function, for example, reconstructs the target bullet screen Message into a form of a Message identification type of a String type and a Message body msg of a Message type, and distributes the target bullet screen Message to each bullet screen Message receiver object by calling a bullet screen distribution function onMessage (String type, Message msg) inside the bullet screen Message receiver object with the obtained type and msg as the function input parameters. The message identifier refers to a character capable of identifying the bullet screen message, and may be a number, a letter, a symbol, or any combination of the above characters, and the message identifier should be a unique and global identifier of a bullet screen message. The message body refers to a carrier of the barrage message, and the content of the barrage message is contained in the message body.
Illustratively, before the secondary bullet screen distributor object calls the bullet screen distribution function through the bullet screen message receiver object and distributes the target bullet screen messages in the target bullet screen message set to the bullet screen message receiver object in sequence, the method further includes: the secondary bullet screen distributor object defines a bullet screen distribution protocol and a bullet screen distribution function in the bullet screen distribution protocol according to a bullet screen message acquisition protocol, wherein the bullet screen distribution function has a public authority modifier; the bullet screen message receiver object inherits the keyword through the protocol and inherits the bullet screen distribution protocol to obtain a bullet screen distribution function.
The bullet screen message acquisition protocol refers to a communication protocol followed by the Android client when acquiring the bullet screen message from the bullet screen server, and according to the description in S110, the bullet screen message acquisition protocol is a bullet screen listener interface object and a callback function included in the bullet screen listener interface object. The protocol inheritance key is a key specified in the Java language for performing protocol inheritance.
Specifically, in order to implement direct bullet screen distribution of the secondary bullet screen distributor object, in the embodiment of the present invention, implementation of a bullet screen distribution protocol is performed in advance. Furthermore, in order to implement transparent delivery type delivery of the bullet screen message, the bullet screen delivery protocol in the embodiment of the present invention is a transparent delivery protocol. The bullet screen distribution protocol is used for realizing transparent transmission type distribution by adopting a form of a consistent protocol internal function with a bullet screen message acquisition protocol in the Android client. In specific implementation, the secondary bullet screen distributor object defines a bullet screen distribution protocol imess with public authority modifier public and a protocol internal function with public authority modifier public, namely, a bullet screen distribution function public void onMessage (String type, Message msg) according to a bullet screen Message acquisition protocol and an internal function onMessage (String type, Message msg) thereof. And then all bullet screen message receiver objects inherit the keyword instances through the protocol to realize the inheritance of the bullet screen distribution protocol so as to obtain a bullet screen distribution function.
Referring to fig. 3, with the bullet screen message distribution method in the embodiment of the present invention, after being preprocessed by the top bullet screen distributor object 302, the bullet screen message 301 may be directly sent by the secondary bullet screen distributor object 303 to a view object that needs to receive the bullet screen message, that is, a view object located in the third view layer 306, without passing through the middle first view layer 304 and the second view layer 305.
According to the technical scheme, the top bullet screen distributor is arranged in the audio and video playing/live broadcast application software to preprocess bullet screen messages received from the bullet screen server and obtain a target bullet screen message set, so that preprocessing operations of the bullet screen messages are concentrated in a bullet screen distribution channel, information interaction with other modules is reduced, and bullet screen message distribution efficiency is improved to a certain extent. The bullet screen message receiver object inherits the transparent transmission type bullet screen distribution protocol, so that the bullet screen message receiver object has a bullet screen distribution function, a distribution interface and a distribution function for directly distributing bullet screen messages are constructed, and a direct bullet screen message transmission channel is formed between a secondary bullet screen distributor and the bullet screen message receiver object, wherein the secondary bullet screen distributor is arranged in audio and video playing/live broadcasting application software. The secondary bullet screen distributor receives the target bullet screen message set generated by the top bullet screen distributor, calls bullet screen distribution functions in the bullet screen message receiver objects, and distributes the target bullet screen messages in the target bullet screen message set to the bullet screen message receiver objects in sequence, so that the secondary bullet screen distributor directly distributes the bullet screen messages to all the bullet screen message receiver objects from the constructed message transmission channel, the bullet screen message distribution process is greatly simplified, the bullet screen message distribution efficiency is further improved, and the resource loss of the system is reduced to a certain extent.
Example two
In this embodiment, based on the first embodiment, the top bullet screen distributor object preprocesses the bullet screen message to be distributed to obtain the target bullet screen message set, which is further optimized. The method and the device are particularly suitable for the condition that the acquisition speed of the bullet screen message to be distributed is higher than the distribution speed. Wherein explanations of the same or corresponding terms as those of the above embodiments are omitted. Referring to fig. 4, the bullet screen message distribution method provided in this embodiment includes:
s210, the top bullet screen distributor object determines the target priority of bullet screen messages to be distributed according to a preset priority rule.
The preset priority rule refers to a preset rule for priority division, and may be a priority rule of a bullet screen message built in a bullet screen server or an Android client, or a user-defined priority rule. The target priority is a priority corresponding to the bullet screen message to be distributed, and is used for determining a storage sequence of the target bullet screen message corresponding to the bullet screen message to be distributed in the target bullet screen message set.
Specifically, after the top bullet screen distributor object analyzes the bullet screen message to be distributed, the target priority of the bullet screen message to be distributed is determined according to the analysis bullet screen message and the preset priority rule.
Exemplarily, the determining, by the top bullet screen distributor object according to the preset priority rule, the target priority of the bullet screen message to be distributed includes: and the top bullet screen distributor object determines the target priority according to the server priority and/or the local priority corresponding to the bullet screen message to be distributed.
The server priority refers to a priority in a priority rule (i.e., a server priority rule) set in the bullet screen server, for example, the server priority rule may determine a priority according to a processing state of the bullet screen server on the bullet screen message, where, for example, the server priority corresponding to a message processing state of 50% is lower than the server priority corresponding to a message processing state of 80%. The local priority refers to a priority in a priority rule (i.e., a local priority rule) set in the Android client. The local priority rule can be customized according to the business logic requirement, for example, the priority of the bullet screen message for background processing is lower than that of the bullet screen message for foreground display processing.
Specifically, if the preset priority rule is a server priority rule, the top bullet screen distributor object can analyze the server priority carried by the top bullet screen distributor object according to the analysis of the bullet screen message, and can directly use the server priority as the target priority.
If the preset priority rule is a local priority rule, the top bullet screen distributor object can determine the local priority corresponding to the bullet screen message to be distributed according to the analysis bullet screen message and the priority division standard in the local priority rule, and directly takes the local priority as the target priority.
If the preset priority rule is a comprehensive priority rule of the server priority rule and the local priority rule, after the top bullet screen distributor object determines the server priority and the local priority corresponding to the bullet screen message to be distributed, the server priority and the local priority are comprehensively processed according to a comprehensive principle among a plurality of preset priorities, such as a comprehensive principle of accumulating or multiplying a plurality of priorities, and the like, so as to obtain the comprehensive priority corresponding to the bullet screen message to be distributed, and the comprehensive priority is taken as a target priority.
It should be noted that the specific preset priority rule is a server priority rule, a local priority rule or a comprehensive priority rule, and may be set manually in advance, and preferably, the appropriate preset priority rule is determined automatically according to the rule setting basis of the server priority rule and the local priority rule and/or the factor such as the degree of consistency between the server priority rule and the local priority rule. For example, when the two are consistent to each other to a higher degree, the priority rule with a high priority determination speed may be selected as the preset priority rule; if the consistency degree of the two rules is lower, the rule setting basis can be selected to be a priority rule which is more consistent with the application scene of the bullet screen message to be distributed and is used as a preset priority rule; if the consistency degree of the two rules is low and the rule setting basis of the two rules cannot be well adapted to the application scene of the bullet screen message to be distributed, the comprehensive priority rule can be selected as the preset priority rule. The method has the advantages that the proper preset priority rule can be determined according to the bullet screen message to be distributed and the specific application scene, so that the target priority can be determined accurately and quickly.
Illustratively, the determining, by the top bullet screen distributor object, the target priority according to the local priority corresponding to the bullet screen message to be distributed includes: and the top bullet screen distributor object determines the local priority as the target priority according to the preset priority list and the bullet screen message to be distributed.
The preset priority list is a preset list for priority query, and can store the priority corresponding to each bullet screen message and also store the priority corresponding to each type of bullet screen message.
Specifically, when the preset priority rule is a local priority rule, the top bullet screen distributor object queries and determines the local priority corresponding to the bullet screen message to be distributed from the preset priority list according to the bullet screen message to be distributed, and uses the local priority as the target priority of the bullet screen message to be distributed. The advantage of setting up like this is that can confirm the target priority more fast, further improves bullet screen distribution efficiency.
S220, inserting the bullet screen message to be distributed and the target priority into the initial bullet screen message set by the top bullet screen distributor object according to the target priority to obtain a target bullet screen message set.
Specifically, when a preset priority rule is set and priority division is performed on bullet screen messages to be distributed based on the preset priority rule, it means that all target bullet screen messages in a target bullet screen message set are sorted according to priority. In order to more conveniently determine the storage location of the target bullet screen message in the set, the target bullet screen message set stores, in addition to each target bullet screen message, a priority (i.e., a message priority) corresponding to each target bullet screen message. Then, when the top-level bullet screen distributor object stores the bullet screen message to be distributed to the initial bullet screen message set, the storage position (i.e., the insertion position) of the top-level bullet screen distributor object in the initial bullet screen message set is determined according to the target priority corresponding to the bullet screen message to be distributed, and then the target bullet screen message and the target priority corresponding to the bullet screen message to be distributed are stored to the storage position in the initial bullet screen message set, i.e., the initial bullet screen message set is inserted to obtain the target bullet screen message set.
The above-mentioned manner of inserting the initial barrage message set is related to the data structure of the initial barrage message set. If the initial bullet screen message set is of a linear list sequential structure, when the data is inserted, data migration needs to be performed on all data elements behind the storage position, so that the storage position is empty, and thus the target bullet screen message and the target priority corresponding to the bullet screen message to be distributed can be stored in the storage position. If the initial barrage message set is a linked list structure, the insertion process may be a process of modifying the corresponding node pointer field.
Illustratively, the collection of bullet screen messages is a linked list structure; inserting the bullet screen message to be distributed and the target priority into the initial bullet screen message set by the top bullet screen distributor object according to the target priority, and acquiring the target bullet screen message set comprises the following steps: the top bullet screen distributor object determines the insertion position of the bullet screen message to be distributed in the initial bullet screen message set according to the target priority and the message priority in the initial bullet screen message set; and the top-level bullet screen distributor object inserts the bullet screen message to be distributed and the target priority into the initial bullet screen message set according to the front node corresponding to the insertion position in the initial bullet screen message set and the current node corresponding to the bullet screen message to be distributed, so as to obtain a target bullet screen message set.
The front node is a node adjacent to and before the insertion position in the linked list structure. The current node is a node to be inserted into the linked list structure, and a data domain of the current node stores a target bullet screen message corresponding to the bullet screen message to be distributed and a node of a target priority.
Specifically, the top bullet screen dispatcher object compares the target priority with each message priority in the initial bullet screen message set. And if the initial bullet screen message set has the message priority of the same priority level as the target priority level, determining the storage position behind the last target bullet screen message storage position corresponding to the same priority level as the insertion position. And if the message priority of the same priority level as the target priority level does not exist in the initial bullet screen message set, determining the storage position behind the last target bullet screen message storage position corresponding to the message priority level higher than the target priority level as an insertion position. And if the initial barrage message set has no message priority, determining the first storage position of the initial barrage message set as an insertion position.
After the insertion position of the bullet screen message to be distributed in the initial bullet screen message set in a linked list structure is determined, the top bullet screen distributor object points the pointer domain of the current node to the data domain pointed by the pointer domain of the previous node in the initial bullet screen message set and points the pointer domain of the previous node to the data domain of the current node, so that the current node is inserted into the initial bullet screen message set, namely, the target bullet screen message and the target priority corresponding to the bullet screen message to be distributed are stored to the insertion position in the initial bullet screen message set, and the target bullet screen message set is obtained. The method has the advantages that ordered storage of the target bullet screen messages corresponding to the bullet screen messages to be distributed is achieved more conveniently, distribution efficiency of the bullet screen messages is further improved, and system memory resources occupied by bullet screen message distribution are further reduced.
It should be noted that before the bullet screen message to be distributed is stored in the target bullet screen message set, the top bullet screen distributor object or the bullet screen preprocessing function module may further perform at least one preprocessing operation, such as bullet screen message decryption, bullet screen message analysis, bullet screen message verification, and bullet screen message reconstruction, on the bullet screen message to be distributed, so as to obtain the target bullet screen message corresponding to the bullet screen message to be distributed. And then, storing the target bullet screen message and the target priority into a target bullet screen message set together.
And S230, the secondary bullet screen distributor object obtains a target bullet screen message set and a bullet screen message receiver object.
And S240, the secondary bullet screen distributor object calls a bullet screen distribution function through the bullet screen message receiver object, and distributes the target bullet screen messages in the target bullet screen message set to the bullet screen message receiver object in sequence.
According to the technical scheme of the embodiment, the target priority of the bullet screen message to be distributed is determined by the top bullet screen distributor object according to the preset priority rule; and inserting the bullet screen message to be distributed and the target priority into the initial bullet screen message set according to the target priority to obtain a target bullet screen message set. The target bullet screen messages corresponding to the bullet screen messages to be distributed are sequentially stored in the target bullet screen message set, so that more important target bullet screen messages can be preferentially distributed to all bullet screen message receiver objects, and the user experience is further improved.
The following is an embodiment of a bullet screen message distribution apparatus provided in an embodiment of the present invention, and the apparatus and the bullet screen message distribution method in the foregoing embodiments belong to the same inventive concept, and details that are not described in detail in the embodiment of the bullet screen message distribution apparatus may refer to the embodiment of the bullet screen message distribution method described above.
EXAMPLE III
The present embodiment provides a bullet screen message distribution apparatus, referring to fig. 5, the apparatus specifically includes: a top level bullet screen dispenser 510 and a secondary bullet screen dispenser 520;
the top bullet screen distributor 510 is configured to obtain bullet screen messages to be distributed, and pre-process the bullet screen messages to be distributed to obtain a target bullet screen message set;
the secondary bullet screen distributor 520 is configured to obtain a target bullet screen message set and a bullet screen message receiver object, call a bullet screen distribution function through the bullet screen message receiver object, and distribute target bullet screen messages in the target bullet screen message set to the bullet screen message receiver object in sequence;
wherein the target bullet screen message is of a JavaBean type; the bullet screen distribution function is obtained by inheriting a predefined bullet screen distribution protocol for a bullet screen message receiver object, and the bullet screen distribution protocol is an interface protocol with a public authority modifier.
Optionally, the top bullet screen dispenser 510 includes:
the target priority determining module is used for determining the target priority of the bullet screen message to be distributed according to a preset priority rule;
and the target bullet screen message set acquisition module is used for inserting bullet screen messages to be distributed and the target priority into the initial bullet screen message set according to the target priority to obtain a target bullet screen message set.
Optionally, the target priority determining module is specifically configured to:
and determining the target priority according to the server priority and/or the local priority corresponding to the bullet screen message to be distributed.
Further, the target priority determination module is further specifically configured to:
and determining a local priority as a target priority according to the preset priority list and the bullet screen message to be distributed.
Optionally, the collection of bullet screen messages is in a linked list structure.
Correspondingly, the target barrage message set acquisition module is specifically configured to:
determining the insertion position of the bullet screen message to be distributed in the initial bullet screen message set according to the target priority and the message priority in the initial bullet screen message set;
inserting the bullet screen message to be distributed and the target priority into the initial bullet screen message set according to a front node corresponding to the inserted position in the initial bullet screen message set and a current node corresponding to the bullet screen message to be distributed, and obtaining a target bullet screen message set.
Optionally, the top bullet screen distributor 510 is further specifically configured to:
decrypting and analyzing the bullet screen to be distributed to obtain an analyzed bullet screen message;
performing bullet screen verification on the analyzed bullet screen message to obtain a verification bullet screen message;
reconstructing the check bullet screen message into a JavaBean object to obtain a target bullet screen message, and adding the target bullet screen message to the initial bullet screen message set in sequence to obtain a target bullet screen message set.
Optionally, on the basis of the device, the device further comprises a bullet screen message receiver;
correspondingly, the secondary bullet screen distributor 520 further includes a bullet screen distribution protocol setting module, configured to:
before calling a bullet screen distribution function through a bullet screen message receiver object and distributing target bullet screen messages in a target bullet screen message set to the bullet screen message receiver object in sequence, defining a bullet screen distribution protocol and a bullet screen distribution function in the bullet screen distribution protocol according to a bullet screen message acquisition protocol, wherein the bullet screen distribution function has a public authority modifier;
the bullet screen message receiver is used for inheriting the bullet screen distribution protocol through the protocol inheriting key words so as to obtain a bullet screen distribution function.
Through the bullet screen message distribution device provided by the third embodiment of the invention, the direct distribution of bullet screen messages in audio and video playing/live broadcast application software is realized, the bullet screen message distribution process is simplified, and the bullet screen message distribution efficiency and timeliness are improved.
The bullet screen message distribution device provided by the embodiment of the invention can execute the bullet screen message distribution method provided by any embodiment of the invention, and has the corresponding functional modules and beneficial effects of the execution method.
It should be noted that, in the embodiment of the bullet screen message distribution apparatus, each included unit and module are only divided according to functional logic, but are not limited to the above division, as long as the corresponding function can be implemented; in addition, specific names of the functional units are only for convenience of distinguishing from each other, and are not used for limiting the protection scope of the present invention.
Example four
Referring to fig. 6, the present embodiment provides an apparatus 600 comprising: one or more processors 620; the storage device 610 is configured to store one or more programs, and when the one or more programs are executed by the one or more processors 620, the one or more processors 620 implement the bullet screen message distribution method provided in the embodiment of the present invention, including:
the top-level bullet screen distributor object acquires bullet screen messages to be distributed and preprocesses the bullet screen messages to be distributed to obtain a target bullet screen message set;
the secondary bullet screen distributor object obtains a target bullet screen message set and a bullet screen message receiver object;
the secondary bullet screen distributor object calls a bullet screen distribution function through the bullet screen message receiver object and distributes target bullet screen messages in the target bullet screen message set to the bullet screen message receiver object in sequence;
wherein the target bullet screen message is of a JavaBean type; the bullet screen distribution function is obtained by inheriting a predefined bullet screen distribution protocol for a bullet screen message receiver object, and the bullet screen distribution protocol is an interface protocol with a public authority modifier.
Of course, those skilled in the art can understand that the processor 620 may also implement the technical solution of the bullet screen message distribution method provided in any embodiment of the present invention.
The device 600 shown in fig. 6 is only an example and should not bring any limitations to the functionality or scope of use of the embodiments of the present invention.
As shown in fig. 6, the apparatus 600 includes a processor 620, a storage device 610, an input device 630, and an output device 640; the number of the processors 620 in the device may be one or more, and one processor 620 is taken as an example in fig. 6; the processor 620, the storage 610, the input 630, and the output 640 of the apparatus may be connected by a bus or other means, such as the bus 650 in fig. 6.
The storage device 610, which is a computer-readable storage medium, can be used for storing software programs, computer-executable programs, and modules, such as program instructions/modules corresponding to the bullet screen message distribution method in the embodiment of the present invention (for example, a top bullet screen distributor and a secondary bullet screen distributor in a bullet screen message distribution device).
The storage device 610 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required for at least one function; the storage data area may store data created according to the use of the terminal, and the like. In addition, the storage 610 may include high speed random access memory and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other non-volatile solid state storage device. In some examples, the storage 610 may further include memory located remotely from the processor 620, which may be connected to the device over a network. Examples of such networks include, but are not limited to, the internet, intranets, local area networks, mobile communication networks, and combinations thereof.
The input means 630 may be used to receive input numeric or character information and generate key signal inputs related to user settings and function controls of the device. The output device 640 may include a display device such as a display screen.
EXAMPLE five
The present embodiments provide a storage medium containing computer-executable instructions that, when executed by a computer processor, are operable to perform a bullet screen message distribution method, the method comprising:
the top-level bullet screen distributor object acquires bullet screen messages to be distributed and preprocesses the bullet screen messages to be distributed to obtain a target bullet screen message set;
the secondary bullet screen distributor object obtains a target bullet screen message set and a bullet screen message receiver object;
the secondary bullet screen distributor object calls a bullet screen distribution function through the bullet screen message receiver object and distributes target bullet screen messages in the target bullet screen message set to the bullet screen message receiver object in sequence;
wherein the target bullet screen message is of a JavaBean type; the bullet screen distribution function is obtained by inheriting a predefined bullet screen distribution protocol for a bullet screen message receiver object, and the bullet screen distribution protocol is an interface protocol with a public authority modifier.
Of course, the storage medium provided by the embodiment of the present invention includes computer-executable instructions, and the computer-executable instructions are not limited to the method operations described above, and may also perform related operations in the bullet screen message distribution method provided by any embodiment of the present invention.
From the above description of the embodiments, it is obvious for those skilled in the art that the present invention can be implemented by software and necessary general hardware, and certainly, can also be implemented by hardware, but the former is a better embodiment in many cases. Based on such understanding, the technical solutions of the present invention may be embodied in the form of a software product, which may be stored in a computer-readable storage medium, such as a floppy disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a FLASH Memory (FLASH), a hard disk or an optical disk of a computer, and includes several instructions to enable a computer device (which may be a personal computer, a server, or a network device) to execute the bullet screen message distribution method according to the embodiments of the present invention.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. A bullet screen message distribution method is characterized by comprising the following steps:
the method comprises the steps that a top-level bullet screen distributor object obtains bullet screen messages to be distributed, and preprocesses the bullet screen messages to be distributed to obtain a target bullet screen message set; the bullet screen message to be distributed is acquired from a bullet screen server at an Android client, and comprises a bullet screen message waiting to be distributed to a bullet screen message receiver object;
the secondary bullet screen distributor object obtains the target bullet screen message set and a bullet screen message receiver object;
the secondary bullet screen distributor object calls a bullet screen distribution function through the bullet screen message receiver object and distributes target bullet screen messages in the target bullet screen message set to the bullet screen message receiver object in sequence;
the top bullet screen distributor object refers to an instantiation object of a bullet screen distributor at the upper layer for distributing bullet screen messages, the secondary bullet screen distributor object refers to an instantiation object of a bullet screen distributor at the lower layer for distributing bullet screen messages, and the top bullet screen distributor object and the secondary bullet screen distributor object are arranged oppositely; the target barrage message is of a JavaBean type; the bullet screen distribution function is obtained by inheriting a predefined bullet screen distribution protocol for the bullet screen message receiver object, and the bullet screen distribution protocol is an interface protocol with a public authority modifier.
2. The method of claim 1, wherein the top-level bullet screen distributor object preprocesses the bullet screen message to be distributed to obtain a target bullet screen message set, comprising:
the top bullet screen distributor object determines the target priority of the bullet screen message to be distributed according to a preset priority rule;
and the top-level bullet screen distributor object inserts the bullet screen message to be distributed and the target priority into an initial bullet screen message set according to the target priority to obtain the target bullet screen message set.
3. The method of claim 2, wherein the top bullet screen distributor object determining the target priority of the bullet screen message to be distributed according to a preset priority rule comprises:
and the top bullet screen distributor object determines the target priority according to the server priority and/or the local priority corresponding to the bullet screen message to be distributed.
4. The method of claim 3, wherein the determining, by the top bullet screen distributor object, the target priority according to the local priority corresponding to the bullet screen message to be distributed comprises:
and the top bullet screen distributor object determines the local priority as the target priority according to a preset priority list and the bullet screen message to be distributed.
5. The method of claim 2, wherein the collection of barrage messages is a linked list structure;
the top-level bullet screen distributor object inserts the bullet screen message to be distributed and the target priority into an initial bullet screen message set according to the target priority, and the obtaining of the target bullet screen message set comprises the following steps:
the top-level bullet screen distributor object determines the insertion position of the bullet screen message to be distributed in the initial bullet screen message set according to the target priority and the message priority in the initial bullet screen message set;
and the top-level bullet screen distributor object inserts the bullet screen message to be distributed and the target priority into the initial bullet screen message set according to a front node corresponding to the insertion position in the initial bullet screen message set and a current node corresponding to the bullet screen message to be distributed, so as to obtain the target bullet screen message set.
6. The method of claim 1, wherein the top-level bullet screen distributor object preprocesses the bullet screen message to be distributed to obtain a target bullet screen message set, comprising:
the top bullet screen distributor object decrypts and analyzes the bullet screen message to be distributed to obtain an analyzed bullet screen message;
the top-level bullet screen distributor object performs bullet screen verification on the analyzed bullet screen message to obtain a verification bullet screen message;
and the top-level bullet screen distributor object reconstructs the check bullet screen message into a JavaBean object to obtain the target bullet screen message, and sequentially adds the target bullet screen message to an initial bullet screen message set to obtain the target bullet screen message set.
7. The method of claim 1, further comprising, before the secondary bullet screen dispatcher object invokes a bullet screen distribution function through the bullet screen message receiver object to distribute target bullet screen messages of the target bullet screen message set into the bullet screen message receiver object in sequence:
the secondary bullet screen distributor object defines a bullet screen distribution protocol and a bullet screen distribution function in the bullet screen distribution protocol according to a bullet screen message acquisition protocol, wherein the bullet screen distribution function has the public authority modifier;
and the bullet screen message receiver object inherits the bullet screen distribution protocol through a protocol inheritance keyword so as to obtain the bullet screen distribution function.
8. A bullet screen message distribution apparatus, comprising: a top-level bullet screen distributor and a secondary bullet screen distributor;
the top bullet screen distributor is used for acquiring bullet screen messages to be distributed and preprocessing the bullet screen messages to be distributed to acquire a target bullet screen message set; the bullet screen message to be distributed is acquired from a bullet screen server at an Android client, and comprises a bullet screen message waiting to be distributed to a bullet screen message receiver object;
the secondary bullet screen distributor is used for obtaining the target bullet screen message set and a bullet screen message receiver object, calling a bullet screen distribution function through the bullet screen message receiver object, and distributing target bullet screen messages in the target bullet screen message set to the bullet screen message receiver object in sequence;
the top bullet screen distributor object refers to an instantiation object of a bullet screen distributor at the upper layer for distributing bullet screen messages, the secondary bullet screen distributor object refers to an instantiation object of a bullet screen distributor at the lower layer for distributing bullet screen messages, and the top bullet screen distributor object and the secondary bullet screen distributor object are arranged oppositely; the target barrage message is of a JavaBean type; the bullet screen distribution function is obtained by inheriting a predefined bullet screen distribution protocol for the bullet screen message receiver object, and the bullet screen distribution protocol is an interface protocol with a public authority modifier.
9. A bullet screen message distribution device, characterized in that the device comprises:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the bullet screen message distribution method of any one of claims 1-7.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, implements the bullet screen message distribution method according to any one of claims 1 to 7.
CN201810797433.2A 2018-07-19 2018-07-19 Bullet screen message distribution method, device, equipment and storage medium Active CN108924653B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810797433.2A CN108924653B (en) 2018-07-19 2018-07-19 Bullet screen message distribution method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810797433.2A CN108924653B (en) 2018-07-19 2018-07-19 Bullet screen message distribution method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN108924653A CN108924653A (en) 2018-11-30
CN108924653B true CN108924653B (en) 2021-01-01

Family

ID=64414249

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810797433.2A Active CN108924653B (en) 2018-07-19 2018-07-19 Bullet screen message distribution method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN108924653B (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109982128B (en) * 2019-03-19 2020-11-03 腾讯科技(深圳)有限公司 Video bullet screen generation method and device, storage medium and electronic device
CN110263276B (en) * 2019-06-14 2021-10-15 北京字节跳动网络技术有限公司 Message distribution method, device, equipment and storage medium

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1620781A4 (en) * 2003-08-21 2008-12-03 Microsoft Corp Systems and methods for the implementation of a digital images schema for organizing units of information manageable by a hardware/software interface system
CN102710593B (en) * 2012-03-19 2015-05-27 北京邮电大学 Method, device and system for publishing message in graph mashup
CN104135491B (en) * 2014-08-15 2018-06-22 启迪国信科技有限公司 For method, terminal, server and the system of instruction message distribution
CN105872784A (en) * 2015-12-29 2016-08-17 乐视网信息技术(北京)股份有限公司 Video player and multi-service control method thereof
CN108206959B (en) * 2016-12-20 2021-05-28 武汉斗鱼网络科技有限公司 Method and device for displaying bullet screen message
CN107368311B (en) * 2017-07-10 2021-07-23 武汉斗鱼网络科技有限公司 Method and system for communication among multiple fragments
CN107371056A (en) * 2017-07-18 2017-11-21 北京蜜莱坞网络科技有限公司 A kind of method and apparatus for loading barrage

Also Published As

Publication number Publication date
CN108924653A (en) 2018-11-30

Similar Documents

Publication Publication Date Title
CN108882053B (en) Bullet screen message distribution method, device, equipment and storage medium
CN108924653B (en) Bullet screen message distribution method, device, equipment and storage medium
CN113157466A (en) Message pushing method, device, system, electronic equipment and storage medium
CN109275042A (en) A kind of distribution method, device, terminal and the storage medium of barrage message
CN108989365B (en) Information processing method, server, terminal equipment and storage medium
CN111049777A (en) File pushing, downloading and playing method, device, equipment and medium
CN109062650B (en) Bullet screen message distribution method, device, equipment and storage medium
CN111478781A (en) Message broadcasting method and device
CN113361913A (en) Communication service arranging method, device, computer equipment and storage medium
CN108810633B (en) Barrage message transmission method, device, equipment and storage medium
CN107948682B (en) Configuration method of service domain name, service server and terminal equipment
CN109327499B (en) Service interface management method and device, storage medium and terminal
CN108810645B (en) Bullet screen message distribution method, device, equipment and storage medium
CN109089163B (en) Bullet screen message distribution method, device, equipment and storage medium
CN109005465B (en) Bullet screen message distribution method, device, equipment and storage medium
CN109005468B (en) Bullet screen message distribution method, device, equipment and storage medium
CN109274988B (en) Bullet screen message distribution method, device, equipment and storage medium
CN112732659A (en) Application program sharing method and device
CN109005448B (en) Bullet screen message distribution method, device, equipment and storage medium
CN109086107B (en) Bullet screen message distribution method, device, equipment and storage medium
CN108881991B (en) Bullet screen message distribution method, device, equipment and storage medium
CN108810644B (en) Bullet screen message distribution method, device, equipment and storage medium
CN113687958A (en) Data processing method, system, computer device and storage medium
CN109144639B (en) Bullet screen message distribution method, device, equipment and storage medium
CN108989184B (en) Barrage message processing method, device, equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant