CN110020275B - Method and system for loading gift panel in live broadcast - Google Patents

Method and system for loading gift panel in live broadcast Download PDF

Info

Publication number
CN110020275B
CN110020275B CN201710724395.3A CN201710724395A CN110020275B CN 110020275 B CN110020275 B CN 110020275B CN 201710724395 A CN201710724395 A CN 201710724395A CN 110020275 B CN110020275 B CN 110020275B
Authority
CN
China
Prior art keywords
gift panel
message
live broadcast
loading
gift
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
CN201710724395.3A
Other languages
Chinese (zh)
Other versions
CN110020275A (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.)
Hubei Zhongke Natural Science Research Institute 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 CN201710724395.3A priority Critical patent/CN110020275B/en
Publication of CN110020275A publication Critical patent/CN110020275A/en
Application granted granted Critical
Publication of CN110020275B publication Critical patent/CN110020275B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9574Browsing optimisation, e.g. caching or content distillation of access to content, e.g. by caching
    • 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/475End-user interface for inputting end-user data, e.g. personal identification number [PIN], preference data

Abstract

The invention provides a method and a system for loading a gift panel in live broadcast, wherein the method comprises the following steps: s1, in the process of loading the live broadcast page, receiving a message required by the gift panel pushed by the server, and judging whether the gift panel is loaded in the live broadcast page currently; s2, if yes, the message is transmitted to the gift panel, if no, the message is stored in the buffer queue, and after the gift panel is loaded, the message in the buffer queue is transmitted to the gift panel; and when the loading of the live broadcast page is finished and a first click event of a loading button on the live broadcast page is monitored, loading a gift panel on the live broadcast page. According to the method and the device, after the live broadcast page is opened, the gift panel is loaded according to the triggering condition of the loading button instead of loading the gift panel while the live broadcast page is opened, so that the opening speed of the live broadcast room is increased, and the user experience is improved.

Description

