CN111193952B - Media playing method, device, terminal and system and storage medium - Google Patents

Media playing method, device, terminal and system and storage medium Download PDF

Info

Publication number
CN111193952B
CN111193952B CN201811358070.9A CN201811358070A CN111193952B CN 111193952 B CN111193952 B CN 111193952B CN 201811358070 A CN201811358070 A CN 201811358070A CN 111193952 B CN111193952 B CN 111193952B
Authority
CN
China
Prior art keywords
file
media
protocol data
component
playing
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
CN201811358070.9A
Other languages
Chinese (zh)
Other versions
CN111193952A (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.)
Xian Novastar Electronic Technology Co Ltd
Original Assignee
Xian Novastar Electronic 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 Xian Novastar Electronic Technology Co Ltd filed Critical Xian Novastar Electronic Technology Co Ltd
Priority to CN201811358070.9A priority Critical patent/CN111193952B/en
Publication of CN111193952A publication Critical patent/CN111193952A/en
Application granted granted Critical
Publication of CN111193952B publication Critical patent/CN111193952B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/41Structure of client; Structure of client peripherals
    • H04N21/426Internal components of the client ; Characteristics thereof
    • H04N21/42607Internal components of the client ; Characteristics thereof for processing the incoming bitstream
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/431Generation of visual interfaces for content selection or interaction; Content or additional data rendering
    • H04N21/4312Generation of visual interfaces for content selection or interaction; Content or additional data rendering involving specific graphical features, e.g. screen layout, special fonts or colors, blinking icons, highlights or animations
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/431Generation of visual interfaces for content selection or interaction; Content or additional data rendering
    • H04N21/4312Generation of visual interfaces for content selection or interaction; Content or additional data rendering involving specific graphical features, e.g. screen layout, special fonts or colors, blinking icons, highlights or animations
    • H04N21/4316Generation of visual interfaces for content selection or interaction; Content or additional data rendering involving specific graphical features, e.g. screen layout, special fonts or colors, blinking icons, highlights or animations for displaying supplemental content in a region of the screen, e.g. an advertisement in a separate window
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/43Processing of content or additional data, e.g. demultiplexing additional data from a digital video stream; Elementary client operations, e.g. monitoring of home network or synchronising decoder's clock; Client middleware
    • H04N21/433Content storage operation, e.g. storage operation in response to a pause request, caching operations

Abstract

The embodiment of the invention discloses a media playing method, a media playing device, a media playing terminal, a media playing system and a storage medium. The media playing method comprises the following steps: operating the media player after receiving the protocol data; placing a browser window in a playing window of the media player according to the protocol data; acquiring a resource file of a target component according to the component category in the protocol data, wherein the resource file comprises a webpage file; and playing the target component in the browser window according to the protocol data and the resource file. The embodiment of the invention facilitates the maintenance of the components.

Description

