WO2016011907A1 - 一种播放视频的方法以及装置 - Google Patents

一种播放视频的方法以及装置 Download PDF

Info

Publication number
WO2016011907A1
WO2016011907A1 PCT/CN2015/084119 CN2015084119W WO2016011907A1 WO 2016011907 A1 WO2016011907 A1 WO 2016011907A1 CN 2015084119 W CN2015084119 W CN 2015084119W WO 2016011907 A1 WO2016011907 A1 WO 2016011907A1
Authority
WO
WIPO (PCT)
Prior art keywords
video
time
play
video player
player
Prior art date
Application number
PCT/CN2015/084119
Other languages
English (en)
French (fr)
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 WO2016011907A1 publication Critical patent/WO2016011907A1/zh

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/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
    • 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/45Management operations performed by the client for facilitating the reception of or the interaction with the content or administrating data related to the end-user or to the client device itself, e.g. learning user preferences for recommending movies, resolving scheduling conflicts
    • H04N21/454Content or additional data filtering, e.g. blocking advertisements

Definitions

  • the present application relates to the field of computer technologies, and in particular, to a method and an apparatus for playing video.
  • online videos are often accompanied by advertisements.
  • online video has an advertisement at the beginning of the video.
  • users watch online video they need to be forced to watch the advertisement, which is a waste of time and affects the user experience.
  • a technical problem to be solved by the embodiments of the present application is to provide a method and a device for playing a video, which can skip the advertisement when playing a video, save time, and improve user experience.
  • the embodiment of the present application provides a method for playing a video, including:
  • the play time is returned to the video player such that the video player uses the play time as the current time to play the video.
  • the embodiment of the present application further provides an apparatus for playing a video, including:
  • the advertisement duration acquisition module is configured to obtain an advertisement duration corresponding to the video played by the video player
  • a query request receiving module configured to receive a time query request sent by the video player
  • a play time generating module configured to acquire an issue time when the video player issues a time query request, and generate a play time according to the issue time and the advertisement duration;
  • a play time return module for returning the play time to the video player, so that The video player uses the play time as the current time to play the video.
  • the embodiment of the present application further provides a terminal, where the terminal includes:
  • processor a memory, a communication interface, and a bus
  • the processor, the memory, and the communication interface are connected by the bus and complete communication with each other;
  • the memory stores executable program code
  • the processor runs a program corresponding to the executable program code by reading executable program code stored in the memory for:
  • the play time is returned to the video player such that the video player uses the play time as the current time to play the video.
  • the embodiment of the present application further provides an application program for executing a method for playing a video according to an embodiment of the present application at runtime.
  • the embodiment of the present application further provides a storage medium for storing an application, where the application is used to execute the method for playing a video according to the embodiment of the present application.
  • the embodiment of the present application has the following beneficial effects: the embodiment of the present application generates a play time according to the duration of the advertisement corresponding to the video and the time when the video player issues the time query request, and returns the play time to the video player, so that The video player uses the playing time as the current time to play the video, thereby skipping the advertisement while playing the video, saving time and improving the user experience.
  • FIG. 1 is a schematic flowchart of a method for playing a video according to an embodiment of the present application
  • FIG. 2 is a schematic flowchart of another method for playing a video according to an embodiment of the present application
  • FIG. 3 is a schematic structural diagram of an apparatus for playing video according to an embodiment of the present disclosure
  • FIG. 4 is a schematic structural diagram of an advertisement duration acquisition module according to an embodiment of the present application.
  • the apparatus for playing video in the embodiment of the present application may be built in a user equipment, and the user equipment includes a smart phone, a tablet computer, a personal computer, an MP4 player, etc., and can play local video or connect to the Internet. And play online videos on the internet.
  • FIG. 1 is a schematic flowchart of a method for playing a video in an embodiment of the present application.
  • the flow of the method for playing video in this embodiment as shown in the figure may include:
  • the video may include a local video and an online video.
  • an online video is taken as an example.
  • the video player may be a web player built into a browser, such as a Flash Player.
  • the apparatus of the present application first monitors whether the video player acquires an instruction to play a video. For example, the user clicks the play button on the video player, and the device of the present application can know that the user inputs a play instruction for the video by monitoring the video player. Specifically, after obtaining the instruction to play the video, the device of the present application acquires the duration of the advertisement corresponding to the video played by the video player.
  • the device of the present application may first obtain the play information of the video played by the video player, and then search for the duration of the advertisement corresponding to the video from the preset database according to the play information of the video.
  • the play information may be determined by the web address information of the webpage to which the video belongs and the identification information of the video, wherein the webpage information of the webpage may be a webpage URL (Uniform Resource Locators), and the webpage URL may be used to locate the webpage.
  • the identification information of the video may be a video URL
  • the above video URL may be used to locate the address of the video on the network, therefore, A unique video can be determined by the web page URL and the video URL.
  • the preset database may be established in the early stage, and may be continuously updated and maintained during use, wherein at least the mapping relationship between the playing information and the advertising duration is recorded, for example, it is assumed that the webpage information of the webpage A is URLA, the webpage.
  • the identification information of a video in A is URLa
  • the duration of the advertisement corresponding to the video is 90 seconds
  • S102 Receive a time query request sent by the video player, and obtain an issue time of the time query request.
  • the video player in the existing webpage does not have the timing function itself. It needs to obtain the played time from the timer, so as to calibrate the playback progress of the video according to the played time, and play the corresponding video content from the progress.
  • the device of the present application integrates the above timer, that is, the video player needs to periodically acquire the elapsed time from the device of the present application.
  • the video player periodically issues a time query request to the device of the present application, in particular, The video player may issue a time inquiry request at the start time of playing the video (for example, issuing a time inquiry request before the title advertisement is played), or issue a time inquiry request when playing to a preset time point in the video (for example, at A time inquiry request is issued before the advertisement in the movie is played).
  • the transmission time of the video player to send the time query request to the device of the present application is extremely short, and can be ignored, and the time when the device of the present application receives the time query request can be regarded as the time of the time query request sent by the video player.
  • the device of the present application can directly obtain the time of issuance when receiving the time inquiry request.
  • the device of the present application receives a time query request sent by the video player, and acquires a time for issuing the time query request.
  • the device of the present application generates a play time by accumulating the issue time and the duration of the advertisement.
  • the time of the time inquiry request sent by the video player is TS
  • the duration of the advertisement corresponding to the video is ⁇ T
  • the current time is the elapsed time used to calibrate the playback progress.
  • the device of the present application returns the generated play time to the video player, so that the video player uses the play time as the played time to skip the advertisement and directly play the video.
  • the subsequent video player periodically issues a time query request, the returned playback time is postponed to the TAD, ensuring the continuity of the video.
  • the embodiment of the present application generates a play time according to the advertisement duration corresponding to the video and the issue time when the video player issues the time query request, and returns the play time to the video player, so that the video player uses the play time as the current time to play.
  • Video which allows you to skip ads when playing videos, saving time and improving the user experience.
  • FIG. 2 is a schematic flowchart of another method for playing a video in the embodiment of the present application, which may include:
  • S201 Monitor whether the video player obtains an instruction to play the video.
  • the video may include a local video and an online video.
  • an online video is taken as an example.
  • the video player may be a web player built into a browser, such as a Flash Player.
  • the device of the present application first monitors whether the video player obtains an instruction to play the video, and if yes, proceeds to step S202, and if not, continues to monitor. For example, the user clicks the play button on the video player, and the device of the present application can know that the user inputs a play instruction for the video by monitoring the video player.
  • the device of the present application acquires the play information of the video.
  • the play information may be determined by a web address information of a webpage to which the video belongs and identification information of the video, where
  • the URL information of the webpage may be a webpage URL (Uniform Resource Locators), and the webpage URL may be used to locate the webpage address, and the video identification information may be a video URL, and the video URL may be used to locate the video on the webpage.
  • the address therefore, the unique video can be determined by the web page URL and the video URL.
  • S203 Search, according to the play information of the video, an advertisement duration corresponding to the video from a preset database, where the preset database records a mapping relationship between the play information and the advertisement duration.
  • the preset database may be established in the early stage, and may be continuously updated and maintained during use, wherein at least the mapping relationship between the playing information and the advertising duration is recorded, for example, it is assumed that the webpage information of the webpage A is URLA, webpage A.
  • the identification information of one of the videos is URLa, and the duration of the advertisement corresponding to the video is 90 seconds, and the content as shown in Table 1 above can be stored in the database.
  • the device of the present application searches for a duration of the advertisement corresponding to the video from a preset database according to the play information of the video.
  • S204 Receive a time query request sent by the video player at a start time of playing the video, and acquire an issue time of the time query request.
  • the video player in the existing webpage does not have the timing function itself. It needs to obtain the played time from the timer, so as to calibrate the playback progress of the video according to the played time, and play the corresponding video content from the progress.
  • the device of the present application integrates the above timer.
  • the transmission time of the video player to send the time query request to the device of the present application is extremely short, and can be ignored, and the time when the device of the present application receives the time query request can be regarded as the time of the time query request sent by the video player.
  • the device of the present application can directly obtain the time of issuance when receiving the time inquiry request.
  • the video player may issue a time query request to the application device at the start time of playing the video (for example, issuing a time query request before the title advertisement is played), and the application device receives the time query request sent by the video player.
  • the current time is the elapsed time used to calibrate the playback progress.
  • the device of the present application returns the generated play time to the video player, so that the video player uses the play time as the played time to skip the advertisement and directly play the video.
  • the embodiment of the present application generates a play time according to the advertisement duration corresponding to the video and the issue time when the video player issues the time query request, and returns the play time to the video player, so that the video player uses the play time as the current time to play.
  • Video which allows you to skip ads when playing videos, saving time and improving the user experience.
  • FIG. 3 is a schematic structural diagram of an apparatus for playing a video in an embodiment of the present application.
  • the apparatus for playing video in the embodiment of the present application may include at least an advertisement duration acquisition module 310, a query request receiving module 320, a play time generation module 330, and a play time return module 340, where:
  • the advertisement duration acquisition module 310 is configured to obtain an advertisement duration corresponding to the video played by the video player.
  • the advertisement duration acquiring module 310 may further include: a play information acquiring unit 311 and an advertisement duration acquiring unit 312, as shown in FIG. 4, wherein:
  • the play information obtaining unit 311 is configured to acquire play information of a video played by the video player.
  • the video may include a local video and an online video.
  • the video is mainly viewed online. Frequency is an example.
  • the video player may be a web player built into a browser, such as a Flash Player.
  • the play information may be determined by the webpage information of the webpage to which the video belongs and the identifier information of the video.
  • the webpage information of the webpage may be a webpage URL (Uniform Resource Locators), and the webpage URL may be used to locate the webpage address and video.
  • the identification information may be a video URL, and the above video URL may be used to locate the address of the video on the network, so that the unique video can be determined by the webpage URL and the video URL.
  • the advertisement duration acquisition unit 312 is configured to search, according to the play information of the video, the advertisement duration corresponding to the video from a preset database, where the preset database records the mapping of the play information and the advertisement duration relationship.
  • the preset database may be established in the early stage, and may be continuously updated and maintained during use, wherein at least the mapping relationship between the playing information and the advertising duration is recorded, for example, it is assumed that the webpage information of the webpage A is URLA, and the webpage A is The identification information of a video is URLa, and the duration of the advertisement corresponding to the video is 90 seconds, and the content as shown in Table 1 above can be stored in the database.
  • the advertisement duration acquisition unit 312 searches for the advertisement duration corresponding to the video from the preset database according to the play information of the video.
  • the query request receiving module 320 is configured to receive a time query request sent by the video player, and obtain an issue time of the time query request.
  • the video player in the existing webpage does not have the timing function itself. It needs to obtain the played time from the timer, so as to calibrate the playback progress of the video according to the played time, and play the corresponding video content from the progress.
  • the device of the present application integrates the above timer. That is, the video player needs to periodically obtain the played time from the device of the present application.
  • the video player periodically sends a time query request to the device of the present application. In particular, the video player can play the video.
  • the start time issues a time query request (for example, a time inquiry request is issued before the title advertisement is played), or a time inquiry request is issued when playing to a preset time point in the video (for example, a time inquiry request is issued before the on-chip advertisement is played) ).
  • a time query request for example, a time inquiry request is issued before the title advertisement is played
  • a time inquiry request is issued when playing to a preset time point in the video (for example, a time inquiry request is issued before the on-chip advertisement is played) ).
  • the transmission time of the video player to send the time query request to the device of the present application is extremely short, negligible, and the time when the query request receiving module 320 receives the time query request can be regarded as the time of the time query request sent by the video player. Therefore, the device of the application can directly obtain the time of receipt. The time when the request was queried.
  • the query request receiving module 320 receives the time query request sent by the video player, and acquires the time of issuing the time query request.
  • the play time generation module 330 is configured to acquire an issue time when the video player issues a time query request, and generate a play time according to the issue time and the advertisement duration.
  • the play time return module 340 is configured to return the play time to the video player, so that the video player uses the play time as the current time to play the video.
  • the current time is the elapsed time used to calibrate the playback progress.
  • the play time returning module 340 returns the generated play time to the video player, so that the video player uses the play time as the elapsed time to skip the advertisement and directly play the video.
  • the subsequent video player periodically issues a time query request, the returned playback time is postponed to the TAD, ensuring the continuity of the video.
  • the apparatus for playing video as shown in the figure further includes a player monitoring module 350 for monitoring whether the video player acquires an instruction to play the video.
  • the player monitoring module 350 first monitors whether the video player acquires an instruction to play the video. For example, the user clicks the play button on the video player, and the player monitor module 350 can know that the user inputs a play instruction for the video by monitoring the video player. After the player listening module 350 obtains the instruction to play the video, the advertisement duration acquiring module 310 acquires the advertising duration corresponding to the video played by the video player.
  • the embodiment of the present application generates a play time according to the advertisement duration corresponding to the video and the issue time when the video player issues the time query request, and returns the play time to the video player, so that the video player uses the play time as the current time to play.
  • Video which allows you to skip ads when playing videos, saving time and improving the user experience.
  • the embodiment of the present application further provides a terminal, where the terminal includes:
  • processor a memory, a communication interface, and a bus
  • the processor, the memory, and the communication interface are connected by the bus and complete communication with each other;
  • the memory stores executable program code
  • the processor runs a program corresponding to the executable program code by reading executable program code stored in the memory for:
  • the play time is returned to the video player such that the video player uses the play time as the current time to play the video.
  • the embodiment of the present application further provides an application program for executing a method for playing a video provided by an embodiment of the present application at runtime.
  • the method for playing a video includes:
  • the play time is returned to the video player such that the video player uses the play time as the current time to play the video.
  • the embodiment of the present application further provides a storage medium for storing an application, and the application is used to execute the method for playing a video provided by the embodiment of the present application.
  • the method for playing a video includes:
  • the play time is returned to the video player such that the video player uses the play time as the current time to play the video.
  • first and second are used for descriptive purposes only and are not to be construed as indicating or implying a relative importance or implicitly indicating the number of technical features indicated.
  • features defining “first” or “second” may include at least one of the features, either explicitly or implicitly.
  • the meaning of "a plurality” is at least two, such as two, three, etc., unless specifically defined otherwise.
  • the logic and/or steps represented in the flowchart or otherwise described herein, for example, may be considered as an ordered list of executable instructions for implementing logical functions, and may be embodied in any computer readable medium, Used in conjunction with, or in conjunction with, an instruction execution system, apparatus, or device (eg, a computer-based system, a system including a processor, or other system that can fetch instructions and execute instructions from an instruction execution system, apparatus, or device) Or use with equipment.
  • an instruction execution system, apparatus, or device eg, a computer-based system, a system including a processor, or other system that can fetch instructions and execute instructions from an instruction execution system, apparatus, or device
  • computer-readable medium can be any apparatus that can contain, store, communicate, propagate, or transport the program for use by the instruction execution system, apparatus, or device, or in conjunction with the instruction execution system, apparatus, or device.
  • computer readable media include the following: electrical connections (electronic devices) having one or more wires, portable computer disk cartridges (magnetic devices), random access memory (RAM), Read only memory (ROM), erasable editable read only memory (EPROM or flash memory), fiber optic devices, and portable compact disk read only memory (CDROM).
  • the computer readable medium may even be a paper or other suitable medium on which the program can be printed, as it may be optically scanned, for example by paper or other medium, followed by editing, interpretation or, if appropriate, other suitable The method is processed to obtain the program electronically and then stored in computer memory.
  • portions of the application can be implemented in hardware, software, firmware, or a combination thereof.
  • multiple steps or methods may be implemented in software or firmware stored in a memory and executed by a suitable instruction execution system.
  • a suitable instruction execution system For example, if implemented in hardware, as in another embodiment, it can be implemented by any one or combination of the following techniques well known in the art: having logic gates for implementing logic functions on data signals. Discrete logic circuits, application specific integrated circuits with suitable combinational logic gates, programmable gate arrays (PGAs), field programmable gate arrays (FPGAs), etc.
  • each functional unit in each embodiment of the present application may be integrated into one processing module, or each unit may exist physically separately, or two or more units may be integrated into one module.
  • the above integrated modules can be implemented in the form of hardware or in the form of software functional modules.
  • the integrated modules, if implemented in the form of software functional modules and sold or used as stand-alone products, may also be stored in a computer readable storage medium.
  • the above mentioned storage medium may be a read only memory, a magnetic disk or an optical disk or the like.

