CN110708272B - Live broadcast application sharing module decoupling system and method, storage medium and electronic device - Google Patents

Live broadcast application sharing module decoupling system and method, storage medium and electronic device Download PDF

Info

Publication number
CN110708272B
CN110708272B CN201810751707.4A CN201810751707A CN110708272B CN 110708272 B CN110708272 B CN 110708272B CN 201810751707 A CN201810751707 A CN 201810751707A CN 110708272 B CN110708272 B CN 110708272B
Authority
CN
China
Prior art keywords
sharing
live broadcast
live
broadcast room
module
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
CN201810751707.4A
Other languages
Chinese (zh)
Other versions
CN110708272A (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 CN201810751707.4A priority Critical patent/CN110708272B/en
Publication of CN110708272A publication Critical patent/CN110708272A/en
Application granted granted Critical
Publication of CN110708272B publication Critical patent/CN110708272B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/40Support for services or applications
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/52User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail for supporting social networking services

Abstract

The invention discloses a live broadcast application sharing module decoupling method, a storage medium, electronic equipment and a system, and relates to the field of application development of internet mobile terminals. And packaging the live broadcast room information to obtain a shared data item, and packaging the shared data item and a preset sharing identifier into a communication URL. And analyzing the communication URL, judging whether the analysis result contains a sharing identifier, and if so, sending the sharing data item to a sharing module. The sharing module analyzes the sharing data item to obtain the information of the live broadcast room, and then shares the live broadcast room to other users of the live broadcast application.

Description

Live broadcast application sharing module decoupling system and method, storage medium and electronic device
Technical Field
The invention relates to the field of application development of internet mobile terminals, in particular to a live broadcast application sharing module decoupling method, a storage medium, electronic equipment and a system.
Background
With the rapid development of the mobile phone IOS system, sharing functions need to be achieved in live application under the IOS system, content of the live application is shared to a friend circle, WeChat friends are shared, QQ space is shared, QQ friends and facebook are shared to a sharing platform of a third party through an IOS platform, a perfect technical scheme is provided for the platform sharing the third party, but the on-site credit sharing function of the IOS system is achieved, namely an effective sharing scheme lacking in internal sharing of programs on the IOS is achieved.
However, in the current app development on the IOS platform, internal sharing is an essential step, and especially on some key main logic codes, internal sharing not only can improve the number of people watching in a live broadcast room, but also can improve the adhesion of users to applications. Internal sharing brings much convenience to communication between users, but internal sharing also brings burden to programs. Generally speaking, without any optimization, in an IOS system, internal sharing is coupled with main logic code, and even if the main logic code has no error, the main logic code will not run if an error occurs during internal sharing. Finally, the program is crashed, and therefore a scheme is urgently needed to prevent the influence on the smooth operation of the live app when the internal sharing function in the IOS system fails.
Disclosure of Invention
Aiming at the defects in the prior art, the invention aims to provide a live broadcast application sharing module decoupling method, a storage medium, an electronic device and a system, which can effectively decouple a sharing module from an application, prevent an internal module from making mistakes to influence the operation of the application, ensure that the sharing module can be independently written during development, and accelerate application development.
In a first aspect, the present invention provides a live broadcast application sharing module decoupling method, where the sharing module is configured to share a live broadcast room to other users of a live broadcast application, and includes:
receiving shared live broadcast room information sent by a user, wherein the live broadcast room information comprises a live broadcast room link URL and a live broadcast room title;
packaging the live broadcast room information to obtain a shared data item, and packaging the shared data item and a preset sharing identifier as a communication URL;
analyzing the communication URL, judging whether the analysis result contains a sharing identifier, and if so, sending the sharing data item to a sharing module;
the sharing module analyzes the sharing data item to obtain the information of the live broadcast room, and then shares the live broadcast room to other users of the live broadcast application.
On the basis of the technical scheme, after receiving live broadcast room information sent by a user, the following steps are carried out before the live broadcast room information is packaged to obtain shared data items: and checking whether the live broadcast room information is legal or not, if so, packaging the live broadcast room information, and if not, returning the sharing content with error information.
On the basis of the technical scheme, the verifying whether the live broadcast room information is legal specifically comprises: and checking the data type of the live broadcast room information, and checking whether the items of the provided live broadcast room information are defective.
On the basis of the technical scheme, the shared data item is a dictionary type data set.
On the basis of the technical scheme, the method also comprises the following steps before receiving the live broadcast room information sent by the user: and checking whether the user account logs in, if the user logs in, receiving live broadcast room information sent by the user, and if the user does not log in, prompting the user to log in.
On the basis of the technical scheme, if the user logs in, whether the user is an authorized user is checked.
On the basis of the technical scheme, the information of the live broadcast room further comprises a shared image, a shared live broadcast room address, a shared live broadcast room title and a live broadcast room screen type.
In a second aspect, an embodiment of the present invention further provides a storage medium, where a computer program is stored, and when the computer program is executed by a processor, the computer program implements the method in the embodiment of the first aspect.
In a third aspect, an embodiment of the present invention further provides an electronic device, which includes a memory and a processor, where the memory stores a computer program running on the processor, and the processor executes the computer program to implement the method in the first aspect.
In a fourth aspect, an embodiment of the present invention provides a live broadcast application sharing module decoupling system, where the sharing module is configured to share a live broadcast room to other users of a live broadcast application, and includes:
the interface module is used for receiving shared live broadcast room information sent by a user, wherein the live broadcast room information comprises a live broadcast room link URL and a live broadcast room title;
the packaging module is used for packaging the live broadcast room information to obtain a shared data item, and packaging the shared data item and a preset sharing identifier into a communication URL;
the decoupling module is used for analyzing the communication URL, judging whether a sharing identifier is contained in an analysis result, if the sharing identifier is contained, sending the sharing data item to the sharing module, calling the sharing module, analyzing the sharing data item by the sharing module to obtain live broadcasting room information, sharing the live broadcasting room to other users applying the live broadcasting, and carrying out the following steps before packaging the live broadcasting room information to obtain the sharing data item after receiving the live broadcasting room information sent by the users on the basis of the technical scheme: and checking whether the live broadcast room information is legal or not, if so, packaging the live broadcast room information, and if not, returning the sharing content with error information.
On the basis of the technical scheme, the verifying whether the live broadcast room information is legal specifically comprises: and checking the data type of the live broadcast room information, and checking whether the items of the provided live broadcast room information are defective.
On the basis of the technical scheme, the shared data item is a dictionary type data set.
On the basis of the technical scheme, the method also comprises the following steps before receiving the live broadcast room information sent by the user: and checking whether the user account logs in, if the user logs in, receiving live broadcast room information sent by the user, and if the user does not log in, prompting the user to log in.
On the basis of the technical scheme, if the user logs in, whether the user is an authorized user is checked.
On the basis of the technical scheme, the information of the live broadcast room further comprises a shared image, a shared live broadcast room address, a shared live broadcast room title and a live broadcast room screen type.
Compared with the prior art, the invention has the advantages that:
the live broadcast application sharing module decoupling method, the storage medium, the electronic device and the system firstly obtain live broadcast room information shared from the inside of an application, in order to conveniently communicate with a sharing module in an IOS system, the shared live broadcast room information is converted into a sharing data item, so that the sharing module does not need to be coupled to call other external modules, a convention identifier is further packaged, namely the sharing identifier and the sharing data item are packaged into a communication URL together, the called sharing module is obtained through the convention identifier, decoupling is further realized, if the sharing module does not pass through the convention identifier, an external caller needs to know an in-station information controller, coupling is further introduced, and the coupling problem of the internal sharing module and the application is solved through the convention identifier in the IOS system.
Drawings
In order to more clearly illustrate the technical solutions in the embodiments of the present invention, the drawings corresponding to the embodiments are briefly introduced below, and it is obvious that the drawings in the following description are some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to these drawings without creative efforts.
Fig. 1 is a schematic flow diagram of a live broadcast application sharing module decoupling method according to the present invention;
fig. 2 is a schematic structural diagram of a live broadcast application sharing module decoupling system according to the present invention.
In the figure: 1-collecting module, 2-packaging module, 3-decoupling module and 4-sharing module.
Detailed Description
Embodiments of the present invention will be described in further detail below with reference to the accompanying drawings.
Referring to fig. 1, embodiments of the present invention provide a live broadcast application sharing module decoupling method, a storage medium, an electronic device, and a system, where shared live broadcast room information is converted into a shared data item, and a sharing identifier and the shared data item are encapsulated together as a communication URL, and a called sharing module can be obtained through an agreed identifier to process live broadcast room information inside the shared data item, so as to complete decoupling.
In order to achieve the technical effects, the general idea of the application is as follows:
receiving shared live broadcast room information sent by a user, wherein the live broadcast room information comprises a live broadcast room link URL and a live broadcast room title;
packaging the live broadcast room information to obtain a shared data item, and packaging the shared data item and a preset sharing identifier as a communication URL;
analyzing the communication URL, judging whether the analysis result contains a sharing identifier, and if so, sending the sharing data item to a sharing module;
the sharing module analyzes the sharing data item to obtain the information of the live broadcast room, and then shares the live broadcast room to other users of the live broadcast application.
By integrating the steps, the information of the live broadcast room is transmitted to the shared data item, so that the attribute can be easily taken out from the shared data item by using the shared data item, and the data transmission is convenient before the sharing is called. Subsequent in order to realize convenient communication with the sharing module, the model is converted into a url which is a pure character string and is transmitted to the sharing module, so that the sharing module does not need to be coupled to call an external module, if a plurality of receiving parameters are directly transmitted into the sharing module, the sharing module needs to be coupled to a model class, the number of the parameters can be reduced by using the url, and the transfer is convenient. The sharing module for obtaining the call is realized through the appointed identification, the decoupling is further realized, if the sharing module does not pass through the identification, an external caller needs to know the station internal signal controller, the coupling is further increased by the introduction, and the coupling problem is solved through the identification.
In order to better understand the technical solution, the following detailed description is made with reference to specific embodiments.
Example one
As shown in fig. 1, an embodiment of the present invention provides a live application sharing module decoupling method, where a sharing module is used to share a live broadcast room to other users of a live application, and the method includes:
s1: receiving shared live room information sent by a user, wherein the live room information comprises a live room link URL and a live room title.
Since the sharing module needs to share information inside the application inside, it needs to acquire the information first, and therefore, in step S1, the application acquires the live broadcast information first.
Specifically, when a user needs to share, the user can select a sharing panel, the sharing panel is provided with a plurality of buttons, the buttons comprise QQ (QQ), WeChat or microblog, each button is provided with an identifier, and when the user selects the identifier shared in the application, the application can record/receive/acquire live room information needing to be shared by the user.
For example, the sharing indication is DYSHIARE AIlFriends, and after clicking on the user ID DYSHIARE AIlFriends, the application knows that it needs to be shared inside the application,
as a preferred scheme, before sharing with the sharing module, it is necessary to determine whether the user logs in, and the process of determining whether the user logs in is as follows:
firstly, obtaining a user management class function DYUserManger, calling a singleton shareInsentant of the user management class to judge whether a current user logs in or not through a function isLogin, popping up a login box to log in the current user if the current user does not log in, and calling a function shareToMailFriendsWithShareInfo sharing the station trust to execute sharing ShareInfo if the current user logs in.
The method comprises the steps of firstly taking a sharing panel, knowing the sharing type, then executing the sharing operation, judging whether a current user logs in before sharing, only the logged-in user can conveniently count, adding a login judgment, and ensuring the integrity of data.
Specifically, the shared live room information actually has multiple parameters, such as a live room link URL and a live room title. Preferably, the live room information further includes a shared image, a shared live room address, a shared live room title, and a live room screen type.
For example, the shareToMailFriendsWithShareInfo function requires a shareInfo parameter, which is a model that contains many fields including: clicking a link which is jumped after sharing, sharing a Title linkName, sharing a front cover Image which is jumped to a live broadcast room, sharing information such as RoomType which is jumped to the live broadcast room, and broadcasting a Title Title. Calling a function roomlikurlstrm for acquiring link url information of a room by using a sharing service tool class DYSHareBusinessManager, taking a shared link address as linkURLStr, performing splicing from shareInfo by using a roomlikurlstrm function bottom layer to acquire the shared link address as linkURLStr
As a preferred scheme, before packaging the live broadcast room information, after receiving the live broadcast room information sent by the user, it is necessary to check whether the live broadcast room information is legal, if so, packaging the live broadcast room information, and if not, returning the shared content with error information.
Further, the step of checking whether the live broadcast room information is legal specifically includes: and checking the data type of the live broadcast room information, and checking whether the items of the provided live broadcast room information are defective.
If the type of the shared live broadcast information data is wrong or data loss and other phenomena occur in the data acquisition and transmission processes, data loss and other phenomena cause data loss, and the application or the sharing module may crash and other phenomena when processing the live broadcast information. Therefore, before the next processing and transmission, whether the data is legal or not is checked, the data can be ensured to be the data required by the application and the sharing module, the phenomena of breakdown and the like can not occur, and the stability and the safety of the system and the module are ensured.
For example, it is determined whether the function shareInfo is a preset type, the preset type is DYRoomDetailModel, and the method for determining the type is isKindOfClass. If the shareInfo is judged not to be the preset sharing type, a prompt is given to the user to prompt that the shared content is invalid, and otherwise, if the content in the shareInfo is consistent with the preset content, the subsequent sharing operation is continuously executed.
S2: and packaging the live broadcast room information to obtain a shared data item, and packaging the shared data item and a preset sharing identifier into a communication URL.
Specifically, for these parameters, if one is transmitted to the sharing module, the communication requirement between the modules is high, and simultaneously the efficiency is low, and if the parameters are transmitted as a whole, the sharing module needs to be relatively complex in one-to-one correspondence to the parameters, and directly encapsulates the live broadcast room information to obtain the shared data item, so that the troubles can be omitted.
For example, a dictionary class nsmusableditionary is used to call a dictionary creating function dictionary of the nsmusableditionary class to create a dictionary, the dictionary is para, linkurlstrr obtained in the above step is assigned to para, a shareInfo object is a model object for external convenience of parsing and value transfer, related fields are taken from the model object where the shareInfo is located, the related fields include LinkName, a live room cover Image, a room idomld of a live room to be jumped to, and a screen type RoomType of the live room to be jumped to. The above fields are constructed as a dictionary of para.
When the sharing module is decoupled, in order to inform that the internal sharing information of the application needs to call the internal module, an identifier needs to be preset, the decoupling route in the application can be informed through the identifier, the internal module is called, otherwise, an external caller needs to know the station internal information controller, and the coupling is further added by introduction.
For example, the prefix of the para dictionary and the preset shared url is sharlile, and the sharlile function and the underlying para function are spliced into a complete allurl through the urlstingwithtype function.
S3: and analyzing the communication URL, judging whether the analysis result contains a sharing identifier, and if so, sending the sharing data item to a sharing module.
Specifically, a decoupling module/module router/controller in the application parses the communication URL to obtain a sharing identifier encapsulated in the URL, and by the sharing identifier, the decoupling module/module router/controller learns the action and the direction of the information, that is, calls the sharing module, and sends the sharing data item to the sharing module.
For example, after taking the allUrl in the above step, a single instance of the shared instance of the function shared instance is obtained through the DYMRouter class, and the openurl function is called through the single instance of the instance, so as to open the allUrl. The internal implementation process of the openurl function is as follows:
intercepting and analyzing after receiving the url, analyzing that the prefix of the url is sharlive which is used as a pre-agreed communication identifier of a module which is communicated with the station, and the sharlive is defined as an identifier of the station-to-station message, so that a controller of the station-to-station message can be created in the sharing module, the problem of knowing which module to jump to in the first step is solved,
s4: the sharing module analyzes the sharing data item to obtain the information of the live broadcast room, and then shares the live broadcast room to other users of the live broadcast application.
Specifically, after the sharing module obtains the live broadcast information, specific application information internal sharing can be performed.
For example, the sharing module is divided from the allurl, the dictionary is divided into dictionaries, the dictionary para is taken and transmitted to the in-station mail module, the in-station mail module is created, parameters required by jumping are obtained, and a user can jump to the inside of an application program to finish the function of sharing the in-station mail module.
Based on the same inventive concept, the present application provides an embodiment two, which is specifically implemented in the following manner.
Example two
As shown in fig. 2, the present invention provides a live application sharing module decoupling system, wherein a sharing module is used for sharing a live room to other users of a live application, and the system includes:
the interface module is used for receiving shared live broadcast room information sent by a user, wherein the live broadcast room information comprises a live broadcast room link URL and a live broadcast room title;
the packaging module is used for packaging the live broadcast room information to obtain a shared data item, and packaging the shared data item and a preset sharing identifier into a communication URL;
and the decoupling module is used for analyzing the communication URL and judging whether the analysis result contains the sharing identification, if so, the sharing data item is sent to the sharing module and the sharing module is called, and the sharing module analyzes the sharing data item to obtain the information of the live broadcast room and shares the live broadcast room to other users of the live broadcast application. Various modifications and specific examples in the foregoing method embodiments are also applicable to the system of the present embodiment, and the detailed description of the method is clear to those skilled in the art, so that the detailed description is omitted here for the sake of brevity.
Based on the same inventive concept, the present application provides the third embodiment, which is specifically implemented in the following manner.
EXAMPLE III
Corresponding to the live broadcast application sharing module decoupling method, the invention also provides a storage medium, wherein a computer program is stored on the storage medium, and the computer program realizes the following steps when being executed by the processor.
Receiving shared live broadcast room information sent by a user, wherein the live broadcast room information comprises a live broadcast room link URL and a live broadcast room title;
packaging the live broadcast room information to obtain a shared data item, and packaging the shared data item and a preset sharing identifier as a communication URL;
analyzing the communication URL, judging whether the analysis result contains a sharing identifier, and if so, sending the sharing data item to a sharing module;
the sharing module analyzes the sharing data item to obtain the information of the live broadcast room, and then shares the live broadcast room to other users of the live broadcast application.
The storage medium includes various media capable of storing program codes, such as a usb disk, a removable hard disk, a ROM (Read-only memory), a RAM (random access memory), a magnetic disk, or an optical disk. These stored computer programs, when executed, implement the methods of the above-described embodiments.
Based on the same inventive concept, the present application provides example four, which is embodied in the following manner.
Example four
Corresponding to the live application sharing module decoupling method, the invention also provides an electronic device, wherein the electronic device stores a computer program, and the computer program realizes the following steps when being executed by a processor:
receiving shared live broadcast room information sent by a user, wherein the live broadcast room information comprises a live broadcast room link URL and a live broadcast room title;
packaging the live broadcast room information to obtain a shared data item, and packaging the shared data item and a preset sharing identifier as a communication URL;
analyzing the communication URL, judging whether the analysis result contains a sharing identifier, and if so, sending the sharing data item to a sharing module;
the sharing module analyzes the sharing data item to obtain the information of the live broadcast room, and then shares the live broadcast room to other users of the live broadcast application.
Generally speaking, compared with the conventional technology, the live broadcast room information shared from the inside of the application is firstly obtained, and in order to conveniently communicate with the sharing module, the shared live broadcast room information is converted into the shared data item, so that the sharing module does not need to couple and call other external modules, an agreed identifier is further packaged, that is, the shared identifier and the shared data item are packaged into a communication URL together, the called sharing module is obtained through the agreed identifier, and the decoupling is further realized.
As will be appreciated by one skilled in the art, embodiments of the present invention may be provided as a method, system, or computer program product. Accordingly, the present invention may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, optical storage, and the like) having computer-usable program code embodied therein.
The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
It will be apparent to those skilled in the art that various changes and modifications may be made in the present invention without departing from the spirit and scope of the invention. Thus, if such modifications and variations of the present invention fall within the scope of the claims of the present invention and their equivalents, the present invention is also intended to include such modifications and variations.