Method and system for loading gift panel in live broadcast
Technical Field
The invention relates to the technical field of network live broadcast, in particular to a method and a system for loading a gift panel in live broadcast.
Background
In the field of live webcasting, gift panels are often involved, which are presented in a live room. The gift panel is mainly used for bearing gift data, wherein the gift panel is loaded on a live page to display the borne gift data. Loading the gift panels is a very time consuming operation because the gift data carried on the gift panels is very large.
The traditional scheme is that the gift panel is directly loaded when the live broadcast room is opened, and because the hierarchical structure of the gift data loaded on the gift panel is complex, the whole loading process is time-consuming and very long, the opening speed of the page of the live broadcast room is very slow, and the user experience is influenced.
Disclosure of Invention
The present invention provides a method and system for loading a gift panel in live broadcast that overcomes or at least partially solves the above-mentioned problems.
According to a first aspect of the present invention, there is provided a method for loading a gift panel in live broadcasting, comprising:
s1, in the process of loading the live broadcast page, receiving a message required by the gift panel pushed by the server, and judging whether the gift panel is loaded in the live broadcast page currently;
s2, if yes, the message is transmitted to the gift panel, if no, the message is stored in the buffer queue, and after the gift panel is loaded, the message in the buffer queue is transmitted to the gift panel;
and when the loading of the live broadcast page is finished and a first click event of a loading button on the live broadcast page is monitored, loading a gift panel on the live broadcast page.
The invention has the beneficial effects that: the gift panel is not directly loaded in the process of opening the live broadcast room, the messages pushed by the server are all stored in the cache queue, after the live broadcast page is opened, the gift panel is loaded according to the trigger condition of the loading button, the messages in the cache queue are transmitted to the gift panel to be processed, the messages are not loaded and processed on the gift panel when the live broadcast page is opened, the opening speed of the live broadcast room is improved, and the user experience is improved.
On the basis of the technical scheme, the invention can be further improved as follows.
Further, the loading the gift panel on the live page further comprises:
and when a first click event of a loading button in the live broadcast page is monitored, finding a gift panel layout file corresponding to the gift panel from the memory, and loading the gift panel layout file in the gift panel.
Further, the determining whether the gift panel is currently loaded on the live page further includes:
defining a global boolean variable for the gift panel, the global boolean variable being used to mark whether the gift panel is loaded;
and judging whether the gift panel is loaded currently or not through the current value of the global Boolean variable.
Further, the determining whether the gift panel is currently loaded before the live page further includes:
and judging whether the message pushed by the server is the message required by the gift panel, if so, judging whether the gift panel is loaded on the live broadcast page currently, and if not, discarding the message.
Further, the determining whether the message pushed by the server is a message required by the gift panel further includes:
defining a message set, wherein all messages required by the gift panel are stored in the message set;
and matching the message pushed by the server with the message in the message set when the message pushed by the server is received, wherein if the message matched with the message pushed by the server exists in the message set, the message pushed by the server is a message required by the gift panel, and otherwise, the message pushed by the server is a message not required by the gift panel.
Further, the step S1 of storing the message in a buffer queue further includes:
storing a plurality of messages in a cache queue in an order in which the messages are received from the server;
accordingly, the step S2 of transferring the message in the buffer queue to the gift panel for processing further includes:
and circularly transmitting the plurality of messages in the buffer queue to the gift panel one by one according to the storage sequence so that the gift panel can process the plurality of messages.
According to a second aspect of the present invention, there is provided a live room gift panel loading system comprising:
the judging module is used for receiving a message required by a gift panel pushed by the server in the process of loading the live broadcast page and judging whether the gift panel is loaded on the live broadcast page currently;
the storage module is used for storing the message into a cache queue if the gift panel is not loaded on the live broadcast page currently;
the delivery module is used for delivering the message to the gift panel if the gift panel is loaded on the live broadcast page currently; the message buffer is also used for transmitting the message in the buffer queue to the gift panel after the gift panel is loaded;
the loading module is used for loading the gift panel on the live broadcast page when the live broadcast page is loaded and a first click event of a loading button on the live broadcast page is monitored.
Further, the method also comprises the following steps:
the definition module is used for defining a global Boolean variable for the gift panel, and the global Boolean variable is used for marking whether the gift panel is loaded or not;
correspondingly, the judging module is further configured to:
and judging whether the gift panel is loaded currently or not through the current value of the global Boolean variable.
According to a third aspect of the present invention, there is provided an apparatus for a live room gift panel loading method, comprising a processor, a memory, and a bus;
the processor and the memory complete mutual communication through the bus;
the memory stores program instructions executable by the processor, the processor invoking the program instructions to enable execution of a live gift panel loading method.
According to a fourth aspect of the present invention, there is provided a non-transitory computer readable storage medium characterized in that the non-transitory computer readable storage medium stores computer instructions that cause the computer to perform a live gift panel loading method.
Drawings
FIG. 1 is a flow chart of a method for loading a gift panel in a live room according to an embodiment of the invention;
FIG. 2 is a block diagram of a live room gift panel loading system connection according to another embodiment of the present invention;
FIG. 3 is a block diagram of the overall connection of a live room gift panel loading system according to yet another embodiment of the present invention;
fig. 4 is a device connection block diagram of a live room gift panel loading method according to still another embodiment of the present invention.
Detailed Description
The following detailed description of embodiments of the present invention is provided in connection with the accompanying drawings and examples. The following examples are intended to illustrate the invention but are not intended to limit the scope of the invention.
Referring to fig. 1, a live gift panel loading method according to an embodiment of the present invention is provided, including: s1, in the process of loading the live broadcast page, receiving a message required by the gift panel pushed by the server, and judging whether the gift panel is loaded in the live broadcast page currently; s2, if yes, the message is transmitted to the gift panel, if no, the message is stored in the buffer queue, and after the gift panel is loaded, the message in the buffer queue is transmitted to the gift panel; and when the loading of the live broadcast page is finished and a first click event of a loading button on the live broadcast page is monitored, loading a gift panel on the live broadcast page.
In the live broadcast field of the network, can involve the loading of gift panel usually, prior art is when opening the live broadcast room usually, when loading the live broadcast page promptly, load the gift panel, because the data in the gift panel is more, and the hierarchical relation of data is also more complicated in the gift panel moreover, consequently, at the in-process of loading the gift panel for the live broadcast room is opened speed very slowly, has influenced user experience.
In view of the above problems, the present embodiment provides a method for delaying loading a gift panel, where when a live broadcast page is opened in a live broadcast room, the gift panel is not loaded immediately, but loaded according to a certain trigger condition. In order to realize the delayed loading of the gift panel, a loading triggering condition of the gift panel is given, so that a loading button is arranged on the live broadcast page, and the loading operation of the gift panel on the live broadcast page can be triggered by clicking the loading button. When a user enters a live broadcast room, the client receives a lot of messages related to the gift panel pushed by the server, and when the user enters the live broadcast room, because the gift panel is not loaded on a live broadcast page yet, the messages cannot be transmitted to the gift panel for processing. Specifically, when each message pushed by the server is received, it is first determined whether the gift panel is loaded in the live page at this time, and if the gift panel is loaded, the message is transmitted to the gift panel for processing. If the gift panel is not loaded, the message is stored in the cache queue, and the message is transmitted to the gift panel for processing after the gift panel is loaded.
When the live broadcast page is loaded and the user clicks the loading button for the first time, loading a gift panel on the live broadcast page, and after the gift panel is loaded, transmitting the message in the cache queue to the gift panel for processing. In this embodiment, when the user clicks the load button on the live page for the first time, the gift panel is loaded, and the messages in the cache queue are processed, and when the user clicks the load button again later, the gift panel is not loaded any more.
This embodiment is at the direct loading gift panel of the time that the live broadcast page begins to open, and all store the message that the server pushed in the buffer memory queue, open the back at the live broadcast page, load the gift panel according to the trigger condition of loading button again, and transmit the message in the buffer memory queue for the gift panel and handle, rather than open the live broadcast page while loading and handle the message to the gift panel, promoted the speed of opening between live broadcasts, improved user experience.
In the basic mountain of the above embodiments, in an embodiment of the present invention, the loading a gift panel on a live page further includes: and when a first click event of a loading button in the live broadcast page is monitored, finding a gift panel layout file corresponding to the gift panel from the memory, and loading the gift panel layout file in the gift panel.
On the basis of the foregoing embodiments, in another embodiment of the present invention, the determining whether the gift panel is currently loaded on the live page further includes: defining a global boolean variable for the gift panel, the global boolean variable being used to mark whether the gift panel is loaded; and judging whether the gift panel is loaded currently or not through the current value of the global Boolean variable.
In the process of specifically judging whether the gift panel is loaded on the live broadcast page or not, a global Boolean variable is defined for the gift panel firstly, when the gift panel is loaded on the live broadcast page, the global Boolean variable is tube, and when the gift panel is not loaded on the live broadcast page, the global Boolean variable is flash. When a message pushed by the server is received, whether the global Boolean variable corresponding to the gift panel is tube or flash is judged, and whether the gift panel is loaded on the live broadcast page currently is judged.
On the basis of the foregoing embodiments, in an embodiment of the present invention, the determining whether the gift panel is currently loaded before the live page further includes: and judging whether the message pushed by the server is the message required by the gift panel, if so, judging whether the gift panel is loaded on the live broadcast page, and if not, discarding the message.
When receiving the message pushed by the server, judging whether the message pushed by the server is the message required by the gift panel before the current live page is loaded, and if the message pushed by the server is the message required by the gift panel, further judging whether the gift panel is loaded at the moment. If the message is not the message required by the gift panel, the message is not used, and therefore, the message is directly discarded, i.e., not stored in the buffer queue, so as not to waste space.
On the basis of the foregoing embodiments, in another embodiment of the present invention, the determining whether the message pushed by the server is a message required by a gift panel further includes: defining a message set, wherein all messages required by the gift panel are stored in the message set; and matching the message pushed by the server with the message in the message set when the message pushed by the server is received, wherein if the message matched with the message pushed by the server exists in the message set, the message pushed by the server is a message required by the gift panel, and otherwise, the message pushed by the server is a message not required by the gift panel. The implementation of specifically determining whether the message pushed by the server is the message required by the gift panel is that a message set is defined, and all messages required by the gift panel are stored in the message set. When receiving a message pushed by a server, judging whether the message is a message required by a gift panel, namely matching the message with the message in a message set, if the matched message exists in the message set, indicating that the message is a message required by the gift panel, continuously judging whether the gift panel is loaded on a live broadcast page currently, otherwise, directly discarding the message without subsequent judgment processing.
On the basis of the foregoing embodiments, in an embodiment of the present invention, the step S1 of storing the message in a buffer queue further includes: storing a plurality of messages in a cache queue in an order of messages received from a server; accordingly, the step S2 of transferring the message in the buffer queue to the gift panel for processing further includes: and circularly transmitting the plurality of messages in the buffer queue to the gift panel according to the storage sequence so that the gift panel can process the plurality of messages.
When messages pushed by the server are stored in the cache queue, a plurality of messages are stored in the cache queue in the order in which the messages are received from the server. The queue is characterized by first-in first-out, so that when the messages in the buffer queue need to be transmitted to the gift panel, a plurality of messages in the buffer queue are also circularly transmitted to the gift panel according to the storage sequence, and when the gift panel receives the plurality of messages, the plurality of messages are processed, for example, the plurality of messages are laid out, or the hierarchical relationship of the plurality of messages is set, and the plurality of messages are displayed on the gift panel according to different hierarchical relationships. For example, when designing the hierarchical relationship, the hierarchical relationship may be allocated according to the service type to which the message belongs, and of course, the hierarchical relationship of a plurality of messages may be configured in other manners.
The message pushed by the server is stored in the cache queue, when the loading of the gift panel is triggered, the message in the cache queue can be directly transmitted to the gift panel for processing, and the data is requested from the server immediately when the gift panel is loaded, so that the transmission speed to the gift panel is higher, and the flow bandwidth is saved.
Referring to fig. 2, a live gift panel loading system according to an embodiment of the present invention is provided, which includes a determining module 21, a storing module 22, a transferring module 23, and a loading module 24.
The determining module 21 is configured to receive a message required by the gift panel pushed by the server during the process of loading the live broadcast page, and determine whether the gift panel is currently loaded on the live broadcast page.
And the storage module 22 is configured to store the message in the cache queue if the gift panel is not currently loaded on the live page.
A delivery module 23, configured to deliver the message to the gift panel if the gift panel is currently loaded on the live page; and the message buffer is also used for transmitting the messages in the buffer queue to the gift panel after the gift panel is loaded.
And the loading module 24 is configured to load a gift panel on the live broadcast page when the live broadcast page is loaded and a first click event of a loading button on the live broadcast page is monitored.
Wherein, the loading module 24 is further configured to:
and when a first click event of a loading button in the live broadcast page is monitored, finding a gift panel layout file corresponding to the gift panel from the memory, and loading the gift panel layout file in the gift panel.
Referring to fig. 3, on the basis of the above embodiment, the live gift panel loading system according to another embodiment of the present invention further includes a defining module 25, configured to define a global boolean variable for the gift panel, where the global boolean variable is used to mark whether the gift panel is loaded; accordingly, the judging module 21 is further configured to judge whether the gift panel is loaded currently according to the current value of the global boolean variable.
The determining module 21 is further configured to: before judging whether the gift panel is loaded on the live page currently, judging whether the message pushed by the server is the message required by the gift panel.
The defining module 25 is further configured to:
defining a message set, wherein all messages required by the gift panel are stored in the message set;
correspondingly, the determining module 25 is further configured to:
and when receiving the message pushed by the server, matching the message with the message in the message set, and judging whether the message is the message required by the gift panel according to the matching result.
The storage module 22 is further configured to: storing a plurality of messages in a cache queue in an order in which the messages are received from the server;
accordingly, the transfer module 23 is further configured to: and circularly transmitting the plurality of messages in the buffer queue to the gift panel one by one according to the storage sequence so that the gift panel can process the plurality of messages.
Referring to fig. 4, a block diagram of an apparatus of a method for loading a gift panel in a live broadcast according to an embodiment of the present application is shown.
Referring to fig. 4, the apparatus of the method for loading a gift panel in a live broadcast includes: a processor (processor)401, a memory (memory)402, and a bus 403; wherein, the processor 401 and the memory 402 complete the communication with each other through the bus 403.
The processor 401 is configured to call the program instructions in the memory 402 to execute the methods provided by the above-mentioned method embodiments, for example, including: in the process of loading the live broadcast page, receiving a message required by a gift panel pushed by a server, and judging whether the gift panel is loaded on the live broadcast page currently; if yes, transmitting the message to a gift panel, if not, storing the message in a cache queue, and after the gift panel is loaded, transmitting the message in the cache queue to the gift panel; and when the loading of the live broadcast page is finished and a first click event of a loading button on the live broadcast page is monitored, loading a gift panel on the live broadcast page.
The invention discloses a computer program product, which comprises a computer program stored on a non-transitory computer readable storage medium, wherein the computer program comprises program instructions, and when the program instructions are executed by a computer, the computer can execute a live gift panel loading method provided by the corresponding embodiment, for example, the method comprises the following steps: in the process of loading the live broadcast page, receiving a message required by a gift panel pushed by a server, and judging whether the gift panel is loaded on the live broadcast page currently; if yes, transmitting the message to a gift panel, if not, storing the message in a cache queue, and after the gift panel is loaded, transmitting the message in the cache queue to the gift panel; and when the loading of the live broadcast page is finished and a first click event of a loading button on the live broadcast page is monitored, loading a gift panel on the live broadcast page.
The present invention also provides a non-transitory computer-readable storage medium storing computer instructions, the computer instructions causing a computer to execute the live gift panel loading method provided by the corresponding embodiment, for example, including: in the process of loading the live broadcast page, receiving a message required by a gift panel pushed by a server, and judging whether the gift panel is loaded on the live broadcast page currently; if yes, transmitting the message to a gift panel, if not, storing the message in a cache queue, and after the gift panel is loaded, transmitting the message in the cache queue to the gift panel; and when the loading of the live broadcast page is finished and a first click event of a loading button on the live broadcast page is monitored, loading a gift panel on the live broadcast page.
Those of ordinary skill in the art will understand that: all or part of the steps for implementing the method embodiments may be implemented by hardware related to program instructions, and the program may be stored in a computer readable storage medium, and when executed, the program performs the steps including the method embodiments; and the aforementioned storage medium includes: various media that can store program codes, such as ROM, RAM, magnetic or optical disks.
The above-described embodiments of the device and the like of the method for loading the gift panel in the live broadcast are merely illustrative, where units illustrated as separate components may or may not be physically separate, and components displayed as units may or may not be physical units, may be located in one place, or may also be distributed on a plurality of network units. Some or all of the modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment. One of ordinary skill in the art can understand and implement it without inventive effort.
Through the above description of the embodiments, those skilled in the art will clearly understand that each embodiment can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware. With this understanding in mind, the above technical solutions may be embodied in the form of a software product, which can be stored in a computer-readable storage medium, such as ROM/RAM, magnetic disk, optical disk, etc., and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute the various embodiments or some parts of the methods of the embodiments.
According to the method and the system for loading the gift panel in the live broadcast, the gift panel is not directly loaded when the live broadcast room is started to be opened, messages pushed by the server are all stored in the cache queue, the gift panel is loaded according to the trigger condition of the loading button after the live broadcast page is opened, the messages in the cache queue are transmitted to the gift panel to be processed, the gift panel is not loaded and processed while the live broadcast page is opened, the opening speed of the live broadcast room is improved, and user experience is improved.
Finally, the method of the present application is only a preferred embodiment and is not intended to limit the scope of the present invention. Any modification, equivalent replacement, or improvement made within the spirit and principle of the present invention should be included in the protection scope of the present invention.