Abstract

本申请实施例公开了一种播放视频的方法,包括:获取视频播放器播放的视频对应的广告时长;接收所述视频播放器发出的时间查询请求,并获取所述时间查询请求的发出时间;根据所述发出时间和所述广告时长生成播放时间;将所述播放时间返回给所述视频播放器,以使所述视频播放器将所述播放时间作为当前时间以播放所述视频。相应地,本申请实施例还公开了一种播放视频的装置。采用本申请,可实现在播放视频时跳过广告,节省时间,提高用户体验。

Description

一种播放视频的方法以及装置
本申请要求于2014年07月23日提交中国专利局、申请号为201410354159.3发明名称为“一种播放视频的方法以及装置”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。
技术领域
本申请涉及计算机技术领域,尤其涉及一种播放视频的方法以及装置。
背景技术
随着网络的不断普及,越来越多的用户通过网络观看视频节目,其中,在线视频最为普遍。但是,在线视频往往附带有广告,例如在线视频的片头设有广告,用户在观看在线视频的时候,需要被迫观看广告,以至于浪费时间,影响用户体验。
发明内容
本申请实施例所要解决的技术问题在于,提供一种播放视频的方法以及装置,可实现在播放视频时跳过广告,节省时间,提高用户体验。
为了解决上述技术问题,本申请实施例提供了一种播放视频的方法,包括:
获取视频播放器播放的视频对应的广告时长;
接收所述视频播放器发出的时间查询请求;
获取所述视频播放器发出时间查询请求时的发出时间,并根据所述发出时间和所述广告时长生成播放时间;
将所述播放时间返回给所述视频播放器,以使所述视频播放器将所述播放时间作为当前时间以播放所述视频。
相应地,本申请实施例还提供了一种播放视频的装置,包括:
广告时长获取模块,用于获取视频播放器播放的视频对应的广告时长;
查询请求接收模块,用于接收所述视频播放器发出的时间查询请求;
播放时间生成模块,用于获取所述视频播放器发出时间查询请求时的发出时间,并根据所述发出时间和所述广告时长生成播放时间;
播放时间返回模块,用于将所述播放时间返回给所述视频播放器,以使 所述视频播放器将所述播放时间作为当前时间以播放所述视频。
相应地,本申请实施例还提供了一种终端,所述终端包括:
处理器、存储器、通信接口和总线;
所述处理器、所述存储器和所述通信接口通过所述总线连接并完成相互间的通信;
所述存储器存储可执行程序代码;
所述处理器通过读取所述存储器中存储的可执行程序代码来运行与所述可执行程序代码对应的程序,以用于:
获取视频播放器播放的视频对应的广告时长;
接收所述视频播放器发出的时间查询请求;
获取所述视频播放器发出时间查询请求时的发出时间,并根据所述发出时间和所述广告时长生成播放时间;
将所述播放时间返回给所述视频播放器,以使所述视频播放器将所述播放时间作为当前时间以播放所述视频。
相应地,本申请实施例还提供了一种应用程序,该应用程序用于在运行时执行本申请实施例所述的播放视频的方法。
相应地,本申请实施例还提供了一种存储介质,用于存储应用程序,所述应用程序用于执行本申请实施例所述的播放视频的方法。
实施本申请实施例,具有如下有益效果:本申请实施例根据视频对应的广告时长和视频播放器发出时间查询请求时的发出时间,生成播放时间,并将播放时间返回给视频播放器,以使视频播放器将播放时间作为当前时间以播放视频,从而实现在播放视频时跳过广告,节省时间,提高用户体验。
附图说明
为了更清楚地说明本申请实施例和现有技术的技术方案,下面对实施例和现有技术中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本申请的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据这些附图获得其他的附图。
图1是本申请实施例提供的一种播放视频的方法的流程示意图;
图2是本申请实施例提供的另一种播放视频的方法的流程示意图;
图3是本申请实施例提供的一种播放视频的装置的结构示意图;
图4是本申请实施例提供的一种广告时长获取模块的结构示意图。
具体实施方式
为使本申请的目的、技术方案、及优点更加清楚明白,以下参照附图并举实施例,对本申请进一步详细说明。显然,所描述的实施例仅仅是本申请一部分实施例,而不是全部的实施例。基于本申请中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本申请保护的范围。
本申请实施例中的播放视频的装置(以下简称本申请装置)可内置于用户设备,所述用户设备包括智能手机、平板电脑、个人电脑以及MP4播放器等,可播放本地视频或可连接互联网并播放互联网上的在线视频。
图1是本申请实施例中一种播放视频的方法的流程示意图。如图所示本实施例中的播放视频的方法的流程可以包括:
S101,获取视频播放器播放的视频对应的广告时长。
所述视频可包括本地视频和在线视频,在本申请实施例中主要以在线视频为例。所述视频播放器可以是内置于浏览器中的网页播放器,如Flash Player。作为可选的一个实施方式,本申请装置先监听视频播放器是否获取到播放视频的指令。例如:用户在视频播放器上点击播放键,本申请装置通过监听视频播放器可得知用户针对视频输入了播放指令。具体的,本申请装置在获取到播放视频的指令后,获取视频播放器播放的视频对应的广告时长。具体实现过程中,本申请装置可先获取视频播放器播放的视频的播放信息,再根据该视频的播放信息,从预设的数据库中查找该视频对应的广告时长。
进一步地,所述播放信息可由视频所属网页的网址信息和视频的标识信息确定,其中,网页的网址信息可以是网页URL(Uniform Resource Locators,统一资源定位器),上述的网页URL可用来定位网页的地址,视频的标识信息可以是视频URL,上述的视频URL可用来定位网络上视频的地址,因此, 通过网页URL和视频URL可确定唯一的视频。另外,所述预设的数据库可以是前期已建立的,在使用过程中可被不断更新维护,其中至少记录有播放信息和广告时长的映射关系,例如:假设网页A的网址信息为URLA,网页A中的一个视频的标识信息为URLa,该视频对应的广告时长为90秒,那么数据库中可存储有如表1所示的内容:
表1
网页URL 视频URL 广告时长
URLA URLa 90s
S102,接收所述视频播放器发出的时间查询请求,并获取所述时间查询请求的发出时间。
现有的网页中的视频播放器,本身是不具备计时功能的,它需要从计时器中获取已播放时间,从而根据已播放时间校准视频的播放进度,从该进度处播放对应的视频内容。本申请装置集成了上述计时器,即视频播放器需从本申请装置处周期性地获取已播放时间,具体实现过程中,视频播放器会向本申请装置周期性地发出时间查询请求,特别地,视频播放器可以在播放视频的起始时间发出时间查询请求(例如,在片头广告播放之前发出时间查询请求),或在播放到视频中的预设时间点时发出时间查询请求(例如,在片中广告播放之前发出时间查询请求)。
一般地,视频播放器向本申请装置发送时间查询请求的传输时间极短,可忽略不计,可将本申请装置接收到时间查询请求的时间视作视频播放器发出的时间查询请求的时间,故本申请装置可直接获取接收到时间查询请求时的发出时间。
具体的,本申请装置接收视频播放器发出的时间查询请求,并获取所述时间查询请求的发出时间。
S103,根据所述发出时间和所述广告时长生成播放时间。
具体的,本申请装置通过累加发出时间和广告时长生成播放时间。例如:设视频播放器发出的时间查询请求的时间为TS,视频对应的广告时长为△T,播放时间为TR,若视频播放器播放视频时没有暂停或停顿,则TR=TS+△T。 需要指出的是,若视频播放器播放视频时暂停或停顿的时间为TStop,则TR=TS-TStop+△T。
S104,将所述播放时间返回给所述视频播放器,以使所述视频播放器将所述播放时间作为当前时间以播放所述视频。
所述当前时间即用于校准播放进度的已播放时间。具体的,本申请装置将生成的播放时间返回给视频播放器,以使视频播放器将播放时间作为已播放时间从而跳过广告直接播放视频。需详细说明的是,跳过广告直接播放视频的原理如下:视频播放器会在播放的初始向本申请装置发出时间查询请求,设此时的时间为TStart,获取的视频的片头广告的时长为TAD,生成的播放时间为TR,则TR=TStart+TAD,那么,当视频播放器接收到TR并以TR作为已播放时间后,视频播放器会认为当前已经播放完片头广告,进而直接播放视频,当后续视频播放器周期性地发出时间查询请求后,返回的播放时间均向后推迟了TAD,保证了视频的连续性。
本申请实施例根据视频对应的广告时长和视频播放器发出时间查询请求时的发出时间,生成播放时间,并将播放时间返回给视频播放器,以使视频播放器将播放时间作为当前时间以播放视频,从而实现在播放视频时跳过广告,节省时间,提高用户体验。
图2是本申请实施例中另一种播放视频的方法的流程示意图,可以包括:
S201,监听视频播放器是否获取到播放视频的指令。
所述视频可包括本地视频和在线视频,在本申请实施例中主要以在线视频为例。所述视频播放器可以是内置于浏览器中的网页播放器,如Flash Player。具体的,本申请装置先监听视频播放器是否获取到播放视频的指令,若是,则进入步骤S202,若否,则继续监听。例如:用户在视频播放器上点击播放键,本申请装置通过监听视频播放器可得知用户针对视频输入了播放指令。
S202,获取视频播放器播放的视频的播放信息。
具体的,本申请装置在获取到播放视频的指令后,获取该视频的播放信息。所述播放信息可由视频所属网页的网址信息和视频的标识信息确定,其 中,网页的网址信息可以是网页URL(Uniform Resource Locators,统一资源定位器),上述网页URL可用来定位网页的地址,视频的标识信息可以是视频URL,上述视频URL可用来定位网络上视频的地址,因此,通过网页URL和视频URL可确定唯一的视频。
S203,根据所述视频的播放信息,从预设的数据库中查找与所述视频对应的广告时长,所述预设的数据库记录有所述播放信息和所述广告时长的映射关系。
所述预设的数据库可以是前期已建立的,在使用过程中可被不断更新维护,其中至少需记录有播放信息和广告时长的映射关系,例如:假设网页A的网址信息为URLA,网页A中的一个视频的标识信息为URLa,该视频对应的广告时长为90秒,那么数据库中可存储有如上述表1所示的内容。
具体的,本申请装置根据视频的播放信息,从预设的数据库中查找视频对应的广告时长。
S204,接收所述视频播放器在播放所述视频的起始时间发出的时间查询请求,并获取所述时间查询请求的发出时间。
现有的网页中的视频播放器,本身是不具备计时功能的,它需要从计时器中获取已播放时间,从而根据已播放时间校准视频的播放进度,从该进度处播放对应的视频内容,本申请装置集成了上述计时器。
一般地,视频播放器向本申请装置发送时间查询请求的传输时间极短,可忽略不计,可将本申请装置接收到时间查询请求的时间视作视频播放器发出的时间查询请求的时间,故本申请装置可直接获取接收到时间查询请求时的发出时间。
具体的,视频播放器在播放视频的起始时间可以向本申请装置发出时间查询请求(例如,在片头广告播放之前发出时间查询请求),本申请装置接收视频播放器发出的时间查询请求。
S205,根据所述发出时间和所述广告时长生成播放时间。
具体的,本申请装置通过累加发出时间和广告时长生成播放时间。例如:设视频播放器在播放视频的起始时间发出的时间查询请求的时间为TStart,视 频对应的广告时长为△T,播放时间为TR,则TR=TStart+△T。
S206,将所述播放时间返回给所述视频播放器,以使所述视频播放器将所述播放时间作为当前时间以播放所述视频。
所述当前时间即用于校准播放进度的已播放时间。具体的,本申请装置将生成的播放时间返回给视频播放器,以使视频播放器将播放时间作为已播放时间从而跳过广告直接播放视频。需详细说明的是,跳过广告直接播放视频的原理如下:设视频播放器在播放视频的起始时间为TStart,获取的视频的片头广告的时长为TAD,生成的播放时间为TR,则TR=TStart+TAD,那么,当视频播放器接收到TR并以TR作为已播放时间后,视频播放器会认为当前已经播放完片头广告,进而直接播放视频。
进一步地,当后续视频播放器周期性地发出时间查询请求后,同理地,返回的播放时间均向后推迟了TAD,保证了视频的连续性。例如:设周期性地发出时间查询请求的发出时间为TS,若视频播放器播放视频时没有暂停或停顿,则TR=TS+TAD,若视频播放器播放视频时暂停或停顿的时间为TStop,则TR=TS-TStop+△T。
本申请实施例根据视频对应的广告时长和视频播放器发出时间查询请求时的发出时间,生成播放时间,并将播放时间返回给视频播放器,以使视频播放器将播放时间作为当前时间以播放视频,从而实现在播放视频时跳过广告,节省时间,提高用户体验。
图3是本申请实施例中一种播放视频的装置的结构示意图。如图所示本申请实施例中的播放视频的装置至少可以包括广告时长获取模块310、查询请求接收模块320、播放时间生成模块330以及播放时间返回模块340,其中:
广告时长获取模块310,用于获取视频播放器播放的视频对应的广告时长。具体实现中,所述广告时长获取模块310可以如图4所示进一步包括:播放信息获取单元311以及广告时长获取单元312,其中:
播放信息获取单元311,用于获取视频播放器播放的视频的播放信息。
所述视频可包括本地视频和在线视频,在本申请实施例中主要以在线视 频为例。所述视频播放器可以是内置于浏览器中的网页播放器,如Flash Player。所述播放信息可由视频所属网页的网址信息和视频的标识信息确定,其中,网页的网址信息可以是网页URL(Uniform Resource Locators,统一资源定位器),上述网页URL可用来定位网页的地址,视频的标识信息可以是视频URL,上述视频URL可用来定位网络上视频的地址,因此,通过网页URL和视频URL可确定唯一的视频。
广告时长获取单元312,用于根据所述视频的播放信息,从预设的数据库中查找所述视频对应的广告时长,所述预设的数据库记录有所述播放信息和所述广告时长的映射关系。
所述预设的数据库可以是前期已建立的,在使用过程中可被不断更新维护,其中至少记录有播放信息和广告时长的映射关系,例如:假设网页A的网址信息为URLA,网页A中的一个视频的标识信息为URLa,该视频对应的广告时长为90秒,那么数据库中可存储有如上述表1所示的内容。
具体的,广告时长获取单元312根据视频的播放信息,从预设的数据库中查找视频对应的广告时长。
查询请求接收模块320,用于接收所述视频播放器发出的时间查询请求,并获取所述时间查询请求的发出时间。
现有的网页中的视频播放器,本身是不具备计时功能的,它需要从计时器中获取已播放时间,从而根据已播放时间校准视频的播放进度,从该进度处播放对应的视频内容,本申请装置集成了上述计时器。即视频播放器需从本申请装置处周期性地获取已播放时间,具体实现过程中,视频播放器会向本申请装置周期性地发出时间查询请求,特别地,视频播放器可以在播放视频的起始时间发出时间查询请求(例如,在片头广告播放之前发出时间查询请求),或在播放到视频中的预设时间点时发出时间查询请求(例如,在片中广告播放之前发出时间查询请求)。
一般地,视频播放器向本申请装置发送时间查询请求的传输时间极短,可忽略不计,可将查询请求接收模块320接收到时间查询请求的时间视作视频播放器发出的时间查询请求的时间,故本申请装置可直接获取接收到时间 查询请求时的发出时间。
具体的,查询请求接收模块320接收视频播放器发出的时间查询请求,并获取所述时间查询请求的发出时间。
播放时间生成模块330,用于获取所述视频播放器发出时间查询请求时的发出时间,并根据所述发出时间和所述广告时长生成播放时间。
具体的,播放时间生成模块330通过累加发出时间和广告时长生成播放时间。例如:设视频播放器发出的时间查询请求的时间为TS,视频对应的广告时长为△T,播放时间为TR,若视频播放器播放视频时没有暂停或停顿,则TR=TS+△T。需要指出的是,若视频播放器播放视频时暂停或停顿的时间为TStop,则TR=TS-TStop+△T。
播放时间返回模块340,用于将所述播放时间返回给所述视频播放器,以使所述视频播放器将所述播放时间作为当前时间以播放所述视频。
所述当前时间即用于校准播放进度的已播放时间。具体的,播放时间返回模块340将生成的播放时间返回给视频播放器,以使视频播放器将播放时间作为已播放时间从而跳过广告直接播放视频。需详细说明的是,跳过广告直接播放视频的原理如下:视频播放器会在播放的初始向本申请装置发出时间查询请求,设此时的时间为TStart,获取的视频的片头广告的时长为TAD,生成的播放时间为TR,则TR=TStart+TAD,那么,当视频播放器接收到TR并以TR作为已播放时间后,视频播放器会认为当前已经播放完片头广告,进而直接播放视频,当后续视频播放器周期性地发出时间查询请求后,返回的播放时间均向后推迟了TAD,保证了视频的连续性。
可选的,请参阅图3,如图所示的播放视频的装置还包括播放器监听模块350,用于监听视频播放器是否获取到播放视频的指令。
具体的,播放器监听模块350先监听视频播放器是否获取到播放视频的指令。例如:用户在视频播放器上点击播放键,播放器监听模块350通过监听视频播放器可得知用户针对视频输入了播放指令。播放器监听模块350在获取到播放视频的指令后,广告时长获取模块310再获取视频播放器播放的视频对应的广告时长。
本申请实施例根据视频对应的广告时长和视频播放器发出时间查询请求时的发出时间,生成播放时间,并将播放时间返回给视频播放器,以使视频播放器将播放时间作为当前时间以播放视频,从而实现在播放视频时跳过广告,节省时间,提高用户体验。
另外,本申请实施例还提供了一种终端,该终端包括:
处理器、存储器、通信接口和总线;
所述处理器、所述存储器和所述通信接口通过所述总线连接并完成相互间的通信;
所述存储器存储可执行程序代码;
所述处理器通过读取所述存储器中存储的可执行程序代码来运行与所述可执行程序代码对应的程序,以用于:
获取视频播放器播放的视频对应的广告时长;
接收所述视频播放器发出的时间查询请求;
获取所述视频播放器发出时间查询请求时的发出时间,并根据所述发出时间和所述广告时长生成播放时间;
将所述播放时间返回给所述视频播放器,以使所述视频播放器将所述播放时间作为当前时间以播放所述视频。
本申请实施例还提供了一种应用程序,该应用程序用于在运行时执行本申请实施例提供的播放视频的方法。其中,播放视频的方法,包括:
获取视频播放器播放的视频对应的广告时长;
接收所述视频播放器发出的时间查询请求;
获取所述视频播放器发出时间查询请求时的发出时间,并根据所述发出时间和所述广告时长生成播放时间;
将所述播放时间返回给所述视频播放器,以使所述视频播放器将所述播放时间作为当前时间以播放所述视频。
本申请实施例还提供了一种存储介质,用于存储应用程序,该应用程序用于执行本申请实施例提供的播放视频的方法。其中,播放视频的方法,包括:
获取视频播放器播放的视频对应的广告时长;
接收所述视频播放器发出的时间查询请求;
获取所述视频播放器发出时间查询请求时的发出时间,并根据所述发出时间和所述广告时长生成播放时间;
将所述播放时间返回给所述视频播放器,以使所述视频播放器将所述播放时间作为当前时间以播放所述视频。
在本说明书的描述中,参考术语“一个实施例”、“一些实施例”、“示例”、“具体示例”、或“一些示例”等的描述意指结合该实施例或示例描述的具体特征、结构、材料或者特点包含于本申请的至少一个实施例或示例中。在本说明书中,对上述术语的示意性表述不必须针对的是相同的实施例或示例。而且,描述的具体特征、结构、材料或者特点可以在任一个或多个实施例或示例中以合适的方式结合。此外,在不相互矛盾的情况下,本领域的技术人员可以将本说明书中描述的不同实施例或示例以及不同实施例或示例的特征进行结合和组合。
此外,术语“第一”、“第二”仅用于描述目的,而不能理解为指示或暗示相对重要性或者隐含指明所指示的技术特征的数量。由此,限定有“第一”、“第二”的特征可以明示或者隐含地包括至少一个该特征。在本申请的描述中,“多个”的含义是至少两个,例如两个,三个等,除非另有明确具体的限定。
流程图中或在此以其他方式描述的任何过程或方法描述可以被理解为,表示包括一个或更多个用于实现特定逻辑功能或过程的步骤的可执行指令的代码的模块、片段或部分,并且本申请的优选实施方式的范围包括另外的实现,其中可以不按所示出或讨论的顺序,包括根据所涉及的功能按基本同时的方式或按相反的顺序,来执行功能,这应被本申请的实施例所属技术领域的技术人员所理解。
在流程图中表示或在此以其他方式描述的逻辑和/或步骤,例如,可以被认为是用于实现逻辑功能的可执行指令的定序列表,可以具体实现在任何计算机可读介质中,以供指令执行系统、装置或设备(如基于计算机的系统、包括处理器的系统或其他可以从指令执行系统、装置或设备取指令并执行指令的系统)使用,或结合这些指令执行系统、装置或设备而使用。就本说明 书而言,"计算机可读介质"可以是任何可以包含、存储、通信、传播或传输程序以供指令执行系统、装置或设备或结合这些指令执行系统、装置或设备而使用的装置。计算机可读介质的更具体的示例(非穷尽性列表)包括以下:具有一个或多个布线的电连接部(电子装置),便携式计算机盘盒(磁装置),随机存取存储器(RAM),只读存储器(ROM),可擦除可编辑只读存储器(EPROM或闪速存储器),光纤装置,以及便携式光盘只读存储器(CDROM)。另外,计算机可读介质甚至可以是可在其上打印所述程序的纸或其他合适的介质,因为可以例如通过对纸或其他介质进行光学扫描,接着进行编辑、解译或必要时以其他合适方式进行处理来以电子方式获得所述程序,然后将其存储在计算机存储器中。
应当理解,本申请的各部分可以用硬件、软件、固件或它们的组合来实现。在上述实施方式中,多个步骤或方法可以用存储在存储器中且由合适的指令执行系统执行的软件或固件来实现。例如,如果用硬件来实现,和在另一实施方式中一样,可用本领域公知的下列技术中的任一项或他们的组合来实现:具有用于对数据信号实现逻辑功能的逻辑门电路的离散逻辑电路,具有合适的组合逻辑门电路的专用集成电路,可编程门阵列(PGA),现场可编程门阵列(FPGA)等。
本技术领域的普通技术人员可以理解实现上述实施例方法携带的全部或部分步骤是可以通过程序来指令相关的硬件完成,所述的程序可以存储于一种计算机可读存储介质中,该程序在执行时,包括方法实施例的步骤之一或其组合。
此外,在本申请各个实施例中的各功能单元可以集成在一个处理模块中,也可以是各个单元单独物理存在,也可以两个或两个以上单元集成在一个模块中。上述集成的模块既可以采用硬件的形式实现,也可以采用软件功能模块的形式实现。所述集成的模块如果以软件功能模块的形式实现并作为独立的产品销售或使用时,也可以存储在一个计算机可读取存储介质中。
上述提到的存储介质可以是只读存储器,磁盘或光盘等。尽管上面已经示出和描述了本申请的实施例,可以理解的是,上述实施例是示例性的,不能理 解为对本申请的限制,本领域的普通技术人员在本申请的范围内可以对上述实施例进行变化、修改、替换和变型。
以上所揭露的仅为本申请较佳实施例而已,当然不能以此来限定本申请之权利范围,因此依本申请权利要求所作的等同变化,仍属本申请所涵盖的范围。