Media playing method, device, terminal and system and storage medium
Technical Field
The present invention relates to the field of media playing technologies, and in particular, to a media playing method, a media playing apparatus, a media playing terminal, a media playing system, and a storage medium.
Background
In the LED industry, customers sometimes need to play some components. Common components include weather, analog clocks, digital clocks, calendars, and the like. These components are not typically played individually, and they are often overlaid on a video, a picture, a web page, or an RSS (Simple Syndication) as a separate pendant to display and update independently, providing the client with some content that may be of interest at any time, but not in real time. In the prior art, the above components are generally manufactured in a B/S mode (i.e., a browser/server mode), and the B/S mode requires maintenance of two sets of contents, one set is an HTML5 page for display, and the other set is JSON protocol (javascript Object Notation) data for issuing a protocol, so that when an attribute of a certain component is modified, the JSON protocol data negotiated with a terminal needs to be manually modified in addition to the HTML5 page, which results in tedious work of checking a protocol at an early stage and time and labor consumption when performing maintenance at a later stage.
Disclosure of Invention
Embodiments of the present invention provide a media playing method, a media playing apparatus, a media playing terminal, a media playing system, and a storage medium, which are convenient for component maintenance.
In one aspect, an embodiment of the present invention provides a media playing method, including: operating the media player after receiving the protocol data; placing a browser window in a playing window of the media player according to the protocol data; acquiring a resource file of a target component according to the component category in the protocol data, wherein the resource file comprises a webpage file; and playing the target component in the browser window according to the protocol data and the resource file.
In an embodiment of the present invention, the resource files further include a javascript file, a cascading style sheet file, and a picture file; the webpage file, the javascript file, the cascading style sheet file and the picture file are pre-stored in an installation directory of the media player in a plug-in mode.
In an embodiment of the present invention, the media playing method further includes the steps of: and outputting the played target assembly to a display screen for displaying after image processing.
In an embodiment of the present invention, the protocol data is JSON protocol data.
In one embodiment of the invention, the target component is selected from the group consisting of a weather component, an analog clock component, a digital clock component, a calendar component, and a text component.
In one embodiment of the present invention, the media player supports playing of an HTML5 file, and the web page file is an HTML5 web page file.
In another aspect, an embodiment of the present invention provides a media playing apparatus, including: the receiving module is used for operating the media player after receiving the protocol data; the placement module is used for placing a browser window in a playing window of the media player according to the protocol data; the acquisition module is used for acquiring a resource file of a target component according to the component category in the protocol data, wherein the resource file comprises a webpage file; and the playing module is used for playing the target assembly in the browser window according to the protocol data and the resource file.
In an embodiment of the present invention, the resource files further include a javascript file, a cascading style sheet file, and a picture file; the webpage file, the javascript file, the cascading style sheet file and the picture file are pre-stored in an installation directory of the media player in a plug-in mode.
In one embodiment of the present invention, the media playing device further includes: and the image processing and outputting module is used for processing the played target assembly and outputting the processed target assembly to a display screen for displaying.
In another aspect, an embodiment of the present invention provides a media playing terminal, including a memory and a processor; the memory stores resource files of a plurality of components, and the resource files of the components respectively comprise webpage files; the processor is coupled to the memory and configured to operate a media player after receiving protocol data, place a browser window in a play window of the media player according to the protocol data, obtain the resource file of a target component according to a component category in the protocol data, and play the target component in the browser window according to the protocol data and the resource file of the target component.
In an embodiment of the present invention, the resource file of each component further includes a javascript file, a cascading style sheet file, and a picture file located in the same directory as the web page file.
In one embodiment of the invention, the processor is an embedded processor; the media playing terminal further comprises: and the programmable logic device is connected with the embedded processor and is used for processing the image of the target assembly played by the embedded processor and then outputting the processed image.
In another aspect, an embodiment of the present invention provides a media playing system, including: the system comprises any one of the media playing terminals and a display screen connected with the media playing terminal.
In still another aspect, an embodiment of the present invention provides a storage medium storing program code including instructions for executing any one of the media playback methods described above.
The above technical solution may have one or more of the following advantages: because the resource files of the components are issued in advance and stored in the memory of the media playing terminal, when the media playing terminal plays a certain component with specific attributes, the embodiment of the invention only needs to modify the issued protocol data (such as JSON protocol data) at the server end without modifying the webpage file included in the resource file of the component at the server end, and therefore, the embodiment of the invention realizes a component playing mechanism with convenient, fast and convenient coding and maintenance. Moreover, components required by a plurality of media playing terminals are not required to be repeatedly realized, and the components are uniformly maintained at the server end, so that the problem that the effects of the components drawn by each terminal according to the mode of the terminal are not uniform can be solved.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present invention, the drawings required to be used in the description of the embodiments are briefly introduced below, and it is obvious that the drawings in the description below are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained according to the drawings without creative efforts.
Fig. 1A is a schematic structural diagram of a media playing terminal according to a first embodiment of the present invention;
fig. 1B is a schematic structural diagram of another media playing terminal according to the first embodiment of the present invention;
fig. 1C is a schematic diagram of a weather component included in a media playing terminal according to a first embodiment of the present invention;
fig. 1D is a schematic diagram of an analog clock component included in a media playing terminal according to a first embodiment of the present invention;
fig. 1E is a schematic diagram of a calendar component included in a media playing terminal according to a first embodiment of the present invention;
fig. 1F is a schematic diagram of a digital clock component included in a media playing terminal according to a first embodiment of the present invention;
fig. 1G is an interface picture of a resource file of a weather component included in a media playing terminal according to a first embodiment of the present invention;
fig. 2 is a schematic structural diagram of a media playing system according to a second embodiment of the present invention;
fig. 3 is a flowchart illustrating a media playing method according to a third embodiment of the present invention;
fig. 4A is a schematic block diagram of a media playing apparatus according to a fourth embodiment of the present invention;
FIG. 4B is a block diagram of another media playing device according to a fourth embodiment of the present invention;
fig. 5 is a schematic diagram of a storage medium according to a fifth embodiment of the present invention.
[ description of main element symbols ]:
10: media playing terminal
1: processor with a memory having a plurality of memory cells
2: memory device
3: programmable logic device
100: media playing system
20: display screen
40: media playing device
41: receiving module
43: placement module
45: acquisition module
47: play module
49: image processing and output module
50: storage medium
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
First embodiment
As shown in fig. 1A, a media playing terminal 10 according to a first embodiment of the present invention includes a memory 2 and a processor 1.
The memory 2 stores resource files of a plurality of components, the resource files of the components are located under an installation directory of a media Player (such as a VNNOX Player installation directory shown in fig. 1G), and the resource files of each of the components include a web file (such as index. Html shown in fig. 1G);
the processor 1 is coupled to the memory 2, and configured to operate the media player after receiving the protocol data, place a browser window in a playing window of the media player according to the protocol data, obtain a resource file of the target component according to a component type in the protocol data, and play the target component in the browser window according to the protocol data and the resource file of the target component. For example, the processor 1 runs the media player after receiving JSON protocol data of a target component (e.g., from a server), places a browser window of a specified size at a specified position of a play window of the media player according to the JSON protocol data, obtains a resource file of the target component according to a component category (e.g., a weather component, an analog clock component, a digital clock component, a calendar component, or a text component, etc.) in the JSON protocol data, and renders and draws the target component in the browser window in combination with the JSON protocol data, that is, implements playing of the target component in the play window of the media player.
Specifically, the plurality of components include, for example, a weather component (as shown in FIG. 1C), an analog clock component (as shown in FIG. 1D), a digital clock component (as shown in FIG. 1F), a calendar component (as shown in FIG. 1E), and/or a text component; the text component is used for inputting and editing text information for the media player to call and play.
More specifically, the media player supports, for example, playing of HTML5 files, and the web page files are, for example, HTML5 web page files. Here, HTML is an english abbreviation of Hyper Text Markup Language, and its corresponding chinese name is hypertext Markup Language; HTML5 is the fifth revision of HTML.
Further specifically, as shown in fig. 1G, the resource files of each component further include a javascript (abbreviated as js) file (in a js folder shown in fig. 1G), a Cascading Style Sheet (css) file (in a css folder shown in fig. 1G), and a picture file (in an img folder shown in fig. 1G) which are located under the same directory as the web page file. The processor 1 is specifically configured to run the media player after receiving JSON protocol data of a target component (sent by the server), place a browser window of a specified size at a specified position of a play window of the media player according to the JSON protocol data, acquire the target component according to a component type in the JSON protocol data, load a web file of the target component into the browser window, call a javascript file, a cascading style sheet file, and a picture file, and render and draw the target component in the browser window in combination with the JSON protocol data. It should be noted that, as can be seen from the address bar in fig. 1G, the resource files of each component, such as the css file, the img file, the js file, and the html web file, are installed in the installation directory (e.g., the VNNOXPlayer installation directory shown in fig. 1G) of the media player in a plug-in form (plugin), so that the media player terminal 10 can directly call the js interface in a calling manner of its own, and render the rendering component on the media player terminal 10. In addition, these resource files existing in the form of plug-ins in the components of the media playback terminal 10 may be subsequently updated in an online manner or an offline manner.
Further specifically, the target component may be a weather component, and accordingly, the JSON protocol data includes, for example, temperature unit setting data and/or weather address setting data. Specifically, the temperature unit setting data may set the temperature unit to be, for example, celsius or fahrenheit, and the weather address setting data may set, for example, a weather follower or a follower player in a weather component, where the weather component displays weather of a specified place (for example, west safety) when the weather follower is set, and the weather component displays weather of a position where the media player terminal 10 is located when the weather follower is set.
Further specifically, as shown in fig. 1B, the processor 1 is, for example, an embedded processor, and the media playing terminal 10 further includes: and the programmable logic device 3 is connected with the embedded processor and is used for performing image processing on a target assembly played (for example, rendered and drawn) by the embedded processor and outputting the target assembly to a display screen for displaying. In this case, the media playing terminal 10 is, for example, an LED display asynchronous control system, such as an Android playing box or a media playing box installed with another operating system.
Further specifically, the embedded processor is, for example, an ARM processor or other similar processor, and the Programmable logic device 3 is, for example, a Field Programmable Gate Array (FPGA) device.
In this embodiment, since the resource files of multiple components are issued in advance and stored in the memory 2 included in the media player terminal 10, when a certain component having specific attributes (such as a time zone attribute of an analog clock, an attribute of whether a calendar component displays a lunar calendar, a temperature unit attribute and/or a weather address attribute in a weather component, etc.) is played by the media player terminal 10, only the issued protocol data (for example, JSON protocol data) needs to be modified at the server end, and the web page file included in the resource file of the component does not need to be modified at the server end. Moreover, the components required by the media playing terminals 10 are not repeatedly implemented, and the components are uniformly maintained at the server side, so that the problem that the component effects drawn by the terminals according to the own modes are not uniform can be avoided. Moreover, when the component playing mechanism is implemented in this embodiment, real-time data is updated, a small amount of data, such as time zones, which are concerned by the client and need to be determined by the client, are collected by the server to generate corresponding JSON protocol data, and the JSON protocol data is sent to the media playing terminal, and then the media playing terminal fills the respective web pages according to the JSON protocol data, so that the complete presentation of the component is implemented.
Second embodiment
As shown in fig. 2, a second embodiment of the present invention provides a media playing system 100, including: the media player terminal 10 and the display 20 connected to the media player terminal 10 as described above. In addition, the display screen 20, such as an LED display screen, includes a plurality of LED lamp panels; the media playing terminal 10 is, for example, an asynchronous control system of an LED display screen, such as an asynchronous control card, and the asynchronous control card may also exist in the form of a media playing box (such as an Android playing box), and may be directly connected to the LED lamp panel through a flat cable, or may be connected to the LED lamp panel through a scanning card (or called a receiving card).
In this embodiment, because the resource files of the multiple components are issued in advance and stored in the memory 2 included in the media playing terminal 10, when a certain component with a specific attribute is played by the media playing terminal 10, the media can be played only by modifying the issued protocol data (for example, JSON protocol data) at the server end without modifying the web page file included in the resource file of the component at the server end. Moreover, components required by a plurality of media playing terminals 10 do not need to be repeatedly implemented, and the components are maintained at the server side in a unified manner, so that the problem that the effects of components drawn by each terminal in a self-contained manner are not uniform can be avoided.
Third embodiment
As shown in fig. 3, a third embodiment of the present invention provides a media playing method, including:
s1: operating the media player after receiving the protocol data;
s2: placing a browser window in a playing window of the media player according to the protocol data;
s3: acquiring a resource file of a target component according to the component category in the protocol data, wherein the resource file comprises a webpage file;
s4: and playing the target assembly in the browser window according to the protocol data and the resource file.
Specifically, in step S1, the protocol data is, for example, JSON protocol data. In step S2, the media player supports, for example, playing of an HTML5 file, and the web page file is, for example, an HTML5 web page file. In step S3, the resource files further include, for example, a javascript file, a cascading style sheet file, and a picture file; the webpage file, the javascript file, the cascading style sheet file and the picture file are pre-stored in an installation directory of the media player in a plug-in mode. Step S4 is, for example: and loading the webpage file of the target component into a browser window, calling the javascript file, the cascading style sheet file and the picture file, and rendering and drawing the target component on the browser window by combining JSON protocol data, namely realizing the playing of the target component in a playing window of the media player.
In addition, the media playing method may further include step S5 (not shown): and outputting the played target assembly to a display screen for displaying after image processing.
In addition, it should be noted that specific details of each step of the media playing method can be referred to the text description in the first embodiment related to fig. 1A to fig. 1G, and therefore are not repeated herein.
Fourth embodiment
Referring to fig. 4A, a fourth embodiment of the present invention provides a media playing apparatus 40, including: a receiving module 41, a placing module 43, an obtaining module 45 and a playing module 47. The receiving module 41 is configured to receive the protocol data and then operate the media player; the placing module 43 is configured to place a browser window in a playing window of the media player according to the protocol data; the obtaining module 45 is configured to obtain a resource file of a target component according to a component category in the protocol data, where the resource file includes a web page file; and the playing module 47 is configured to play the target component in the browser window according to the protocol data and the resource file.
More specifically, the protocol data is JSON protocol data, for example, and the media player supports playing of an HTML5 file, for example, and the web page file is an HTML5 web page file. In step S3, the resource files further include, for example, a javascript file, a cascading style sheet file, and a picture file; the webpage file, the javascript file, the cascading style sheet file and the picture file are pre-stored in an installation directory of the media player in a plug-in mode. The receiving module 41, the placing module 43, the obtaining module 45, and the playing module 47 may be implemented based on a hardware combination of the processor 1 and the memory 2 in the first embodiment.
In addition, referring to fig. 4B, the media playing device 40 may further include an image processing and outputting module 49, configured to output the played target component to a display screen for displaying after performing image processing on the played target component. It should be noted that the image processing and output module 49 shown in fig. 4B can be implemented based on the programmable logic device 3 in the first embodiment.
Fifth embodiment
Referring to fig. 5, a fifth embodiment of the present invention provides a storage medium 50. The storage medium 50 is a non-transitory computer-readable memory and stores program codes; the program code includes instructions for performing the media playing method of the foregoing embodiments. In summary, the program code includes the instructions for, when executed by one or more processors: (i) operating the media player after receiving the protocol data; (ii) Placing a browser window in a playing window of the media player according to the protocol data; (iii) Acquiring a resource file of a target component according to the component category in the protocol data, wherein the resource file comprises a webpage file; and (iv) playing the target component in the browser window according to the protocol data and the resource file; and (v) outputting the played target assembly to a display screen for displaying after image processing. For the details of the functions (i), (ii), (iii), and (iv) and even (v), reference may be made to the detailed descriptions of steps S1, S2, S3, S4, and S5 in the foregoing embodiments, and therefore, the detailed descriptions thereof are omitted.
In addition, it should be understood that the foregoing embodiments are merely exemplary illustrations of the present invention, and the technical solutions of the embodiments can be arbitrarily combined and collocated without conflict between technical features and structural contradictions, which do not violate the purpose of the present invention.
In the several embodiments provided in the present application, it should be understood that the disclosed system, apparatus and/or method may be implemented in other ways. For example, the above-described apparatus embodiments are merely illustrative, and for example, the division of the units/modules is only one logical division, and there may be other divisions in actual implementation, for example, multiple units or modules may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection through some interfaces, devices or units, and may be in an electrical, mechanical or other form.
The units/modules described as separate parts may or may not be physically separate, and parts displayed as units/modules may or may not be physical units, may be located in one place, or may be distributed on multiple network units. Some or all of the units/modules may be selected according to actual needs to achieve the purpose of the solution of the present embodiment.
In addition, functional units/modules in the embodiments of the present invention may be integrated into one processing unit/module, or each unit/module may exist alone physically, or two or more units/modules may be integrated into one unit/module. The integrated unit/module may be implemented in the form of hardware, or may be implemented in the form of hardware plus a software functional unit/module.
The integrated units/modules, which are implemented in the form of software functional units/modules, may be stored in a computer readable storage medium. The software functional unit is stored in a storage medium and includes several instructions for causing one or more processors of a computer device (which may be a personal computer, a server, or a network device) to execute some steps of the methods according to the embodiments of the present invention. And the aforementioned storage medium includes: a U-disk, a portable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other media capable of storing program codes.
Finally, it should be noted that: the above examples are only intended to illustrate the technical solution of the present invention, but not to limit it; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (14)