Claims (6)

1. A method for loading a gift panel in live broadcasting is characterized by comprising the following steps:
s1, in the process of loading the live broadcast page, receiving a message required by the gift panel pushed by the server, and judging whether the gift panel is loaded in the live broadcast page currently;
s2, if yes, the message is transmitted to the gift panel, if no, the message is stored in the buffer queue, and after the gift panel is loaded, the message in the buffer queue is transmitted to the gift panel;
loading a gift panel on a live broadcast page when the live broadcast page is loaded and a first click event of a loading button on the live broadcast page is monitored;
the determining whether the gift panel is currently loaded on the live page further comprises:
defining a global boolean variable for the gift panel, the global boolean variable being used to mark whether the gift panel is loaded;
judging whether the gift panel is loaded currently or not according to the current value of the global Boolean variable;
the step S1 of storing the message in a buffer queue further includes:
storing a plurality of messages in a cache queue in an order in which the messages are received from the server;
accordingly, the step S2 of transferring the message in the buffer queue to the gift panel for processing further includes:
circularly transmitting the plurality of messages in the cache queue to the gift panel one by one according to the storage sequence so that the gift panel can process the plurality of messages;
the loading a gift panel on a live page further comprises:
and when a first click event of a loading button in the live broadcast page is monitored, finding a gift panel layout file corresponding to the gift panel from the memory, and loading the gift panel layout file in the gift panel.
2. A method of loading a gift panel on a live broadcast as claimed in claim 1 wherein said determining whether the gift panel is currently loaded on the live broadcast page further comprises:
and judging whether the message pushed by the server is the message required by the gift panel, if so, judging whether the gift panel is loaded on the live broadcast page currently, and if not, discarding the message.
3. A method of loading a gift panel on a live broadcast as claimed in claim 2, wherein said determining whether the message pushed by the server is a message required for the gift panel further comprises:
defining a message set, wherein all messages required by the gift panel are stored in the message set;
and matching the message pushed by the server with the message in the message set when the message pushed by the server is received, wherein if the message matched with the message pushed by the server exists in the message set, the message pushed by the server is a message required by the gift panel, and otherwise, the message pushed by the server is a message not required by the gift panel.
4. A live gift panel loading system, comprising:
the judging module is used for receiving a message required by a gift panel pushed by the server in the process of loading the live broadcast page and judging whether the gift panel is loaded on the live broadcast page currently;
the storage module is used for storing the message into a cache queue if the gift panel is not loaded on the live broadcast page currently;
the delivery module is used for delivering the message to the gift panel if the gift panel is loaded on the live broadcast page currently; the message buffer is also used for transmitting the message in the buffer queue to the gift panel after the gift panel is loaded;
the loading module is used for loading a gift panel on the live broadcast page when the live broadcast page is loaded and a first click event of a loading button on the live broadcast page is monitored;
further comprising:
the definition module is used for defining a global Boolean variable for the gift panel, and the global Boolean variable is used for marking whether the gift panel is loaded or not;
correspondingly, the judging module is further configured to:
judging whether the gift panel is loaded currently or not according to the current value of the global Boolean variable;
wherein the storage module is configured to store the message in a cache queue further comprising:
storing a plurality of messages in a cache queue in an order in which the messages are received from the server;
correspondingly, the transferring module is used for transferring the messages in the buffer queue to the gift panel for processing, and further comprises:
circularly transmitting the plurality of messages in the cache queue to the gift panel one by one according to the storage sequence so that the gift panel can process the plurality of messages; the loading module is used for loading the gift panel on the live broadcast page and further comprises the following steps:
and when a first click event of a loading button in the live broadcast page is monitored, finding a gift panel layout file corresponding to the gift panel from the memory, and loading the gift panel layout file in the gift panel.
5. The equipment of the gift panel loading method in the live broadcast is characterized by comprising a processor, a memory and a bus;
the processor and the memory complete mutual communication through the bus;
the memory stores program instructions executable by the processor, the processor invoking the program instructions to perform the method of any of claims 1 to 3.
6. A non-transitory computer-readable storage medium storing computer instructions that cause a computer to perform the method of any one of claims 1 to 3.
CN201710724395.3A 2017-08-22 2017-08-22 Method and system for loading gift panel in live broadcast Active CN110020275B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710724395.3A CN110020275B (en) 2017-08-22 2017-08-22 Method and system for loading gift panel in live broadcast

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710724395.3A CN110020275B (en) 2017-08-22 2017-08-22 Method and system for loading gift panel in live broadcast