Claims (10)

  1. 一种播放视频的方法,其特征在于,所述方法包括:
    获取视频播放器播放的视频对应的广告时长;
    接收所述视频播放器发出的时间查询请求,并获取所述时间查询请求的发出时间;
    根据所述发出时间和所述广告时长生成播放时间;
    将所述播放时间返回给所述视频播放器,以使所述视频播放器将所述播放时间作为当前时间以播放所述视频。
  2. 如权利要求1所述的方法,其特征在于,所述获取视频播放器播放的视频对应的广告时长,包括:
    获取视频播放器播放的视频的播放信息;
    根据所述视频的播放信息,从预设的数据库中查找与所述视频对应的广告时长,所述预设的数据库记录有所述播放信息和所述广告时长的映射关系。
  3. 如权利要求2所述的方法,其特征在于,所述播放信息由所述视频所属网页的网址信息和所述视频的标识信息确定。
  4. 如权利要求1所述的方法,其特征在于,所述获取视频播放器播放的视频对应的广告时长,包括:
    监听所述视频播放器是否获取到播放所述视频的指令;
    若是,则获取所述视频播放器播放的所述视频对应的广告时长。
  5. 如权利要求1所述的方法,其特征在于,所述接收所述视频播放器发出的时间查询请求,包括:
    接收所述视频播放器在播放所述视频的起始时间发出的时间查询请求;或,
    接收所述视频播放器在播放到所述视频中的预设时间点时发出的时间查询请求。
  6. 一种播放视频的装置,其特征在于,所述装置包括:
    广告时长获取模块,用于获取视频播放器播放的视频对应的广告时长;
    查询请求接收模块,用于接收所述视频播放器发出的时间查询请求,并 获取所述时间查询请求的发出时间;
    播放时间生成模块,用于根据所述发出时间和所述广告时长生成播放时间;
    播放时间返回模块,用于将所述播放时间返回给所述视频播放器,以使所述视频播放器将所述播放时间作为当前时间以播放所述视频。
  7. 如权利要求6所述的装置,其特征在于,所述广告时长获取模块包括:
    播放信息获取单元,用于获取视频播放器播放的视频的播放信息;
    广告时长获取单元,用于根据所述视频的播放信息,从预设的数据库中查找与所述视频对应的广告时长,所述预设的数据库记录有所述播放信息和所述广告时长的映射关系。
  8. 如权利要求7所述的装置,其特征在于,所述播放信息由所述视频所属网页的网址信息和所述视频的标识信息确定。
  9. 如权利要求6所述的装置,其特征在于,所述装置还包括播放器监听模块,用于监听所述视频播放器是否获取到播放所述视频的指令;
    所述广告时长获取模块具体用于若所述播放器监听模块获取到所述播放器播放所述视频的指令,则获取所述视频播放器播放的所述视频对应的广告时长。
  10. 如权利要求6所述的装置,其特征在于,所述查询请求接收模块具体用于接收所述视频播放器在播放所述视频的起始时间发出的时间查询请求;或
    接收所述视频播放器在播放到所述视频中的预设时间点时发出的时间查询请求。