Claims (10)

1. A live application sharing module decoupling method is applied to an IOS system and comprises the following steps:
receiving shared live broadcast room information sent by a user, wherein the live broadcast room information comprises a live broadcast room link URL and a live broadcast room title;
packaging the live broadcast room information to obtain a shared data item, and packaging the shared data item and a preset sharing identifier as a communication URL; the preset sharing identification is used for informing a decoupling route in the application to call an internal module; calling the internal module, analyzing the communication URL by the internal module, judging whether an analysis result contains a sharing identifier, and if the analysis result contains the sharing identifier, sending a sharing data item to a sharing module;
and calling the sharing module through the sharing identifier, analyzing the sharing data item by the sharing module to obtain the information of the live broadcast room, and sharing the live broadcast room to other users of the live broadcast application.
2. The live application sharing module decoupling method of claim 1, wherein after receiving live room information sent by a user, the following steps are performed before encapsulating the live room information to obtain a shared data item: and checking whether the live broadcast room information is legal or not, if so, packaging the live broadcast room information, and if not, returning the sharing content with error information.
3. The live application sharing module decoupling method of claim 2, wherein the verifying whether the live room information is legal specifically comprises: and checking the data type of the live broadcast room information, and checking whether the items of the provided live broadcast room information are defective.
4. The live application sharing module decoupling method of claim 1, wherein: the shared data item is a dictionary type data set.
5. The live application sharing module decoupling method according to claim 1, further comprising, before accepting live room information sent by a user, the steps of: and checking whether the user account logs in, if the user logs in, receiving live broadcast room information sent by the user, and if the user does not log in, prompting the user to log in.
6. The live application sharing module decoupling method of claim 5, wherein: and if the user is logged in, checking whether the user is an authorized user.
7. The live application sharing module decoupling method of claim 1, wherein: the live room information also includes shared images, shared live room addresses, shared live room titles, and live room screen types.
8. A storage medium having a computer program stored thereon, characterized in that: the computer program, when executed by a processor, implements the method of any one of claims 1 to 7.
9. An electronic device comprising a memory and a processor, the memory having stored thereon a computer program that runs on the processor, characterized in that: the processor, when executing the computer program, implements the method of any of claims 1 to 7.
10. A live application sharing module decoupling system, the sharing module configured to share a live room to other users of the live application, comprising:
the interface module is used for receiving shared live broadcast room information sent by a user, wherein the live broadcast room information comprises a live broadcast room link URL and a live broadcast room title;
the packaging module is used for packaging the live broadcast room information to obtain a shared data item, and packaging the shared data item and a preset sharing identifier into a communication URL;
and the decoupling module is used for analyzing the communication URL and judging whether the analysis result contains the sharing identification, if so, the sharing data item is sent to the sharing module and the sharing module is called, and the sharing module analyzes the sharing data item to obtain the information of the live broadcast room and shares the live broadcast room to other users of the live broadcast application.
CN201810751707.4A 2018-07-10 2018-07-10 Live broadcast application sharing module decoupling system and method, storage medium and electronic device Active CN110708272B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810751707.4A CN110708272B (en) 2018-07-10 2018-07-10 Live broadcast application sharing module decoupling system and method, storage medium and electronic device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810751707.4A CN110708272B (en) 2018-07-10 2018-07-10 Live broadcast application sharing module decoupling system and method, storage medium and electronic device

