CN116419035B - Video playing detection method, device, equipment and computer readable storage medium - Google Patents

Video playing detection method, device, equipment and computer readable storage medium Download PDF

Info

Publication number
CN116419035B
CN116419035B CN202310683167.1A CN202310683167A CN116419035B CN 116419035 B CN116419035 B CN 116419035B CN 202310683167 A CN202310683167 A CN 202310683167A CN 116419035 B CN116419035 B CN 116419035B
Authority
CN
China
Prior art keywords
frame rate
video
real
current frame
time
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
CN202310683167.1A
Other languages
Chinese (zh)
Other versions
CN116419035A (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.)
Shenzhen SDMC Technology Co Ltd
Original Assignee
Shenzhen SDMC 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 Shenzhen SDMC Technology Co Ltd filed Critical Shenzhen SDMC Technology Co Ltd
Priority to CN202310683167.1A priority Critical patent/CN116419035B/en
Publication of CN116419035A publication Critical patent/CN116419035A/en
Application granted granted Critical
Publication of CN116419035B publication Critical patent/CN116419035B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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/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/442Monitoring of processes or resources, e.g. detecting the failure of a recording device, monitoring the downstream bandwidth, the number of times a movie has been viewed, the storage space available from the internal hard disk
    • H04N21/4425Monitoring of client processing errors or hardware failure
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N17/00Diagnosis, testing or measuring for television systems or their details
    • H04N17/004Diagnosis, testing or measuring for television systems or their details for digital television systems
    • 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/438Interfacing the downstream path of the transmission network originating from a server, e.g. retrieving encoded video stream packets from an IP network
    • H04N21/4383Accessing a communication channel
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Databases & Information Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Biomedical Technology (AREA)
  • General Health & Medical Sciences (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

The embodiment of the application provides a method, a device, equipment and a computer readable storage medium for detecting video playing. The method comprises the steps of obtaining a real-time frame rate of a video; determining a current frame rate of the video based on the real-time frame rate; and updating the value for marking the signal quality of the video based on the real-time frame rate and the current frame rate, and if the updated value meets the preset condition, sending a message comprising a conversion playing path to an application layer so that the application layer can respond to the message comprising the conversion playing path to switch the playing path. In this way, under the scene of poor program playing quality, the trigger message is provided for the upper layer application to automatically switch the playing paths, so that the viewing experience of the user is greatly improved.

Description

Video playing detection method, device, equipment and computer readable storage medium
Technical Field
Embodiments of the present application relate to the field of video processing, and in particular, to a method, apparatus, device, and computer-readable storage medium for detecting video playback.
Background
When a user watches programs through DVB and other channels, the upper layer application can acquire a message without signal only when the extreme conditions such as a signal line are unplugged, and when the playing quality is poor such as serious clamping and mosaic conditions, the bottom layer does not process and trigger the message to the upper layer application, so that the upper layer application cannot timely switch the playing channel, and the watching experience of a client is seriously influenced.
Disclosure of Invention
According to the embodiment of the application, the video playing detection scheme is provided, and the trigger message is provided for the upper layer application to automatically switch the playing paths under the scene of poor program playing quality, so that the viewing experience of a user is greatly improved.
In a first aspect of the present application, a method for detecting video playback is provided. The method comprises the following steps:
acquiring the real-time frame rate of the video;
determining a current frame rate of the video based on the real-time frame rate;
and updating the value for marking the signal quality of the video based on the real-time frame rate and the current frame rate, and if the updated value meets the preset condition, sending a message comprising a conversion playing path to an application layer so that the application layer can respond to the message comprising the conversion playing path to switch the playing path.
Further, the acquiring the real-time frame rate of the video includes:
and acquiring the rendering time of each frame of the video through a callback interface of the bottom layer, and determining the real-time frame rate of the video through the difference value of the time nodes of two adjacent frames.
Further, the determining the current frame rate of the video based on the real-time frame rate of the video includes:
acquiring an initial current frame rate;
determining a first current frame rate based on the initial current frame rate and the real-time frame rate;
and determining the current frame rate of the video based on the preset maximum frame rate and the first current frame rate.
Further, updating the value for annotating the signal quality of the video based on the real-time frame rate and the current frame rate includes:
and if the real-time frame rate is smaller than the product of the current frame rate and a signal quality threshold value, adding 1 to a value for marking the signal quality of the video.
In a second aspect of the present application, a detection apparatus for video playback is provided. The device comprises:
the acquisition module is used for acquiring the real-time frame rate of the video;
a determining module, configured to determine a current frame rate of the video based on the real-time frame rate;
and the detection module is used for updating the numerical value for marking the signal quality of the video based on the real-time frame rate and the current frame rate, and sending a message comprising a conversion playing path to an application layer if the updated numerical value meets a preset condition, so that the application layer can respond to the message comprising the conversion playing path conveniently and switch the playing path.
Further, the obtaining module is specifically configured to:
and acquiring the rendering time of each frame of the video through a callback interface of the bottom layer, and determining the real-time frame rate of the video through the difference value of the time nodes of two adjacent frames.
Further, the determining module is specifically configured to:
acquiring an initial current frame rate;
determining a first current frame rate based on the initial current frame rate and the real-time frame rate;
and determining the current frame rate of the video based on the preset maximum frame rate and the first current frame rate.
Further, updating the value for annotating the signal quality of the video based on the real-time frame rate and the current frame rate includes:
and if the real-time frame rate is smaller than the product of the current frame rate and a signal quality threshold value, adding 1 to a value for marking the signal quality of the video.
In a third aspect of the application, an electronic device is provided. The electronic device includes: a memory and a processor, the memory having stored thereon a computer program, the processor implementing the method as described above when executing the program.
In a fourth aspect of the application, there is provided a computer readable storage medium having stored thereon a computer program which when executed by a processor implements a method as according to the first aspect of the application.
The video playing detection method provided by the embodiment of the application obtains the real-time frame rate of the video; determining a current frame rate of the video based on the real-time frame rate; and updating the value for marking the signal quality of the video based on the real-time frame rate and the current frame rate, and if the updated value meets the preset condition, sending a message comprising a conversion playing path to an application layer, so that the application layer can respond to the message comprising the conversion playing path to switch the playing path, and can automatically switch the playing path under the scene of poor video playing quality, thereby greatly improving the watching experience of users.
It should be understood that the description in this summary is not intended to limit the critical or essential features of the embodiments of the application, nor is it intended to limit the scope of the application. Other features of the present application will become apparent from the description that follows.
Drawings
The above and other features, advantages and aspects of embodiments of the present application will become more apparent by reference to the following detailed description when taken in conjunction with the accompanying drawings. In the drawings, wherein like or similar reference numerals denote like or similar elements, in which:
fig. 1 is a flowchart of a method for detecting video playback according to an embodiment of the present application;
fig. 2 is a block diagram of a video play detection apparatus according to an embodiment of the present application;
fig. 3 is a schematic diagram of a structure of a terminal device or a server suitable for implementing an embodiment of the present application.
Detailed Description
For the purposes of making the objects, technical solutions and advantages of the embodiments of the present disclosure more apparent, the technical solutions of the embodiments of the present disclosure will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present disclosure, and it is apparent that the described embodiments are some embodiments of the present disclosure, but not all embodiments. All other embodiments, which can be made by one of ordinary skill in the art based on the embodiments in this disclosure without inventive faculty, are intended to be within the scope of this disclosure.
In addition, the term "and/or" herein is merely an association relationship describing an association object, and means that three relationships may exist, for example, a and/or B may mean: a exists alone, A and B exist together, and B exists alone. In addition, the character "/" herein generally indicates that the front and rear associated objects are an "or" relationship.
Fig. 1 shows a flowchart of a method of detecting video playback according to an embodiment of the present disclosure. The method comprises the following steps:
s110, acquiring the real-time frame rate of the video.
In some embodiments, the temporal node presentationTimes that render each frame may be obtained through an underlying callback interface (e.g., onFrameRendered).
Further, the real-time frame rate of the video is determined by the difference between two adjacent frame time nodes.
Specifically, the difference between the time node of two adjacent frames is obtained by dividing the time difference by a preset time threshold (for example, 1s, namely 100000 us), and the real-time frame rate (int delta) of the current video is obtained by calculating. That is, int delta= (int) (1000000/(presentationTimeUs-mlastrendedredtimeus)).
S120, determining the current frame rate of the video based on the real-time frame rate.
In some embodiments, the final current frame rate of the video is calculated by means of two updates:
updating for the first time: an initial current frame rate is obtained, and a first current frame rate is determined based on the initial current frame rate and the real-time frame rate. That is, the first current frame rate is determined based on the largest value of the initial current frame rate and the real-time frame rate. And taking the maximum value of the initial current frame rate and the real-time frame rate to update for the first time, and determining the first current frame rate. For example, after video playing, the initial current frame rate is 0 (the frame rate of the first frame is 0), and then the value of the initial current frame rate is the real-time frame rate, that is, the value of the first current frame rate is the real-time frame rate.
Second update: comparing the first current frame rate obtained by the first updating with a preset maximum frame rate, and taking the minimum value of the two values as the final current frame rate. The preset maximum frame rate may be set according to the actual application scenario, for example, set to 25.
It should be noted that, with the playing of the video, the final current frame rate obtained by the second update may be used as the initial current frame rate in the next cycle. That is, the initial current frame rate of the first frame is 0, and the initial current frame rate of the non-first frame can be obtained by the above-described update method.
And S130, updating the value for marking the signal quality of the video based on the real-time frame rate and the current frame rate, and if the updated value meets the preset condition, sending a message comprising a conversion playing path to an application layer so that the application layer can respond to the message comprising the conversion playing path to switch the playing path.
In some embodiments, before updating the value for annotating the signal quality of the video based on the real-time frame rate and the current frame rate, further comprising:
and determining whether the current video is normally played, and if so, updating the value for marking the signal quality of the video based on the real-time frame rate and the current frame rate.
Specifically, whether the current video is played normally can be determined through the first frame of the video, for example, whether the video is played normally is determined through a true (normal) and false (abnormal) identifier set in the system in advance, if the first frame of the video is played normally, the true is the false, otherwise, the false is the true.
In some embodiments, updating the value used to annotate the signal quality of the video based on the real-time frame rate and the current frame rate includes:
if the real-time frame rate is smaller than the product of the current frame rate and a signal quality threshold value, adding 1 to a value for marking the signal quality of the video; the signal quality threshold is preferably 3/4. That is, if the real-time frame rate is less than 3/4 of the current frame rate, a value (pore count) for marking the signal quality of the video is added by 1 (pore count+1).
Further, when the value of the pore count meets a preset condition, a message including a conversion playing path is sent to an application layer, so that the application layer can switch the playing path in response to the message including the conversion playing path.
Specifically, when the value of the poorCount reaches the minimum threshold value of the trigger message (meets the preset condition), a message (notafyignalquality) for identifying the current signal quality difference is sent to a frame rate listener (FrameRateListener) preset in the player, the listener is used for continuously listening to the frame rate (onFrameRate), if the listener listens to the message notafyignalquality, a message for switching the playing path is sent to an upper layer application (apk), and the message can be a weak signal message or other customized message, so that the application layer can switch the playing path in response to the message.
According to the embodiment of the disclosure, the following technical effects are achieved:
the method comprises the steps that data are acquired from a bottom layer, video rendering frames are processed through a middle layer, the playing quality of a current video is determined, when the playing quality is poor, a message for converting a playing channel is sent to an upper layer application, so that the upper layer application can conveniently respond to the message comprising the converting playing channel, the playing channel is switched, automatic switching of the playing channel can be carried out under a scene with poor video playing quality, for example, the playing channel of a DVB program is switched to an OTT program, and the viewing experience of a user is greatly improved.
It should be noted that, for simplicity of description, the foregoing method embodiments are all described as a series of acts, but it should be understood by those skilled in the art that the present application is not limited by the order of acts described, as some steps may be performed in other orders or concurrently in accordance with the present application. Further, those skilled in the art will also appreciate that the embodiments described in the specification are alternative embodiments, and that the acts and modules referred to are not necessarily required for the present application.
The above description of the method embodiments further describes the solution of the present application by means of device embodiments.
Fig. 2 shows a block diagram of a video play detection apparatus according to an embodiment of the present application, as shown in fig. 2, including:
an acquisition module 210, configured to acquire a real-time frame rate of a video;
a determining module 220, configured to determine a current frame rate of the video based on the real-time frame rate;
and the detection module 230 is configured to update a value for labeling the signal quality of the video based on the real-time frame rate and the current frame rate, and if the updated value meets a preset condition, send a message including a conversion play path to an application layer, so that the application layer switches the play path in response to the message including the conversion play path.
It will be clear to those skilled in the art that, for convenience and brevity of description, specific working procedures of the described modules may refer to corresponding procedures in the foregoing method embodiments, which are not described herein again.
Fig. 3 shows a schematic diagram of a structure of a terminal device or server suitable for implementing an embodiment of the application.
As shown in fig. 3, the terminal device or the server includes a Central Processing Unit (CPU) 301 that can perform various appropriate actions and processes according to a program stored in a Read Only Memory (ROM) 302 or a program loaded from a storage section 308 into a Random Access Memory (RAM) 303. In the RAM 303, various programs and data required for the operation of the terminal device or the server are also stored. The CPU 301, ROM 302, and RAM 303 are connected to each other through a bus 304. An input/output (I/O) interface 305 is also connected to bus 304.
The following components are connected to the I/O interface 305: an input section 306 including a keyboard, a mouse, and the like; an output portion 307 including a Cathode Ray Tube (CRT), a Liquid Crystal Display (LCD), and the like, a speaker, and the like; a storage section 308 including a hard disk or the like; and a communication section 309 including a network interface card such as a LAN card, a modem, or the like. The communication section 309 performs communication processing via a network such as the internet. The drive 310 is also connected to the I/O interface 305 as needed. A removable medium 311 such as a magnetic disk, an optical disk, a magneto-optical disk, a semiconductor memory, or the like is installed on the drive 310 as needed, so that a computer program read therefrom is installed into the storage section 308 as needed.
In particular, the above method flow steps may be implemented as a computer software program according to an embodiment of the application. For example, embodiments of the application include a computer program product comprising a computer program embodied on a machine-readable medium, the computer program comprising program code for performing the method shown in the flowcharts. In such an embodiment, the computer program may be downloaded and installed from a network via the communication portion 309, and/or installed from the removable medium 311. The above-described functions defined in the system of the present application are performed when the computer program is executed by a Central Processing Unit (CPU) 301.
The computer readable medium shown in the present application may be a computer readable signal medium or a computer readable storage medium, or any combination of the two. The computer readable storage medium can be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or a combination of any of the foregoing. More specific examples of the computer-readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the context of this document, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In the present application, however, the computer-readable signal medium may include a data signal propagated in baseband or as part of a carrier wave, with the computer-readable program code embodied therein. Such a propagated data signal may take any of a variety of forms, including, but not limited to, electro-magnetic, optical, or any suitable combination of the foregoing. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: wireless, wire, fiber optic cable, RF, etc., or any suitable combination of the foregoing.
The flowcharts and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present application. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units or modules involved in the embodiments of the present application may be implemented in software or in hardware. The described units or modules may also be provided in a processor. Wherein the names of the units or modules do not in some cases constitute a limitation of the units or modules themselves.
As another aspect, the present application also provides a computer-readable storage medium that may be contained in the electronic device described in the above embodiment; or may be present alone without being incorporated into the electronic device. The computer-readable storage medium stores one or more programs that when executed by one or more processors perform the methods described herein.
The above description is only illustrative of the preferred embodiments of the present application and of the principles of the technology employed. It will be appreciated by persons skilled in the art that the scope of the application is not limited to the specific combinations of the features described above, but also covers other embodiments which may be formed by any combination of the features described above or their equivalents without departing from the spirit of the application. Such as the above-mentioned features and the technical features having similar functions (but not limited to) applied for in the present application are replaced with each other.

Claims (6)

1. A method for detecting video playback, comprising:
acquiring the real-time frame rate of the video;
based on the real-time frame rate, determining the current frame rate of the video in a twice-updated mode:
and (5) updating at a time:
acquiring an initial current frame rate;
comparing the initial current frame rate with the real-time frame rate, and taking the maximum value of the two values as a first current frame rate;
and (5) secondary updating:
comparing the first current frame rate with a preset maximum frame rate, and taking the minimum value of the two values as the current frame rate of the video;
updating a value for annotating the signal quality of the video based on the real-time frame rate and the current frame rate:
if the real-time frame rate is smaller than the product of the current frame rate and a signal quality threshold value, adding 1 to a value for marking the signal quality of the video;
and if the updated numerical value meets the preset condition, sending a message comprising the conversion playing path to an application layer, so that the application layer can respond to the message comprising the conversion playing path to switch the playing path.
2. The method of claim 1, wherein the acquiring the real-time frame rate of the video comprises:
and acquiring the rendering time of each frame of the video through a callback interface of the bottom layer, and determining the real-time frame rate of the video through the difference value of the time nodes of two adjacent frames.
3. A video playback detection apparatus, comprising:
the acquisition module is used for acquiring the real-time frame rate of the video;
the determining module is used for determining the current frame rate of the video in a twice updating mode based on the real-time frame rate:
and (5) updating at a time:
acquiring an initial current frame rate;
comparing the initial current frame rate with the real-time frame rate, and taking the maximum value of the two values as a first current frame rate;
and (5) secondary updating:
comparing the first current frame rate with a preset maximum frame rate, and taking the minimum value of the two values as the current frame rate of the video;
the detection module is used for updating the value for marking the signal quality of the video based on the real-time frame rate and the current frame rate:
if the real-time frame rate is smaller than the product of the current frame rate and a signal quality threshold value, adding 1 to a value for marking the signal quality of the video;
and if the updated numerical value meets the preset condition, sending a message comprising the conversion playing path to an application layer, so that the application layer can respond to the message comprising the conversion playing path to switch the playing path.
4. The apparatus of claim 3, wherein the acquisition module is specifically configured to:
and acquiring the rendering time of each frame of the video through a callback interface of the bottom layer, and determining the real-time frame rate of the video through the difference value of the time nodes of two adjacent frames.
5. An electronic device comprising a memory and a processor, the memory having stored thereon a computer program, characterized in that the processor, when executing the computer program, implements the method according to any of claims 1-2.
6. A computer readable storage medium, on which a computer program is stored, which computer program, when being executed by a processor, implements the method according to any one of claims 1-2.
CN202310683167.1A 2023-06-09 2023-06-09 Video playing detection method, device, equipment and computer readable storage medium Active CN116419035B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202310683167.1A CN116419035B (en) 2023-06-09 2023-06-09 Video playing detection method, device, equipment and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202310683167.1A CN116419035B (en) 2023-06-09 2023-06-09 Video playing detection method, device, equipment and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN116419035A CN116419035A (en) 2023-07-11
CN116419035B true CN116419035B (en) 2023-08-22

Family

ID=87054688

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202310683167.1A Active CN116419035B (en) 2023-06-09 2023-06-09 Video playing detection method, device, equipment and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN116419035B (en)

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1777969A1 (en) * 2005-10-10 2007-04-25 BRITISH TELECOMMUNICATIONS public limited company Adaptive video transmission with variable frame rate
CN108632645A (en) * 2017-03-17 2018-10-09 北京京东尚科信息技术有限公司 Information demonstrating method and device
CN110099250A (en) * 2019-04-18 2019-08-06 浙江工业大学 A kind of monitor video Quality estimation method and broadcast control device
CN113596584A (en) * 2021-08-11 2021-11-02 北京字节跳动网络技术有限公司 Video playing method, video playing device, storage medium and computer program product
CN113794924A (en) * 2021-08-02 2021-12-14 乐融致新电子科技(天津)有限公司 Video playing method, device, equipment and computer readable storage medium
CN113824933A (en) * 2021-08-27 2021-12-21 王巍 System and method for satellite broadcast television service
CN113891175A (en) * 2021-09-29 2022-01-04 上海哔哩哔哩科技有限公司 Live broadcast stream pushing method, device and system
CN114025204A (en) * 2021-11-08 2022-02-08 北京量子之歌科技有限公司 Live video switching method, device, equipment and storage medium
CN114615727A (en) * 2022-03-14 2022-06-10 北京小米移动软件有限公司 Control method and device of terminal equipment, electronic equipment and storage medium
CN115883899A (en) * 2022-11-24 2023-03-31 重庆紫光华山智安科技有限公司 Image on-screen playing method and system, electronic equipment and readable storage medium

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1777969A1 (en) * 2005-10-10 2007-04-25 BRITISH TELECOMMUNICATIONS public limited company Adaptive video transmission with variable frame rate
CN108632645A (en) * 2017-03-17 2018-10-09 北京京东尚科信息技术有限公司 Information demonstrating method and device
CN110099250A (en) * 2019-04-18 2019-08-06 浙江工业大学 A kind of monitor video Quality estimation method and broadcast control device
CN113794924A (en) * 2021-08-02 2021-12-14 乐融致新电子科技(天津)有限公司 Video playing method, device, equipment and computer readable storage medium
CN113596584A (en) * 2021-08-11 2021-11-02 北京字节跳动网络技术有限公司 Video playing method, video playing device, storage medium and computer program product
CN113824933A (en) * 2021-08-27 2021-12-21 王巍 System and method for satellite broadcast television service
CN113891175A (en) * 2021-09-29 2022-01-04 上海哔哩哔哩科技有限公司 Live broadcast stream pushing method, device and system
CN114025204A (en) * 2021-11-08 2022-02-08 北京量子之歌科技有限公司 Live video switching method, device, equipment and storage medium
CN114615727A (en) * 2022-03-14 2022-06-10 北京小米移动软件有限公司 Control method and device of terminal equipment, electronic equipment and storage medium
CN115883899A (en) * 2022-11-24 2023-03-31 重庆紫光华山智安科技有限公司 Image on-screen playing method and system, electronic equipment and readable storage medium

Also Published As

Publication number Publication date
CN116419035A (en) 2023-07-11

Similar Documents

Publication Publication Date Title
US10798406B2 (en) Systems and methods for controlling video display
CN110166791B (en) Connection establishing method, device, equipment and storage medium
CN109040830B (en) Live broadcast pause prediction method, switching method and device
CN109819268B (en) Live broadcast room play control method, device, medium and equipment in video live broadcast
US10231005B2 (en) Operation instructing method and apparatus for remote controller of intelligent television
CN111263243B (en) Video coding method and device, computer readable medium and electronic equipment
EP3410302A1 (en) Graphic instruction data processing method, apparatus and system
CN104918136A (en) Video positioning method and device
CN113490055B (en) Data processing method and device
CN109618216B (en) Method, device and equipment for displaying video loading state identification and storage medium
CN116419035B (en) Video playing detection method, device, equipment and computer readable storage medium
CN113296666A (en) Anchor exposure data reporting method and device, terminal equipment and storage medium
CN112929728A (en) Video rendering method, device and system, electronic equipment and storage medium
CN110198481B (en) Program updating method and device, electronic equipment and storage medium
US9485458B2 (en) Data processing method and device
CN110809166A (en) Video data processing method and device and electronic equipment
CN114422866B (en) Video processing method and device, electronic equipment and storage medium
CN104281675A (en) Method and equipment for acquiring media files
CN114584822A (en) Synchronous playing method, device, terminal equipment and storage medium
CN111147884B (en) Data processing method, device, system, user side and storage medium
CN112995543A (en) Distributed video switching system, method and equipment
US20200145470A1 (en) Method and apparatus for playing media file
CN113905272B (en) Control method of set top box, electronic equipment and storage medium
CN113965714B (en) Video stream processing method and device, electronic equipment and storage medium
CN115134666B (en) Live broadcast card pause detection method, system, equipment and storage medium

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