CN110879729B - Channel configuration method and device for live broadcast room, readable medium and electronic equipment - Google Patents

Channel configuration method and device for live broadcast room, readable medium and electronic equipment Download PDF

Info

Publication number
CN110879729B
CN110879729B CN201911144530.2A CN201911144530A CN110879729B CN 110879729 B CN110879729 B CN 110879729B CN 201911144530 A CN201911144530 A CN 201911144530A CN 110879729 B CN110879729 B CN 110879729B
Authority
CN
China
Prior art keywords
attribute value
property
attribute
configuration data
prop
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
CN201911144530.2A
Other languages
Chinese (zh)
Other versions
CN110879729A (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.)
Beijing ByteDance Network Technology Co Ltd
Original Assignee
Beijing ByteDance 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 Beijing ByteDance Network Technology Co Ltd filed Critical Beijing ByteDance Network Technology Co Ltd
Priority to CN201911144530.2A priority Critical patent/CN110879729B/en
Publication of CN110879729A publication Critical patent/CN110879729A/en
Priority to PCT/CN2020/129069 priority patent/WO2021098643A1/en
Application granted granted Critical
Publication of CN110879729B publication Critical patent/CN110879729B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • 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/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • 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

Abstract

The present disclosure relates to a method, an apparatus, a readable medium and an electronic device for configuring a channel tool of a live broadcast room, including: acquiring prop attribute value configuration data input by a user through a Graphical User Interface (GUI); judging whether the attribute value of a first preset attribute in the property value configuration data of the prop is null or not; under the condition that the attribute value of the first preset attribute in the property value configuration data is judged not to be null, generating a target property according to the property value configuration data; and under the condition that at least one attribute value in first preset attributes in the property attribute value configuration data is judged to be null, sending a first prompt to the user, wherein the first prompt is used for indicating the user to continuously input corresponding property attribute value configuration data. Therefore, the user can directly carry out attribute configuration on the properties to be generated through the GUI, code compiling on all the properties to be generated one by one when new properties are generated is not needed, and the target properties can be successfully generated.

Description