PCT/CN2015/084119 2014-07-23 2015-07-15 一种播放视频的方法以及装置 WO2016011907A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410354159.3 2014-07-23
CN201410354159.3A CN104159141A (zh) 2014-07-23 2014-07-23 一种播放视频的方法以及装置

Publications (1)

Publication Number Publication Date
WO2016011907A1 true WO2016011907A1 (zh) 2016-01-28

Family

ID=51884531

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/084119 WO2016011907A1 (zh) 2014-07-23 2015-07-15 一种播放视频的方法以及装置

Country Status (2)

Country Link
CN (1) CN104159141A (zh)
WO (1) WO2016011907A1 (zh)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104159141A (zh) * 2014-07-23 2014-11-19 广州金山网络科技有限公司 一种播放视频的方法以及装置
CN105657522B (zh) * 2016-01-05 2019-06-28 深圳市金立通信设备有限公司 一种视频播放的方法以及终端
CN109583925B (zh) * 2017-09-29 2021-05-18 北京国双科技有限公司 一种落地页的更新方法和装置、存储介质、处理器
CN108055586A (zh) * 2017-11-28 2018-05-18 努比亚技术有限公司 视频广告控制方法、移动终端及计算机可读存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101026721A (zh) * 2007-04-04 2007-08-29 北京中星微电子有限公司 录制、播放节目无广告的方法、系统及装置
CN103268337A (zh) * 2013-05-16 2013-08-28 北京奇虎科技有限公司 一种网页中视频的播放方法和装置
CN103841102A (zh) * 2014-02-25 2014-06-04 汉柏科技有限公司 一种屏蔽网络视频广告的方法及设备
CN103916702A (zh) * 2014-03-20 2014-07-09 北京金山网络科技有限公司 一种拦截广告的方法和终端
CN104159141A (zh) * 2014-07-23 2014-11-19 广州金山网络科技有限公司 一种播放视频的方法以及装置

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20020191950A1 (en) * 2001-06-15 2002-12-19 Xiaoling Wang Apparatus and a method for preventing commercial skipping
CN100353756C (zh) * 2005-02-25 2007-12-05 英特维数位科技股份有限公司 滤除广告资料的装置及其方法
CN101151900A (zh) * 2005-03-30 2008-03-26 诺基亚西门子通信有限责任两合公司 存储和播放电视节目的方法和设备
US8422859B2 (en) * 2010-03-23 2013-04-16 Vixs Systems Inc. Audio-based chapter detection in multimedia stream
CN102523500B (zh) * 2011-12-21 2015-01-28 Tcl王牌电器(惠州)有限公司 基于云计算的广告过滤方法、系统及其数字电视装置
CN103561327B (zh) * 2013-10-11 2017-06-06 深圳创维数字技术有限公司 一种广告过滤的方法、媒体服务器、视频接收终端及系统

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101026721A (zh) * 2007-04-04 2007-08-29 北京中星微电子有限公司 录制、播放节目无广告的方法、系统及装置
CN103268337A (zh) * 2013-05-16 2013-08-28 北京奇虎科技有限公司 一种网页中视频的播放方法和装置
CN103841102A (zh) * 2014-02-25 2014-06-04 汉柏科技有限公司 一种屏蔽网络视频广告的方法及设备
CN103916702A (zh) * 2014-03-20 2014-07-09 北京金山网络科技有限公司 一种拦截广告的方法和终端
CN104159141A (zh) * 2014-07-23 2014-11-19 广州金山网络科技有限公司 一种播放视频的方法以及装置