Publications (2)

Publication Number Publication Date
CN110020275A CN110020275A (en) 2019-07-16
CN110020275B true CN110020275B (en) 2022-01-04

Family

ID=67186127

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710724395.3A Active CN110020275B (en) 2017-08-22 2017-08-22 Method and system for loading gift panel in live broadcast

Country Status (1)

Country Link
CN (1) CN110020275B (en)

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101996073B (en) * 2009-08-31 2014-02-05 阿里巴巴集团控股有限公司 Component rendering method and device
KR20120048886A (en) * 2010-11-08 2012-05-16 삼성전자주식회사 Method and apparatus for outputting a web page
CN103136201A (en) * 2011-11-22 2013-06-05 阿里巴巴集团控股有限公司 Page information display method and page information display device
CN103778007B (en) * 2014-02-14 2018-06-08 北京猎豹移动科技有限公司 A kind of application management method and device
CN104750851A (en) * 2015-04-14 2015-07-01 钱海祥 Webpage content lazy loading method and system
CN105117257B (en) * 2015-09-01 2018-07-06 广东欧珀移动通信有限公司 A kind of method and system of automatic buffer application what be new
CN105897770B (en) * 2016-06-20 2018-11-27 武汉斗鱼网络科技有限公司 A kind of virtual gift display method and device based on live streaming
CN106126260A (en) * 2016-07-01 2016-11-16 深圳云之家网络有限公司 A kind of delayed data loading method and device
CN106569823A (en) * 2016-10-28 2017-04-19 广州新博庭网络信息科技股份有限公司 Business data loading method and apparatus
CN107038065A (en) * 2017-03-01 2017-08-11 武汉斗鱼网络科技有限公司 Information processing method and device

