WO2018121014A1 - Procédé et appareil de commande de lecture vidéo et dispositif terminal - Google Patents

Procédé et appareil de commande de lecture vidéo et dispositif terminal Download PDF

Info

Publication number
WO2018121014A1
WO2018121014A1 PCT/CN2017/107311 CN2017107311W WO2018121014A1 WO 2018121014 A1 WO2018121014 A1 WO 2018121014A1 CN 2017107311 W CN2017107311 W CN 2017107311W WO 2018121014 A1 WO2018121014 A1 WO 2018121014A1
Authority
WO
WIPO (PCT)
Prior art keywords
interface
rendering
decoding
hardware
video stream
Prior art date
Application number
PCT/CN2017/107311
Other languages
English (en)
Chinese (zh)
Inventor
吴昊
徐光兴
Original Assignee
广州虎牙信息科技有限公司
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 广州虎牙信息科技有限公司 filed Critical 广州虎牙信息科技有限公司
Publication of WO2018121014A1 publication Critical patent/WO2018121014A1/fr

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/20Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
    • H04N21/21Server components or server architectures
    • H04N21/218Source of audio or video content, e.g. local disk arrays
    • H04N21/2187Live feed
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/20Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
    • H04N21/23Processing of content or additional data; Elementary server operations; Server middleware
    • H04N21/234Processing of video elementary streams, e.g. splicing of video streams or manipulating encoded video stream scene graphs
    • H04N21/2343Processing of video elementary streams, e.g. splicing of video streams or manipulating encoded video stream scene graphs involving reformatting operations of video signals for distribution or compliance with end-user requests or end-user device requirements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/20Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
    • H04N21/23Processing of content or additional data; Elementary server operations; Server middleware
    • H04N21/234Processing of video elementary streams, e.g. splicing of video streams or manipulating encoded video stream scene graphs
    • H04N21/2343Processing of video elementary streams, e.g. splicing of video streams or manipulating encoded video stream scene graphs involving reformatting operations of video signals for distribution or compliance with end-user requests or end-user device requirements
    • H04N21/234309Processing of video elementary streams, e.g. splicing of video streams or manipulating encoded video stream scene graphs involving reformatting operations of video signals for distribution or compliance with end-user requests or end-user device requirements by transcoding between formats or standards, e.g. from MPEG-2 to MPEG-4 or from Quicktime to Realvideo