Also Published As

Publication number Publication date
CN104159141A (zh) 2014-11-19

Similar Documents

Publication Publication Date Title
US20150186509A1 (en) Power-efficient music playlist identification
US11188603B2 (en) Annotation of videos using aggregated user session data
US10592089B1 (en) Capture, sharing, and display of a personal video vignette
WO2016011907A1 (zh) 一种播放视频的方法以及装置
US20150262229A1 (en) Targeted ad redistribution
CN105027117A (zh) 内容的本地识别
US20150317699A1 (en) Method, apparatus, device and system for inserting audio advertisement
WO2017054582A1 (zh) 一种信息推送方法、装置及电子设备
US9164979B1 (en) Implicit ratings
US20150242519A1 (en) Revisiting content history
WO2019024258A1 (zh) 一种视频文件的循环播放方法及装置
US9872082B1 (en) Re-presentation of previously presented content
WO2016062183A1 (zh) 一种媒体内容推荐方法和装置
JP2017538328A (ja) プロモーション情報の処理方法、装置、デバイス及びコンピュータ記憶媒体
US8954448B1 (en) Presenting content related to current media consumption
WO2018018882A1 (zh) 一种语音播报方法及装置
US11627353B2 (en) System and method for synchronized playing of media items on a plurality of remote devices
CN111277898A (zh) 一种内容推送方法及装置
US10594812B2 (en) Post-engagement metadata generation
US11848977B2 (en) Providing content to co-located devices with enhanced presentation characteristics
US20230208791A1 (en) Contextual interstitials
JP2022547418A (ja) 全二重による音声対話の方法
US11711583B2 (en) Learning activity duration for providing content during activity
US20170221155A1 (en) Presenting artist-authored messages directly to users via a content system
CN103811038B (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: 15824194

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205N DATED 12/05/2017)

122 Ep: pct application non-entry in european phase

Ref document number: 15824194

Country of ref document: EP

Kind code of ref document: A1