1. A media playing method, comprising:
operating the media player after receiving the protocol data;
placing a browser window in a playing window of the media player according to the protocol data;
acquiring a resource file of a target component stored in an installation directory of the media player according to the component category in the protocol data, wherein the resource file comprises a webpage file; and
and playing the target component in the browser window according to the protocol data and the resource file.
2. The media playing method of claim 1, wherein the resource files further comprise a javascript file, a cascading style sheet file, and a picture file; the webpage file, the javascript file, the cascading style sheet file and the picture file are pre-stored in the installation directory of the media player in a plug-in form.
3. The media playing method of claim 1, further comprising the steps of:
and outputting the played target assembly to a display screen for displaying after image processing.
4. The media playing method of claim 1, wherein the protocol data is JSON protocol data.
5. The media playback method of claim 1, wherein the target component is selected from a weather component, an analog clock component, a digital clock component, a calendar component, and a text component.
6. The media playing method of claim 1, wherein the media player supports playing of HTML5 files, and the web page file is an HTML5 web page file.
7. A media playback apparatus, comprising:
the receiving module is used for operating the media player after receiving the protocol data;
the placement module is used for placing a browser window in a playing window of a media player according to the protocol data;
an obtaining module, configured to obtain a resource file of a target component stored in an installation directory of the media player according to a component category in the protocol data, where the resource file includes a web page file; and
and the playing module is used for playing the target component in the browser window according to the protocol data and the resource file.
8. The media playback apparatus of claim 7, wherein the resource files further include a javascript file, a cascading style sheet file, and a picture file; the webpage file, the javascript file, the cascading style sheet file and the picture file are pre-stored in the installation directory of the media player in a plug-in form.
9. The media playback apparatus of claim 7, further comprising:
and the image processing and output module is used for processing the played target assembly and outputting the processed target assembly to a display screen for display.
10. A media playing terminal comprising a memory and a processor, wherein,
the memory stores resource files of a plurality of components, and the resource files of the components respectively comprise webpage files;
the processor is coupled to the memory and configured to operate a media player after receiving protocol data, place a browser window in a play window of the media player according to the protocol data, acquire the resource file of a target component stored in an installation directory of the media player according to a component category in the protocol data, and play the target component in the browser window according to the protocol data and the resource file of the target component.
11. The media play terminal of claim 10, wherein the resource files of each of the components further comprise a javascript file, a cascading style sheet file, and a picture file located in the same directory as the web page file.
12. The media play terminal of claim 10, wherein the processor is an embedded processor; the media playing terminal further comprises: and the programmable logic device is connected with the embedded processor and is used for processing the image of the target assembly played by the embedded processor and then outputting the processed image.
13. A media playback system, comprising: the media player terminal according to any of claims 10 to 12 and a display screen connected to the media player terminal.
14. A storage medium characterized in that the storage medium stores a program code including instructions for executing the media playback method according to any one of claims 1 to 6.
CN201811358070.9A 2018-11-15 2018-11-15 Media playing method, device, terminal and system and storage medium Active CN111193952B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811358070.9A CN111193952B (en) 2018-11-15 2018-11-15 Media playing method, device, terminal and system and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811358070.9A CN111193952B (en) 2018-11-15 2018-11-15 Media playing method, device, terminal and system and storage medium