Definitions

  • the present invention relates to the field of multimedia technologies, and in particular, to a video playback control method, apparatus, and terminal device.
  • a primary object of the present invention is to provide a video playback control method and apparatus
  • Another object of the present invention is to provide a terminal device that implements the video playing method.
  • the present invention provides a video playback control method, including the following steps:
  • Determining a decoding condition provided by the terminal selecting an adapted decoding interface to decode the video stream, and when the decoding condition includes a hardware decoding interface and a software decoding interface, preferentially calling the hard The decoding interface decodes, otherwise the software decoding interface is called for decoding;
  • Determining a rendering condition provided by the terminal selecting a matching graphic rendering interface to draw the decoded video stream and outputting the output to the user interface display, and preferentially calling the hardware when the rendering condition includes a hardware rendering interface and a software rendering interface
  • the rendering interface is rendered, otherwise the software rendering interface is called for rendering.
  • the method further includes:
  • the operating system is a WINDOWS system.
  • the operating system of the terminal is a WINDOWS7 version or a WINDOWS7 or higher version, it is determined that the terminal meets the prerequisites for providing hardware decoding and hardware rendering, otherwise the software decoding interface is called to decode the video stream. Then, the software rendering interface is called to draw the decoded video stream and output it to the user interface display.
  • the step of determining the decoding condition provided by the terminal, and selecting the adapted decoding interface to decode the video stream specifically includes:
  • the decoder type including an Nvidia hardware decoder, an Intel hardware decoder, and an AMD hardware decoder;
  • the hardware decoding interface of the Nvidia hardware decoder is called to decode the video stream
  • the hardware decoding interface of the Intel hardware decoder is called to decode the video stream
  • the hardware decoding interface of the AMD hardware decoder is called to decode the video stream.
  • the hardware rendering interface is a DirectX 11 graphics rendering interface.
  • the DirectX 11 graphics rendering interface is called to convert the decoded video stream into a YUV 420 format and loaded into the DirectX 11 format. In the texture, the video stream is then drawn using the DirectX 11 device and output to the user interface.
  • the DirectX 11 graphics rendering interface is called to convert the decoded video stream into an RGBA format and loaded in the video memory, and then the video stream is drawn by the DirectX 11 device and output to the user interface.
  • determining whether the video stream is a VR view Frequency if it is, then use 3D graphics rendering, otherwise, use 2D graphics rendering.
  • the subsequent steps of the method are performed when the control instruction of the user is received.
  • the present invention provides a video playback control apparatus, including:
  • Read module used to obtain a video stream between live broadcasts from a server
  • a decoding module configured to determine a decoding condition provided by the terminal, and select an adapted decoding interface to decode the video stream.
  • the decoding condition includes a hardware decoding interface and a software decoding interface
  • the hardware decoding interface is preferentially invoked. Decoding, otherwise calling the software decoding interface for decoding;
  • the rendering module is configured to determine a rendering condition provided by the terminal, and select a matching graphic rendering interface to draw the decoded video stream and output the result to the user interface display.
  • the rendering condition includes a hardware rendering interface and a software rendering interface
  • the hardware rendering interface is preferentially invoked for rendering, otherwise the software rendering interface is invoked for rendering.
  • the present invention further provides a terminal device for implementing the method of the above first aspect, comprising: a video decoder, a video rendering engine, a central processing unit, a graphics processor, a memory, and a touch sensitive display.
  • the present invention has the following advantages:
  • the present invention can effectively standardize the encoding format of the live video stream for the video live broadcast platform.
  • the live decoding video stream is preferably decoded and rendered by hardware decoding and hardware rendering. It can ensure the smoothness of high-quality live video stream playback, especially for VR video stream, hardware decoding and hardware rendering can effectively reduce the CPU usage of the terminal, and solve the problem of video playback caused by software coding and GDI rendering. ;
  • the live broadcast platform can effectively standardize the encoding format of the live video stream, the video stream encoding format can be effectively prevented from satisfying the condition of supporting hardware decoding, and the video stream is provided with hardware decoding to provide more convenient conditions.
  • FIG. 1 is a schematic flow chart of an embodiment of a video playback control method according to the present invention.
  • FIG. 2 is a schematic flow chart of an embodiment of determining a type of a terminal decoder according to the present invention
  • FIG. 3 is a schematic diagram of an embodiment of playing a live video stream according to the present invention.
  • FIG. 4 is a schematic diagram of an embodiment of a video playback control apparatus according to the present invention.
  • terminal and terminal device used herein include both a wireless signal receiver device, a device having only a wireless signal receiver without a transmitting capability, and a receiving and transmitting hardware.
  • Such devices may include cellular or other communication devices having a single line display or a multi-line display or a cellular or other communication device without a multi-line display; PCS (Personal Communications Service), which may combine voice, data processing, facsimile and / or data communications capabilities; PDA (personal digital Assistant, personal digital assistants), which may include network access to a radio frequency receiver, a pager, Internet / web browser, notepad, calendar and / or GPS (Global Positioning System (Global Positioning System) receiver; conventional laptop and/or palmtop computer or other device having a conventional laptop and/or palmtop computer or other device that includes and/or includes a radio frequency receiver.
  • GPS Global Positioning System
  • terminal may be portable, transportable, installed in a vehicle (aviation, sea and/or land), or adapted and/or configured to operate locally, and/or Run in any other location on the Earth and/or space in a distributed form.
  • the "terminal” and “terminal device” used herein may also be a communication terminal, an internet terminal, a music/video playing terminal, and may be, for example, a PDA, a MID (Mobile Internet Device), and/or have a music/video playback.
  • Functional mobile phones can also be smart TVs, set-top boxes and other devices.
  • the remote network device used herein includes, but is not limited to, a computer, a network host, a single network server, a plurality of network server sets, or a cloud composed of multiple servers.
  • the cloud is composed of a large number of computers or network servers based on Cloud Computing, which is a kind of distributed computing, a super virtual computer composed of a group of loosely coupled computers.
  • the communication between the remote network device, the terminal device and the WNS server can be implemented by any communication method, including but not limited to, mobile communication based on 3GPP, LTE, WIMAX, TCP/IP, UDP protocol. Computer network communication and short-range wireless transmission based on Bluetooth and infrared transmission standards.
  • the implementation of the method of the present invention depends on a certain functional module or plug-in in the mobile terminal operating system, specifically executable code built in the corresponding application of the mobile terminal or a separately executable application independent of any application. It can be executed in a specific application and can run in a variety of compatible applications.
  • the specific implementation form of the functional module or the plug-in is not specifically limited to the present invention.
  • the live broadcast room includes the following meanings: 1 a virtual space (or virtual room) created based on the webcast platform.
  • the live broadcast room is generally created by the anchor client and connected to multiple viewing clients, that is, live broadcast.
  • the anchor and the plurality of viewers are included in the room, and the viewing client located in the virtual space can watch the live content of the anchor client, and the user of the anchor client and the user who views the client, the user who views the client, and the user who views the client.
  • 2 an instant messaging platform that aggregates users together in groups, such as a video conferencing system, where users log in to the client to enter the group, and the user is in the group.
  • the group exists as a member of the group.
  • the same group contains multiple group members.
  • the user can join or leave the group arbitrarily. Within the group, various interactions such as text, voice, and video can be performed.
  • FIG. 1 is a schematic flowchart of an embodiment of a video playback control method according to the present invention, including the following steps:
  • Step S100 Obtain a video stream between the live broadcasts from the server.
  • the live broadcast process is as follows: the watcher sends a video live broadcast request to watch a live broadcast -> after receiving the request, the server returns the play address (usually a multicast URL) of the live broadcast to the viewer -> the watcher The address is added to the corresponding multicast group-> and then the video stream (stream data) of the live broadcast is obtained from the server. After the terminal obtains the video stream, before converting the video stream into an image output and displaying it on the terminal user interface, the video stream needs to be decoded, rendered, and the like.
  • the encoded format of the video stream is an H.264 or H.265 encoding format
  • the live broadcast platform can effectively control the encoding format of the live video stream, thereby providing more convenient conditions for hardware decoding of the video stream.
  • Step S200 determining a decoding condition provided by the terminal, selecting an adapted decoding interface to decode the video stream, and when the decoding condition includes a hardware decoding interface and a software decoding interface, preferentially calling the hardware decoding interface to perform decoding, Otherwise, the software decoding interface is called for decoding.
  • Step S300 determining a rendering condition provided by the terminal, selecting a matching graphic rendering interface to draw the decoded video stream and outputting the output to the user interface display, and when the rendering condition includes a hardware rendering interface and a software rendering interface, preferentially calling The hardware rendering interface performs rendering, otherwise the software rendering interface is invoked for rendering.
  • the method further includes the steps of:
  • the operating system is a WINDOWS system. Since Microsoft has configured a hardware acceleration interface for the underlying system in WINDOWS7 and above of the WINDOWS system, the operating system below WINDOWS7 cannot meet the conditions of hardware decoding and hardware rendering, so in this embodiment
  • the operating system of the terminal is WINDOWS7 version or WINDOWS7 or higher, it is determined that the terminal meets the preconditions for providing hardware decoding and hardware rendering. Otherwise, the software decoding interface is called to soft decode the video stream, and then the WINDOWS GDI is called to decode. The subsequent video stream is drawn and output to the user interface display.
  • the embodiment further includes the following steps:
  • the decoder types include NVIDIA hardware decoder, INTEL hardware decoder, AMD hardware decoder, and hardware decoding technology is mainly provided by NVIDIA/INTEL/AMD.
  • Nvidia's graphics card introduces PureVideo technology and PureVideo in hardware decoding.
  • HD technology Intel's graphics card introduced Intel Clear Video technology in hardware decoding
  • AMD's graphics card introduced AMD Avivo technology and AMD Avivo HD technology in hardware decoding.
  • the graphics cards that support PureVideo technology are: GeForce6 series graphics cards, GeForce7 series graphics cards; graphics cards supporting PureVideo HD (first generation) technology: GeForce6 series graphics cards, GeForce7 series graphics cards, GeForce6150 integrated graphics; support PureVideo HD (second generation)
  • the technical graphics cards are: GeForce8 series.
  • Graphics cards that support AMD Avaio technology include the ATi X1300/X1600/X1800/X1900 series, the ATi HD2000/HD3000/HD4000 series, and the AMD HD5000/HD6000 series.
  • Graphics cards that support AMD Avaio HD technology are: ATI HD2400/HD2600 series.
  • FIG. 2 is a flowchart of determining a decoder type supported by a terminal according to the embodiment, specifically,
  • the hardware decoding interface of the Nvidia hardware decoder is called to decode the video stream
  • the hardware decoding interface of the Intel hardware decoder is called to decode the video stream
  • the hardware decoding interface of the AMD hardware decoder is called to decode the video stream.
  • Encoding formats such as H.264 or H.265 format
  • encapsulation formats provide more convenient conditions for hardware decoding of video streams.
  • the decoded video stream needs to be rendered. In this case, it is also required to determine a rendering condition provided by the terminal.
  • the rendering condition includes a hardware rendering interface and a software rendering interface
  • the first call is performed.
  • the hardware rendering interface is rendered, otherwise the software rendering interface is invoked for rendering.
  • the hardware rendering interface is a DirectX graphics rendering interface, and Microsoft Corporation integrates DirectX11 into Windows 7.
  • the DirectX 11 graphics rendering interface is called to convert the decoded video stream into a YUV 420 format and loaded into a texture created by DirectX 11 (a picture saved in the video memory).
  • the video stream is then drawn and output to the user interface display using the DirectX 11 device, which can save CPU usage to the utmost extent.
  • the DirectX 11 graphics rendering interface is called to convert the decoded video stream into an RGBA format and loaded in the video memory, and then the video stream is drawn and output by using the DirectX 11 device. Displayed to the user interface.
  • the video stream is rendered by the DirectX 11 graphics rendering interface, it is determined whether the video stream is a VR video, and if so, the 3D graphics rendering is performed; otherwise, the 2D graphics rendering is performed.
  • the DirectX 11 includes a Direct 3D and a Direct Draw interface.
  • the 3D graphics rendering is performed by calling a Direct 3D interface.
  • the 2D graphics rendering is performed by calling a Direct Draw.
  • the VR (Virtual Reality) video is also called a panoramic video.
  • VR video stream is a high-resolution, high-rate, high-frame-rate live video stream. If software decoding and GDI rendering are used, it will occupy too many terminals.
  • CPU resources, causing video picture jamming, and using hardware decoding and / or hardware rendering can effectively release the end The pressure of the CPU ensures the smoothness of high-quality video playback.
  • the function of turning on hardware decoding and/or hardware rendering includes the following manners:
  • An implementation manner is: when the terminal uses the software decoding and the GDI to render the output video stream, and after detecting that the CPU usage of the terminal is higher than a preset threshold, the video stream is hardware decoded and/or according to the method of the present invention.
  • Hardware rendering to reduce the CPU usage of the terminal, reduce the dropped frame of the video stream, improve the smoothness of video playback, and thus enhance the user experience.
  • the second implementation manner is that, after the terminal acquires the video stream, according to the decoding condition and the rendering condition provided by the terminal, if the hardware decoding and hardware rendering conditions are met, the hardware decoding and hardware rendering of the video stream are automatically turned on.
  • FIG. 3 is a schematic diagram of an embodiment of playing a live video stream according to the present invention. The user can click on the button pointed to by the arrow in FIG. 3 to enable hardware decoding and hardware rendering of the video stream.
  • FIG. 4 is a schematic diagram of an embodiment of a video playback control apparatus according to the present invention, including:
  • the reading module 100 is configured to acquire a video stream between the live broadcasts from the server.
  • the live broadcast process is as follows: the watcher sends a video live broadcast request to watch a live broadcast -> after receiving the request, the server returns the play address (usually a multicast URL) of the live broadcast to the viewer -> the watcher The address is added to the corresponding multicast group-> and then the video stream (stream data) of the live broadcast is obtained from the server.
  • the reading module 100 obtains the video stream, before converting the video stream into an image output and displaying it on the terminal user interface, the video stream needs to be decoded, rendered, and the like.
  • the decoding module 200 is configured to determine a decoding condition provided by the terminal, select an adapted decoding interface to decode the video stream, and preferentially invoke the hardware decoding interface when the decoding condition includes a hardware decoding interface and a software decoding interface. Decoding is performed, otherwise the software decoding interface is called for decoding.
  • the rendering module 300 is configured to determine a rendering condition provided by the terminal, and select a matching graphic rendering interface to draw the decoded video stream and output the output to the user interface, when the rendering condition includes a hard
  • the rendering interface and the software rendering interface are used, the hardware rendering interface is preferentially called for rendering, otherwise the software rendering interface is called for rendering.
  • the decoding module 200 calls the software decoding interface to perform soft decoding on the video stream.
  • the rendering module 300 then calls WINDOWS GDI to draw and output the decoded video stream to the user interface display.
  • the decoder type including an NVIDIA hardware decoder, an INTEL hardware decoder, and an AMD hardware decoder;
  • the decoding module 200 calls the hardware decoding interface of the Nvidia hardware decoder to decode the video stream;
  • the decoding module 200 calls the hardware decoding interface of the Intel hardware decoder to decode the video stream;
  • the decoding module 200 calls the hardware decoding interface of the AMD hardware decoder to decode the video stream.
  • the rendering module 300 After decoding the video stream, it is also required to determine a rendering condition provided by the terminal.
  • the rendering module 300 calls the DirectX 11 graphics rendering interface to convert the decoded video stream into the YUV 420 format, and Loaded into the texture created by DirectX 11 (a type of image container saved in the video memory), and then the video stream is drawn by the DirectX 11 device and output to the user interface display;
  • the rendering module 300 calls DirectX.
  • 11 graphics rendering interface converts the decoded video stream into RGBA format and loads it in the video memory, and then uses the DirectX 11 device to draw the video stream and output it to the user interface display.
  • the present invention further provides a terminal device, which is used to implement the above video playback control method, including: a video decoder, a video rendering engine, a central processing unit, a graphics processor, a memory, and a touch sensitive display.
  • a terminal device which is used to implement the above video playback control method, including: a video decoder, a video rendering engine, a central processing unit, a graphics processor, a memory, and a touch sensitive display.
  • the present invention can effectively standardize the encoding format of the live video stream for the video live broadcast platform.
  • the live decoding video stream is preferably decoded and rendered by hardware decoding and hardware rendering. It can ensure the smoothness of high-quality live video stream playback.
  • hardware decoding and hardware rendering can effectively reduce the CPU usage of the terminal, and solve the problem of video playback caused by software coding and GDI rendering. The problem;
  • the live broadcast platform can effectively standardize the encoding format of the live video stream, the video stream encoding format can be effectively prevented from satisfying the condition of supporting hardware decoding, and the video stream is provided with hardware decoding to provide more convenient conditions.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Databases & Information Systems (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

La présente invention concerne le domaine technique du multimédia, et en particulier un procédé et un appareil de commande de lecture vidéo et un dispositif terminal. Le procédé comprend les étapes consistant à : acquérir un flux vidéo destiné à un studio en direct à partir d'un serveur ; déterminer une condition de décodage fournie par un terminal, et sélectionner une interface de décodage correspondante pour décoder le flux vidéo, l'interface de décodage matériel étant de préférence invoquée pour le décodage lorsque la condition de décodage comprend une interface de décodage matériel et une interface de décodage logiciel, et sinon, l'interface de décodage logiciel étant invoquée pour le décodage ; et déterminer une condition de rendu fournie par le terminal, sélectionner une interface de rendu graphique correspondante pour rendre le flux vidéo décodé, et ensuite délivrer le flux vidéo décodé rendu à une interface utilisateur de façon à l'afficher, l'interface de rendu matériel étant de préférence invoquée pour le rendu lorsque la condition de rendu comprend une interface de rendu matériel et une interface de rendu logiciel, et sinon, l'interface de rendu logiciel étant invoquée pour le rendu. Selon la présente invention, un terminal peut réaliser une visualisation fluide d'un flux vidéo en direct ayant une résolution élevée, un débit binaire élevé et un taux de trame élevé.
PCT/CN2017/107311 2016-12-30 2017-10-23 Procédé et appareil de commande de lecture vidéo et dispositif terminal WO2018121014A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201611259122.8A CN106713937A (zh) 2016-12-30 2016-12-30 视频播放控制方法、装置及终端设备
CN201611259122.8 2016-12-30

Publications (1)

Publication Number Publication Date
WO2018121014A1 true WO2018121014A1 (fr) 2018-07-05

Family

ID=58905684

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/107311 WO2018121014A1 (fr) 2016-12-30 2017-10-23 Procédé et appareil de commande de lecture vidéo et dispositif terminal

Country Status (2)

Country Link
CN (1) CN106713937A (fr)
WO (1) WO2018121014A1 (fr)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114007077A (zh) * 2021-11-17 2022-02-01 北京百度网讯科技有限公司 多媒体资源的处理方法、装置、电子设备和存储介质
CN114611101A (zh) * 2022-03-17 2022-06-10 杭州云深科技有限公司 一种获取应用软件趋势的数据处理系统
CN115665485A (zh) * 2022-12-26 2023-01-31 杭州星犀科技有限公司 视频画面优化方法及装置、存储介质和视频终端

Families Citing this family (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106713937A (zh) * 2016-12-30 2017-05-24 广州虎牙信息科技有限公司 视频播放控制方法、装置及终端设备
CN109309867A (zh) * 2017-07-28 2019-02-05 中兴通讯股份有限公司 终端的显示方法、显示终端及计算机可读存储介质
CN107864343B (zh) * 2017-10-09 2019-01-29 上海幻电信息科技有限公司 基于显卡的电脑直播图像渲染方法及系统
CN108040258B (zh) * 2017-11-21 2020-05-15 北京臻迪科技股份有限公司 一种编码、解码方法、装置及系统
CN109963191A (zh) * 2017-12-14 2019-07-02 中兴通讯股份有限公司 一种视频信息的处理方法、装置及存储介质
CN110022478A (zh) * 2018-01-09 2019-07-16 武汉斗鱼网络科技有限公司 一种基于Intel SkyLake集成显卡的H265硬件编码方法及直播平台
CN110022480B (zh) * 2018-01-09 2022-03-25 武汉斗鱼网络科技有限公司 一种基于amd显卡的h265硬件编码方法及直播平台
CN110022479A (zh) * 2018-01-09 2019-07-16 武汉斗鱼网络科技有限公司 一种基于Nvidia Maxwell2显卡的H265硬件编码方法及直播平台
CN108235096A (zh) * 2018-01-18 2018-06-29 湖南快乐阳光互动娱乐传媒有限公司 移动终端硬解码智能切换软解码播放视频的方法
CN108400977A (zh) * 2018-02-07 2018-08-14 苏州科达科技股份有限公司 视频数据调取方法及装置
CN108600813A (zh) * 2018-05-17 2018-09-28 上海七牛信息技术有限公司 一种媒体文件播放方法、装置以及媒体播放系统
CN110620954B (zh) * 2018-06-20 2021-11-26 阿里巴巴(中国)有限公司 用于硬解的视频处理方法、装置和存储介质
CN109005420B (zh) * 2018-08-10 2021-08-24 深圳Tcl数字技术有限公司 视频帧播放、获取方法、电视、云平台服务器及系统
CN109088887A (zh) * 2018-09-29 2018-12-25 北京金山云网络技术有限公司 一种流媒体解码的方法及装置
CN109194983A (zh) * 2018-10-10 2019-01-11 贵阳朗玛信息技术股份有限公司 直播方法、系统、存储介质、广播服务器及服务器集群
CN109302617B (zh) * 2018-10-19 2020-12-15 武汉斗鱼网络科技有限公司 一种指定多元素的视频连麦方法、装置、设备及存储介质
CN111246214B (zh) * 2018-11-28 2022-05-06 杭州海康威视数字技术股份有限公司 一种视频解码方法、装置
CN111836101A (zh) * 2019-04-19 2020-10-27 深圳市茁壮网络股份有限公司 一种视频播放方法及装置
CN113055744B (zh) * 2020-08-31 2023-07-07 惠州华阳通用电子有限公司 一种视频解码方法及装置
CN112203097A (zh) * 2020-09-30 2021-01-08 苏州臻迪智能科技有限公司 一种自适应视频解码方法、装置,终端设备及存储介质
CN113032080B (zh) * 2021-03-31 2023-06-27 广州虎牙科技有限公司 页面实现方法、应用程序、电子设备及存储介质
CN115734011A (zh) * 2021-08-25 2023-03-03 上海擎感智能科技有限公司 视频数据的处理方法及视频播放系统
CN114222185B (zh) * 2021-12-10 2024-04-05 洪恩完美(北京)教育科技发展有限公司 视频播放方法、终端设备及存储介质
CN114222073B (zh) * 2021-12-13 2023-02-17 北京百度网讯科技有限公司 视频输出方法、装置、电子设备和存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102074257A (zh) * 2011-01-17 2011-05-25 博视联(苏州)信息科技有限公司 软硬件结合解码的通用多媒体播放设备及其播放方法
CN103702124A (zh) * 2012-09-27 2014-04-02 深圳市快播科技有限公司 一种转码加速方法和转码器
CN104185062A (zh) * 2013-05-27 2014-12-03 中兴通讯股份有限公司 一种终端处理视频流的方法及终端
CN106131550A (zh) * 2016-07-25 2016-11-16 合网络技术(北京)有限公司 播放多媒体文件的方法及装置
CN106713937A (zh) * 2016-12-30 2017-05-24 广州虎牙信息科技有限公司 视频播放控制方法、装置及终端设备

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102074257A (zh) * 2011-01-17 2011-05-25 博视联(苏州)信息科技有限公司 软硬件结合解码的通用多媒体播放设备及其播放方法
CN103702124A (zh) * 2012-09-27 2014-04-02 深圳市快播科技有限公司 一种转码加速方法和转码器
CN104185062A (zh) * 2013-05-27 2014-12-03 中兴通讯股份有限公司 一种终端处理视频流的方法及终端
CN106131550A (zh) * 2016-07-25 2016-11-16 合网络技术(北京)有限公司 播放多媒体文件的方法及装置
CN106713937A (zh) * 2016-12-30 2017-05-24 广州虎牙信息科技有限公司 视频播放控制方法、装置及终端设备

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114007077A (zh) * 2021-11-17 2022-02-01 北京百度网讯科技有限公司 多媒体资源的处理方法、装置、电子设备和存储介质
CN114007077B (zh) * 2021-11-17 2023-09-01 北京百度网讯科技有限公司 多媒体资源的处理方法、装置、电子设备和存储介质
CN114611101A (zh) * 2022-03-17 2022-06-10 杭州云深科技有限公司 一种获取应用软件趋势的数据处理系统
CN114611101B (zh) * 2022-03-17 2024-04-26 杭州云深科技有限公司 一种获取应用软件趋势的数据处理系统
CN115665485A (zh) * 2022-12-26 2023-01-31 杭州星犀科技有限公司 视频画面优化方法及装置、存储介质和视频终端

Also Published As

Publication number Publication date
CN106713937A (zh) 2017-05-24

Similar Documents

Publication Publication Date Title
WO2018121014A1 (fr) Procédé et appareil de commande de lecture vidéo et dispositif terminal
WO2018095174A1 (fr) Procédé de commande, dispositif et appareil terminal permettant de synthétiser un flux vidéo d'une salle de diffusion en continu en direct
WO2018095146A1 (fr) Procédé, dispositif et appareil terminal de synthèse de flux vidéo d'une salle de diffusion en continu en direct
WO2021047419A1 (fr) Procédé d'interaction de diffusion en direct, système de diffusion en direct, dispositif électronique et support de stockage
US10250683B2 (en) Server node arrangement and method
JP4585479B2 (ja) サーバ装置および映像配信方法
US9635373B2 (en) System and method for low bandwidth display information transport
CN111803940B (zh) 游戏的处理方法、装置、电子设备及计算机可读存储介质
US8836798B2 (en) Method and system for processing a composite video image
CN106412621A (zh) 网络直播间的视频显示方法及装置、控制方法与相关设备
CN103348695A (zh) 针对图形的低延时无线显示器
KR20080089134A (ko) 원격 제어 장치 및 그 제어 방법
WO2022257699A1 (fr) Procédé et appareil d'affichage d'image, dispositif, support de stockage et produit de programme
CN112843676B (zh) 数据处理方法、装置、终端、服务器及存储介质
CN113225592B (zh) 基于Wi-Fi P2P的投屏方法和装置
US20110237189A1 (en) Data transmission device, system and method using the same
CN113596571B (zh) 屏幕分享方法、装置、系统、存储介质以及计算机设备
CN103188210A (zh) 在大屏幕客户端上播放移动终端的媒体内容的方法及终端
CN113014950A (zh) 一种直播同步的方法、系统和电子设备
US20220239920A1 (en) Video processing method, related apparatus, storage medium, and program product
CN113766266B (zh) 音视频处理方法、装置、设备以及存储介质
WO2016107174A1 (fr) Procédé et système de traitement de lecteur, de client et de données de fichier multimédia
CN113630575B (zh) 多人在线视频会议图像显示的方法、系统和存储介质
JP2008139977A (ja) ネットワークシステム
CN112565655A (zh) 视频数据的鉴黄方法、装置、电子设备及存储介质

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17888219

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 17888219

Country of ref document: EP

Kind code of ref document: A1