CN107426146B - System and method for displaying gift banner after user sends gift in live broadcast application - Google Patents

System and method for displaying gift banner after user sends gift in live broadcast application Download PDF

Info

Publication number
CN107426146B
CN107426146B CN201710190229.XA CN201710190229A CN107426146B CN 107426146 B CN107426146 B CN 107426146B CN 201710190229 A CN201710190229 A CN 201710190229A CN 107426146 B CN107426146 B CN 107426146B
Authority
CN
China
Prior art keywords
gift
banner
controller
sent
model
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
CN201710190229.XA
Other languages
Chinese (zh)
Other versions
CN107426146A (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 CN201710190229.XA priority Critical patent/CN107426146B/en
Publication of CN107426146A publication Critical patent/CN107426146A/en
Application granted granted Critical
Publication of CN107426146B publication Critical patent/CN107426146B/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
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/16Implementation or adaptation of Internet protocol [IP], of transmission control protocol [TCP] or of user datagram protocol [UDP]
    • H04L69/161Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields
    • H04L69/162Implementation details of TCP/IP or UDP/IP stack architecture; Specification of modified or new header fields involving adaptations of sockets based mechanisms
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/56Provisioning of proxy services
    • H04L67/565Conversion or adaptation of application format or content
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/47End-user applications
    • H04N21/485End-user interface for client configuration
    • H04N21/4858End-user interface for client configuration for modifying screen layout parameters, e.g. fonts, size of the windows
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/47End-user applications
    • H04N21/488Data services, e.g. news ticker
    • H04N21/4888Data services, e.g. news ticker for displaying teletext characters

Abstract

The invention discloses a system and a method for displaying a gift banner after a user sends a gift in live broadcast application, and relates to the field of application development of an internet mobile terminal. The system comprises a server and a controller, wherein the server records gifts sent by users, uses socket communication, messages formed by character strings pushed by sockets contain messages of the gifts sent by the users, and uses apple development language to convert the messages sent by the sockets into gift models; when the socket receives the gift sent by the user, the gift is transmitted to the controller by using the proxy; the server self-defines a gift banner display class, sets a display position of the gift banner and creates the gift banner; setting the background of the gift; setting a gift name of a gift banner; the server adds the gift banner to a controller that needs to display the gift banner, and the controller displays the gift banner. After the user sends the gift, the controller can show the gift banner in time.

Description

System and method for displaying gift banner after user sends gift in live broadcast application
Technical Field
The invention relates to the field of application development of internet mobile terminals, in particular to a system and a method for displaying a gift banner after a user sends a gift in live broadcast application.
Background
With the development of the internet, more and more users watching live video can send gifts to the favorite anchor broadcasts, and in order to achieve better experience, after the gifts are sent by the users, timely response should be given to the users, one user sends the gifts, and the gifts should be broadcasted to all the users, so that other users can know the gifts.
Disclosure of Invention
The present invention is directed to overcome the above-mentioned drawbacks of the prior art, and provides a system and a method for displaying a gift banner after a user sends a gift in a live broadcast application.
The invention provides a system for displaying a gift banner after a user sends a gift in a live broadcast application, which comprises a server and a controller,
the server records the gifts sent by the users, the gifts are communicated by using sockets, messages formed by character strings pushed by the sockets contain the messages sent by the users, and the messages sent by the sockets are converted into gifts models by using apple development language; when the socket receives the gift sent by the user, the gift is transmitted to the controller by using the proxy;
the server self-defines a gift banner display class, sets the display position of the gift banner, and creates the gift banner; setting the background of the gift; setting a name of a gift of the gift banner; the server adds the gift banner to a controller that needs to display the gift banner, and the controller displays the gift banner.
On the basis of the technical scheme, the gift model comprises a plurality of fields, and the fields represent basic information of a gift: price of the gift, type of the gift, sender information of the gift, background color, name of the gift.
Based on the above technical solution, when the noble gift field exists in the gift model, the controller preferentially displays the uniform resource locator UR L of the noble gift, and only displays the UR L of the common gift if the address of the noble gift is empty or does not exist.
On the basis of the technical scheme, the controller acquires the continuous hit number in the gift model, wherein the continuous hit number is a field to be displayed in the gift banner and tells a user how many times the same gift is displayed; and the controller assigns other fields in the gift model to the created gift banner, so that the future extended functions can be conveniently used.
On the basis of the technical scheme, the process of creating the gift banner by the server comprises the following steps: creating an object in the memory, setting position information for the created object, wherein the position information comprises an x coordinate and a y coordinate of a starting point of the object, the width and the height of the object, and obtaining a gift banner after the creation is completed.
The invention also provides a method for displaying the gift banner after the user sends the gift in the live broadcast application, which comprises the following steps:
A. the server records the gifts sent by the users, the gifts are communicated by using sockets, messages formed by character strings pushed by the sockets contain the messages sent by the users, and the messages sent by the sockets are converted into gifts models by using apple development language; when the socket receives the gift sent by the user, the gift is transmitted to the controller by using the proxy;
B. the server self-defines a gift banner display class, sets the display position of the gift banner, and creates the gift banner; setting the background of the gift; setting a name of a gift of the gift banner; the server adds the gift banner to a controller that needs to display the gift banner, and the controller displays the gift banner.
On the basis of the above technical solution, in step a, the gift model includes several fields, and these fields represent basic information of a gift: price of the gift, type of the gift, sender information of the gift, background color, name of the gift.
On the basis of the technical scheme, the step B also comprises the following steps that when the noble gift field exists in the gift model, the controller preferentially displays the uniform resource locator UR L of the noble gift, and if the address of the noble gift is empty or does not exist, the UR L of the common gift is displayed.
On the basis of the technical scheme, the step B further comprises the following steps: the controller acquires the continuous hit number in the gift model, wherein the continuous hit number is a field required to be displayed by a gift banner and tells a user how many times the same gift is displayed; and the controller assigns other fields in the gift model to the created gift banner, so that the future extended functions can be conveniently used.
On the basis of the above technical solution, in step B, the process of the server creating the gift banner comprises: creating an object in the memory, setting position information for the created object, wherein the position information comprises an x coordinate and a y coordinate of a starting point of the object, the width and the height of the object, and obtaining a gift banner after the creation is completed.
Compared with the prior art, the invention has the following advantages:
(1) the server records the gifts sent by the users, the gifts are communicated by using the sockets, the messages formed by the character strings sent by the sockets contain the messages sent by the users, and the messages sent by the sockets are converted into the gifts model by using the apple development language; when the socket receives the gift sent by the user, the gift is transmitted to the controller by using the proxy; the server self-defines a gift banner display class, sets the display position of the gift banner, and creates the gift banner; setting the background of the gift; setting a name of a gift of the gift banner; the server adds the gift banner to a controller that needs to display the gift banner, and the controller displays the gift banner. After the user sends the gift, the controller can show the gift banner in time.
(2) In the invention, the message actively pushed by the socket uses an agent to return the message to the controller, and according to the characteristics of the agent of the apple language, which controller complies with the protocol of the agent can receive the callback message of the agent, so that when many controllers need to receive the message actively pushed by the socket and sent by the user with the gift, only the agent protocol needs to be complied with, thereby simplifying the code and improving the development efficiency.
(3) In the invention, the proxy returns the directly returned object, and other controllers directly use the gift model giftModel when needing to use, so that the character string message pushed by the socket does not need to be converted into the gift model giftModel, and other controllers only need to receive the gift model.
(4) The invention constructs a display type for displaying the gift banner in a self-defining way, can realize the customization of the gift banner, and is very convenient for displaying the nickname, head portrait, continuous hit number of the gift, icon of the gift and the like of a person sending the gift.
(5) The invention can display the banner of the noble gift and the banner of the common gift, thereby realizing the common use of the common gift and the noble gift.
(6) In the invention, the character string information pushed by the socket is converted into the gift model, and the field of the gift model is assigned to the gift banner, so that the whole process is clear and visual.
(7) The invention sets the size and position of the gift banner, and uses frame parameter control to conveniently adjust the position of the gift banner.
Drawings
Fig. 1 is a flowchart of a method for presenting a gift banner after a user sends a gift in a live application according to an embodiment of the present invention.
Detailed Description
The invention is described in further detail below with reference to the figures and the embodiments.
The embodiment of the invention provides a system for displaying a gift banner after a user sends a gift in a live broadcast application.
The server records the gifts sent by the users, the gifts are communicated by using sockets, messages formed by character strings pushed by the sockets contain the messages sent by the users, and the messages sent by the sockets are converted into gifts models by using apple development language; when the socket receives the gift sent by the user, the gift is transmitted to the controller by using the proxy;
the server self-defines a gift banner display class, sets the display position of the gift banner, and creates the gift banner; setting the background of the gift; setting a name of a gift of the gift banner; the server adds the gift banner to a controller that needs to display the gift banner, and the controller displays the gift banner.
The gift model contains several fields that represent basic information of a gift: price of the gift, type of the gift, sender information of the gift, background color, name of the gift.
When the noble gift field exists in the gift model, the controller preferentially displays the uniform resource locator UR L of the noble gift, and displays the UR L of the common gift if the address of the noble gift is empty or does not exist.
The controller acquires the continuous hit number in the gift model, wherein the continuous hit number is a field required to be displayed by the gift banner and tells a user how many times the same gift is displayed; and the controller assigns other fields in the gift model to the created gift banner, so that the future extended functions can be conveniently used.
The process of the server creating the gift banner comprises the following steps: creating an object in the memory, setting position information for the created object, wherein the position information comprises an x coordinate and a y coordinate of a starting point of the object, the width and the height of the object, and obtaining a gift banner after the creation is completed.
Referring to fig. 1, an embodiment of the present invention further provides a method for displaying a gift banner after a user sends a gift in a live application, including the following steps:
A. the server records the gifts sent by the users, the gifts are communicated by using sockets, messages formed by character strings pushed by the sockets contain the messages sent by the users, and the messages sent by the sockets are converted into gifts models by using apple development language; when the socket receives the gift sent by the user, the gift is transmitted to the controller by using the proxy;
B. the server self-defines a gift banner display class, sets the display position of the gift banner, and creates the gift banner; setting the background of the gift; setting a name of a gift of the gift banner; the server adds the gift banner to a controller that needs to display the gift banner, and the controller displays the gift banner.
In step a, the gift model includes several fields, which represent basic information of a gift: price of the gift, type of the gift, sender information of the gift, background color, name of the gift.
The step B also comprises the following steps that when the noble gift field exists in the gift model, the controller preferentially displays the uniform resource locator UR L of the noble gift, and if the address of the noble gift is empty or does not exist, the controller displays the UR L of the common gift.
The controller acquires the continuous hit number in the gift model, wherein the continuous hit number is a field required to be displayed by the gift banner and tells a user how many times the same gift is displayed; and the controller assigns other fields in the gift model to the created gift banner, so that the future extended functions can be conveniently used.
The process of the server creating the gift banner comprises the following steps: creating an object in the memory, setting position information for the created object, wherein the position information comprises an x coordinate and a y coordinate of a starting point of the object, the width and the height of the object, and obtaining a gift banner after the creation is completed.
This is illustrated by a specific implementation.
One, Socket initiative push send message of gift
(1) When a user sends a gift, the server records the gift sent by the user, and after knowing that the user sends a message, the server tells C + +, the C + + will use socket communication, the message formed by a character string pushed by a socket contains the message of the gift sent by the user, the server uses apple development language to convert the message sent by the socket into a gift model, and convert the message into an object gift model of the type dygifflannelmodel, the object is returned by using a proxy, the dygifflannelmodel is a gift model constructed, and the gift model contains a plurality of fields which represent basic information of a gift, for example: the price of the gift, the type of the gift, the sender information of the gift, the giftBackground background color, and the giftdame name;
(2) when the socket receives the gift sent by the user, the socket uses the proxy to transmit the gift to the controller, and the statement transmitted to the controller is as follows:
- (void) socketusersendshift: (DYGIFTPANELMODEL) GIFTMODEL, which is a proxy function, the controller writes the function, obeys the proxy object, and can accept the event of the function, the return value of the function is void, the incoming parameter is GIFTMODEL, the type of the GIFTMODEL is DYGIFTPANELMODEL type
The first step has the advantages that:
1. and the message actively pushed by c + + uses an agent to return the message to the controller, and according to the characteristics of the agent of the apple language, the controller obeys the protocol of the agent and can receive the callback message of the agent, so that when many controllers need to receive the message that a socket actively pushes a gift sent by a user, only the agent protocol needs to be obeyed, thereby simplifying codes and improving development efficiency.
2. And (3) returning the objects directly by proxy, directly using the gift model giftModel when other controllers need to use, and receiving the gift model by other controllers without converting the character string message pushed by the socket into the gift model giftModel.
Secondly, the received gift model is displayed
(1) The server self-defines a gift banner display class DYComboView, sets a gift banner display position by using an initWithframe, and creates a gift banner ComboView;
the statement to create a gift banner comboView is:
DYComboView = [ [ DYComboView alloc ] initWithFrame: frame ], where the right side of this function is using [ DYComboView alloc ], creating an object in the memory, and then using initWithFrame, setting a frame for the created object, which is a position information containing an x-coordinate and a y-coordinate of a start point of an object, a width and a height of the object, and a type of the object is DYComboView type, i.e., left = right; obtaining a gift banner comboView after the creation is finished;
(2) setting a background of the gift by using a comboView, softbackground = softmodel, setting a background color for the comboView object by a set method, wherein the background color is set for the comboView object, and the picture set with the background color is the mobile in the step one), and the mobile is a picture address;
(3) the server sets a name comboview of a gift of the gift banner = giftmodel. Syntax access, assigning the name attribute in the giftModel to the giftName attribute of the comboView object;
(4) the server uses a statement to add the gift banner to the controller that needs to show the gift banner [ selfaddview: comboView ], where the addSubview function is a function of an add control, which here means adding a gift banner to the controller, which displays the gift banner;
(5) when a precious gift field nobleGiftGifUrl exists in the gift model giftModel, the controller preferentially displays UR L (Uniform Resource L locator) of the precious gift, if the precious gift address nobleGiftGifUrl is empty or does not exist, UR L of the common gift is displayed, UR L of the common gift is model giftModel.mobile _ icon _ v2, and the obtained final UR L is mobile _ icon _ v 2;
(6) the controller obtains the number of continuous hits in the gift model, wherein the number of continuous hits is a field required to be displayed in a gift banner and tells a user how many times the same gift is displayed, and a statement for setting the number of continuous hits is [ comboView insert combo: models.hits ];
(7) and the controller assigns other fields in the gift model giftModel to the gift banner comboView created in the step 1), so that the future extended function can be conveniently used.
The advantage of step two:
1. the method and the device can be used for customizing the gift banner, and can be used for conveniently displaying the nickname, the head portrait, the continuous hit number of the gift, the icon of the gift and the like of a gift banner.
2. The banner which can show the noble gift and the banner which can show the common gift are processed, so that the common gift and the noble gift are universal.
3. The character string information pushed by the socket is converted into a gift model, and the field of the gift model is assigned to a gift banner, so that the whole process is clear and visual.
4. The size and the position of the gift banner are set, and the frame parameters are used for controlling, so that the position of the gift banner is conveniently adjusted.
In summary, in the embodiment of the present invention, the character string message pushed by the socket, the app transmits the character string message conversion model to the controller by using the proxy, and the controller displays the gift banner, which is a complete and logical display scheme after the user sends the gift.
Various modifications and variations of the embodiments of the present invention may be made by those skilled in the art, and they are also within the scope of the present invention, provided they are within the scope of the claims of the present invention and their equivalents.
What is not described in detail in the specification is prior art that is well known to those skilled in the art.