Publications (2)

Publication Number Publication Date
CN111193952A CN111193952A (en) 2020-05-22
CN111193952B true CN111193952B (en) 2022-10-21

Family

ID=70709119

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811358070.9A Active CN111193952B (en) 2018-11-15 2018-11-15 Media playing method, device, terminal and system and storage medium

Country Status (1)

Country Link
CN (1) CN111193952B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114387940B (en) * 2022-02-25 2023-09-15 卡莱特云科技股份有限公司 Partition display updating method, playing box and display system of LED display screen

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101702767A (en) * 2009-10-28 2010-05-05 北京东方网力科技有限公司 Time-based media playing method and system
CN102647629A (en) * 2012-04-27 2012-08-22 北京人民广播电台 Content playing method and content playing device
CN103491452A (en) * 2013-09-25 2014-01-01 北京奇虎科技有限公司 Method and device for playing video in web page
CN105677432A (en) * 2016-02-23 2016-06-15 腾讯科技(深圳)有限公司 Method and device for expanding functions of web player
CN107222783A (en) * 2017-07-13 2017-09-29 山东超越数控电子有限公司 A kind of video based on SPICE protocol redirects implementation method
CN108334385A (en) * 2017-01-18 2018-07-27 腾讯科技(深圳)有限公司 A kind of the user interface skins management method and device of application