Publications (2)

Publication Number Publication Date
CN110708272A CN110708272A (en) 2020-01-17
CN110708272B true CN110708272B (en) 2022-01-07

Family

ID=69192966

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810751707.4A Active CN110708272B (en) 2018-07-10 2018-07-10 Live broadcast application sharing module decoupling system and method, storage medium and electronic device

Country Status (1)

Country Link
CN (1) CN110708272B (en)

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103179220A (en) * 2011-12-20 2013-06-26 腾讯科技(深圳)有限公司 Method and relevant system and device for sharing application program playing contents
CN105763580A (en) * 2014-12-15 2016-07-13 阿里巴巴集团控股有限公司 Data information sharing method and device
CN105893558A (en) * 2016-04-01 2016-08-24 腾讯科技(深圳)有限公司 Recommended data display method and system
CN106407354A (en) * 2016-09-06 2017-02-15 北京小度互娱科技有限公司 Content data statistical method, apparatus and system, electronic device and server
CN106815234A (en) * 2015-11-30 2017-06-09 中国移动通信集团公司 A kind of method for sharing health data, device and data sharing automotive engine system
JP2017126983A (en) * 2016-01-12 2017-07-20 ネイバー コーポレーションNAVER Corporation Method and system for sharing live broadcast data
CN108234489A (en) * 2018-01-02 2018-06-29 武汉斗鱼网络科技有限公司 Recommendation information processing method, device and terminal device is broadcast live

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103179220A (en) * 2011-12-20 2013-06-26 腾讯科技(深圳)有限公司 Method and relevant system and device for sharing application program playing contents
CN105763580A (en) * 2014-12-15 2016-07-13 阿里巴巴集团控股有限公司 Data information sharing method and device
CN106815234A (en) * 2015-11-30 2017-06-09 中国移动通信集团公司 A kind of method for sharing health data, device and data sharing automotive engine system
JP2017126983A (en) * 2016-01-12 2017-07-20 ネイバー コーポレーションNAVER Corporation Method and system for sharing live broadcast data
CN105893558A (en) * 2016-04-01 2016-08-24 腾讯科技(深圳)有限公司 Recommended data display method and system
CN106407354A (en) * 2016-09-06 2017-02-15 北京小度互娱科技有限公司 Content data statistical method, apparatus and system, electronic device and server
CN108234489A (en) * 2018-01-02 2018-06-29 武汉斗鱼网络科技有限公司 Recommendation information processing method, device and terminal device is broadcast live