Claims (4)

1. A system for displaying a gift banner after a user sends a gift in a live broadcast application is characterized by comprising a server and a controller,
the server records the gifts sent by the users, the gifts are communicated by using sockets, messages formed by character strings pushed by the sockets contain the messages sent by the users, and the messages sent by the sockets are converted into gifts models by using apple development language; the gift model contains a plurality of fields which represent basic information of a gift: price of the gift, type of the gift, sender information of the gift, background color, name of the gift; when the socket receives the gift sent by the user, the gift is transmitted to the controller by using the proxy;
when a plurality of controllers need to receive a message sent by a user and sent by a socket actively, the gift model is directly used only by following an agent protocol without converting a character string message sent by the socket into the gift model;
the server self-defines a gift banner display class, sets the display position of the gift banner, and creates the gift banner, comprising the following steps: creating an object in the memory, setting position information for the created object, wherein the position information comprises an x coordinate and a y coordinate of a starting point of the object, the width and the height of the object, and obtaining a gift banner after the creation is finished;
setting the background of the gift; setting a name of a gift of the gift banner; the server adds the gift banner to a controller needing to display the gift banner, and the controller displays the gift banner;
the controller acquires the continuous hit number in the gift model, wherein the continuous hit number is a field required to be displayed by a gift banner and tells a user how many times the same gift is displayed; the controller assigns other fields within the gift model to the created gift banner.
2. The system of claim 1, wherein the controller preferentially displays the UR L when the precious gift field exists in the gift model, and displays the UR L if the address of the precious gift is empty or does not exist.
3. A method for displaying a gift banner after a user sends a gift in a live broadcast application is characterized by comprising the following steps:
A. the server records the gifts sent by the users, the gifts are communicated by using sockets, messages formed by character strings pushed by the sockets contain the messages sent by the users, and the messages sent by the sockets are converted into gifts models by using apple development language; the gift model contains a plurality of fields which represent basic information of a gift: price of the gift, type of the gift, sender information of the gift, background color, name of the gift; when the socket receives the gift sent by the user, the gift is transmitted to the controller by using the proxy;
when a plurality of controllers need to receive a message sent by a user and sent by a socket actively, the gift model is directly used only by following an agent protocol without converting a character string message sent by the socket into the gift model;
B. the server self-defines a gift banner display class, sets the display position of the gift banner, and creates the gift banner, comprising the following steps: creating an object in the memory, setting position information for the created object, wherein the position information comprises an x coordinate and a y coordinate of a starting point of the object, the width and the height of the object, and obtaining a gift banner after the creation is finished;
setting the background of the gift; setting a name of a gift of the gift banner; the server adds the gift banner to a controller needing to display the gift banner, and the controller displays the gift banner;
the controller acquires the continuous hit number in the gift model, wherein the continuous hit number is a field required to be displayed by a gift banner and tells a user how many times the same gift is displayed; the controller assigns other fields within the gift model to the created gift banner.
4. The method of claim 3, wherein the step B further comprises the step of the controller preferentially displaying the UR L of the precious gift when the precious gift field exists in the gift model, and displaying the UR L of the normal gift if the address of the precious gift is empty or does not exist.
CN201710190229.XA 2017-03-27 2017-03-27 System and method for displaying gift banner after user sends gift in live broadcast application Active CN107426146B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710190229.XA CN107426146B (en) 2017-03-27 2017-03-27 System and method for displaying gift banner after user sends gift in live broadcast application

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710190229.XA CN107426146B (en) 2017-03-27 2017-03-27 System and method for displaying gift banner after user sends gift in live broadcast application