Channel configuration method and device for live broadcast room, readable medium and electronic equipment
Technical Field
The present disclosure relates to the field of networks, and in particular, to a method and an apparatus for configuring a channel tool of a live broadcast room, a readable medium, and an electronic device.
Background
In the prior art, no matter the stage property parcel that uses in the live broadcast or the stage property parcel in the recreation, wherein can deposit the stage property all need carry on after the development of certain work load through backstage developer just can realize the granting to the user and the user to the use of stage property, often have the function the same between a lot of stage properties, perhaps use the same looks similar part of restriction, but to the development of every new stage property at present, the development process is all very loaded down with trivial details redundancy, can make the development cost of new stage property higher like this, and it is long consuming time, be unfavorable for the quick online of new stage property.
Disclosure of Invention
This summary is provided to introduce a selection of concepts in a simplified form that are further described below in the detailed description. This summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.
In a first aspect, the present disclosure provides a method for configuring a direct broadcasting channel, where the method includes:
acquiring prop attribute value configuration data input by a user through a Graphical User Interface (GUI);
judging whether an attribute value of a first preset attribute in the property value configuration data is empty or not, wherein the first preset attribute is an attribute necessary for generating one or more properties;
under the condition that the attribute values of the first preset attributes in the property attribute value configuration data are not null, generating a target property according to the property attribute value configuration data;
and under the condition that at least one attribute value in the first preset attributes in the property attribute value configuration data is judged to be null, sending a first prompt to a user, wherein the first prompt is used for indicating the user to continuously input corresponding property attribute value configuration data.
In a second aspect, the present disclosure provides a live channel property configuration device, the device comprising:
the first acquisition module is used for acquiring prop attribute value configuration data input by a user through a Graphical User Interface (GUI);
the first judging module is used for judging whether an attribute value of a first preset attribute in the property value configuration data is null or not, wherein the first preset attribute is an attribute necessary for generating one or more properties of the property;
the prop generation module is used for generating a target prop according to the prop attribute value configuration data under the condition that the attribute values of the first preset attributes in the prop attribute value configuration data are not empty;
and the first prompt module is used for sending a first prompt to the user when at least one attribute value in the first preset attribute in the property attribute value configuration data is judged to be null, wherein the first prompt is used for indicating the user to continuously input corresponding property attribute value configuration data.
In a third aspect, the present disclosure provides a computer readable medium having stored thereon a computer program which, when executed by a processing apparatus, performs the steps of the method of the first aspect.
In a fourth aspect, the present disclosure provides an electronic device comprising:
a storage device having a computer program stored thereon;
processing means for executing the computer program in the storage means to carry out the steps of the method of the first aspect.
By the technical scheme, a user can directly perform attribute configuration on the props needing to be generated through the GUI, codes do not need to be written one by one when new props are generated, attribute value configuration data input by the user can be checked before the props are generated, and the fact that the required attribute values in the props are not empty before the props are generated is guaranteed, so that the target props can be generated successfully.
Additional features and advantages of the disclosure will be set forth in the detailed description which follows.
Drawings
The above and other features, advantages and aspects of various embodiments of the present disclosure will become more apparent by referring to the following detailed description when taken in conjunction with the accompanying drawings. Throughout the drawings, the same or similar reference numbers refer to the same or similar elements. It should be understood that the drawings are schematic and that elements and components are not necessarily drawn to scale.
In the drawings:
fig. 1 is a flowchart illustrating a live channel configuration method according to an exemplary embodiment of the present disclosure.
Fig. 2 is a flowchart illustrating a live channel configuration method according to still another exemplary embodiment of the present disclosure.
Fig. 3 is a flowchart illustrating a live channel configuration method according to yet another exemplary embodiment of the present disclosure.
Fig. 4 is a flowchart illustrating a live channel configuration method according to yet another exemplary embodiment of the present disclosure.
Fig. 5 is a block diagram illustrating a configuration device of a live channel prop according to an exemplary embodiment of the present disclosure.
Fig. 6 is a schematic structural diagram of an electronic device according to an embodiment of the present disclosure.
Detailed Description
Embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While certain embodiments of the present disclosure are shown in the drawings, it is to be understood that the present disclosure may be embodied in various forms and should not be construed as limited to the embodiments set forth herein, but rather are provided for a more thorough and complete understanding of the present disclosure. It should be understood that the drawings and embodiments of the disclosure are for illustration purposes only and are not intended to limit the scope of the disclosure.
It should be understood that the various steps recited in the method embodiments of the present disclosure may be performed in a different order, and/or performed in parallel. Moreover, method embodiments may include additional steps and/or omit performing the illustrated steps. The scope of the present disclosure is not limited in this respect.
The term "include" and variations thereof as used herein are open-ended, i.e., "including but not limited to". The term "based on" is "based, at least in part, on". The term "one embodiment" means "at least one embodiment"; the term "another embodiment" means "at least one additional embodiment"; the term "some embodiments" means "at least some embodiments". Relevant definitions for other terms will be given in the following description.
It should be noted that the terms "first", "second", and the like in the present disclosure are only used for distinguishing different devices, modules or units, and are not used for limiting the order or interdependence of the functions performed by the devices, modules or units.
It is noted that references to "a" or "an" in this disclosure are intended to be illustrative rather than limiting, and that those skilled in the art will appreciate that references to "one or more" are intended to be exemplary and not limiting unless the context clearly indicates otherwise.
The names of messages or information exchanged between devices in the embodiments of the present disclosure are for illustrative purposes only, and are not intended to limit the scope of the messages or information.
Fig. 1 is a flowchart illustrating a live channel configuration method according to an exemplary embodiment of the present disclosure. As shown in fig. 1, the method includes steps 101 to 104.
In step 101, prop attribute value configuration data input by a user through a graphical user interface GUI is obtained. The user can input the property value configuration value data through the GUI, or can select the property value configuration value data through an input box for inputting the property value configuration data, or through a drop-down box or an attribute value selection box selected by each preset property value. For example, when a user inputs property value configuration data of a target property through the GUI, the property to be configured in the target property may be selected first, and after the property to be configured is determined, the input position of the property value corresponding to each property may be in the form of an input box, a drop-down box, or a plurality of property value selection boxes. Alternatively, the user may not select the attribute to be configured, and all the configurable attributes and the input interface for inputting configuration data may be displayed in the GUI.
In a possible implementation manner, when the user inputs prop attribute value configuration data in the GUI, the user may further select a prop type first, and after determining a prop type that the user needs to generate, the GUI displays a prop attribute value configuration interface corresponding to the prop type, where the prop attribute value configuration interface corresponding to the prop type can only configure an attribute value of a prop attribute corresponding to the prop type.
In step 102, it is determined whether an attribute value of a first preset attribute in the property value configuration data is null, where the first preset attribute is an attribute necessary for generating one or more properties of the property. Since different property types may have different properties necessary for generating the property, the first preset property may be the same for all the properties, or may have a first preset property corresponding to a different property according to a different property type selected by the user. For example, when the user inputs the property attribute value configuration data in step 101, the user may select the type of the property that needs to be generated, and then in step 102, it is determined whether the attribute value of the first preset attribute in the property attribute value configuration data is empty, the type of the property that the user needs to generate is determined first, then the first preset attribute corresponding to the type of the property is determined, and then, it is determined whether the first preset attribute in the property attribute value configuration data is empty. In addition, the first preset attribute of the prop is related to the actual development process, and the specific setting is performed according to the actual situation, so that only the first preset attribute is limited to be a necessary attribute for generating the prop, and when the attribute value of the first preset attribute is empty, the prop generation is wrong, and the prop cannot be successfully generated.
In step 103, under the condition that it is determined that none of the attribute values of the first preset attribute in the property attribute value configuration data is empty, a target property is generated according to the property attribute value configuration data. And under the condition that the attribute value of the first preset attribute in the property value configuration data is determined not to be null, generating the target property according to the property value configuration data of the property. The attribute values necessary for generating the prop can be found in the attribute value configuration data of the prop, so that the prop generated at the moment can be guaranteed to be available.
In step 104, when it is determined that at least one attribute value in the first preset attributes in the property attribute value configuration data is null, a first prompt is sent to the user, where the first prompt is used to instruct the user to continue inputting corresponding property attribute value configuration data. If at least one attribute value corresponding to the first preset attribute in the prop attribute configuration data input by the user is null, the prop cannot be successfully generated, and a first prompt needs to be sent to the user before the prop is generated so as to prompt the user to continuously input corresponding prop attribute value configuration data. The corresponding property attribute value configuration data may be the empty first preset attribute, or may be all the first preset attributes. For example, the first prompt may prompt the user with a first preset attribute with an empty attribute value, so that the user supplements the first preset attribute with the empty attribute value, or the first prompt may also mark all the first preset attributes in the GUI, so as to prompt the user that the attribute values of the first preset attributes are still empty, and instruct the user to completely supplement the attribute values of the first preset attributes with the empty attribute values in all the first preset attributes.
By the technical scheme, a user can directly perform attribute configuration on the props needing to be generated through the GUI, codes do not need to be written one by one when new props are generated, attribute value configuration data input by the user can be checked before the props are generated, and the fact that the required attribute values in the props are not empty before the props are generated is guaranteed, so that the target props can be generated successfully.
Fig. 2 is a flowchart illustrating a live channel configuration method according to still another exemplary embodiment of the present disclosure. As shown in fig. 2, the method includes steps 201 to 203 in addition to steps 101, 102 and 104 as shown in fig. 1.
As shown in fig. 2, in step 102, it is determined whether an attribute value of a first preset attribute in the property value configuration data is null, and if at least one attribute value of the first preset attribute is null, step 104 is executed to send the first prompt to the user, and then step 101 is returned to obtain property value configuration data, which is input again by the user in response to the prompt; if none of the attribute values of the first preset attribute is null, go to step 201.
In step 201, it is determined whether an attribute value of a second preset attribute in the property value configuration data input by the user is null, where the second preset attribute is one or more attributes that can use a default attribute value. When at least one attribute value in the second preset attributes in the property value configuration data is determined to be null, turning to step 202; and if it is determined that none of the second preset attributes in the property attribute value configuration data is empty, go to step 203.
In step 202, the second preset attribute with an empty attribute value in the prop attribute value configuration data is configured according to a preset default configuration file, and then the step 201 is returned to determine whether the attribute value of the second preset attribute is empty again, so as to ensure that the attribute values of the second preset attribute are not empty after the second preset attribute with an empty attribute value in the prop attribute value configuration data is configured according to the default configuration file in step 202.
In step 203, the target prop is generated according to the prop attribute value configuration data.
The attribute capable of using the default attribute value is an attribute capable of automatically filling a preset default value under the condition that the user does not input attribute value setting data. The second preset attribute may be a relatively conventional attribute value in the property of the prop, for example, a value of the prop. For example, when the value of the property is not configured in the property value configuration data input by the user, the property can be configured according to the minimum unit price of the property, the user does not need to be reminded to perform supplementary configuration on the property, and the second preset property with the empty property value is directly automatically configured according to the setting in the default configuration file. The default configuration file is preset, wherein configuration data of the attribute values of the second preset attributes may be set according to an actual application scenario, which is not limited herein.
Through the technical scheme, after a user inputs prop attribute value configuration data through a Graphical User Interface (GUI), a first prompt can be sent to the user when an attribute value of a first preset attribute necessary for generating a prop in the prop attribute value configuration data is empty so as to prompt the user to supplement and configure the first preset attribute with the empty attribute value, and the prop attribute value configuration data can be automatically configured according to a default configuration file when an attribute value of a second preset attribute capable of configuring the attribute value according to the default configuration file is empty, so that the process of configuring the prop attribute value by the user in the process of generating the target prop can be simplified to the greatest extent on the premise of ensuring that the target prop is successfully generated.
Fig. 3 is a flowchart illustrating a live channel configuration method according to yet another exemplary embodiment of the present disclosure. As shown in fig. 3, after performing step 202 shown in fig. 2, the method further includes step 301.
In step 301, a second prompt is sent to the user, where the second prompt is used to prompt, to the user, an item attribute configured by using the preset default configuration file in the target item. After the second prompt is sent to the user, the step 201 is returned to determine whether the attribute value of the second preset attribute in the property value configuration data is empty. The form of the second prompt may be any form that can be perceived by the user, for example, a form of popping up a prompt window in the graphical user interface GUI, or a form of displaying a text prompt bar in the graphical user interface GUI, and so on. A distinction can be made between the same form of sending the first prompt to the user as in step 104 shown in fig. 1.
Fig. 4 is a flowchart illustrating a live channel configuration method according to yet another exemplary embodiment of the present disclosure. As shown in fig. 4, the method further includes step 401 and step 402.
In step 401, setting item attribute value configuration options in the GUI;
in step 402, based on the user's selection of the prop attribute value configuration option, the prop attribute value configuration data is determined.
The property attribute value configuration option may be a label for a set property attribute value configuration scheme, that is, two or more sets of property attribute value configuration data of the property may be configured in advance, and are respectively in one-to-one correspondence with the property attribute value configuration options displayed in the GUI, and a user directly selects the property attribute value configuration option in the GUI, so as to obtain the configuration data in the property attribute value configuration scheme that is configured in advance and corresponds to the property attribute value configuration option.
In addition, after the user selects the item for configuring property values, the item for configuring property values corresponding to the item for configuring property values may be displayed in the GUI, and the data input and data modification of the item for configuring property values selected by the user in advance may be continuously received, and the configuration data finally determined by the user may be used as the item for configuring property values input by the user.
Through the technical scheme, the user can further simplify the process of generating the target prop by the user through a mode of selecting the existing prop attribute configuration scheme, and the attribute configuration data corresponding to the selected prop attribute configuration scheme can be modified or supplemented according to the self requirement, so that the process of generating the target prop by the user is facilitated.
In one possible embodiment, the method further comprises: acquiring a sending instruction which is input by a user and aims at the target prop through the GUI, wherein the sending instruction at least comprises a target client; and issuing the target prop to the target client according to the prop issuing instruction. After the user configures the property attribute value of the target property through the graphical user interface and generates the target property, the user can also directly input a distribution instruction according to the generated target property, so that the distribution of the target property is realized, the process of configuring the target property to each client after the target property is generated can be further simplified, a repeated script instruction does not need to be compiled according to the distribution of the property, and the user only needs to directly input the distribution instruction in the Graphical User Interface (GUI). The issuing instruction at least includes a target client, and may also include, for example, an issuing number and issuing conditions, such as whether to issue the item regularly, and issue the item to the client according to a predetermined number when a client user meets what condition. The setting method of the issued instruction is not limited herein.
In one possible embodiment, the method further comprises: receiving a prop using message sent by a client; broadcasting the item use message. After the generated target prop is issued, the use data of the prop usually has a plurality of different system requirements, in the disclosure, all the use messages of the prop issued to the client are uniformly received and uniformly broadcast, and other systems needing to acquire a certain prop can acquire the real-time prop use message only by subscribing the use message of the prop, so that the condition of disorder of the prop use message in the prior art can be greatly simplified, the acquisition process of the prop use message by different systems is also simplified, and a uniform message broadcasting mechanism is provided.
Fig. 5 is a block diagram illustrating a configuration apparatus 100 of a live channel configuration according to an exemplary embodiment of the present disclosure. As shown in fig. 5, the apparatus 100 includes: the first obtaining module 10 is configured to obtain property attribute value configuration data input by a user through a graphical user interface GUI; a first judging module 20, configured to judge whether an attribute value of a first preset attribute in the property value configuration data is null, where the first preset attribute is an attribute necessary for generating one or more properties for a property; the prop generation module 30 is configured to generate a target prop according to the prop attribute value configuration data when it is determined that none of the attribute values of the first preset attribute in the prop attribute value configuration data is empty; a first prompt module 40, configured to send a first prompt to a user when it is determined that at least one attribute value in the first preset attributes in the property attribute value configuration data is null, where the first prompt is used to instruct the user to continue inputting corresponding property attribute value configuration data.
By the technical scheme, a user can directly perform attribute configuration on the props needing to be generated through the GUI, codes do not need to be written one by one when new props are generated, attribute value configuration data input by the user can be checked before the props are generated, and the fact that the required attribute values in the props are not empty before the props are generated is guaranteed, so that the target props can be generated successfully.
In a possible implementation manner, before the prop generation module generates the target prop according to the prop attribute value configuration data, the apparatus 100 further includes: the second judging module is used for judging whether an attribute value of a second preset attribute in the property value configuration data input by the user is null or not, wherein the second preset attribute is one or more attributes capable of using default attribute values; a first processing module, configured to, when it is determined that at least one attribute value in the second preset attributes in the property attribute value configuration data is null, configure, according to a preset default configuration file, the second preset attribute in the property attribute value configuration data whose attribute value is null; and the second processing module is used for triggering the prop generation module to generate the target prop according to the prop attribute value configuration data under the condition that the second preset attribute in the prop attribute value configuration data is judged not to be empty.
In a possible implementation manner, after the first processing module configures the second preset attribute with an empty attribute value in the property attribute value configuration data according to a preset default configuration file, the apparatus 100 further includes: and the second prompt module is used for sending a second prompt to the user, and the second prompt is used for prompting the property configured by using the preset default configuration file in the target property to the user.
In a possible implementation, the apparatus 100 further comprises: the setting module is used for setting item attribute value configuration options in the GUI; the first obtaining module 10 includes: and the acquisition submodule is used for determining the property attribute value configuration data based on the selection of the user on the property attribute value configuration option.
In a possible implementation, the apparatus 100 further comprises: the second acquisition module is used for acquiring a sending instruction which is input by a user and aims at the target prop through the GUI, and the sending instruction at least comprises a target client; and the property issuing module is used for issuing the target property to the target client according to the property issuing instruction.
In a possible implementation, the apparatus 100 further comprises: the receiving module is used for receiving prop using information sent by the client; and the broadcasting module is used for broadcasting the prop using message.
Referring now to FIG. 6, a block diagram of an electronic device 600 suitable for use in implementing embodiments of the present disclosure is shown. The terminal device in the embodiments of the present disclosure may include, but is not limited to, a mobile terminal such as a mobile phone, a notebook computer, a digital broadcast receiver, a PDA (personal digital assistant), a PAD (tablet computer), a PMP (portable multimedia player), a vehicle terminal (e.g., a car navigation terminal), and the like, and a stationary terminal such as a digital TV, a desktop computer, and the like. The electronic device shown in fig. 6 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present disclosure.
As shown in fig. 6, the electronic device 600 may include a processing means (e.g., central processing unit, graphics processor, etc.) 601 that may perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM) 602 or a program loaded from a storage means 608 into a Random Access Memory (RAM) 603. In the RAM 603, various programs and data necessary for the operation of the electronic apparatus 600 are also stored. The processing device 601, the ROM 602, and the RAM 603 are connected to each other via a bus 604. An input/output (I/O) interface 605 is also connected to bus 604.
Generally, the following devices may be connected to the I/O interface 605: input devices 606 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, or the like; output devices 607 including, for example, a Liquid Crystal Display (LCD), a speaker, a vibrator, and the like; storage 608 including, for example, tape, hard disk, etc.; and a communication device 609. The communication means 609 may allow the electronic device 600 to communicate with other devices wirelessly or by wire to exchange data. While fig. 6 illustrates an electronic device 600 having various means, it is to be understood that not all illustrated means are required to be implemented or provided. More or fewer devices may alternatively be implemented or provided.
In particular, according to an embodiment of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program carried on a non-transitory computer readable medium, the computer program containing program code for performing the method illustrated by the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network via the communication means 609, or may be installed from the storage means 608, or may be installed from the ROM 602. The computer program, when executed by the processing device 601, performs the above-described functions defined in the methods of the embodiments of the present disclosure.
It should be noted that the computer readable medium in the present disclosure can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In contrast, in the present disclosure, a computer readable signal medium may comprise a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
In some embodiments, the servers may communicate using any currently known or future developed network Protocol, such as HTTP (HyperText Transfer Protocol), and may be interconnected with any form or medium of digital data communication (e.g., a communications network). Examples of communication networks include a local area network ("LAN"), a wide area network ("WAN"), the Internet (e.g., the Internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks), as well as any currently known or future developed network.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: acquiring prop attribute value configuration data input by a user through a Graphical User Interface (GUI); judging whether an attribute value of a first preset attribute in the attribute value configuration data of the prop is empty or not, wherein the first preset attribute is an attribute required for generating one or more props; under the condition that the attribute value of the first preset attribute in the property value configuration data is judged not to be null, generating a target property according to the property value configuration data; and under the condition that at least one attribute value in first preset attributes in the property attribute value configuration data is judged to be null, sending a first prompt to the user, wherein the first prompt is used for indicating the user to continuously input corresponding property attribute value configuration data.
Computer program code for carrying out operations for aspects of the present disclosure may be written in any combination of one or more programming languages, including but not limited to an object oriented programming language such as Java, smalltalk, C + +, and including conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. 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.
The modules described in the embodiments of the present disclosure may be implemented by software or hardware. The name of the module does not in some cases constitute a limitation to the module itself, for example, the first obtaining module may also be described as a "module for obtaining prop attribute value configuration data input by a user".
The functions described herein above may be performed, at least in part, by one or more hardware logic components. For example, without limitation, exemplary types of hardware logic components that may be used include: field Programmable Gate Arrays (FPGAs), application Specific Integrated Circuits (ASICs), application Specific Standard Products (ASSPs), systems on a chip (SOCs), complex Programmable Logic Devices (CPLDs), and the like.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. A machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
Example 1 provides a live channel property configuration method, including obtaining property attribute value configuration data input by a user through a Graphical User Interface (GUI);
judging whether an attribute value of a first preset attribute in the property value configuration data is empty or not, wherein the first preset attribute is an attribute necessary for generating one or more properties;
under the condition that the attribute values of the first preset attributes in the property attribute value configuration data are not null, generating a target property according to the property attribute value configuration data;
and under the condition that at least one attribute value in the first preset attributes in the prop attribute value configuration data is determined to be null, sending a first prompt to a user, wherein the first prompt is used for instructing the user to continuously input corresponding prop attribute value configuration data.
Example 2 provides the method of example 1, further including, before performing the step of generating the target prop according to the prop attribute value configuration data, in accordance with one or more embodiments of the present disclosure:
judging whether an attribute value of a second preset attribute in the property attribute value configuration data input by the user is null or not, wherein the second preset attribute is one or more attributes capable of using default attribute values;
under the condition that at least one attribute value in the second preset attributes in the property attribute value configuration data is judged to be null, configuring the second preset attributes with null attribute values in the property attribute value configuration data according to a preset default configuration file;
and under the condition that the second preset attribute in the property attribute value configuration data is not empty, executing the step of generating the target property according to the property attribute value configuration data.
Example 3 provides the method of example 2, and after the step of configuring, according to a preset default configuration file, the second preset attribute with an empty attribute value in the property attribute value configuration data is performed, the method further includes:
and sending a second prompt to the user, wherein the second prompt is used for prompting the property of the target property configured by using the preset default configuration file.
Example 4 provides the method of example 1, further comprising, in accordance with one or more embodiments of the present disclosure:
setting prop attribute value configuration options in the GUI;
the acquiring prop attribute value configuration data input by a user through a Graphical User Interface (GUI) comprises:
and determining the property attribute value configuration data based on the selection of the property attribute value configuration option by the user.
Example 5 provides the method of any of examples 1 to 4, further comprising, in accordance with one or more embodiments of the present disclosure:
acquiring a sending instruction which is input by a user and aims at the target prop through the GUI, wherein the sending instruction at least comprises a target client;
and issuing the target prop to the target client according to the prop issuing instruction.
Example 6 provides the method of any of examples 1-4, further comprising, in accordance with one or more embodiments of the present disclosure:
receiving a prop using message sent by a client;
broadcasting the item use message.
Example 7 provides, in accordance with one or more embodiments of the present disclosure, a live room prop configuration apparatus, the apparatus comprising:
the first acquisition module is used for acquiring prop attribute value configuration data input by a user through a Graphical User Interface (GUI);
the first judging module is used for judging whether an attribute value of a first preset attribute in the property value configuration data of the props is empty or not, wherein the first preset attribute is an attribute required by one or more props;
the prop generation module is used for generating a target prop according to the prop attribute value configuration data under the condition that the attribute values of the first preset attributes in the prop attribute value configuration data are judged not to be empty;
and the first prompt module is used for sending a first prompt to the user when at least one attribute value in the first preset attribute in the property attribute value configuration data is judged to be null, wherein the first prompt is used for indicating the user to continuously input corresponding property attribute value configuration data.
Example 8 provides the apparatus of example 7, further comprising, before the prop generation module generates a target prop according to the prop attribute value configuration data, in accordance with one or more embodiments of the present disclosure:
the second judging module is used for judging whether an attribute value of a second preset attribute in the property value configuration data input by the user is null or not, wherein the second preset attribute is one or more attributes capable of using default attribute values;
a first processing module, configured to, when it is determined that at least one attribute value in the second preset attributes in the property attribute value configuration data is null, configure, according to a preset default configuration file, the second preset attribute in the property attribute value configuration data whose attribute value is null;
and the second processing module is used for triggering the prop generation module to generate the target prop according to the prop attribute value configuration data under the condition that the second preset attribute in the prop attribute value configuration data is judged not to be empty.
Example 9 provides a computer readable medium having stored thereon a computer program that, when executed by a processing apparatus, performs the steps of the method of any of examples 1-6, in accordance with one or more embodiments of the present disclosure.
Example 10 provides, in accordance with one or more embodiments of the present disclosure, an electronic device comprising:
a storage device having a computer program stored thereon;
processing means for executing the computer program in the storage means to carry out the steps of the method of any of examples 1-6.
The foregoing description is only exemplary of the preferred embodiments of the disclosure and is illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the disclosure herein is not limited to the particular combination of features described above, but also encompasses other embodiments in which any combination of the features described above or their equivalents does not depart from the spirit of the disclosure. For example, the above features and the technical features disclosed in the present disclosure (but not limited to) having similar functions are replaced with each other to form the technical solution.
Further, while operations are depicted in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order. Under certain circumstances, multitasking and parallel processing may be advantageous. Likewise, while several specific implementation details are included in the above discussion, these should not be construed as limitations on the scope of the disclosure. Certain features that are described in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims. With regard to the apparatus in the above-described embodiment, the specific manner in which each module performs the operation has been described in detail in the embodiment related to the method, and will not be elaborated here.