Also Published As

Publication number Publication date
CN110708272A (en) 2020-01-17

Similar Documents

Publication Publication Date Title
CN106254560B (en) Information transmission method and device
CA3091405A1 (en) Model training system and method, and storage medium
CN105303112B (en) The detection method and device of component call loophole
CN107277086B (en) Service processing system, service processing method and service updating method
CN110099029A (en) A kind of auth method, terminal device and server
US20160050128A1 (en) System and Method for Facilitating Communication with Network-Enabled Devices
CN108228444B (en) Test method and device
CN105204789B (en) API (application program interface) debugging log printing method and device
CN112260929B (en) Content sharing method and device, terminal and storage medium
CN105045602A (en) Method and device for constructing Hadoop application development framework and electronic device
CN110096380B (en) Android internal communication method, system, device and storage medium
CN110851359A (en) Application program testing method and device and server
CN106169042A (en) The method and device of administration authority
CN110825448A (en) Method, device, electronic equipment and storage medium for realizing mutual calling of multiple service modules
CN105141653A (en) Method, equipment and system for data interaction of service platform
CN113747375A (en) One-key acquisition system and method for third-party application user sensitive information in 5G message
CN107888989A (en) A kind of interactive system and method live based on internet
CN116028331A (en) Configuration file generation method and framework construction method for middleware test
CN108109287B (en) Method, device, equipment and storage medium for reporting errors of depositing and withdrawing equipment
CN110708272B (en) Live broadcast application sharing module decoupling system and method, storage medium and electronic device
CN110858132B (en) Configuration security detection method and device for printing equipment
CN110880990A (en) Configuration checking method and device for big data cluster component and computing equipment
CN107786308B (en) Data transmission method and terminal device
CN105245535A (en) Multi-client uniform management method and system
CN106911634A (en) A kind of login method and equipment

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