Publications (2)

Publication Number Publication Date
CN107426146A CN107426146A (en) 2017-12-01
CN107426146B true CN107426146B (en) 2020-08-04

Family

ID=60424125

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710190229.XA Active CN107426146B (en) 2017-03-27 2017-03-27 System and method for displaying gift banner after user sends gift in live broadcast application

Country Status (1)

Country Link
CN (1) CN107426146B (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108401179B (en) * 2018-04-02 2019-05-17 广州荔支网络技术有限公司 A kind of animation playing method based on virtual objects, device and mobile terminal
CN113438493B (en) * 2018-05-30 2023-06-13 广州方硅信息技术有限公司 Popup animation generation method, server, system and storage medium
CN109246445A (en) * 2018-11-29 2019-01-18 广州市百果园信息技术有限公司 Method, apparatus, system, equipment and the storage medium explained in a kind of direct broadcasting room

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105389182A (en) * 2015-11-02 2016-03-09 广州华多网络科技有限公司 Software upgrading method and apparatus

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6763395B1 (en) * 1997-11-14 2004-07-13 National Instruments Corporation System and method for connecting to and viewing live data using a standard user agent
CN103414630B (en) * 2013-08-28 2016-04-13 腾讯科技(深圳)有限公司 Network interdynamic method and relevant apparatus and communication system
CN105897770B (en) * 2016-06-20 2018-11-27 武汉斗鱼网络科技有限公司 A kind of virtual gift display method and device based on live streaming
CN105959127A (en) * 2016-06-28 2016-09-21 武汉斗鱼网络科技有限公司 Mobile terminal virtual gift effect showing method and device

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105389182A (en) * 2015-11-02 2016-03-09 广州华多网络科技有限公司 Software upgrading method and apparatus

Also Published As

Publication number Publication date
CN107426146A (en) 2017-12-01

Similar Documents

Publication Publication Date Title
CN108874539B (en) Resource allocation method, device, terminal and storage medium
US10271013B2 (en) Display control method and apparatus
US10009303B2 (en) Message push method and apparatus
CN107426146B (en) System and method for displaying gift banner after user sends gift in live broadcast application
CN108200170B (en) Message processing method and device and readable storage medium
CN102761564B (en) Graphic sharing method, system and terminal
CN107741886B (en) Multi-person interaction method based on augmented reality technology
CN105808070A (en) Method and device for setting commenting showing effect
CN104917764A (en) Multimedia service pushing method and system based on two-dimensional code
CN108027725B (en) Method, device and equipment for guiding terminal equipment operation
CN111131850A (en) Method and device for displaying special effect of virtual gift and electronic equipment
US11151219B2 (en) Generating rich digital documents from limited instructional data
CN110996152A (en) Wireless screen projection method, device and system for television based on wireless screen projector
CN114327205A (en) Picture display method, storage medium and electronic device
CN109218840B (en) Live broadcast interaction method on iOS mobile device, storage medium, electronic device and system
CN114339069B (en) Video processing method, video processing device, electronic equipment and computer storage medium
WO2015196656A1 (en) Notification message processing method, terminal and computer storage medium
CN113242308B (en) Information pushing method, device, equipment and storage medium
CN106572131A (en) Media data sharing method and system in Internet of things
CN106302093B (en) Communication method, system and server
KR101545285B1 (en) Server for manufacturing push motification message
CN101577760A (en) Method for playing animation when cell phone installed with KJAVA application software is networked
CN112422402A (en) Message forwarding tracing method and device, storage medium and terminal
CN108966034B (en) Virtual article display method, device and storage medium
CN102111725A (en) Multimedia message transmission method and device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant