CN108234489B - Live broadcast recommendation information processing method and device and terminal equipment - Google Patents

Live broadcast recommendation information processing method and device and terminal equipment Download PDF

Info

Publication number
CN108234489B
CN108234489B CN201810000889.1A CN201810000889A CN108234489B CN 108234489 B CN108234489 B CN 108234489B CN 201810000889 A CN201810000889 A CN 201810000889A CN 108234489 B CN108234489 B CN 108234489B
Authority
CN
China
Prior art keywords
live broadcast
broadcast room
recommendation
state information
scheduling center
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
CN201810000889.1A
Other languages
Chinese (zh)
Other versions
CN108234489A (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 CN201810000889.1A priority Critical patent/CN108234489B/en
Priority to PCT/CN2018/082468 priority patent/WO2019134294A1/en
Publication of CN108234489A publication Critical patent/CN108234489A/en
Application granted granted Critical
Publication of CN108234489B publication Critical patent/CN108234489B/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

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Information Transfer Between Computers (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

The invention provides a live broadcast recommendation information processing method and device and terminal equipment, and relates to the technical field of information processing. The live broadcast recommendation information processing method comprises the following steps: acquiring recommended state information in a cover of a live broadcast room and sending the recommended state information to a preset component scheduling center; forwarding the recommended state information to a live broadcast room controller corresponding to the live broadcast room cover through the component scheduling center; and judging whether the recommendation state information meets a preset condition or not through the live broadcast room controller, and playing the recommender information of the live broadcast room in the corresponding live broadcast room when the recommendation state information meets the preset condition. By the method, the problem that the server is unstable due to overlarge load in the prior art can be solved.

Description

Live broadcast recommendation information processing method and device and terminal equipment
Technical Field
The invention relates to the technical field of information processing, in particular to a live broadcast recommendation information processing method and device and terminal equipment.
Background
With the continuous development of information processing technology, the application range of terminal equipment is continuously expanded. Among them, terminal equipment has obtained extensive use in the live broadcast field. The inventor researches and discovers that in the existing live broadcast technology, the server has the problem of overlarge load due to the fact that recommended information needs to be processed through the server, and further the problem of unstable work is caused.
Disclosure of Invention
In view of the above, the present invention provides a live broadcast recommendation information processing method, a live broadcast recommendation information processing apparatus, and a terminal device, so as to solve the problem that a server in the prior art is unstable due to an excessive load.
In order to achieve the above purpose, the embodiment of the invention adopts the following technical scheme:
a live broadcast recommendation information processing method comprises the following steps:
acquiring recommended state information in a cover of a live broadcast room and sending the recommended state information to a preset component scheduling center;
forwarding the recommended state information to a live broadcast room controller corresponding to the live broadcast room cover through the component scheduling center;
and judging whether the recommendation state information meets a preset condition or not through the live broadcast room controller, and playing the recommender information of the live broadcast room in the corresponding live broadcast room when the recommendation state information meets the preset condition.
In a preferred option of the embodiment of the present invention, in the live broadcast recommendation information processing method, the step of obtaining recommendation status information in a live broadcast room cover and sending the recommendation status information to a preset component scheduling center includes:
acquiring a field corresponding to recommendation state information in a cover page of a live broadcast room;
and packaging the field to obtain a dictionary, and sending the dictionary to a preset component scheduling center.
In a preferred option of the embodiment of the present invention, in the live broadcast recommendation information processing method, the step of packaging the field to obtain a dictionary and sending the dictionary to a preset component scheduling center includes:
creating a dictionary through the variable dictionary class;
and assigning the dictionary according to the field, and sending the assigned dictionary to a preset component scheduling center.
In a preferred option of the embodiment of the present invention, in the live broadcast recommendation information processing method, before the step of acquiring recommendation status information in a live broadcast cover and sending the recommendation status information to a preset component scheduling center, the method further includes:
creating a component scheduling center through an example sharing method;
and creating a first jump function inside the component scheduling center to receive the recommendation state information in the live room cover.
In a preferred option of the embodiment of the present invention, in the live broadcast recommendation information processing method, the step of forwarding the recommendation status information to the live broadcast room controller corresponding to the live broadcast cover by the component scheduling center includes:
calling a second jump function through the component scheduling center to determine a live broadcast room controller corresponding to the live broadcast room cover;
and sending the recommended state information to the determined live broadcast room controller.
In a preferred option of the embodiment of the present invention, in the live broadcast recommendation information processing method, the step of determining whether the recommendation status information satisfies a preset condition by the live broadcast room controller, and when the preset condition is satisfied, playing the recommender information of the live broadcast room in the corresponding live broadcast room includes:
judging that the recommendation state information meets a preset condition through the live broadcast room controller, and acquiring a recommender name corresponding to the live broadcast room when the recommendation state information meets the preset condition;
and playing the name of the recommender in the corresponding live broadcast room through the live broadcast room controller.
In a preferred option of the embodiment of the present invention, in the live broadcast recommendation information processing method, the step of playing the recommender name in the corresponding live broadcast room through the live broadcast room controller includes:
sending the name of the recommender to a bullet screen model through the live broadcast room controller to obtain a recommended bullet screen;
and calling a recommended special effect function through the live broadcast room controller to play the recommended bullet screen.
The embodiment of the invention also provides a live broadcast recommendation information processing device, which comprises:
the system comprises a state information acquisition module, a component scheduling center and a control module, wherein the state information acquisition module is used for acquiring recommended state information in a cover page of a live broadcast room and sending the recommended state information to the preset component scheduling center;
the status information forwarding module is used for forwarding the recommended status information to a live broadcast room controller corresponding to the live broadcast room cover through the component scheduling center;
and the recommender information playing module is used for judging whether the recommendation state information meets a preset condition through the live broadcast room controller, and playing the recommender information of the live broadcast room in the corresponding live broadcast room when the preset condition is met.
In a preferred option of the embodiment of the present invention, in the live recommendation information processing apparatus, the status information acquiring module includes:
the field acquisition submodule is used for acquiring a field corresponding to the recommendation state information in the cover of the live broadcast room;
and the field packing submodule is used for packing the field to obtain a dictionary and sending the dictionary to a preset component scheduling center.
The embodiment of the present invention further provides a terminal device, which includes a memory, a processor and a live broadcast recommendation information processing apparatus, where the live broadcast recommendation information processing apparatus includes one or more software function modules stored in the memory and executed by the processor, where the software function modules include:
the system comprises a state information acquisition module, a component scheduling center and a control module, wherein the state information acquisition module is used for acquiring recommended state information in a cover page of a live broadcast room and sending the recommended state information to the preset component scheduling center;
the status information forwarding module is used for forwarding the recommended status information to a live broadcast room controller corresponding to the live broadcast room cover through the component scheduling center;
and the recommender information playing module is used for judging whether the recommendation state information meets a preset condition through the live broadcast room controller, and playing the recommender information of the live broadcast room in the corresponding live broadcast room when the preset condition is met.
According to the live broadcast recommendation information processing method, device and terminal equipment, the information transmission between the recommendation state information of the live broadcast room cover and the live broadcast room controller is realized by arranging the component scheduling center, the problem that the server is overloaded due to the fact that the recommendation state information needs to be processed through the server can be solved, and the problem that the server is unstable in work due to the fact that the server is overloaded in the prior art is solved. The information is transmitted through the component scheduling center, so that the coupling degree of codes in different components can be reduced, the componentization in the application program development process can be effectively carried out, and the reliability of the live broadcast recommendation information processing method and device and the terminal equipment is greatly improved.
Further, fields in the recommendation state information are packaged into dictionaries for transmission, the recommendation state information can be conveniently transmitted by using the function of convenient expansion of the dictionaries, other information can be transmitted, and the practicability of the live recommendation information processing method and device and the terminal device is effectively improved.
In order to make the aforementioned and other objects, features and advantages of the present invention comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
Fig. 1 is a block diagram of a terminal device according to an embodiment of the present invention.
Fig. 2 is a flowchart illustrating a live recommendation information processing method according to an embodiment of the present invention.
Fig. 3 is another schematic flow chart of a live recommendation information processing method according to an embodiment of the present invention.
Fig. 4 is a schematic flowchart of step S110 in fig. 2.
Fig. 5 is a schematic flowchart of step S113 in fig. 4.
Fig. 6 is a schematic flowchart of step S130 in fig. 2.
Fig. 7 is a schematic flowchart of step S150 in fig. 2.
Fig. 8 is a flowchart illustrating step S153 in fig. 7.
Fig. 9 is a block diagram of a live recommendation information processing apparatus according to an embodiment of the present invention.
Fig. 10 is a block diagram of a state information obtaining module according to an embodiment of the present invention.
Fig. 11 is a block diagram of a structure of a field packing submodule according to an embodiment of the present invention.
Fig. 12 is another block diagram of a live recommendation information processing apparatus according to an embodiment of the present invention.
Icon: 10-a terminal device; 12-a memory; 14-a processor; 100-live broadcast recommendation information processing device; 110-a status information acquisition module; 111-field acquisition submodule; 113-field packing submodule; 113 a-a dictionary creation unit; 113 b-dictionary assignment unit; 130-a status information forwarding module; 150-recommender information playing module; 170-component creation module; 190-function creation module.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. The components of embodiments of the present invention generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations.
Thus, the following detailed description of the embodiments of the present invention, presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus, once an item is defined in one figure, it need not be further defined and explained in subsequent figures. In the description of the present invention, the terms "first," "second," "third," "fourth," and the like are used merely to distinguish one description from another, and are not to be construed as merely or implying relative importance.
In the description of the present invention, unless otherwise expressly specified or limited, the terms "disposed," "connected," and "connected" are to be construed broadly, e.g., as meaning fixedly connected, detachably connected, or integrally connected; can be mechanically or electrically connected; they may be connected directly or indirectly through intervening media, or they may be interconnected between two elements. The specific meanings of the above terms in the present invention can be understood in specific cases to those skilled in the art.
As shown in fig. 1, an embodiment of the present invention provides a terminal device 10, which includes a memory 12, a processor 14, and a live recommendation information processing apparatus 100.
The memory 12 and the processor 14 are electrically connected, directly or indirectly, to enable the transfer or interaction of data. For example, the components may be electrically connected to each other via one or more communication buses or signal lines. The live recommendation information processing apparatus 100 includes at least one software functional module that can be stored in the memory 12 in the form of software or firmware (firmware). The processor 14 is configured to execute executable computer programs stored in the memory 12, such as software functional modules and computer programs included in the live recommendation information processing apparatus 100, so as to implement a live recommendation information processing method.
The Memory 12 may be, but is not limited to, a Random Access Memory (RAM), a Read Only Memory (ROM), a Programmable Read-Only Memory (PROM), an Erasable Read-Only Memory (EPROM), an electrically Erasable Read-Only Memory (EEPROM), and the like. Wherein the memory 12 is used for storing a program, and the processor 14 executes the program after receiving the execution instruction.
The processor 14 may be an integrated circuit chip having signal processing capabilities. The Processor 14 may be a general-purpose Processor including a Central Processing Unit (CPU), a Network Processor (NP), and the like; but may also be a Digital Signal Processor (DSP), an Application Specific Integrated Circuit (ASIC), a Field Programmable Gate Array (FPGA) or other programmable logic device, discrete gate or transistor logic device, discrete hardware components. The various methods, steps and logic blocks disclosed in the embodiments of the present invention may be implemented or performed. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
It will be appreciated that the configuration shown in fig. 1 is merely illustrative and that the terminal device 10 may include more or fewer components than shown in fig. 1 or may have a different configuration than shown in fig. 1. The components shown in fig. 1 may be implemented in hardware, software, or a combination thereof.
Alternatively, the specific type of the terminal device 10 is not limited, and for example, the terminal device may be, but is not limited to, an electronic device having a data processing function, such as a smart phone, a Personal Computer (PC), a tablet PC, a Personal Digital Assistant (PDA), a Mobile Internet Device (MID), and the like.
With reference to fig. 2, an embodiment of the present invention further provides a live broadcast recommendation information processing method applicable to the terminal device 10. Wherein the method steps defined by the method related flow may be implemented by the processor 14. The specific process shown in fig. 2 will be described in detail below.
And step S110, acquiring the recommended state information in the cover of the live broadcast room and sending the recommended state information to a preset component scheduling center.
And step S130, forwarding the recommended state information to a live broadcast room controller corresponding to the live broadcast room cover through the component scheduling center.
And S150, judging whether the recommendation state information meets a preset condition through the live broadcast room controller, and playing the recommender information of the live broadcast room in the corresponding live broadcast room when the recommendation state information meets the preset condition.
In this embodiment, after the user enters the live broadcast platform, the terminal device 10 may display a current live broadcast list, where the live broadcast list includes a live broadcast room cover corresponding to a live broadcast room currently being live broadcast. The cover of the live broadcast room generally includes various information to identify the live broadcast room, so as to facilitate the user to select, for example, but not limited to, whether a lottery exists, whether a recommendation exists, and whether a microphone exists.
When the user selects (clicks) the corresponding live broadcast room cover according to the requirement to enter the live broadcast room, the step S110 can be executed to acquire recommendation state information (whether recommendation exists in the corresponding live broadcast room) in the live broadcast room cover, and send the information to the preset component scheduling center to be forwarded to the live broadcast room controller for processing, and after the user enters the live broadcast room, if recommendation exists, the information related to the recommendation can be played.
It will be appreciated that the live listings, live room covers, component scheduling centers, and live room controllers may be programs stored in memory 12. The live broadcast list, the live broadcast room cover, the component scheduling center and the live broadcast room controller can be mutually combined to form one or more components, and can also be respectively formed to facilitate development.
Alternatively, the component scheduling center may be created by a preset rule after the terminal device 10 receives a user selection (click) of a live-air cover before executing step S110, or may be created in advance and stored in the memory 12. In this embodiment, with reference to fig. 3, before performing step S110, the live recommendation information processing method may further include step S170 and step S190.
Step S170, a component scheduling center is created by an instance sharing method.
Step S190, a first skip function is established in the component scheduling center to receive the recommendation state information in the live broadcasting room cover.
In the embodiment, a component scheduling center is created by an instance sharing (shared instances) method, so as to receive and forward the recommended state information. To facilitate the component scheduling center receiving the recommended state information, a first jump function may be created at the component scheduling center, which may be defined as kActionGotoNormal rom. Wherein, the first jump function may be defined as goto normal room, and considering that goto normal room is a static constant, a prefix may be concatenated for the constant to obtain kActionGoto normal room.
Optionally, the manner of sending the recommended state information when performing step S110 is not limited, and in this embodiment, in combination with fig. 4, step S110 may include step S111 and step S113 to implement sending of the recommended state information.
And step S111, acquiring a field corresponding to the recommendation state information in the cover page of the live broadcast room.
In this embodiment, the corresponding fields are different according to different specific contents of the recommendation status information. For example, when the recommendation status information is that whether the recommendation is a emperor recommendation, the corresponding field may be isEmpRcmd.
And step S113, packaging the field to obtain a dictionary, and sending the dictionary to a preset component scheduling center.
In this embodiment, in order to facilitate the transfer of the field and implement the transfer of other information, the acquired field may be transmitted in the form of a dictionary by packaging the field to obtain a corresponding dictionary. The dictionary stores key-value pairs (key-values), and packing of fields is achieved through the key-value pairs.
Optionally, the manner of performing step S113 to pack the fields is not limited, and in this embodiment, in conjunction with fig. 5, step S113 may include step S113a and step S113 b.
In step S113a, a dictionary is created from the variable dictionary class.
In this embodiment, a dictionary params may be created by an allocation (alloc) function of a variable dictionary class (nsmutableditionary), and the dictionary may be initialized by an initialization (init) function.
And step S113b, performing assignment processing on the dictionary according to the field, and sending the assigned dictionary to a preset component scheduling center.
In this embodiment, the assignment process is described by taking this field as isEmpRcmd as an example. Wherein a key (key) of the dictionary is assigned as isEmpRcmd and a corresponding value (value) is assigned as an attribute of isEmpRcmd, e.g. YES if there is a emperor recommendation and NO if there is NO emperor recommendation.
Optionally, the manner of forwarding the recommended state information when performing step S130 is not limited, and in this embodiment, in combination with fig. 6, step S130 may include step S131 and step S133 to implement forwarding of the recommended state information.
Step S131, a second jump function is called through the component scheduling center to determine a live broadcast room controller corresponding to the live broadcast room cover.
In this embodiment, the second skip function may be a goto normal roommath, and the function is located in the live broadcast skip tool class dytababmanager. The component scheduling center can call the second jump function by calling a live broadcast room jump tool class so as to determine a live broadcast room controller corresponding to a live broadcast room cover.
And step S133, sending the recommendation state information to the determined live broadcast room controller.
In the embodiment, the recommendation information is sent to the determined live broadcast room controller, and is processed by the live broadcast room controller. When the recommendation information is transmitted through the created dictionary params, assignment processing is carried out on the direct broadcasting room controller according to the dictionary params, so that the direct broadcasting room controller can acquire a key (key) as a value (value) corresponding to the isEmpRcmd.
Alternatively, the manner of processing the recommended state information when step S150 is executed is not limited, and in this embodiment, in conjunction with fig. 7, step S150 may include step S151 and step S153 to implement the processing of the recommended state information.
And step S151, judging that the recommendation state information meets a preset condition through the live broadcast room controller, and acquiring the name of a recommender corresponding to the live broadcast room when the recommendation state information meets the preset condition.
In this embodiment, the preset condition may be set according to the specific content of the recommendation status information. For example, when the recommendation state information indicates whether a recommendation exists in a corresponding live broadcast room, the preset condition may be that a recommendation exists in a corresponding live broadcast room.
For example, information that can effectively identify a corresponding recommender, such as an account number, an image, and a name of the corresponding recommender, can be used as the recommender information. In the present embodiment, the name of the recommender may be acquired as the recommender information.
And step S153, playing the name of the recommender in the corresponding live broadcast room through the live broadcast room controller.
Optionally, the manner of playing the recommender name when performing step S153 is not limited, and for example, the recommender name may be played in a bullet screen form, or may be rendered to a live broadcast room through a page. In the present embodiment, to improve the effect of the playing, in conjunction with fig. 8, step S153 may include step S153a and step S153 b.
And step S153a, sending the name of the recommender to a bullet screen model through the live broadcast room controller to obtain a recommended bullet screen.
Step S153b, calling a recommendation special effect function through the live broadcast room controller to play the recommendation barrage.
In this embodiment, the recommendation special effect function may have different choices for different specific contents of the recommendation, for example, for an emperor recommendation, the recommendation bullet screen may be played by calling an emperor recommendation special effect function (showperorrecomm and banner).
With reference to fig. 9, an embodiment of the present invention further provides a live recommendation information processing apparatus 100 applicable to the terminal device 10. The live recommendation information processing apparatus 100 includes a status information obtaining module 110, a status information forwarding module 130, and a recommender information playing module 150.
The status information obtaining module 110 is configured to obtain recommended status information in a cover of a live broadcast room and send the recommended status information to a preset component scheduling center. In this embodiment, the status information acquiring module 110 may be configured to execute step S110 shown in fig. 2, and the detailed description about the status information acquiring module 110 may refer to the foregoing description about step S110.
The status information forwarding module 130 is configured to forward the recommended status information to the live broadcast room controller corresponding to the live broadcast room cover through the component scheduling center. In this embodiment, the status information forwarding module 130 may be configured to perform step S130 shown in fig. 2, and the detailed description about the status information forwarding module 130 may refer to the foregoing description about step S130.
The recommender information playing module 150 is configured to determine whether the recommendation status information meets a preset condition through the live broadcast room controller, and play the recommender information in the live broadcast room in the corresponding live broadcast room when the recommendation status information meets the preset condition. In this embodiment, the recommender information playing module 150 may be configured to perform step S150 shown in fig. 2, and the detailed description of the recommender information playing module 150 may refer to the description of step S150.
With reference to fig. 10, in this embodiment, the status information obtaining module 110 may include a field obtaining sub-module 111 and a field packing sub-module 113.
And the field acquisition submodule 111 is used for acquiring a field corresponding to the recommendation state information in the cover page of the live broadcast room. In this embodiment, the field obtaining sub-module 111 may be configured to perform step S111 shown in fig. 4, and the detailed description about the field obtaining sub-module 111 may refer to the description about step S111.
The field packing submodule 113 is configured to pack the field to obtain a dictionary, and send the dictionary to a preset component scheduling center. In this embodiment, the field packing submodule 113 may be configured to execute step S113 shown in fig. 4, and the detailed description about the field packing submodule 113 may refer to the description about step S113.
With reference to fig. 11, in this embodiment, the field packing sub-module 113 may include a dictionary creating unit 113a and a dictionary assigning unit 113 b.
The dictionary creating unit 113a is configured to create a dictionary through a variable dictionary class. In this embodiment, the dictionary creating unit 113a may be configured to execute step S113a shown in fig. 5, and the detailed description about the dictionary creating unit 113a may refer to the foregoing description about step S113 a.
And the dictionary assignment unit 113b is configured to perform assignment processing on the dictionary according to the field, and send the assigned dictionary to a preset component scheduling center. In this embodiment, the dictionary assigning unit 113b can be used to execute step S113b shown in fig. 5, and the detailed description about the dictionary assigning unit 113b can refer to the previous description about step S113 b.
With reference to fig. 12, in this embodiment, the live recommendation information processing apparatus 100 may further include a component creation module 170 and a function creation module 190.
The component creating module 170 is configured to create a component scheduling center by a shared instance method. In this embodiment, the component creating module 170 may be configured to execute step S170 shown in fig. 3, and the foregoing description of step S170 may be referred to for specific description of the component creating module 170.
The function creating module 190 is configured to create a first skip function inside the component scheduling center to receive recommendation status information in a live-broadcasting cover page. In this embodiment, the function creating module 190 may be configured to execute step S190 shown in fig. 3, and the detailed description about the function creating module 190 may refer to the foregoing description about step S190.
In summary, the live broadcast recommendation information processing method, the live broadcast recommendation information processing apparatus, and the terminal device 10 provided by the present invention implement information transmission between the recommendation state information of the live broadcast room cover and the live broadcast room controller by setting the component scheduling center, so that a problem that a server has an excessive load due to the fact that the recommendation state information needs to be processed by the server can be avoided, and a problem that a server in the prior art has an unstable work due to the excessive load is further improved. The information is transmitted through the component scheduling center, so that the coupling degree of codes in different components can be reduced, the componentization in the application program development process can be effectively performed, and the reliability of the live broadcast recommendation information processing method and device and the terminal equipment 10 is greatly improved. Secondly, fields in the recommendation state information are packaged into dictionaries for transmission, the recommendation state information can be conveniently transmitted by using the function of convenient expansion of the dictionaries, other information can be transmitted, and the practicability of the live broadcast recommendation information processing method and device and the terminal device 10 is effectively improved.
In the embodiments provided in the present invention, it should be understood that the disclosed apparatus and method can be implemented in other ways. The apparatus and method embodiments described above are illustrative only, as the flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of apparatus, methods and computer program products according to various embodiments of the present invention. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
In addition, the functional modules in the embodiments of the present invention may be integrated together to form an independent part, or each module may exist separately, or two or more modules may be integrated to form an independent part.
The functions, if implemented in the form of software functional modules and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, an electronic device, or a network device) to perform all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes. It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising an … …" does not exclude the presence of other identical elements in a process, method, article, or apparatus that comprises the element.
The above description is only a preferred embodiment of the present invention and is not intended to limit the present invention, and various modifications and changes may be made by those skilled in the art. 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 (10)

1. A live broadcast recommendation information processing method is applied to terminal equipment comprising a component scheduling center and a live broadcast room controller, and comprises the following steps:
acquiring recommended state information in a cover of a live broadcast room and sending the recommended state information to a preset component scheduling center;
forwarding the recommended state information to a live broadcast room controller corresponding to the live broadcast room cover through the component scheduling center;
and judging whether the recommendation state information meets a preset condition or not through the live broadcast room controller, and playing the recommender information of the live broadcast room in the corresponding live broadcast room when the recommendation state information meets the preset condition.
2. The live broadcast recommendation information processing method of claim 1, wherein the step of acquiring recommendation state information in a live broadcast room cover and sending the recommendation state information to a preset component scheduling center comprises:
acquiring a field corresponding to recommendation state information in a cover page of a live broadcast room;
and packaging the field to obtain a dictionary, and sending the dictionary to a preset component scheduling center.
3. The live broadcast recommendation information processing method according to claim 2, wherein the step of packaging the field to obtain a dictionary and sending the dictionary to a preset component scheduling center comprises:
creating a dictionary through the variable dictionary class;
and assigning the dictionary according to the field, and sending the assigned dictionary to a preset component scheduling center.
4. The live recommendation information processing method according to any one of claims 1 to 3, wherein before the step of acquiring recommendation status information in a live room cover and sending the recommendation status information to a preset component scheduling center, the method further comprises:
creating a component scheduling center through an example sharing method;
and creating a first jump function inside the component scheduling center to receive the recommendation state information in the live room cover.
5. The live broadcast recommendation information processing method according to any one of claims 1-3, wherein the step of forwarding the recommendation status information to the live broadcast room controller corresponding to the live broadcast cover through the component scheduling center includes:
calling a second jump function through the component scheduling center to determine a live broadcast room controller corresponding to the live broadcast room cover;
and sending the recommended state information to the determined live broadcast room controller.
6. The live broadcast recommendation information processing method according to any one of claims 1 to 3, wherein the step of judging whether the recommendation state information satisfies a preset condition through the live broadcast room controller, and playing recommender information of the live broadcast room in a corresponding live broadcast room when the preset condition is satisfied includes:
judging that the recommendation state information meets a preset condition through the live broadcast room controller, and acquiring a recommender name corresponding to the live broadcast room when the recommendation state information meets the preset condition;
and playing the name of the recommender in the corresponding live broadcast room through the live broadcast room controller.
7. The live recommendation information processing method of claim 6, wherein the step of playing the recommender name in the corresponding live view through the live view controller comprises:
sending the name of the recommender to a bullet screen model through the live broadcast room controller to obtain a recommended bullet screen;
and calling a recommended special effect function through the live broadcast room controller to play the recommended bullet screen.
8. A live broadcast recommendation information processing device is applied to a terminal device comprising a component scheduling center and a live broadcast room controller, and comprises:
the system comprises a state information acquisition module, a component scheduling center and a control module, wherein the state information acquisition module is used for acquiring recommended state information in a cover page of a live broadcast room and sending the recommended state information to the preset component scheduling center;
the status information forwarding module is used for forwarding the recommended status information to a live broadcast room controller corresponding to the live broadcast room cover through the component scheduling center;
and the recommender information playing module is used for judging whether the recommendation state information meets a preset condition through the live broadcast room controller, and playing the recommender information of the live broadcast room in the corresponding live broadcast room when the preset condition is met.
9. The live recommendation information processing apparatus according to claim 8, wherein said status information obtaining module includes:
the field acquisition submodule is used for acquiring a field corresponding to the recommendation state information in the cover of the live broadcast room;
and the field packing submodule is used for packing the field to obtain a dictionary and sending the dictionary to a preset component scheduling center.
10. A terminal device, comprising a component scheduling center, a live broadcast room controller, a memory, a processor, and a live broadcast recommendation information processing apparatus, wherein the live broadcast recommendation information processing apparatus includes one or more software function modules stored in the memory and executed by the processor, and wherein the software function modules include:
the system comprises a state information acquisition module, a component scheduling center and a control module, wherein the state information acquisition module is used for acquiring recommended state information in a cover page of a live broadcast room and sending the recommended state information to the preset component scheduling center;
the status information forwarding module is used for forwarding the recommended status information to a live broadcast room controller corresponding to the live broadcast room cover through the component scheduling center;
and the recommender information playing module is used for judging whether the recommendation state information meets a preset condition through the live broadcast room controller, and playing the recommender information of the live broadcast room in the corresponding live broadcast room when the preset condition is met.
CN201810000889.1A 2018-01-02 2018-01-02 Live broadcast recommendation information processing method and device and terminal equipment Active CN108234489B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201810000889.1A CN108234489B (en) 2018-01-02 2018-01-02 Live broadcast recommendation information processing method and device and terminal equipment
PCT/CN2018/082468 WO2019134294A1 (en) 2018-01-02 2018-04-10 Method and apparatus for processing recommendation information of live stream

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810000889.1A CN108234489B (en) 2018-01-02 2018-01-02 Live broadcast recommendation information processing method and device and terminal equipment

Publications (2)

Publication Number Publication Date
CN108234489A CN108234489A (en) 2018-06-29
CN108234489B true CN108234489B (en) 2020-02-07

Family

ID=62642426

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810000889.1A Active CN108234489B (en) 2018-01-02 2018-01-02 Live broadcast recommendation information processing method and device and terminal equipment

Country Status (2)

Country Link
CN (1) CN108234489B (en)
WO (1) WO2019134294A1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110708272B (en) * 2018-07-10 2022-01-07 武汉斗鱼网络科技有限公司 Live broadcast application sharing module decoupling system and method, storage medium and electronic device
CN114302156A (en) * 2021-12-07 2022-04-08 广州方硅信息技术有限公司 Anchor dynamic information recommendation method, device, system and storage medium
CN114827645B (en) * 2021-12-29 2024-02-06 广州方硅信息技术有限公司 Live broadcasting room approach method and device based on mask interaction and computer equipment

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103826166B (en) * 2005-11-30 2020-03-31 意大利希思卫电子发展股份公司 Method and system for generating a recommendation for at least one further content item
FR2962874B1 (en) * 2010-07-19 2012-08-10 Alcatel Lucent METHOD FOR SCHEDULING TELEVISION PROGRAM RECORDINGS FOR A USER
US9706237B2 (en) * 2013-03-12 2017-07-11 Time Warner Cable Enterprises Llc TV playlist
CN104333773A (en) * 2013-12-18 2015-02-04 乐视网信息技术(北京)股份有限公司 A Video recommending method and server
CN105681839A (en) * 2015-12-31 2016-06-15 新奥特(北京)视频技术有限公司 Service system for publishing multi-screen contents in unified manner
CN106658074A (en) * 2016-11-21 2017-05-10 武汉斗鱼网络科技有限公司 Method for evaluating live broadcasting room recommendation strategy, user equipment (UE) and server system

Also Published As

Publication number Publication date
WO2019134294A1 (en) 2019-07-11
CN108234489A (en) 2018-06-29

Similar Documents

Publication Publication Date Title
CN108803967B (en) Chat window display method and device and electronic equipment
CN108234489B (en) Live broadcast recommendation information processing method and device and terminal equipment
CN106951220B (en) Data processing method and device
US20170127102A1 (en) Method and electronic device for video recommendation
US20170171638A1 (en) Method and Terminal for Video Play
US20210019106A1 (en) Desktop Sharing Method and Mobile Terminal
CN108228293B (en) Interface skin switching method and device
CN109375971B (en) Page layout method and device, storage medium and electronic device
CN107800611B (en) Page switching method and page switching device
WO2015176630A1 (en) Control method and apparatus for data display
CN109213933B (en) Content item recommendation method, device, equipment and storage medium
CN108062401B (en) Application recommendation method and device and storage medium
EP3258398B1 (en) Engaged micro-interactions on digital devices
CN110647634A (en) Method and device for searching media resource, storage medium and electronic device
CN108810056B (en) Information pushing method and device
CN109716333B (en) Distributed computing wearable button screenless operation system and method
CN111240550A (en) Chat window display method and device, electronic equipment and storage medium
CN114841604A (en) Cooperative task processing method, device and equipment and computer readable storage medium
CN110535669B (en) Content recommendation method and content recommendation device
JP7182979B2 (en) Presentation device and presentation method
CN109190012B (en) Information processing method, device and equipment
CN110955473B (en) Method and device for displaying loading prompt information
CN111831130A (en) Input content recommendation method, terminal device and storage medium
CN113032063A (en) Data processing method and related device
CN112637041A (en) Method, apparatus and storage medium for distributing information based on priority

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