Family Cites Families (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8122236B2 (en) * 2001-10-24 2012-02-21 Aol Inc. Method of disseminating advertisements using an embedded media player page
US9164540B2 (en) * 2010-10-01 2015-10-20 Z124 Method and apparatus for moving display during a device flip
US20100217884A2 (en) * 2005-09-28 2010-08-26 NuMedia Ventures Method and system of providing multimedia content
US20100070901A1 (en) * 2008-09-16 2010-03-18 James Skinner Systems and Methods for In-Line Viewing of Multiple File Types over a Network Using a Single Player
CN101719913B (en) * 2009-11-17 2012-11-14 青岛海信宽带多媒体技术有限公司 Method and device for media playing terminal to obtain internet multimedia resource
US10713018B2 (en) * 2009-12-07 2020-07-14 International Business Machines Corporation Interactive video player component for mashup interfaces
GB2478767B (en) * 2010-03-17 2019-10-23 Samsung Electronics Co Ltd Method and apparatus for accessing services of a device
CN104469528B (en) * 2014-12-26 2018-06-19 北京奇虎科技有限公司 A kind of method, apparatus and browser client for carrying out video data loading
CN104954867A (en) * 2015-06-26 2015-09-30 努比亚技术有限公司 Media playing method and device
CN107920098B (en) * 2016-10-09 2019-04-02 视联动力信息技术股份有限公司 A kind of method and system that web player icon is shown
CN106954095A (en) * 2017-04-17 2017-07-14 腾讯科技(深圳)有限公司 The player method and device of a kind of multimedia file
CN108810599A (en) * 2017-04-27 2018-11-13 腾讯科技(上海)有限公司 Net cast method, apparatus and computer equipment
CN107454459A (en) * 2017-09-08 2017-12-08 北京未来媒体科技股份有限公司 A kind of method and device across the synchronous broadcasting video resource of screen based on wireless connection
CN108055570A (en) * 2017-12-20 2018-05-18 深圳市茁壮网络股份有限公司 A kind of video broadcasting method and device
CN108259620B (en) * 2018-02-01 2021-03-16 创维集团智能科技有限公司 Advertisement editing and previewing method, intelligent terminal, system and storage device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101702767A (en) * 2009-10-28 2010-05-05 北京东方网力科技有限公司 Time-based media playing method and system
CN102647629A (en) * 2012-04-27 2012-08-22 北京人民广播电台 Content playing method and content playing device
CN103491452A (en) * 2013-09-25 2014-01-01 北京奇虎科技有限公司 Method and device for playing video in web page
CN105677432A (en) * 2016-02-23 2016-06-15 腾讯科技(深圳)有限公司 Method and device for expanding functions of web player
CN108334385A (en) * 2017-01-18 2018-07-27 腾讯科技(深圳)有限公司 A kind of the user interface skins management method and device of application
CN107222783A (en) * 2017-07-13 2017-09-29 山东超越数控电子有限公司 A kind of video based on SPICE protocol redirects implementation method

Also Published As

Publication number Publication date
CN111193952A (en) 2020-05-22

Similar Documents

Publication Publication Date Title
CN107818143B (en) Page configuration and generation method and device
CN107895394B (en) Animation special effect implementation method and device, terminal equipment and storage medium
US8682964B1 (en) Progressively loading network content
CN111459501B (en) SVG-based Web configuration picture storage and display system, method and medium
CN113031946B (en) Method and device for rendering page component
CN106874519A (en) Webpage representation method and apparatus
CN111294395A (en) Terminal page transmission method, device, medium and electronic equipment
US20160188558A1 (en) Information processing device, information processing method, and program
CN102999579A (en) Browser for processing page textbox, and method for processing page textbox element
CN110990345A (en) Method and device for online preview of Excel file
WO2023103430A1 (en) Data visualization display method and apparatus, medium and electronic device
CN110263279B (en) Page generation method and device, electronic equipment and computer readable storage medium
CN111193952B (en) Media playing method, device, terminal and system and storage medium
US20170031889A1 (en) Creating a communication editable in a browser independent of platform and operating system
US20130145258A1 (en) Incremental Synchronization for Magazines
CN107330087B (en) Page file generation method and device
CN114756228A (en) Page processing method, device, equipment and storage medium
CN105912343B (en) Desktop plug-in splitting method and mobile terminal
CN102841890B (en) A kind of data processing method for document structure and device
CN113282852A (en) Method and device for editing webpage
CN113220381A (en) Click data display method and device
CN112711731A (en) Data point burying method, device, equipment and storage medium
CN112486482A (en) Page display method and device
CN112783495B (en) Page event management method, device, medium and electronic equipment
CN113849257A (en) Page processing method, device, medium and electronic 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