CN109040767B - Live broadcast room loading method, system, server and storage medium - Google Patents

Live broadcast room loading method, system, server and storage medium Download PDF

Info

Publication number
CN109040767B
CN109040767B CN201810696445.6A CN201810696445A CN109040767B CN 109040767 B CN109040767 B CN 109040767B CN 201810696445 A CN201810696445 A CN 201810696445A CN 109040767 B CN109040767 B CN 109040767B
Authority
CN
China
Prior art keywords
live broadcast
room
list
live
server
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
CN201810696445.6A
Other languages
Chinese (zh)
Other versions
CN109040767A (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 CN201810696445.6A priority Critical patent/CN109040767B/en
Publication of CN109040767A publication Critical patent/CN109040767A/en
Application granted granted Critical
Publication of CN109040767B publication Critical patent/CN109040767B/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/20Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
    • H04N21/21Server components or server architectures
    • H04N21/218Source of audio or video content, e.g. local disk arrays
    • H04N21/2187Live feed
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/443OS processes, e.g. booting an STB, implementing a Java virtual machine in an STB or power management in an STB
    • H04N21/4438Window management, e.g. event handling following interaction with the user interface
    • 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/482End-user interface for program selection
    • H04N21/4825End-user interface for program selection using a list of items to be played back in a given order, e.g. playlists
    • 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/485End-user interface for client configuration

Abstract

The invention relates to a live broadcast room loading method, a live broadcast room loading system, a server and a storage medium. According to the method, the list page of the live broadcast room is simple, more information is displayed on a small page, the operation is simple, and data can be loaded and acquired infinitely downwards.

Description

Live broadcast room loading method, system, server and storage medium
Technical Field
The invention relates to the technical field of internet video live broadcast, in particular to a live broadcast room loading method, a live broadcast room loading system, a server and a storage medium.
Background
With the rapid development of internet technology, more and more users use terminals such as computers and mobile phones to watch online live video broadcast through a network, wherein the online live video broadcast refers to live video broadcast service performed by using internet network resources. In the live website of video, along with the increase of user's demand, the demand of live broadcast room increases, after the user gets into current live broadcast room and watches live broadcast, if want to see other live broadcast, need switch over different live broadcast tabulations room, general live broadcast tabulation all is paging demonstration, but the relative position on a live broadcast room list is unsettled, it is very many to open the live broadcast room simultaneously and close the live broadcast room, it is useless to remember the page number that a certain room is located, and paging button small-operation is inconvenient, and the degree of preparation is very low.
Disclosure of Invention
In view of the problems in the prior art, the present invention aims to provide a live broadcast loading method, system, server and storage medium, which overcome the defects of the conventional technical solutions.
In order to achieve the above object, the technical scheme adopted by the present invention is a live broadcast room loading method, which comprises the following steps:
s1, creating a live broadcast window, adding a live broadcast room list display layer and live broadcast room switching options in the live broadcast window, and setting the attributes of the options;
s2, acquiring the live broadcast room list information by sending a request to a server and adding the information to a live broadcast room list display layer;
s3, adding a scroll bar control in a list display layer of the live broadcast room, setting the attribute of the scroll bar control, and when the scroll bar is scrolled, the content of a room list of the live broadcast room changes;
and S4, when the live room list moves to the bottommost part, triggering a bottom loading signal and requesting the server to acquire room list information.
In the above technical solution, in the step S1, the attributes include a location, a size, and a size of each room node.
In the above technical solution, the step S2 includes the following steps:
s21, sending a Get request to a server to acquire all room list information;
s22, acquiring the room list information in the Json format returned by the server;
and S23, analyzing the room list information in the Json format, and adding the analyzed room list information into the live broadcast room list display layer, wherein the analysis is to convert the data format suitable for transmission into a data format convenient for adding operation.
In the above technical solution, the step S3 includes the following steps:
s31, binding the scroll bar control button Y property with the current position of the room list control, wherein when the list content changes, the button changes;
s32, binding the height of the scroll bar control button Y property and the room list control, wherein the control button is smaller as the number of the rooms is increased.
In the above technical solution, the step S31 includes the following steps:
s311, the attribute of the scroll bar control piece button Y is set when the display content in the vertical direction overflows;
s312, the current position of the scroll bar scroll button consists of the display proportion of the current room list content and the display height of the scroll bar;
in the above technical solution, the step S32 includes the following steps:
s321, the height of a scroll bar scroll button is composed of the ratio of the height displayed by a live broadcast list to the height displayed by the content of the live broadcast list view;
and S322, setting the current position of the live broadcast list control when the scroll bar button is dragged.
In the above technical solution, the step S4 includes the following steps:
s41, when the live room list moves to the bottommost part, displaying a bottom loading state display control;
s42, the bottom loading signal is triggered by a movementEnded signal, and a room list is requested from a server;
s43, if the room information returned by the server is acquired, the operation of step S2 is executed, and if there is no room information returned, it indicates that there is no room list display in the live broadcast room.
The invention also discloses a live broadcast room loading system, which comprises a window creating module, a list creating module, a loading module and a binding module;
the window creating module is used for creating a live broadcast window, adding a live broadcast room list display layer and live broadcast room switching options in the live broadcast window and setting the attribute of each option;
the list creation module is used for acquiring the list information of the live broadcast room by sending a request to a server and adding the list information of the live broadcast room to a list display layer of the live broadcast room;
the binding module is used for adding a scroll bar control in a list display layer of the live broadcast room and setting the attribute of the scroll bar control, and when the scroll bar is rolled, the content of a room list of the live broadcast room can be changed;
and the loading module is used for triggering a bottom loading signal when the live room list moves to the bottommost part and requesting the server to acquire the room list information.
The invention also discloses a live broadcast room loading system which comprises a memory, a processor and a computer program which is stored in the memory and can run on the processor, wherein the processor realizes the steps of any one live broadcast room loading method when executing the computer program.
The invention also discloses a computer readable storage medium, which stores a computer program, and the computer program realizes the steps of any one of the live broadcast loading methods when being executed by a processor.
The invention discloses a live broadcast room loading method, a live broadcast room loading system, a server and a storage medium, which have the following beneficial effects: the list page of the live broadcast room is simple, more information is displayed on a small page, the operation is simple, and data can be loaded and acquired infinitely downwards.
Drawings
Fig. 1 is a flowchart of a live broadcast room loading method according to an embodiment of the present invention;
fig. 2 is a flow chart of a live view list display provided in the second embodiment of the present invention;
fig. 3 is a flowchart of a method for binding a list control with a scroll bar in a live broadcast room according to a third embodiment of the present invention;
fig. 4 is a flowchart of a live broadcast room list loading implementation method according to a fourth embodiment of the present invention;
fig. 5 is a block diagram of a live broadcast room loading system according to a fifth embodiment of the present invention;
fig. 6 is a schematic structural diagram of a server according to a sixth embodiment of the present invention.
Detailed Description
The invention provides a live broadcast room loading method, a live broadcast room loading system, a server and a storage medium.
In order to make the objects, features and advantages of the present invention more obvious and understandable, the technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is obvious that the embodiments described below are only a part of the embodiments of the present invention, and not all of the embodiments. 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.
The embodiment of the invention as shown in fig. 1 provides a live broadcast room loading method, which comprises the following steps:
s1, creating a live broadcast window, adding a live broadcast list display layer and live broadcast switching options in the live broadcast window, and setting the attributes of the options, wherein the attributes comprise the position, the size and the size of each room node.
The live broadcast window can be realized by the following modes:
creating a window object, and enabling the window object to inherit QQuickView and instantiate; wherein, QML document is displayed by QQuickView, and the control right to the window (such as setting window title, Icon, minimum size of the window and the like) is in C + + code;
s12, creating a QQQmlApplicationEngine object in the Qt, wherein the QML engine is responsible for analyzing and creating an interface control; the QML document with Window as root object is loaded by QML application Engine, and possesses complete control right of Window, and can directly set attributes of title and Window size.
The QML is a user interface specification and programming language. It allows developers and designers to create high-performance, fluid animation and visually appealing applications. QML provides a highly readable, declarative, Json-like syntax that supports imperative JavaScript expressions in conjunction with dynamic property binding.
m_engine=new QQmlApplicationEngine(this);
S13, obtaining a qmlcontext address in the engine QQmlApplicationEngine object, which is used to bind the object in Qt, where qmlcontext _ context ═ m _ engine- > rootContext ();
wherein the QQMlContext provides a context environment required for object instantiation and expression execution. All Qml objects are to be instantiated in a particular context and all expressions are to be executed in a particular context. The context takes a root context as a main component and is in a hierarchical structure, the child context inherits the attribute of the parent context, and the attribute value of the parent context can be covered by modifying the attribute value of the child context.
S14, setting a Qml file path; context- > setContextPdoperty ("_ app _ path", appPath); loading all UI interface controls S15 of the main window through the path, binding the DouyuRoom object to Qml context, and conveniently calling the method of DouyuRoom at Qml;
optionally, a GridView control is added to the Qml file, and the GridView control can use a data binding technology to bind a data source during data initialization, so as to display data. Besides the capability of displaying data, the functions of editing, sorting, paging and the like can be realized. The attributes of the GridView control are divided into pages, data, behavior, styles, and the like. The paging is mainly to set whether paging is needed, the display style of a paging label, the size of a page and the like, and the data is a data source for setting the control. The behavior is mainly set for some functionalities, such as: whether to sort, whether to automatically generate columns, whether to automatically generate select delete modify buttons, etc. The style is to set the appearance of the GridView control, including select line style, style for alternate lines, edit line style, pagination interface style, footnote style, header style, etc.
Optionally, adding a view display agent for implementing a room panel style;
wherein each live room panel style is the same, only the data is different. The room panel style refers to a style of each room node in the list, and the panel style is fixed.
S2, acquiring the live broadcast room list information by sending a request to a server and adding the information to a live broadcast room list display layer;
s3, adding a scroll bar control in a list display layer of the live broadcast room, setting the attribute of the scroll bar control, and when the scroll bar is scrolled, the content of a room list of the live broadcast room changes;
the control is used for developing and constructing a User Interface (UI) and helps to complete the development of interface elements such as windows, text boxes, buttons, pull-down menus and the like in software development;
and S4, when the live room list moves to the bottommost part, triggering a bottom loading signal and requesting the server to acquire room list information.
The embodiment two provided by the invention as shown in fig. 2 shows that the live broadcast list display comprises the following steps:
s21, sending a Get request to a server to acquire all room list information;
optionally, the server sends the request command as a Get command, requests to acquire all room list information and sets request parameters, sets an acquisition start position of the room, and acquires the number of the rooms.
S22, acquiring the room list information in the Json format returned by the server;
optionally, the specific format returned by the server is Json format (JS object markup, which is a lightweight data exchange format);
and S23, analyzing the room list information in the Json format, and adding the analyzed room list information into the live broadcast room list display layer, wherein the analysis is to convert the data format suitable for transmission into a data format convenient for adding operation.
The method for binding the list control by the scroll bar in the live broadcast room, provided by the embodiment III of the invention as shown in the figure 3, comprises the following steps:
s31, binding the scroll bar control button Y property with the current position of the room list control, wherein when the list content changes, the button changes;
s311, the attribute of the scroll bar control piece button Y is set when the display content in the vertical direction overflows;
s312, the current position of the scroll bar scroll button consists of the display proportion of the current room list content and the display height of the scroll bar;
optionally, the button
LyPoposition represents the display scale of the content of the current list view, Scrollbar.height represents the display height of the whole scroll bar, and button.y represents the current position of a scroll button of the scroll bar;
s32, binding the height of the scroll bar control button Y property and the room list control, wherein the control button is smaller as the number of the rooms is increased.
S321, the height of a scroll bar scroll button is composed of the ratio of the height displayed by a live broadcast list to the height displayed by the content of the live broadcast list view;
and S322, setting the current position of the live broadcast list control when the scroll bar button is dragged.
Optionally, the height of the button is proportional to the height of the content in the view, the height of the button represents the height of the scroll button of the scroll bar, and the height ratio represents the ratio of the height of the list display control to the height of the content in the list view;
specifically, the current position of the live list control is set when the scroll bar button is dragged. List current position ═ button.
The method for implementing list loading of the live broadcast room provided by the fourth embodiment of the invention as shown in fig. 4 comprises the following steps:
s41, when the live room list moves to the bottommost part, displaying a bottom loading state display control;
s42, the bottom loading signal is triggered by a movementEnded signal, and a room list is requested from a server;
s43, if the room information returned by the server is acquired, the operation of step S2 is executed, and if there is no room information returned, it indicates that there is no room list display in the live broadcast room.
The movementend signal is triggered when the window content stops moving, and the live broadcast data implementation part in step S2 is executed to set the offset of the request room to the current maximum number of rooms. The offset is the distance of the current position from the starting position.
And S33, if room information returned by the server is acquired, adding the room information to the tail of the view display model, and if no room information is returned, no more list is displayed.
Wherein the modified post-display data is exposed by the display control.
Specifically, the bottom load control consists of a Gif animation and a text label, displaying the load animation when the list is pulled to the bottom most, displaying "no more display room" when the server returns no more display room.
The fifth embodiment of the present invention as shown in fig. 5 provides a live broadcast room loading system, which includes a window creating module, a list creating module, a loading module, and a binding module;
a window creating module 51, configured to create a live broadcast window, add a live broadcast room list display layer and live broadcast room switching options in the live broadcast window, and set attributes of the options;
the list creation module 52 is configured to obtain the live broadcast room list information by sending a request to the server and add the information to the live broadcast room list display layer;
the binding module 53 is configured to add a scroll bar control to the live broadcast room list display layer, and set an attribute of the scroll bar control, where when the scroll bar is scrolled, the content of the live broadcast room list changes;
and a loading module 54, configured to trigger a bottom loading signal when the live room list moves to the bottommost part, and request the server to acquire room list information.
The seventh embodiment of the present invention as shown in fig. 6 provides a schematic structural diagram of a server of a live broadcast room loading system, where the server of the embodiment includes: a processor 60, a memory 61 and a computer program 62 stored in said memory 61 and executable on said processor 60. The steps in the above-described method embodiments are implemented when the processor 60 executes the computer program 62, and the functions of the modules in the above-described apparatus embodiments are implemented when the processor 60 executes the computer program 62.
The server of the live broadcast loading system may be a computing device such as a desktop computer, a notebook, a palm computer, and a cloud server, and the server of the live broadcast loading system may include, but is not limited to, a processor 60 and a memory 61. Fig. 6 is only an example of the server, and does not constitute a limitation to the server, and may include more or less components than those shown, or combine some components, or different components, and the server of the live room loading system may further include an input and output device 63, a display device 64, and the like.
The processor 60 may be a central processing unit, but may also be other general purpose processors, digital signal processors, application specific integrated circuits, off-the-shelf programmable gate arrays or other programmable logic devices, discrete gate or transistor logic devices, discrete hardware components, or the like. A general purpose processor may be a microprocessor or the processor may be any conventional processor or the like.
The storage 61 may be an internal storage unit, a hard disk or a memory of a server of the live room loading system. The memory 61 may also be an external storage device of the server, or a plug-in hard disk, a smart card, a secure digital card, a flash memory card, etc. may be provided.
Further, the memory 61 may also include both an internal storage unit of the server and an external storage device. The memory 61 is used for storing the computer program and other programs and data required by the electronic device. The memory 61 may also be used to temporarily store data that has been output or is to be output.
The input/output device 63 may be used to receive input numeric or character information, and specifically, the input/output device 63 may further include, but is not limited to, one or more of a keyboard, a mouse, a joystick, and the like.
The display device 64 may be used to display information input by a user or various menus provided to the user and the terminal, and the display device 64 may include a display panel, and optionally, a liquid crystal display.
It can be clearly understood by those skilled in the art that, for convenience and brevity of description, the specific working process of the system described above may refer to the corresponding process in the foregoing method embodiment, and is not described herein again.
Those of ordinary skill in the art will appreciate that the modules, method steps, and so forth of the various embodiments described in connection with the embodiments disclosed herein can be implemented as electronic hardware, or combinations of computer software and electronic hardware. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present invention.
The integrated module, if implemented in the form of a software functional module and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, all or part of the flow of the method according to the embodiments of the present invention may also be implemented by a computer program, which may be stored in a computer-readable storage medium, and when the computer program is executed by a processor, the steps of the method embodiments may be implemented. Wherein the computer program comprises computer program code, which may be in the form of source code, object code, an executable file or some intermediate form, etc. The computer-readable medium may include: any entity or device capable of carrying the computer program code, recording medium, usb disk, removable hard disk, magnetic disk, optical disk, computer Memory, Read-Only Memory (ROM), Random Access Memory (RAM), electrical carrier wave signals, telecommunications signals, software distribution medium, and the like. It should be noted that the computer readable medium may contain content that is subject to appropriate increase or decrease as required by legislation and patent practice in jurisdictions, for example, in some jurisdictions, computer readable media does not include electrical carrier signals and telecommunications signals as is required by legislation and patent practice.
The above-mentioned embodiments are only used for illustrating the technical solutions of the present invention, and not for limiting the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (9)

1. A live broadcast room loading method is characterized by comprising the following steps:
s1, creating a live broadcast window, adding a live broadcast room list display layer and live broadcast room switching options in the live broadcast window, and setting the attributes of the options;
s2, acquiring live broadcast room list information by sending a request to a server and adding the information to the live broadcast room list display layer;
s3, adding a scroll bar control in the live broadcast room list display layer, and setting the attribute of the scroll bar control, wherein when the scroll bar is scrolled, the content of the live broadcast room list changes;
s4, when the live room list moves to the bottommost part, a bottom loading signal is triggered to request the server to acquire live room list information;
wherein the step S2 includes the steps of:
s21, sending a Get request to a server to acquire list information of all live webcasts; the request command sent to the server is a Get command, requests to acquire list information of all live broadcast rooms, sets request parameters, sets and acquires a start position of the live broadcast rooms and acquires the number of the live broadcast rooms; setting the offset of the request live broadcast room as the current maximum room number, wherein the offset is the distance between the current position and the starting position;
s22, acquiring Json format live broadcast room list information returned by the server;
and S23, after analyzing the Json format live broadcast room list information, adding the analyzed Json format live broadcast room list information into a live broadcast room list display layer, wherein the analysis of the Json format room list information is to convert a data format suitable for transmission into a data format convenient for adding operation.
2. The live-air room loading method according to claim 1, wherein in step S1, the attributes of the options include a position, a size, and a size of each live-air room node.
3. The live broadcast loading method according to claim 1, wherein the step S3 includes the steps of:
s31, binding the property of the scroll bar control button Y and the current position of the live room list control, wherein when the list content changes, the button changes;
s32, binding the height of the scroll bar control button Y attribute and the height of the live room list control, wherein the control button is smaller as the number of rooms is increased.
4. The live broadcast loading method according to claim 3, wherein the step S31 includes the following steps:
s311, the attribute of the scroll bar control piece button Y is set when the display content in the vertical direction overflows;
and S312, the current position of the scroll bar scroll button consists of the display proportion of the current live room list content and the display height of the scroll bar.
5. The live broadcast loading method according to claim 3, wherein the step S32 includes the following steps:
s321, the height of a scroll bar scroll button is composed of the ratio of the height displayed by a live broadcast list to the height displayed by the content of the live broadcast list view;
and S322, setting the current position of the live broadcast list control when the scroll bar button is dragged.
6. The live broadcast loading method according to claim 1, wherein the step S4 includes the steps of:
s41, when the live room list moves to the bottommost part, displaying a bottom loading state display control;
s42, the bottom loading signal is triggered by a movementEnded signal, and a live broadcast room list is requested from a server;
and S43, if the room information returned by the server is acquired, executing the operation of the step S2, and if no returned room information exists, indicating that no more rooms are displayed in the live broadcast room.
7. A live broadcast loading system is characterized by comprising a window creating module, a list creating module, a loading module and a binding module;
the window creating module is used for creating a live broadcast window, adding a live broadcast room list display layer and live broadcast room switching options in the live broadcast window and setting the attribute of each option;
the list creation module is used for acquiring the list information of the live broadcast room by sending a request to a server and adding the list information of the live broadcast room to a list display layer of the live broadcast room; the creating process of the list creating module comprises the following steps:
sending a Get request to a server to acquire all room list information, requesting to acquire all room list information and setting request parameters, and setting and acquiring room starting positions and the number of rooms; setting the offset of the request room as the current maximum number of rooms, wherein the offset is the distance between the current position and the starting position; acquiring Json format room list information returned by the server, analyzing the Json format room list information, and adding the analyzed Json format room list information into a live broadcast room list display layer; the request command sent to the server is a Get command, and the analysis of the room list information in the Json format is to convert a data format suitable for transmission into a data format convenient for adding operation;
the binding module is used for adding a scroll bar control in a list display layer of the live broadcast room and setting the attribute of the scroll bar control, and when the scroll bar is rolled, the content of a room list of the live broadcast room can be changed;
and the loading module is used for triggering a bottom loading signal when the live room list moves to the bottommost part, and requesting the server to acquire more room list information.
8. A server of a live-air loading system, comprising a memory, a processor and a computer program stored in the memory and executable on the processor, characterized in that the processor implements the steps of a live-air loading method as claimed in any one of claims 1 to 6 when executing the computer program.
9. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of a live-room loading method as claimed in any one of claims 1 to 6.
CN201810696445.6A 2018-06-29 2018-06-29 Live broadcast room loading method, system, server and storage medium Active CN109040767B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810696445.6A CN109040767B (en) 2018-06-29 2018-06-29 Live broadcast room loading method, system, server and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810696445.6A CN109040767B (en) 2018-06-29 2018-06-29 Live broadcast room loading method, system, server and storage medium

Publications (2)

Publication Number Publication Date
CN109040767A CN109040767A (en) 2018-12-18
CN109040767B true CN109040767B (en) 2021-02-02

Family

ID=65520880

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810696445.6A Active CN109040767B (en) 2018-06-29 2018-06-29 Live broadcast room loading method, system, server and storage medium

Country Status (1)

Country Link
CN (1) CN109040767B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109688420A (en) * 2018-12-27 2019-04-26 北京潘达互娱科技有限公司 Method for showing interface, equipment and storage medium is broadcast live
CN112035770A (en) * 2019-06-03 2020-12-04 广州虎牙信息科技有限公司 Page display method and device, computer equipment and storage medium
CN111127357B (en) * 2019-12-18 2021-05-04 北京城市网邻信息技术有限公司 House type graph processing method, system, device and computer readable storage medium
CN113342417A (en) * 2021-06-15 2021-09-03 京东数科海益信息科技有限公司 Plug-in configuration method, device and equipment

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102890672A (en) * 2011-07-18 2013-01-23 汉王科技股份有限公司 Method and device for finding application program of mobile terminal
CN107066545A (en) * 2017-03-17 2017-08-18 北京潘达互娱科技有限公司 A kind of page loading method and device
CN107172499A (en) * 2017-04-28 2017-09-15 北京潘达互娱科技有限公司 Direct broadcasting room display methods and device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050278656A1 (en) * 2004-06-10 2005-12-15 Microsoft Corporation User control for dynamically adjusting the scope of a data set
JP2008512756A (en) * 2004-09-15 2008-04-24 ノキア コーポレイション Content handling and scrolling on the screen
US9852759B2 (en) * 2014-10-25 2017-12-26 Yieldmo, Inc. Methods for serving interactive content to a user

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102890672A (en) * 2011-07-18 2013-01-23 汉王科技股份有限公司 Method and device for finding application program of mobile terminal
CN107066545A (en) * 2017-03-17 2017-08-18 北京潘达互娱科技有限公司 A kind of page loading method and device
CN107172499A (en) * 2017-04-28 2017-09-15 北京潘达互娱科技有限公司 Direct broadcasting room display methods and device

Also Published As

Publication number Publication date
CN109040767A (en) 2018-12-18

Similar Documents

Publication Publication Date Title
CN109040767B (en) Live broadcast room loading method, system, server and storage medium
RU2599540C2 (en) Codeless sharing spreadsheets objects
US20160132225A1 (en) Interactive data-driven presentations
CN111309213A (en) Comment display method and device, electronic equipment and storage medium
US20140115459A1 (en) Help system
CN111177621B (en) Web page development method, device and system
EP3367266A1 (en) Page construction method, terminal, computer-readable storage medium and page construction device
CN112016023B (en) Service processing method, device, terminal and storage medium
CN106155654B (en) Method and device for shielding webpage operation and electronic equipment
CN105786417A (en) Method, device and equipment for dynamically displaying static pictures
CN112783783A (en) Webpage point burying method, device and equipment and readable storage medium
CN108491140B (en) Interactive content display method and device
CN113655999A (en) Rendering method, device and equipment of page control and storage medium
CN115309470A (en) Method, device and equipment for loading widgets and storage medium
US10289388B2 (en) Process visualization toolkit
CN110750711A (en) Data pushing method and device, computer equipment and storage medium
CN107391148B (en) View element saving method and device, electronic equipment and computer storage medium
WO2024002051A1 (en) Document editing method and apparatus, and electronic device and storage medium
CN111506848A (en) Webpage processing method, device, equipment and readable storage medium
CN108572980B (en) Webpage split-screen display method and device
CN107025051B (en) Information embedding method and device and client equipment
CN117099097A (en) Dynamic Assistant suggestions during Assistant browsing
CN114896020A (en) Popup window generation method and device, electronic equipment and readable storage medium
US20140136947A1 (en) Generating website analytics
CN113407078A (en) Method and device for editing character icon, storage medium and terminal

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