Also Published As

Publication number Publication date
CN110020275A (en) 2019-07-16

Similar Documents

Publication Publication Date Title
US11290555B2 (en) Push notification delivery system
US20200264942A1 (en) Message management method and device, and storage medium
CN106850402B (en) Message transmission method and device
US9800691B2 (en) Stream processing using a client-server architecture
US8806507B1 (en) Dynamic provisioning of message groups
US9900837B2 (en) Multi-channel communications for sending push notifications to mobile devices
US9736228B2 (en) Method, apparatus, and system for distributing information in graphic code
US20230362122A1 (en) Watermark-based message queue
CN102685209B (en) A kind of method of assisting users equipment transmitting/receiving instance message, device and equipment
US9760414B2 (en) Preserving event data for lazily-loaded macro components in a publish/subscribe system
KR20170133465A (en) Filtering content based on user mobile networks and data plans
CN107277780A (en) A kind of broadcast message sending method and device, mobile terminal
CN108460042B (en) Page display method, related equipment and system
CN110020275B (en) Method and system for loading gift panel in live broadcast
CN109005465B (en) Bullet screen message distribution method, device, equipment and storage medium
CN105978853B (en) Session scheduling method, scheduling server and terminal
CN103368988B (en) resource sharing method, system and device
CN113742004B (en) Data processing method and device based on flink framework
US8589605B2 (en) Inbound message rate limit based on maximum queue times
CN111901366B (en) Data pushing method, device, equipment and storage medium
CN110247808B (en) Information transmission method, device, equipment and readable storage medium
CN108881991B (en) Bullet screen message distribution method, device, equipment and storage medium
CN112688982A (en) User request processing method and device
CN105009097A (en) Message transmission device, message transmission method, and message transmission program
CN110944027B (en) Access processing method, device, equipment and system

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
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20231107

Address after: 430070 1707, 17th Floor, Building C, Zhongjian Fudi Center Office Building, Luoshi Road, Hongshan District, Wuhan City, Hubei Province

Patentee after: Hubei Zhongke Natural Science Research Institute Co.,Ltd.

Address before: 430000 East Lake Development Zone, Wuhan City, Hubei Province, No. 1 Software Park East Road 4.1 Phase B1 Building 11 Building

Patentee before: WUHAN DOUYU NETWORK TECHNOLOGY Co.,Ltd.