CN108762757B - Quick development framework and method for platform service of live broadcast room, server and medium - Google Patents

Quick development framework and method for platform service of live broadcast room, server and medium Download PDF

Info

Publication number
CN108762757B
CN108762757B CN201810485578.9A CN201810485578A CN108762757B CN 108762757 B CN108762757 B CN 108762757B CN 201810485578 A CN201810485578 A CN 201810485578A CN 108762757 B CN108762757 B CN 108762757B
Authority
CN
China
Prior art keywords
live broadcast
broadcast room
service
development
block
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
CN201810485578.9A
Other languages
Chinese (zh)
Other versions
CN108762757A (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 CN201810485578.9A priority Critical patent/CN108762757B/en
Publication of CN108762757A publication Critical patent/CN108762757A/en
Application granted granted Critical
Publication of CN108762757B publication Critical patent/CN108762757B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/38Creation or generation of source code for implementing user interfaces

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Testing, Inspecting, Measuring Of Stereoscopic Televisions And Televisions (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

The invention discloses a live broadcast room platform service rapid development frame and method, a server and a medium, which comprises a live broadcast room activity demand service for developing live broadcast room activity demand service through a development interface provided by a service development frame block, a live broadcast room activity demand block for outputting a UI interactive interface and/or a view to the service development frame block, a live broadcast room activity demand block for providing a development interface to the live broadcast room activity demand block and distributing and displaying an activity UI interactive interface and/or a view to a live broadcast room display block, and a live broadcast room display block for registering live broadcast room style data to the service development frame block and receiving the UI interactive interface and/or the view distributed by the service development frame block, wherein the live broadcast room activity demand block and the live broadcast room display block are completely isolated by setting the service development frame block as an intermediate layer, therefore, unified development and quality monitoring of business activities of live broadcast rooms with various styles are achieved.

Description

Quick development framework and method for platform service of live broadcast room, server and medium
Technical Field
The invention relates to the technical field of application development of Android mobile terminals of live broadcast platforms, in particular to a frame and a method for quickly developing platform services of a live broadcast room, a server and a medium.
Background
At present, in an Android live broadcast platform client, live broadcast room codes (vertical screen, horizontal screen, half screen and the like) based on each expression type are realized in completely different modes, so that when facing services and requirements to be displayed in various types of live broadcast rooms simultaneously, development needs to be performed on each interface respectively, namely one requirement is repeatedly performed for many times, development time is long, development task amount is large, repeated work is multiple, and development of multiple scenes (styles) inevitably requires that multiple scenes are introduced for testing, and quality resources are consumed.
Disclosure of Invention
In view of this, embodiments of the present invention provide a live broadcast room platform service rapid development framework, a method, a server, and a medium, which can avoid repeated development work and improve development efficiency, test efficiency, and quality monitoring efficiency.
In a first aspect of the embodiments of the present invention, a live broadcast room platform service rapid development framework is provided, where the live broadcast room platform service rapid development framework includes a live broadcast room activity demand block, a service development framework block, and a live broadcast room display block:
the live broadcast room activity demand block is used for developing live broadcast room activity demand services through a development interface provided by the service development frame block and outputting a UI (user interface) and/or a view to the service development frame block;
the service development frame block is used for providing a development interface for the live broadcast room activity demand block and distributing and displaying an activity UI interactive interface and/or view to the live broadcast room display block;
and the live broadcast room display block is used for registering style data of the live broadcast room with the service development frame block and receiving a UI interactive interface and/or view distributed by the service development frame block.
In a second aspect of the embodiments of the present invention, a method for quickly developing a platform service in a live broadcast room is provided, where the method for quickly developing a platform service in a live broadcast room includes the following steps:
registering style data of a live broadcast room to a service manager;
based on the development interface exposed by the service manager, the activity developer develops and outputs a targeted UI interactive interface and/or view according to the activity requirement document;
the service manager distributes the output UI interactive interface and/or view to the live broadcast rooms with different styles according to the style data of the live broadcast room selected by the activity developer;
and each live broadcast receives the UI interactive interface and/or the view output by the service manager and respectively displays the UI interactive interface and/or the view.
In a third aspect of the embodiments of the present invention, a server is provided, where the server includes a memory, a processor, and a computer program stored in the memory and executable on the processor, and when the processor executes the computer program, the steps of the above method for quickly developing a platform service in a live broadcast room are implemented.
In a fourth aspect of the embodiments of the present invention, a computer-readable storage medium is provided, where a computer program is stored, and when the computer program is executed by a processor, the steps of the above method for quickly developing a platform service in a live broadcast room are implemented.
The invention relates to a direct broadcasting room platform service rapid development frame, which completely isolates a direct broadcasting room activity demand block and a direct broadcasting room display block by setting a service development frame block as an intermediate layer so as to achieve the purpose of completely decoupling the direct broadcasting room service demand development and the direct broadcasting room type development, then a basic service manager in the service development frame block uniformly manages direct broadcasting rooms with various styles, an activity developer outputs a targeted UI interactive interface and/or view through development interface borrowing development provided by a sub-service development manager in the service development frame block, and the UI interactive interface and/or view is distributed to the direct broadcasting rooms with various styles by the basic service manager, thereby realizing uniform development and quality monitoring of service activities of the direct broadcasting rooms with various styles, simplifying development amount and avoiding repeated development work, the development efficiency, the test efficiency and the quality monitoring efficiency are improved; and the management modules except the service development module in the sub-service development manager can reduce or eliminate the quality monitoring after the development is finished and the quality monitoring is passed.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings needed to be used in the embodiments or the prior art descriptions will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings based on these drawings without inventive exercise.
Fig. 1 is a functional partition block diagram of a live broadcast room platform service rapid development framework according to an embodiment of the present invention;
fig. 2 is a functional block diagram of a basic service manager in a service development framework block according to an embodiment of the present invention;
fig. 3 is a functional block diagram of a sub-service development manager in a service development framework block according to an embodiment of the present invention;
fig. 4 is a functional unit block diagram of a live broadcast room status management module in a basic service manager according to an embodiment of the present invention;
fig. 5 is a flowchart of a method for rapidly developing a platform service of a live broadcast room according to an embodiment of the present invention;
fig. 6 is a flowchart of a step flow framework of a method for rapidly developing a platform service of a live broadcast room according to an embodiment of the present invention;
fig. 7 is a schematic structural diagram of a server according to an embodiment of the present invention.
Detailed Description
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.
As shown in fig. 1, an embodiment of the present invention provides a live broadcast room platform service rapid development framework, where the live broadcast room platform service rapid development framework includes a live broadcast room activity requirement block 10, a service development framework block 20, and a live broadcast room display block 30, and the live broadcast room activity requirement block 10 is in communication connection with the service development framework block 20; the business development framework block 20 is in communication connection with a live broadcast room presentation block 30; the service development frame block 20 is used as an intermediate layer to completely isolate the live broadcast room activity demand block 10 from the live broadcast room display block 30, so that the purpose of completely decoupling live broadcast room service demand development and live broadcast room type development is achieved.
The business development frame block 20 is a development interface provided for the live broadcast room activity requirement block 10, and an activity developer develops and outputs a targeted UI interactive interface and/or view according to an activity requirement document through the development interface; meanwhile, the service development frame block 20 provides a registration interface for the live broadcast room display block 30, and various live broadcast rooms in the live broadcast room display block 30 register style data of the live broadcast rooms with the service development frame block 20 through the registration interface.
Specifically, the live broadcast room activity requirement block 10 is configured to support an activity developer to develop a targeted UI interaction interface and/or view according to an activity requirement document through a development interface provided by the service development framework block 20 for the live broadcast room activity requirement block 10 in a development process; and in the Android client operation process, a UI interaction interface and/or view is output to the service development framework block 20.
The business development framework block 20 is used for providing a development interface for the live broadcast room activity demand block 10 in the development process; and distributing and presenting the active UI interactive interface and/or view to the live broadcast room presentation block 30 during the operation of the Android client.
As shown in fig. 1, the service development framework block 20 includes a basic service manager 21 and a sub-service development manager 22:
the basic service manager 21 is configured to provide a set of live-room type data formats and expose a registration interface to the live-room presentation block 30.
As shown in fig. 2, the basic service manager 21 further includes the following functional modules:
a live broadcast room registration module 211, configured to expose a registration interface to each live broadcast room, so that each live broadcast room registers its respective style data with the basic service manager 21;
a recording management module 212 for recording and managing the live broadcast type data and providing it to the sub-service development manager 22;
and the interface distribution module 213 is configured to receive the UI interaction interface and/or view provided by the sub-service development manager 22, and distribute the UI interaction interface and/or view to each live broadcast room.
Specifically, the basic service manager 21 provides a set of live broadcast type data formats (InitParam), and exposes a registration interface to each live broadcast. Each live broadcast room provides the style data of the live broadcast room and metadata such as UI display mode to the basic service manager 21 through the registration interface with reference to the live broadcast room type data format, so as to complete respective style data registration, and the basic service manager 21 records the live broadcast room type data and provides the live broadcast room type data to the sub-service development manager 22.
Meanwhile, after receiving the UI interactive interface and/or view output by the sub-service development manager 22, the basic service manager 21 matches the live broadcast room type data and the UI display mode selected by the activity developer for the UI interactive interface and/or view with the metadata registered in the live broadcast room, and distributes the UI interactive interface and/or view to the corresponding live broadcast room according to the matching result.
The basic service manager 21 further includes a live broadcast room status management module 214, configured to update the display style of the current live broadcast room according to the style of the current live broadcast room.
As shown in fig. 4, the live room status management module 214 includes the following functional units:
the motion capture unit 2141 is configured to capture a switching motion of the Android client in real time, and determine a style of a current live broadcast room according to the switching motion;
the style data updating unit 2142 is configured to update the style data of the current live broadcast room according to the style determination result of the live broadcast room;
the active interface updating unit 2143 is configured to update the active interface of the current live broadcast room according to the style determination result of the live broadcast room.
That is, when the mobile phone is running, the user may switch from the half-screen live broadcast room to the horizontal live broadcast room, the live broadcast room state management module captures the switching action of the client, updates the style data of the current live broadcast room according to the style of the current live broadcast room, and requests the sub-service development manager 22 for a new active interface corresponding to the style after the style data is updated, and outputs and displays the new active interface.
The sub-service development manager 22 is configured to expose a live broadcast room development interface to the live broadcast room activity requirement block 10, and output a UI interaction interface and/or view generated by operation to the basic service manager 21.
As shown in fig. 3, the sub-service development manager 22 further includes the following functional modules:
a data receiving module 221, configured to receive live broadcast type data provided by the basic service manager 21;
a service development module 222, configured to develop and output a targeted UI interaction interface and/or view according to the activity requirement document by referring to the live broadcast type data;
and an interface output module 223, configured to output the UI interaction interface and/or view generated by the running to the basic service manager 21.
The sub-service development manager 22 provides a set of live broadcast room development interfaces with reasonable packaging and strong expansibility for the live broadcast room activity demand block 10, so as to ensure that enough live broadcast room information can be obtained during demand development, and meanwhile, the information of the live broadcast room cannot be damaged. The activity developer relies on the exposed development interfaces of the sub-service development manager 22 to develop a targeted UI interaction interface and/or view according to the activity requirement document and outputs the UI interaction interface and/or view generated at runtime to the sub-service development manager 22.
In a particular implementation, the sub-service development manager 22 takes the form of an interface callback, and during development, specific live-air activity requirements are required to implement a "UI generation interface" to be invoked at runtime.
In operation, when a certain live broadcast room type is started and the live broadcast room type has a UI interaction interface for displaying activity requirements, the sub-service development manager 22 calls a "UI generation interface" to generate a UI interaction interface instance for the activity requirements, and then outputs the UI interaction interface instance to the basic service manager 21.
The live broadcast room display block 30 is used for registering style data of the live broadcast room with the service development frame block 20 in the development process; and receives the UI interactive interface and/or view distributed by the service development frame block 20 during the operation process of the Android client.
The live broadcast room display block 30 comprises live broadcast rooms of various styles, specifically comprising a horizontal screen live broadcast room, a vertical screen live broadcast room, a half-screen live broadcast room and a full-screen live broadcast room; the horizontal screen live broadcast room, the vertical screen live broadcast room, the half screen live broadcast room and the full screen live broadcast room respectively contain large patterns, small patterns and long-strip patterns.
The invention relates to a live broadcast room platform service rapid development frame, which completely isolates a live broadcast room activity demand block 10 from a live broadcast room display block 30 by setting a service development frame block 20 as an intermediate layer so as to achieve the purpose of completely decoupling live broadcast room service demand development and live broadcast room type development, then a basic service manager 21 in the service development frame block 20 uniformly manages live broadcast rooms with various types, an activity developer outputs a targeted UI interactive interface and/or view through development interface development provided by a sub-service development manager 22 in the service development frame block 20, and the basic service manager 21 distributes the UI interactive interface and/or view to live broadcast rooms with various types, thereby realizing uniform development and quality monitoring of service activities of live broadcast rooms with various types, and further simplifying development amount, repeated development work is avoided, and development efficiency, testing efficiency and quality monitoring efficiency are improved; and wherein the management modules other than the service development modules in the sub-service development manager 22 may or may not require quality monitoring after development is complete and quality monitoring passes.
It should be understood that, the sequence numbers of the steps in the foregoing embodiments do not imply an execution sequence, and the execution sequence of each process should be determined by its function and inherent logic, and should not constitute any limitation to the implementation process of the embodiments of the present invention.
The above mainly describes a method for quickly developing a platform service of a live broadcast room, and a system for quickly developing a platform service of a live broadcast room is described in detail below.
As shown in fig. 5 and 6, in the method for quickly developing a platform service in a live broadcast room provided in the embodiment of the present invention, the method for quickly developing a platform service in a live broadcast room includes the following steps:
s1, registering style data of the live broadcast room to a service manager;
s2, based on the development interface exposed by the service manager, the activity developer develops and outputs a targeted UI interactive interface and/or view according to the activity requirement document;
s3, the service manager distributes the output UI interactive interface and/or view to the live broadcast rooms with different styles according to the style data of the live broadcast room selected by the activity developer;
and S4, each live broadcast receiving and respectively displaying the UI interactive interface and/or the view output by the service manager.
Firstly, determining the type of each live broadcast room, recording the style data of the live broadcast room, and respectively registering the style data of each live broadcast room in a basic service manager 21 of a service development frame block 20; then, the basic service manager 21 classifies and stores the currently collected live broadcast type data and marks the data; through the development interface exposed by the sub-service development manager 22, the activity developer develops and outputs a targeted UI interactive interface and/or view according to the activity requirement document, the basic service manager 21 distributes the output UI interactive interface and/or view to the live broadcast rooms with different styles according to the style data of the live broadcast room selected by the activity developer, and each live broadcast room receives and displays the UI interactive interface and/or view output by the service manager.
In the method for rapidly developing the platform service of the live broadcast room, the steps S1, S3 and S4 are live broadcast room type information management steps, and S2 is a live broadcast room specific activity development step, wherein the management steps can be developed at one time, and after the quality is confirmed, the maintenance can be almost completely separated under the condition that the type of the live broadcast room is not changed, so that the development efficiency, the test efficiency and the quality monitoring efficiency are further improved.
Fig. 7 is a schematic diagram of a server structure for fast developing a platform service of a live broadcast room according to an embodiment of the present invention. The server, which is a device providing computing services, generally refers to a computer with high computing power, and is provided to a plurality of users via a network. As shown in fig. 7, the server 4 of this embodiment includes: a memory 41, a processor 42, and a system bus 43, the memory 41 including an executable program 411 stored thereon, it being understood by those skilled in the art that the terminal device structure shown in fig. 7 does not constitute a limitation of the terminal device, and may include more or less components than shown, or some components in combination, or a different arrangement of components.
The following specifically describes each constituent component of the terminal device with reference to fig. 7:
the memory 41 may be used to store software programs and modules, and the processor 42 executes various functional applications and data processing of the terminal by operating the software programs and modules stored in the memory 41. The memory 41 may mainly include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application program required by at least one function (such as a sound playing function, an image playing function, etc.), and the like; the storage data area may store data (such as audio data, a phonebook, etc.) created according to the use of the terminal, etc. Further, the memory 41 may include high speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid state storage device.
The executable program 411 of the live broadcast platform service rapid development method is contained in the memory 41, the executable program 411 may be divided into one or more modules/units, the one or more modules/units are stored in the memory 41 and executed by the processor 42 to complete the transmission of the notification and obtain the notification implementation process, and the one or more modules/units may be a series of computer program instruction segments capable of completing specific functions, and the instruction segments are used for describing the execution process of the computer program 411 in the server 4. For example, the computer program 411 may be divided into an acquisition module, a comparison module, a concatenation module and a sending module.
The processor 42 is a control center of the server, connects various parts of the entire terminal device with various interfaces and lines, performs various functions of the terminal and processes data by running or executing software programs and/or modules stored in the memory 41 and calling data stored in the memory 41, thereby monitoring the terminal as a whole. Alternatively, processor 42 may include one or more processing units; preferably, the processor 42 may integrate an application processor, which primarily handles operating systems, applications, etc., and a modem processor, which primarily handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 42.
The system bus 43 is used to connect functional units inside the computer, and can transmit data information, address information, and control information, and may be, for example, a PCI bus, an ISA bus, a VESA bus, or the like. The instructions of the processor 42 are transmitted to the memory 41 through the bus, the memory 41 feeds back data to the processor 42, and the system bus 43 is responsible for data and instruction interaction between the processor 42 and the memory 41. Of course, the system bus 43 may also access other devices such as network interfaces, display devices, etc.
The server at least includes a CPU, a chipset, a memory, a disk system, and the like, and other components are not described herein again.
In the embodiment of the present invention, the executable program executed by the processor 42 included in the terminal specifically includes: a method for rapidly developing platform services in a live broadcast room, as shown in fig. 6, includes the following steps:
determining the style of each live broadcast room, recording the style data of each live broadcast room, and registering the style data of the live broadcast room to a service manager;
the service manager collects the style data of each live broadcast room and performs classified storage;
based on the development interface exposed by the service manager, the activity developer develops and outputs a targeted UI interactive interface and/or view according to the activity requirement document;
the service manager distributes the output UI interactive interface and/or view to the live broadcast rooms with different styles according to the style data of the live broadcast room selected by the activity developer;
and each live broadcast receives the UI interactive interface and/or the view output by the service manager and respectively displays the UI interactive interface and/or the view.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
In the above embodiments, the descriptions of the respective embodiments have respective emphasis, and reference may be made to the related descriptions of other embodiments for parts that are not described or illustrated in a certain embodiment.
Those of ordinary skill in the art would appreciate that the modules, elements, and/or method steps of the various embodiments described in connection with the embodiments disclosed herein may be implemented as electronic hardware, or combinations of computer software and electronic hardware. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. 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 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. The utility model provides a quick development frame of live broadcast platform business which characterized in that, quick development frame of live broadcast platform business includes live broadcast activity demand block, business development frame block and live broadcast show block:
the live broadcast room activity demand block is used for developing live broadcast room activity demand services through a development interface provided by the service development frame block and outputting a UI (user interface) and/or a view to the service development frame block;
the service development frame block is used for providing a development interface for the live broadcast room activity demand block and distributing and displaying an activity UI interactive interface and/or view to the live broadcast room display block;
the live broadcast room display block is used for registering style data of the live broadcast room with the service development frame block and receiving a UI interactive interface and/or view distributed by the service development frame block;
the service development framework block comprises a basic service manager and a sub-service development manager:
the basic service manager is used for providing a set of live broadcast room type data formats and exposing a registration interface to a live broadcast room display block;
and the sub-service development manager is used for exposing a live broadcast room development interface to the live broadcast room activity demand block and outputting the UI interactive interface and/or view generated by operation to the basic service manager.
2. The live broadcast room platform service rapid development framework of claim 1, wherein the basic service manager further comprises the following functional modules:
the live broadcast room registration module is used for exposing a registration interface to each live broadcast room so as to enable each live broadcast room to register respective style data to the basic service manager;
the recording management module is used for recording and managing the type data of the live broadcast room and providing the type data to the sub-service development manager;
and the interface distribution module is used for receiving the UI interactive interface and/or the view provided by the sub-service development manager and distributing the UI interactive interface and/or the view to each live broadcast room.
3. The live broadcast room platform service rapid development framework of claim 1, wherein the sub-service development manager further comprises the following functional modules:
the data receiving module is used for receiving the live broadcast type data provided by the basic service manager;
the service development module is used for developing and outputting a targeted UI interactive interface and/or view according to the activity requirement document by referring to the type data of the live broadcast room;
and the interface output module is used for outputting the UI interactive interface and/or the view generated by running to the basic service manager.
4. The live broadcast room platform service rapid development framework of claim 1, wherein the sub-service development manager employs a decoupling manner of interface callback.
5. The rapid development framework for platform services in live broadcast room of claim 2, wherein the basic service manager further comprises a live broadcast room status management module for updating the display style of the current live broadcast room according to the style of the current live broadcast room.
6. The live broadcast room platform service rapid development framework according to claim 5, wherein the live broadcast room status management module further comprises the following functional units:
the action capturing unit is used for capturing the switching action of the Android client in real time and judging the style of the current live broadcast room according to the switching action;
the style data updating unit is used for updating the style data of the current live broadcast room according to the style judgment result of the live broadcast room;
and the active interface updating unit is used for updating the active interface of the current live broadcast room according to the style judgment result of the live broadcast room.
7. A method for rapidly developing platform services of a live broadcast room is characterized by comprising the following steps:
registering style data of a live broadcast room to a service manager;
based on the development interface exposed by the service manager, the activity developer develops and outputs a targeted UI interactive interface and/or view according to the activity requirement document;
the service manager distributes the output UI interactive interface and/or view to the live broadcast rooms with different styles according to the style data of the live broadcast room selected by the activity developer;
and each live broadcast receives the UI interactive interface and/or the view output by the service manager and respectively displays the UI interactive interface and/or the view.
8. A server comprising a memory, a processor and a computer program stored in the memory and executable on the processor, wherein the processor implements the steps of the fast development method of the live broadcast platform service according to claim 7 when executing the computer program.
9. A computer-readable storage medium, in which a computer program is stored, and the computer program, when being executed by a processor, implements the steps of the live broadcast platform service rapid development method according to claim 7.
CN201810485578.9A 2018-05-21 2018-05-21 Quick development framework and method for platform service of live broadcast room, server and medium Active CN108762757B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810485578.9A CN108762757B (en) 2018-05-21 2018-05-21 Quick development framework and method for platform service of live broadcast room, server and medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810485578.9A CN108762757B (en) 2018-05-21 2018-05-21 Quick development framework and method for platform service of live broadcast room, server and medium

Publications (2)

Publication Number Publication Date
CN108762757A CN108762757A (en) 2018-11-06
CN108762757B true CN108762757B (en) 2022-02-08

Family

ID=64007229

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810485578.9A Active CN108762757B (en) 2018-05-21 2018-05-21 Quick development framework and method for platform service of live broadcast room, server and medium

Country Status (1)

Country Link
CN (1) CN108762757B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109582312B (en) * 2018-12-04 2021-09-21 艾体威尔电子技术(北京)有限公司 UI layer and logic layer separation method of intelligent POS
CN110162370B (en) * 2019-05-22 2022-10-14 广州小鹏汽车科技有限公司 Operation method of interactive application program, interactive interface unification method and device thereof
CN110413261A (en) * 2019-06-26 2019-11-05 上海哔哩哔哩科技有限公司 A kind of configuration method and equipment of direct broadcast function module

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105898438A (en) * 2016-04-07 2016-08-24 广州华多网络科技有限公司 Live broadcasting room dynamic configuration method, device, system and server
CN106792092A (en) * 2016-12-19 2017-05-31 广州虎牙信息科技有限公司 Live video flow point mirror display control method and its corresponding device
CN107087217A (en) * 2017-03-10 2017-08-22 北京潘达互娱科技有限公司 Interface alternation method and live client in net cast
CN107247740A (en) * 2017-05-10 2017-10-13 北京潘达互娱科技有限公司 Direct broadcasting room customizing functions method and device
CN107423040A (en) * 2017-03-24 2017-12-01 北京潘达互娱科技有限公司 Live application development method and device
CN108024135A (en) * 2017-12-13 2018-05-11 广州虎牙信息科技有限公司 Direct broadcasting room live picture exhibition method, storage device and computer equipment

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2003030547A1 (en) * 2001-09-12 2003-04-10 Opentv, Inc. A method and apparatus for disconnected chat room lurking in an interactive television environment

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105898438A (en) * 2016-04-07 2016-08-24 广州华多网络科技有限公司 Live broadcasting room dynamic configuration method, device, system and server
CN106792092A (en) * 2016-12-19 2017-05-31 广州虎牙信息科技有限公司 Live video flow point mirror display control method and its corresponding device
CN107087217A (en) * 2017-03-10 2017-08-22 北京潘达互娱科技有限公司 Interface alternation method and live client in net cast
CN107423040A (en) * 2017-03-24 2017-12-01 北京潘达互娱科技有限公司 Live application development method and device
CN107247740A (en) * 2017-05-10 2017-10-13 北京潘达互娱科技有限公司 Direct broadcasting room customizing functions method and device
CN108024135A (en) * 2017-12-13 2018-05-11 广州虎牙信息科技有限公司 Direct broadcasting room live picture exhibition method, storage device and computer equipment

Also Published As

Publication number Publication date
CN108762757A (en) 2018-11-06

Similar Documents

Publication Publication Date Title
CN108874539B (en) Resource allocation method, device, terminal and storage medium
CN111814089B (en) Page rendering method and device, rendering server and storage medium
CN108762757B (en) Quick development framework and method for platform service of live broadcast room, server and medium
JP2017539103A (en) Method, apparatus, server, and system for synchronizing member gain among multiple apparatuses
CN104965778A (en) Method and device for game test
CN112486620A (en) Cross-process off-screen rendering method and device, electronic equipment and storage medium
CN112925520A (en) Method and device for building visual page and computer equipment
CN111427576A (en) Method, device, storage medium and terminal for configuring application program interface
CN110321120B (en) Data processing method, data processing apparatus, and computer-readable storage medium
CN110554885A (en) Sub-application generation method and device, electronic equipment and storage medium
CN112487018B (en) Method and device for generating list, electronic equipment and computer readable storage medium
CN114222003A (en) Service calling method, system, device, equipment and storage medium
CN110347703A (en) A kind of user behavior analysis method and system based on ARCore
CN112044061B (en) Game picture processing method and device, electronic equipment and storage medium
CN116889733A (en) Game resource loading method and device, electronic equipment and storage medium
CN107888772B (en) Method, device and storage medium for determining configuration information
CN108874371B (en) Method and system for extending style of live broadcast room, server and storage medium
CN108804102B (en) Method and system for expanding interface style of live broadcast room, server and storage medium
CN107509109A (en) Television set inputs data-updating method, television set and the storage medium of framework
CN113077280A (en) Electronic resource allocation method and device, electronic equipment and storage medium
CN111857804A (en) Offline task processing method and device, electronic equipment and storage medium
CN112540708A (en) Network information display method and device, electronic equipment and storage medium
CN113422972B (en) Live broadcast picture switching method and device, electronic equipment and readable medium
CN111614972A (en) System message processing method and device for live application
CN110688490A (en) Method and device for configuring knowledge graph

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