Claims (8)

1. A method for configuring a channel tool of a live broadcast room is characterized by comprising the following steps:
acquiring prop attribute value configuration data input by a user through a Graphical User Interface (GUI);
judging whether an attribute value of a first preset attribute in the property value configuration data is empty or not, wherein the first preset attribute is an attribute necessary for generating one or more properties;
under the condition that the attribute values of the first preset attributes in the property attribute value configuration data are not null, generating a target property according to the property attribute value configuration data;
under the condition that at least one attribute value in the first preset attributes in the property attribute value configuration data is determined to be null, sending a first prompt to a user, wherein the first prompt is used for instructing the user to continuously input corresponding property attribute value configuration data,
acquiring a sending instruction aiming at the target prop, which is input by a user, through the GUI, wherein the sending instruction at least comprises a target client, a sending number and sending conditions;
issuing the target prop to the target client according to the prop issuing instruction;
the method further comprises the following steps:
setting prop attribute value configuration options in the GUI;
the acquiring prop attribute value configuration data input by a user through a Graphical User Interface (GUI) comprises:
determining the prop attribute value configuration data based on user selection of the prop attribute value configuration option;
the property attribute value configuration options are labels of the set property attribute value configuration schemes, and correspond to the pre-configured attribute value configuration data of a plurality of groups of properties one to one.
2. The method of claim 1, wherein prior to performing the step of generating a target prop according to the prop attribute value configuration data, the method further comprises:
judging whether an attribute value of a second preset attribute in the property attribute value configuration data input by the user is null, wherein the second preset attribute is one or more attributes capable of using a default attribute value and capable of using the default attribute value;
under the condition that at least one attribute value in the second preset attributes in the property attribute value configuration data is judged to be null, configuring the second preset attributes with null attribute values in the property attribute value configuration data according to a preset default configuration file;
and under the condition that the second preset attribute in the property attribute value configuration data is not empty, executing the step of generating the target property according to the property attribute value configuration data.
3. The method according to claim 2, wherein after the step of configuring the second preset attribute with null attribute value in the prop attribute value configuration data according to the preset default configuration file, the method further comprises:
and sending a second prompt to the user, wherein the second prompt is used for prompting the property of the target property configured by using the preset default configuration file.
4. The method according to any one of claims 1 to 3, further comprising:
receiving a prop using message sent by a client;
broadcasting the item use message.
5. A live channel configuration apparatus, the apparatus comprising:
the first acquisition module is used for acquiring prop attribute value configuration data input by a user through a Graphical User Interface (GUI);
the first judging module is used for judging whether an attribute value of a first preset attribute in the property value configuration data is null or not, wherein the first preset attribute is an attribute necessary for generating one or more properties of the property;
the prop generation module is used for generating a target prop according to the prop attribute value configuration data under the condition that the attribute values of the first preset attributes in the prop attribute value configuration data are not empty;
a first prompt module, configured to send a first prompt to a user when it is determined that at least one attribute value in the first preset attribute in the property attribute value configuration data is null, where the first prompt is used to instruct the user to continue inputting corresponding property attribute value configuration data;
the second acquisition module is used for acquiring issuing instructions aiming at the target props, which are input by a user, through the GUI (graphical user interface), wherein the issuing instructions at least comprise target client sides, issuing quantity and issuing conditions;
the property issuing module is used for issuing the target property to the target client according to the property issuing instruction;
the device further comprises:
the setting module is used for setting prop attribute value configuration options in the GUI;
the first obtaining module comprises:
the obtaining submodule is used for determining the property attribute value configuration data based on the selection of the property attribute value configuration option by the user;
the property attribute value configuration options are labels of the set property attribute value configuration schemes, and correspond to the pre-configured attribute value configuration data of a plurality of groups of properties one to one.
6. The apparatus of claim 5, wherein before the prop generation module generates the target prop according to the prop attribute value configuration data, the apparatus further comprises:
the second judging module is used for judging whether an attribute value of a second preset attribute in the prop attribute value configuration data input by the user is empty or not, wherein the second preset attribute is one or more attributes capable of using default attribute values;
a first processing module, configured to, when it is determined that at least one attribute value in the second preset attributes in the prop attribute value configuration data is null, configure, according to a preset default configuration file, the second preset attribute in the prop attribute value configuration data whose attribute value is null;
and the second processing module is used for triggering the prop generation module to generate the target prop according to the prop attribute value configuration data under the condition that the second preset attribute in the prop attribute value configuration data is judged not to be empty.
7. A computer-readable medium, on which a computer program is stored, characterized in that the program, when being executed by processing means, carries out the steps of the method of any one of claims 1-4.
8. An electronic device, comprising:
a storage device having a computer program stored thereon;
processing means for executing the computer program in the storage means to carry out the steps of the method according to any one of claims 1 to 4.
CN201911144530.2A 2019-11-20 2019-11-20 Channel configuration method and device for live broadcast room, readable medium and electronic equipment Active CN110879729B (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN201911144530.2A CN110879729B (en) 2019-11-20 2019-11-20 Channel configuration method and device for live broadcast room, readable medium and electronic equipment
PCT/CN2020/129069 WO2021098643A1 (en) 2019-11-20 2020-11-16 Method and device for configuring prop in live streaming room, readable medium, and electronic device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911144530.2A CN110879729B (en) 2019-11-20 2019-11-20 Channel configuration method and device for live broadcast room, readable medium and electronic equipment

Publications (2)

Publication Number Publication Date
CN110879729A CN110879729A (en) 2020-03-13
CN110879729B true CN110879729B (en) 2022-12-23

Family

ID=69730726

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911144530.2A Active CN110879729B (en) 2019-11-20 2019-11-20 Channel configuration method and device for live broadcast room, readable medium and electronic equipment

Country Status (2)

Country Link
CN (1) CN110879729B (en)
WO (1) WO2021098643A1 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110879729B (en) * 2019-11-20 2022-12-23 北京字节跳动网络技术有限公司 Channel configuration method and device for live broadcast room, readable medium and electronic equipment
CN111638875B (en) * 2020-06-05 2023-09-22 中国银行股份有限公司 Opposite terminal generation method and system
CN112138383B (en) * 2020-10-15 2022-05-24 腾讯科技(深圳)有限公司 Virtual item display method, device, equipment and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109615200A (en) * 2018-11-30 2019-04-12 武汉斗鱼网络科技有限公司 Virtual interactive stage property distribution method, storage medium, electronic equipment and system
CN109698964A (en) * 2019-01-24 2019-04-30 武汉鲨鱼网络直播技术有限公司 A kind of online direct broadcasting room gift sending method and system

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8789032B1 (en) * 2009-02-27 2014-07-22 Google Inc. Feedback-directed inter-procedural optimization
WO2016061359A1 (en) * 2014-10-15 2016-04-21 Liveperson, Inc. System and method for interactive application preview
CN105879386B (en) * 2016-06-17 2020-02-07 武汉斗鱼网络科技有限公司 Game gift package issuing method and system based on user attributes
CN106817626B (en) * 2016-12-12 2019-08-23 武汉斗鱼网络科技有限公司 A kind of network direct broadcasting present is shown and construction method
CN106709762A (en) * 2016-12-26 2017-05-24 乐蜜科技有限公司 Virtual gift recommendation method, virtual gift recommendation device used in direct broadcast room, and mobile terminal
CN109274977B (en) * 2017-07-18 2022-03-25 腾讯科技(深圳)有限公司 Virtual item allocation method, server and client
CN110262780A (en) * 2019-06-20 2019-09-20 腾讯科技(成都)有限公司 A kind of method and the network equipment of business configuration
CN110879729B (en) * 2019-11-20 2022-12-23 北京字节跳动网络技术有限公司 Channel configuration method and device for live broadcast room, readable medium and electronic equipment

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109615200A (en) * 2018-11-30 2019-04-12 武汉斗鱼网络科技有限公司 Virtual interactive stage property distribution method, storage medium, electronic equipment and system
CN109698964A (en) * 2019-01-24 2019-04-30 武汉鲨鱼网络直播技术有限公司 A kind of online direct broadcasting room gift sending method and system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
巧妙制作个性化的表情包;王志军;《电脑知识与技术(经验技巧)》;20160605;第第21页卷(第06期);第21页 *

Also Published As

Publication number Publication date
CN110879729A (en) 2020-03-13
WO2021098643A1 (en) 2021-05-27

Similar Documents

Publication Publication Date Title
CN110046021B (en) Page display method, device, system, equipment and storage medium
CN110879729B (en) Channel configuration method and device for live broadcast room, readable medium and electronic equipment
CN109582310B (en) Data processing method and device, electronic equipment and computer readable storage medium
US20220094758A1 (en) Method and apparatus for publishing video synchronously, electronic device, and readable storage medium
CN111163329B (en) Live broadcast room gift list configuration method, device, medium and electronic equipment
CN110781373B (en) List updating method and device, readable medium and electronic equipment
CN110390493B (en) Task management method and device, storage medium and electronic equipment
CN111679990A (en) Test data generation method and device, readable medium and electronic equipment
CN115145560B (en) Business orchestration method, apparatus, device, computer-readable medium, and program product
CN111190657B (en) Activity configuration method and device, readable medium and electronic equipment
CN115660589A (en) Business auditing method, device, equipment, computer readable medium and program product
CN111309304A (en) Method, device, medium and electronic equipment for generating IDL file
CN110837534A (en) Data list display method, device, equipment and storage medium
CN112256221A (en) Information display method and device and electronic equipment
CN114428925A (en) Page rendering method and device, electronic equipment and computer readable medium
CN113138707B (en) Interaction method, interaction device, electronic equipment and computer-readable storage medium
CN111212296B (en) Live broadcast room gift list configuration method, device, medium and electronic equipment
CN112422648B (en) Data synchronization method and system
CN112256172B (en) Application display method, device, terminal and storage medium
US20220408121A1 (en) Method and apparatus for sending information in live broadcast room, and electronic device
CN114138149A (en) Data screening method and device, readable medium and electronic equipment
CN111399730A (en) Image processing method, image processing device, electronic equipment and computer readable storage medium
CN111538552A (en) Gift panel configuration method and device, readable medium and electronic equipment
CN111240718A (en) Theme updating method and device, electronic equipment and medium
CN111258582A (en) Window rendering method and device, computer equipment and storage medium

Legal Events

Date Code Title Description
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