US20130276021A1 - Embedded video player with modular ad processing - Google Patents

Embedded video player with modular ad processing Download PDF

Info

Publication number
US20130276021A1
US20130276021A1 US13/912,400 US201313912400A US2013276021A1 US 20130276021 A1 US20130276021 A1 US 20130276021A1 US 201313912400 A US201313912400 A US 201313912400A US 2013276021 A1 US2013276021 A1 US 2013276021A1
Authority
US
United States
Prior art keywords
video
code
player
playback
video player
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.)
Abandoned
Application number
US13/912,400
Inventor
Paul Cho
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.)
Edgio Inc
Original Assignee
Limelight Networks Inc
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
Priority claimed from PCT/US2011/039172 external-priority patent/WO2012166154A1/en
Priority claimed from US13/440,369 external-priority patent/US8706337B2/en
Application filed by Limelight Networks Inc filed Critical Limelight Networks Inc
Priority to US13/912,400 priority Critical patent/US20130276021A1/en
Assigned to LIMELIGHT NETWORKS, INC. reassignment LIMELIGHT NETWORKS, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CHO, PAUL
Publication of US20130276021A1 publication Critical patent/US20130276021A1/en
Abandoned legal-status Critical Current

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/80Generation or processing of content or additional data by content creator independently of the distribution process; Content per se
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/40Client devices specifically adapted for the reception of or interaction with content, e.g. set-top-box [STB]; Operations thereof
    • H04N21/47End-user applications
    • H04N21/478Supplemental services, e.g. displaying phone caller identification, shopping application
    • H04N21/4782Web browsing, e.g. WebTV
    • 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/44213Monitoring of end-user related data
    • H04N21/44222Analytics of user selections, e.g. selection of programs or purchase activity
    • H04N21/44224Monitoring of user activity on external systems, e.g. Internet browsing
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/80Generation or processing of content or additional data by content creator independently of the distribution process; Content per se
    • H04N21/81Monomedia components thereof
    • H04N21/812Monomedia components thereof involving advertisement data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/80Generation or processing of content or additional data by content creator independently of the distribution process; Content per se
    • H04N21/83Generation or processing of protective or descriptive data associated with content; Content structuring
    • H04N21/84Generation or processing of descriptive data, e.g. content descriptors

Definitions

  • This disclosure relates in general to video players and, but not by way of limitation, to video players loaded from within a browser.
  • Embedded video players are placed into web pages to allow playback of video without leaving the browser environment. Scripting and run-time languages such as FlashTM and HTML5 are used to seamlessly integrate video playback into browsers.
  • the embedded video players are adding functionality all the time. Additional functionality means additional lines of code that need to downloaded each time a web page is rendered.
  • Video players can play a video with ads inserted therein.
  • Single-link players encode the ads into the video file such that there is little flexibility in changing what ads will roll later.
  • Playlist video players retrieve video files and sequentially play them so as to give the viewer a seamless playback experience.
  • the present disclosure provides a method, device and/or system for operating or causing a video player embedded into a web page to play a video.
  • Embed code is placed into the web page.
  • player code is loaded and optionally customized to display one or more videos that can be selected for playback with the player code.
  • any ad and/or analytics module associated with the video are retrieved.
  • the functionality of the ad and/or analytics module is integrated into the player code to allow tracking of analytics and inserting advertizing into the video.
  • Embed code is provided that runs within a web browser.
  • An identifier is received from the embed code after the web browser loads the embed code.
  • Code for implementing video player functionality is sent after the web browser loads the embed code.
  • Parameters corresponding to the identifier to the web browser are sent, wherein the parameters identify the video that can be rendered by the video player.
  • a request for ad module code that integrates with the code to provide ad request functionality to the video player is received. The request is received after an end user requests playback of the video from the video player functionality.
  • the ad module code is sent to the web browser.
  • a method and system for operating a video player embedded into a web page to play a video is disclosed.
  • Embed code is loaded that runs within a web browser.
  • An identifier is sent from the embed code after the web browser loads the embed code.
  • Code for implementing video player functionality is received after the web browser loads the embed code.
  • Parameters corresponding to the identifier with the web browser are received, wherein the parameters identify the video that can be rendered by the video player.
  • a request for ad module code that integrates with the code to provide ad request functionality to the video player is sent. The request is received after an end user requests playback of the video from the video player functionality.
  • the ad module code is received at the web browser.
  • FIG. 1 depicts a block diagram of an embodiment of a content distribution system
  • FIG. 2 depicts a block diagram of an embodiment of a content management system
  • FIG. 3 depicts a diagram of an embodiment of a code flow for an embedded function in a web page
  • FIG. 4 depicts a screen shot of an embodiment of embed code that is added to a web page to provide content player functionality
  • FIG. 5 depicts a screen shot of an embodiment of showing an end user interface to the video player in its inactive state after rendering of a web page host;
  • FIGS. 6A and 6B depict screen shots of embodiments showing an end user interface to the video player in its active state after selection of a particular video by the end user for playback;
  • FIG. 7 illustrates a flowchart of an embodiment of a process for configuring a video player embedded in a web page for content playback
  • FIG. 8 illustrates a flowchart of an embodiment of a process for rendering video by a video player embedded in a web page.
  • FIG. 1 a block diagram of an embodiment of a content distribution system 100 is shown.
  • Designers 116 interact with a content management system (CMS) 108 to syndicate content for end users 112 to enjoy on their end user devices 124 .
  • Content sites 104 include web sites that are accessed by the end user devices 124 using a web browser, content player or other application software.
  • a content object is any content file or content stream and could include, for example, slideshow, animation, video, and/or audio.
  • the content object could be live, delayed or stored.
  • references may be made to a content object, content, content stream and/or content file, but it is to be understood that those terms could be used interchangeably wherever they may appear.
  • the content sites 104 could be set up by the designer 116 or by end users 112 .
  • a content site 104 is typically chosen for embedding code that plays the content object, but there is an option to take embed code from that first content site 104 for placement in another content site 104 by an end user 112 .
  • the embed code renders itself or cause the content object to be rendered on any number of end user devices 124 with video player code that is referenced in the embed code.
  • the video player code partially loads when the end user 112 request that web page on the content site 104 .
  • additional modules associated with the content object are loaded. In one embodiment, this avoids downloading unnecessary code.
  • End user devices 124 could be a phone, a smart phone, a tablet, an electronic pad, a personal computer, an IPTV player, a portable music player, a set top box, etc.
  • This embodiment optionally uses a content delivery network (CDN) 120 to deliver content objects, embed code, video player code, module code, web pages, etc. as an alternative or supplement to the CMS 108 can hosting.
  • CDN content delivery network
  • Designers 116 can syndicate storing their content anywhere, but would often use a CDN 120 for popular content. In some cases, some content is served from the CDN 120 , other content is hosted on the content site 104 and still other content is hosted on the CMS 108 .
  • As embed code is moved from site to site, hosting of content and code can remain the same or move in whole or in part.
  • the original designer 116 originally syndicating the embed code has less control of how the embed code moves around to various content sites 104 .
  • Other embodiments control how the embed code disseminates across the Internet.
  • the number of times embed code can be propagated in succession can be limited.
  • the designer 116 might only allow their original page be embedded in another content site 104 , but prevent embed code being accessible to end users 112 from that second content site 104 .
  • security could be embedded in the HTML and/or JavaScriptTM of the embed code that authenticates the embed code to check for unauthorized modification.
  • a checksum or hash could be calculated in the embed code and passed back to the CMS 108 for authentication, for example.
  • the embed code loads video player code that has the ability to playback the content object within the web browser running on the end user device 124 of the end user 112 .
  • the video player code with any additional modules loaded interfaces with other services to aid in serving ads and providing analytics.
  • One or more ad services 128 are supported to allow the ad modules of the video player to provide contextual information used by the ad service 128 in providing an ad.
  • One or more analytics services 132 interface with analytics modules of the video player to record usage information related to the rendering of the content object for the end user 112 .
  • Other embodiments can use ad serving functionality supported by the CMS 108 or CDN 120 as an alternative or in addition to the ad service(s) 128 and analytic service(s) 132 .
  • FIG. 2 a block diagram of an embodiment of the CMS 108 is shown.
  • the designer 116 interacts with a designer interface 208 .
  • the content object is operated upon by a transcoder(s) 212 to be processed into one or more codings, formats, bitrates, protocols, etc. to support all the various end user devices 124 that might render the content object.
  • the content object is transcoded into eight different encodes or other representations, but other embodiments could have more or less encodes at the selection of the designer 116 .
  • the transcoded versions are stored as content object encodes 216 .
  • the designer 116 further interacts with the designer interface 208 to edit the content objects, insert advertizing capability, specify the analytics to measure, specify where the content object should be syndicated, how the content playback applet embeds in a web page, where the content objects are hosted, etc.
  • the designer 116 can edit the content object prior to transcoding. Advertizing can have their location specified for insertion or can be manually spliced into the content object or later during playback in the web browser on the end user device 124 .
  • the video players built into browsers and phones are also supported.
  • the designer can define the look and functionality for the player from predefined and/or customized templates that are stored as embed code parameters 230 .
  • Embed code parameters 230 are customized by the designer to affect how the embed code will customize the video player code to operate on a particular end user device 124 .
  • the embed code 224 may check to see if certain fallback content objects are enabled in the embed code parameters 230 to effectively customize operation of the embed code 224 for different domains, clients, zones, sub-directories, content types, end user devices, etc. For example, the designer may not want to pay for mobile format encodings, or they may have disabled them because they don't want users to get access to content that cannot be protected by digital rights management (DRM).
  • DRM digital rights management
  • the embed code 224 refers back to the embed code parameters upon execution to customize how the embed code 224 operates. This allows modification of the operation of the embed code 224 after placement on a web site without having to update or change the embed code.
  • Security for the embed code 224 can be configured by changing the embed code parameters 230 at any time including after the embed code is placed into a web page.
  • the embed code 224 has programming to allow operation at varying levels of security.
  • the security may be managed on the end user device 124 , by the content management system 108 or a combination thereof as dictated by the embed code parameters 230 .
  • the embed code 224 could query to the embed code parameters 230 to determine what security features to perform on the end user device 124 and which are performed by the content management system 108 . In some cases, the embed code 224 and/or the content management system 108 will prevent certain actions from being performed.
  • the end user device 124 could be a model of phone, have out of date DRM, have invalid security certificates, have malfunctioning or obsolete hardware that would cause certain content objects to be unplayable as choreographed by the embed code 224 and any embed code parameters 230 .
  • Embed code 224 is JavaScriptTM or another scripting language that executes in a web browser or player on the end user device 124 .
  • the embed code 224 is placed in a web page of the content site 104 by the designer themselves or automatically using the media syndication engine 204 .
  • the embed code autonomously determines the best way to play a content object in a web browser or player application.
  • Different end user devices 124 dictate the need for embed code that can react accordingly to provide consistent playback regardless of the platform.
  • Other embodiments could have server-side logic to determine the best way to play the content object.
  • the server-side logic can support a wider variety of end user devices 124 , for example, to support devices without JavaScriptTM and/or Flash.TM
  • the media syndication engine 204 can automatically syndicate the content.
  • the media syndication engine 204 controls a content site interface 228 and a CDN interface 220 .
  • the content site interface 228 can automatically insert the embed code and/or content object, for example, onto social networking sites, blog sites, video sharing sites, etc.
  • the CDN interface 220 is used to place content objects onto one or more CDNs 120 that might host and/or cache the content objects.
  • the CDN interface 220 can supply content objects through pre-population of the CDN 120 or when the CDN 120 experiences a cache miss.
  • Editing and ad insertion are also performed by the media syndication engine 204 .
  • the designer can edit videos and metadata (e.g., title, description, tags) and stitch, cut and otherwise edit video, sound and images.
  • Ad insertion can be done by splicing or overlaying ads directly into the content before delivery or controlled by player logic at run-time to switch-out or overlay the content with an in-place ad, postplate or banners at the end user device 124 .
  • the CMS 108 provides modules on demand to the player code 232 once loaded after rendering of a web page in a browser.
  • the player code 232 has certain functionality to render the content and provide a base-level functionality.
  • additional modules 236 , 240 can be loaded.
  • Each content object can specify the modules used to enhance the functionality of the player code 232 .
  • a number of analytics modules 240 support any number of different analytics function and analytics services 132 .
  • Ad modules 236 are developed to support any number of ad types and any number of ad services 128 .
  • Ad services 128 can be hosted within the CDN 220 or CMS 108 in some embodiments, but would also include third-party ad services 128 .
  • the ad services 128 each have different interfaces that require different information in a different sequence.
  • DoubleClickTM is a third-party ad service 128 .
  • There is a particular protocol for interfacing with DoubleClickTM i.e., DART
  • an ad module 236 is designed to support that particular interface and protocol.
  • FIG. 3 a diagram of an embodiment of a code flow 300 for an embedded function in a web page is shown.
  • the code for playback evolves as a function of when the web page is loaded and how the end user interacts with the content.
  • the embed code 224 is just a few lines that reference the video player code 232 along with a channel, media and/or playlist identifier.
  • the identifier(s) is used by the CMS 108 to determine the embed code parameters for a particular rendering of the video player.
  • the video player 304 - 1 renders in a second phase with customization of the interface (e.g., colors, configuration of the various content tiles, information about the content objects, player interface skins, particular content objects and their arrangement, etc.) according to the embed code parameters 230 .
  • customization of the interface e.g., colors, configuration of the various content tiles, information about the content objects, player interface skins, particular content objects and their arrangement, etc.
  • the end user 112 has selected one of the tiles for a particular content object from what is typically many tiles corresponding the many content objects.
  • the embed code parameters 230 include identification of the content objects and the additional metadata the goes along with each content object.
  • This metadata includes identification of the analytics modules 240 and ad modules 236 used for each content object.
  • the modules 236 , 240 are requested from the CMS 108 to add that functionality to the video player 304 - 2 in the third phase.
  • the size of the code in the web browser increases in each phase.
  • the embed code is just a few lines.
  • the video player code in the second phase is tens of thousands of lines of code. Loading of each module may add one or two thousand lines of code. By loading modules only as needed after rendering of the web page, the bandwidth requirements are reduced in one embodiment.
  • a screen shot 400 of an embodiment of embed code 224 that is added to a web page to provide content player functionality is shown.
  • the embed code could be implemented in as few as five lines of code that help identify the type of end user device 124 and load the appropriate player code 232 for that environment.
  • the embed code 224 may or may not include links to the content object(s).
  • the embed code 224 includes an identifier to know what embed code parameters 230 to load to customize the end user interface.
  • FIG. 5 a screen shot of an embodiment of showing an end user interface 500 - 1 to the video player 304 - 1 in its inactive state after rendering of a web page host is shown.
  • a primary tile 504 provides an emphasized presentation of a particular content object, but two secondary tiles 520 are also available for selection.
  • Each tile 504 , 520 will activate a different content object for playback.
  • each content object can trigger a different playback experience that use different modules 236 , 240 .
  • the metadata for each content object held in the embed code parameters 230 specifies all the customization onto the base video player functionality.
  • there is a still picture or video 508 there is a still picture or video 508 , a title 512 and a description 516 .
  • FIG. 6A a screen shot of an embodiment of showing an end user interface 500 - 2 to the video player 304 - 2 in its active state after selection of a particular video by the end user for playback is shown.
  • the lower secondary tile 520 - 2 was selected by the end user 112 while interacting with the end user interface 100 - 1 in FIG. 5 to activate the video player 304 - 2 to focus upon that content object.
  • Player controls 604 are displayed when after selecting a particular content object.
  • the modules 236 , 240 associate with the content object are requested from the CMS 108 to add additional functionality to the video player 304 - 2 .
  • a DoubleClickTM ad service 128 is used to include embedded video advertisement so activating the lower secondary tile 520 - 2 loads an ad module 236 that is specialized for interaction with the DoubleClickTM ad service 128 .
  • FIG. 6B a screen shot of another embodiment of showing an end user interface 500 - 2 to the video player 304 - 2 in its active state after selection of a particular video by the end user for playback is shown.
  • This embodiment includes a portion of a playlist in two secondary panes 520 . Selection of either of the secondary panes 520 would result in loading the appropriate modules 236 , 240 before starting playback of the video at the top of the window.
  • FIG. 7 a flowchart of an embodiment of a process 700 for configuring a video player embedded in a web page for content playback is shown.
  • the depicted portion of the process begins in block 704 where the designer 116 directly or using automatic placement by the CMS 108 causes the embed code 224 being placed in a web page.
  • the embed code 224 includes an identifier the references the proper embed code parameters 230 that will customize the end user interface 500 .
  • the web page with the embed code is loaded into an end user's browser to trigger activation of the embed code 224 in block 708 .
  • Activation of the embed code 224 results in calls to the CMS 108 for player code 232 that will provide a base of functionality to the video player.
  • the identifier is passed from the end user device 124 to the CMS 108 in block 712 .
  • the CMS 108 retrieves the embed code parameters 230 that define how the player's end user interface 500 - 1 displays on the web page in an inactive state in block 716 .
  • the end user 112 interacts with the end user interface 500 - 1 to select a particular content object in one of the tiles 504 , 520 in block 720 .
  • the modules 236 , 240 associated with the selected content object are requested from the CMS 108 in block 724 .
  • Those ad modules could do banner ads in the playback tile, could do embedded video ads played after pausing the content object, and/or overlay banner ads that are superimposed over the video.
  • all the functionality added by the selected modules 236 , 240 playback occurs in block 728 .
  • FIG. 8 a flowchart of an embodiment of a process 728 for rendering video by a video player embedded in a web page is shown.
  • This process 728 corresponds to the last block in the prior figure.
  • the depicted portion of the process begins in block 804 where the access needed to video player baseline is determined.
  • APIs application program interfaces
  • There could be different APIs for different classes of advertizing for example an embedded video ad API and an overlay banner ad API.
  • Various ad services 128 use different metadata on the content object in choosing and tracking an ad. For example, the genre, playback time, placement of the ad, channel, zone, subject matter, aspect ratio, video quality, playback device may be passed to the ad service 128 .
  • This metadata was previously retrieved with the embed code parameters 230 .
  • the ad modules 236 for the particular ad service 128 knows the information and protocol that would be sent to allow the ad service 128 to find an acceptable ad.
  • the metadata is passed to the ad module 236 in block 808 .
  • the metadata may include a superset of information that is not all used by the ad service 128 , but a standard ad API may be used to support a number of ad modules 236 .
  • Control of player functions is passed to the ad module in block 812 .
  • the control given to an ad module 236 that can place ads into the video stream would include the ability to pause playback, insert and play a video ad and resume playback.
  • at least some of the metadata is passed to the ad service 128 as required by its interface and protocol.
  • the ad is returned from the ad service in block 820 .
  • the ad module interacts with the baseline video code to weave the ad into the end user experience in block 824 .
  • modules 236 , 240 there could be multiple types of modules 236 , 240 active for a particular content object.
  • the different ad modules work cooperatively to accomplish their specific task in the greater context of playback.
  • the above embodiments are described in the context of a video player, but the player could be an audio player, an animation player or any other content player.
  • Some of the above embodiments splice advertizing into the video stream, but other embodiments could present the advertizing as an overlay-banner or other banner ad.
  • Some embodiments could overwrite the audio or video portion, in whole or in part.
  • Ad functionality could be added to groups of content objects, for example, by playlist, customer, playback resolution, subject matter, site where embed code was loaded from, etc.
  • modules that are loaded after the video is selected with an embedded player.
  • other functionality can be added with modules as dictated by the embed code parameters, which can change over time to support new functionality even if the embed code is already disseminated.
  • modules that implement closed captioning, video editing and clipping, linking from the video to other web sites, etc.
  • the embodiments may be described as a process which is depicted as a flowchart, a flow diagram, a data flow diagram, a structure diagram, or a block diagram. Although a flowchart may describe the operations as a sequential process, many of the operations can be performed in parallel or concurrently. In addition, the order of the operations may be re-arranged.
  • a process is terminated when its operations are completed, but could have additional steps not included in the figure.
  • a process may correspond to a method, a function, a procedure, a subroutine, a subprogram, etc. When a process corresponds to a function, its termination corresponds to a return of the function to the calling function or the main function.
  • embodiments may be implemented by hardware, software, scripting languages, firmware, middleware, microcode, hardware description languages, and/or any combination thereof.
  • the program code or code segments to perform the necessary tasks may be stored in a machine readable medium such as a storage medium.
  • a code segment or machine-executable instruction may represent a procedure, a function, a subprogram, a program, a routine, a subroutine, a module, a software package, a script, a class, or any combination of instructions, data structures, and/or program statements.
  • a code segment may be coupled to another code segment or a hardware circuit by passing and/or receiving information, data, arguments, parameters, and/or memory contents. Information, arguments, parameters, data, etc. may be passed, forwarded, or transmitted via any suitable means including memory sharing, message passing, token passing, network transmission, etc.
  • the methodologies may be implemented with modules (e.g., procedures, functions, and so on) that perform the functions described herein.
  • Any machine-readable medium tangibly embodying instructions may be used in implementing the methodologies described herein.
  • software codes may be stored in a memory.
  • Memory may be implemented within the processor or external to the processor.
  • the term “memory” refers to any type of long term, short term, volatile, nonvolatile, or other storage medium and is not to be limited to any particular type of memory or number of memories, or type of media upon which memory is stored.
  • the term “storage medium” may represent one or more memories for storing data, including read only memory (ROM), random access memory (RAM), magnetic RAM, core memory, magnetic disk storage mediums, optical storage mediums, flash memory devices and/or other machine readable mediums for storing information.
  • ROM read only memory
  • RAM random access memory
  • magnetic RAM magnetic RAM
  • core memory magnetic disk storage mediums
  • optical storage mediums flash memory devices and/or other machine readable mediums for storing information.
  • machine-readable medium includes, but is not limited to portable or fixed storage devices, optical storage devices, wireless channels, and/or various other storage mediums capable of storing that contain or carry instruction(s) and/or data.

Abstract

A method, device and/or system for operating or causing a video player embedded into a web page to play a video is disclosed. Embed code is placed into the web page. When the web page is loaded into a web browser, player code is loaded and optionally customized to display one or more videos that can be selected for playback with the player code. When an end user selects the video using the player code, any ad and/or analytics module associated with the video are retrieved. The functionality of the ad and/or analytics module is integrated into the player code to allow tracking of analytics and inserting advertizing into the video.

Description

  • This application is a continuation of U.S. application Ser. No. 13/341,739 filed Jun. 3, 2011, which is related by priority to: PCT/US11/039172 filed Jun. 3, 2011, entitled “EMBEDDED VIDEO PLAYER WITH MODULAR AD PROCESSING,” Australian Patent Application No. 2011205061 filed Jun. 3, 2011, entitled “EMBEDDED VIDEO PLAYER WITH MODULAR AD PROCESSING.” This application is also a continuation-in-part of U.S. application Ser. No. 13/340,369 filed on Dec. 29, 2011. All of these references are hereby incorporated by reference in their entirety for all purposes.
  • BACKGROUND
  • This disclosure relates in general to video players and, but not by way of limitation, to video players loaded from within a browser.
  • Embedded video players are placed into web pages to allow playback of video without leaving the browser environment. Scripting and run-time languages such as Flash™ and HTML5 are used to seamlessly integrate video playback into browsers. The embedded video players are adding functionality all the time. Additional functionality means additional lines of code that need to downloaded each time a web page is rendered.
  • Video players can play a video with ads inserted therein. Single-link players encode the ads into the video file such that there is little flexibility in changing what ads will roll later. Playlist video players retrieve video files and sequentially play them so as to give the viewer a seamless playback experience. There are many different ad types and different ad servers that supply those ads. Coding an embedded video player to support all the different possibilities requires additional lines of code.
  • SUMMARY
  • In one embodiment, the present disclosure provides a method, device and/or system for operating or causing a video player embedded into a web page to play a video. Embed code is placed into the web page. When the web page is loaded into a web browser, player code is loaded and optionally customized to display one or more videos that can be selected for playback with the player code. When an end user selects the video using the player code, any ad and/or analytics module associated with the video are retrieved. The functionality of the ad and/or analytics module is integrated into the player code to allow tracking of analytics and inserting advertizing into the video.
  • In another embodiment method and system for interacting with a video player embedded into a web page to cause playing of a video. Embed code is provided that runs within a web browser. An identifier is received from the embed code after the web browser loads the embed code. Code for implementing video player functionality is sent after the web browser loads the embed code. Parameters corresponding to the identifier to the web browser are sent, wherein the parameters identify the video that can be rendered by the video player. A request for ad module code that integrates with the code to provide ad request functionality to the video player is received. The request is received after an end user requests playback of the video from the video player functionality. The ad module code is sent to the web browser.
  • In another embodiment, a method and system for operating a video player embedded into a web page to play a video is disclosed. Embed code is loaded that runs within a web browser. An identifier is sent from the embed code after the web browser loads the embed code. Code for implementing video player functionality is received after the web browser loads the embed code. Parameters corresponding to the identifier with the web browser are received, wherein the parameters identify the video that can be rendered by the video player. A request for ad module code that integrates with the code to provide ad request functionality to the video player is sent. The request is received after an end user requests playback of the video from the video player functionality. The ad module code is received at the web browser.
  • Further areas of applicability of the present disclosure will become apparent from the detailed description provided hereinafter. It should be understood that the detailed description and specific examples, while indicating various embodiments, are intended for purposes of illustration only and are not intended to necessarily limit the scope of the disclosure.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The present disclosure is described in conjunction with the appended figures:
  • FIG. 1 depicts a block diagram of an embodiment of a content distribution system;
  • FIG. 2 depicts a block diagram of an embodiment of a content management system;
  • FIG. 3 depicts a diagram of an embodiment of a code flow for an embedded function in a web page;
  • FIG. 4 depicts a screen shot of an embodiment of embed code that is added to a web page to provide content player functionality;
  • FIG. 5 depicts a screen shot of an embodiment of showing an end user interface to the video player in its inactive state after rendering of a web page host;
  • FIGS. 6A and 6B depict screen shots of embodiments showing an end user interface to the video player in its active state after selection of a particular video by the end user for playback;
  • FIG. 7 illustrates a flowchart of an embodiment of a process for configuring a video player embedded in a web page for content playback; and
  • FIG. 8 illustrates a flowchart of an embodiment of a process for rendering video by a video player embedded in a web page.
  • In the appended figures, similar components and/or features may have the same reference label. Further, various components of the same type may be distinguished by following the reference label by a dash and a second label that distinguishes among the similar components. If only the first reference label is used in the specification, the description is applicable to any one of the similar components having the same first reference label irrespective of the second reference label.
  • DETAILED DESCRIPTION
  • The ensuing description provides preferred exemplary embodiment(s) only, and is not intended to limit the scope, applicability or configuration of the disclosure. Rather, the ensuing description of the preferred exemplary embodiment(s) will provide those skilled in the art with an enabling description for implementing a preferred exemplary embodiment. It is understood that various changes may be made in the function and arrangement of elements without departing from the spirit and scope as set forth in the appended claims.
  • Referring first to FIG. 1, a block diagram of an embodiment of a content distribution system 100 is shown. Designers 116 interact with a content management system (CMS) 108 to syndicate content for end users 112 to enjoy on their end user devices 124. Content sites 104 include web sites that are accessed by the end user devices 124 using a web browser, content player or other application software. A content object is any content file or content stream and could include, for example, slideshow, animation, video, and/or audio. The content object could be live, delayed or stored. Throughout the specification, references may be made to a content object, content, content stream and/or content file, but it is to be understood that those terms could be used interchangeably wherever they may appear.
  • The content sites 104 could be set up by the designer 116 or by end users 112. When the designer 116 originally syndicates content, a content site 104 is typically chosen for embedding code that plays the content object, but there is an option to take embed code from that first content site 104 for placement in another content site 104 by an end user 112. The embed code renders itself or cause the content object to be rendered on any number of end user devices 124 with video player code that is referenced in the embed code. The video player code partially loads when the end user 112 request that web page on the content site 104. After selection of a content object, additional modules associated with the content object are loaded. In one embodiment, this avoids downloading unnecessary code. End user devices 124 could be a phone, a smart phone, a tablet, an electronic pad, a personal computer, an IPTV player, a portable music player, a set top box, etc.
  • This embodiment optionally uses a content delivery network (CDN) 120 to deliver content objects, embed code, video player code, module code, web pages, etc. as an alternative or supplement to the CMS 108 can hosting. Designers 116 can syndicate storing their content anywhere, but would often use a CDN 120 for popular content. In some cases, some content is served from the CDN 120, other content is hosted on the content site 104 and still other content is hosted on the CMS 108. As embed code is moved from site to site, hosting of content and code can remain the same or move in whole or in part. The original designer 116 originally syndicating the embed code has less control of how the embed code moves around to various content sites 104.
  • Other embodiments control how the embed code disseminates across the Internet. The number of times embed code can be propagated in succession can be limited. For example, the designer 116 might only allow their original page be embedded in another content site 104, but prevent embed code being accessible to end users 112 from that second content site 104. Additionally, security could be embedded in the HTML and/or JavaScript™ of the embed code that authenticates the embed code to check for unauthorized modification. A checksum or hash could be calculated in the embed code and passed back to the CMS 108 for authentication, for example.
  • The embed code loads video player code that has the ability to playback the content object within the web browser running on the end user device 124 of the end user 112. The video player code with any additional modules loaded interfaces with other services to aid in serving ads and providing analytics. One or more ad services 128 are supported to allow the ad modules of the video player to provide contextual information used by the ad service 128 in providing an ad. One or more analytics services 132 interface with analytics modules of the video player to record usage information related to the rendering of the content object for the end user 112. Other embodiments can use ad serving functionality supported by the CMS 108 or CDN 120 as an alternative or in addition to the ad service(s) 128 and analytic service(s) 132.
  • With reference to FIG. 2, a block diagram of an embodiment of the CMS 108 is shown. To syndicate content, the designer 116 interacts with a designer interface 208. The content object is operated upon by a transcoder(s) 212 to be processed into one or more codings, formats, bitrates, protocols, etc. to support all the various end user devices 124 that might render the content object. In this embodiment, the content object is transcoded into eight different encodes or other representations, but other embodiments could have more or less encodes at the selection of the designer 116. The transcoded versions are stored as content object encodes 216.
  • The designer 116 further interacts with the designer interface 208 to edit the content objects, insert advertizing capability, specify the analytics to measure, specify where the content object should be syndicated, how the content playback applet embeds in a web page, where the content objects are hosted, etc. The designer 116 can edit the content object prior to transcoding. Advertizing can have their location specified for insertion or can be manually spliced into the content object or later during playback in the web browser on the end user device 124. There are several versions of the Flash,™ HTML5 with JavaScript™ or Silverlight™ player that are stored as player code 232. The video players built into browsers and phones are also supported. The designer can define the look and functionality for the player from predefined and/or customized templates that are stored as embed code parameters 230.
  • Embed code parameters 230 are customized by the designer to affect how the embed code will customize the video player code to operate on a particular end user device 124. The embed code 224 may check to see if certain fallback content objects are enabled in the embed code parameters 230 to effectively customize operation of the embed code 224 for different domains, clients, zones, sub-directories, content types, end user devices, etc. For example, the designer may not want to pay for mobile format encodings, or they may have disabled them because they don't want users to get access to content that cannot be protected by digital rights management (DRM). The embed code 224 refers back to the embed code parameters upon execution to customize how the embed code 224 operates. This allows modification of the operation of the embed code 224 after placement on a web site without having to update or change the embed code.
  • Security for the embed code 224 can be configured by changing the embed code parameters 230 at any time including after the embed code is placed into a web page. The embed code 224 has programming to allow operation at varying levels of security. The security may be managed on the end user device 124, by the content management system 108 or a combination thereof as dictated by the embed code parameters 230. The embed code 224 could query to the embed code parameters 230 to determine what security features to perform on the end user device 124 and which are performed by the content management system 108. In some cases, the embed code 224 and/or the content management system 108 will prevent certain actions from being performed. For example, the end user device 124 could be a model of phone, have out of date DRM, have invalid security certificates, have malfunctioning or obsolete hardware that would cause certain content objects to be unplayable as choreographed by the embed code 224 and any embed code parameters 230.
  • Embed code 224 is JavaScript™ or another scripting language that executes in a web browser or player on the end user device 124. The embed code 224 is placed in a web page of the content site 104 by the designer themselves or automatically using the media syndication engine 204. The embed code autonomously determines the best way to play a content object in a web browser or player application. Different end user devices 124 dictate the need for embed code that can react accordingly to provide consistent playback regardless of the platform. Other embodiments could have server-side logic to determine the best way to play the content object. The server-side logic can support a wider variety of end user devices 124, for example, to support devices without JavaScript™ and/or Flash.™
  • At the option of the designer, the media syndication engine 204 can automatically syndicate the content. The media syndication engine 204 controls a content site interface 228 and a CDN interface 220. The content site interface 228 can automatically insert the embed code and/or content object, for example, onto social networking sites, blog sites, video sharing sites, etc. The CDN interface 220 is used to place content objects onto one or more CDNs 120 that might host and/or cache the content objects. The CDN interface 220 can supply content objects through pre-population of the CDN 120 or when the CDN 120 experiences a cache miss.
  • Editing and ad insertion are also performed by the media syndication engine 204. The designer can edit videos and metadata (e.g., title, description, tags) and stitch, cut and otherwise edit video, sound and images. Ad insertion can be done by splicing or overlaying ads directly into the content before delivery or controlled by player logic at run-time to switch-out or overlay the content with an in-place ad, postplate or banners at the end user device 124.
  • The CMS 108 provides modules on demand to the player code 232 once loaded after rendering of a web page in a browser. The player code 232 has certain functionality to render the content and provide a base-level functionality. On a content object-by-content object basis, additional modules 236, 240 can be loaded. Each content object can specify the modules used to enhance the functionality of the player code 232. For example, a number of analytics modules 240 support any number of different analytics function and analytics services 132.
  • Ad modules 236 are developed to support any number of ad types and any number of ad services 128. Ad services 128 can be hosted within the CDN 220 or CMS 108 in some embodiments, but would also include third-party ad services 128. The ad services 128 each have different interfaces that require different information in a different sequence. There are ad modules 236 to support the different ad services 128. There can be different ad modules 236 to support different offerings of a particular ad service 128. For example, DoubleClick™ is a third-party ad service 128. There is a particular protocol for interfacing with DoubleClick™ (i.e., DART) and an ad module 236 is designed to support that particular interface and protocol.
  • Referring next to FIG. 3, a diagram of an embodiment of a code flow 300 for an embedded function in a web page is shown. The code for playback evolves as a function of when the web page is loaded and how the end user interacts with the content. In a first phase, the embed code 224 is just a few lines that reference the video player code 232 along with a channel, media and/or playlist identifier. The identifier(s) is used by the CMS 108 to determine the embed code parameters for a particular rendering of the video player. The video player 304-1 renders in a second phase with customization of the interface (e.g., colors, configuration of the various content tiles, information about the content objects, player interface skins, particular content objects and their arrangement, etc.) according to the embed code parameters 230.
  • In a third phase, the end user 112 has selected one of the tiles for a particular content object from what is typically many tiles corresponding the many content objects. The embed code parameters 230 include identification of the content objects and the additional metadata the goes along with each content object. This metadata includes identification of the analytics modules 240 and ad modules 236 used for each content object. The modules 236, 240 are requested from the CMS 108 to add that functionality to the video player 304-2 in the third phase.
  • The size of the code in the web browser increases in each phase. The embed code is just a few lines. The video player code in the second phase is tens of thousands of lines of code. Loading of each module may add one or two thousand lines of code. By loading modules only as needed after rendering of the web page, the bandwidth requirements are reduced in one embodiment.
  • With reference to FIG. 4, a screen shot 400 of an embodiment of embed code 224 that is added to a web page to provide content player functionality is shown. The embed code could be implemented in as few as five lines of code that help identify the type of end user device 124 and load the appropriate player code 232 for that environment. The embed code 224 may or may not include links to the content object(s). In any event, the embed code 224 includes an identifier to know what embed code parameters 230 to load to customize the end user interface.
  • Referring next to FIG. 5, a screen shot of an embodiment of showing an end user interface 500-1 to the video player 304-1 in its inactive state after rendering of a web page host is shown. There are three content objects referenced in this embodiment. A primary tile 504 provides an emphasized presentation of a particular content object, but two secondary tiles 520 are also available for selection. Each tile 504, 520 will activate a different content object for playback. Also, each content object can trigger a different playback experience that use different modules 236, 240. The metadata for each content object held in the embed code parameters 230 specifies all the customization onto the base video player functionality. In each tile 504, 520, there is a still picture or video 508, a title 512 and a description 516.
  • With reference to FIG. 6A, a screen shot of an embodiment of showing an end user interface 500-2 to the video player 304-2 in its active state after selection of a particular video by the end user for playback is shown. The lower secondary tile 520-2 was selected by the end user 112 while interacting with the end user interface 100-1 in FIG. 5 to activate the video player 304-2 to focus upon that content object. Player controls 604 are displayed when after selecting a particular content object. The modules 236, 240 associate with the content object are requested from the CMS 108 to add additional functionality to the video player 304-2. In this embodiment, a DoubleClick™ ad service 128 is used to include embedded video advertisement so activating the lower secondary tile 520-2 loads an ad module 236 that is specialized for interaction with the DoubleClick™ ad service 128.
  • With reference to FIG. 6B, a screen shot of another embodiment of showing an end user interface 500-2 to the video player 304-2 in its active state after selection of a particular video by the end user for playback is shown. This embodiment includes a portion of a playlist in two secondary panes 520. Selection of either of the secondary panes 520 would result in loading the appropriate modules 236, 240 before starting playback of the video at the top of the window.
  • Although this embodiment only shows a single video being played back, other user interface 500 configurations are possible. There could be secondary tiles 520 available for selection shown to allow the end user 112 to change which content object is being played. The secondary tiles 520 could be arranged on the bottom or side in any quantity. The content objects in the secondary tiles 520 are often suggestions that were automatically chosen. Designers 116 can expressly define the secondary tiles 520 and/or give limitations to what can be allowed as a secondary tile 520. For example, secondary tiles 520 may only point to content with a particular channel identifier for the designer's organization.
  • Referring next to FIG. 7, a flowchart of an embodiment of a process 700 for configuring a video player embedded in a web page for content playback is shown. The depicted portion of the process begins in block 704 where the designer 116 directly or using automatic placement by the CMS 108 causes the embed code 224 being placed in a web page. The embed code 224 includes an identifier the references the proper embed code parameters 230 that will customize the end user interface 500.
  • At some point, the web page with the embed code is loaded into an end user's browser to trigger activation of the embed code 224 in block 708. Activation of the embed code 224 results in calls to the CMS 108 for player code 232 that will provide a base of functionality to the video player. The identifier is passed from the end user device 124 to the CMS 108 in block 712. The CMS 108 retrieves the embed code parameters 230 that define how the player's end user interface 500-1 displays on the web page in an inactive state in block 716.
  • At some point the end user 112 interacts with the end user interface 500-1 to select a particular content object in one of the tiles 504, 520 in block 720. The modules 236, 240 associated with the selected content object are requested from the CMS 108 in block 724. Those ad modules could do banner ads in the playback tile, could do embedded video ads played after pausing the content object, and/or overlay banner ads that are superimposed over the video. With all the functionality added by the selected modules 236, 240 playback occurs in block 728.
  • With reference to FIG. 8, a flowchart of an embodiment of a process 728 for rendering video by a video player embedded in a web page is shown. This process 728 corresponds to the last block in the prior figure. The depicted portion of the process begins in block 804 where the access needed to video player baseline is determined. There are any number of application program interfaces (APIs) to support the various ad modules 236. Generally, there is an ad API and an analytics API. There could be different APIs for different classes of advertizing, for example an embedded video ad API and an overlay banner ad API. In this embodiment, there is no analytics module 240 and only an ad module 236.
  • Various ad services 128 use different metadata on the content object in choosing and tracking an ad. For example, the genre, playback time, placement of the ad, channel, zone, subject matter, aspect ratio, video quality, playback device may be passed to the ad service 128. This metadata was previously retrieved with the embed code parameters 230. The ad modules 236 for the particular ad service 128 knows the information and protocol that would be sent to allow the ad service 128 to find an acceptable ad. The metadata is passed to the ad module 236 in block 808. The metadata may include a superset of information that is not all used by the ad service 128, but a standard ad API may be used to support a number of ad modules 236.
  • Control of player functions is passed to the ad module in block 812. For example, the control given to an ad module 236 that can place ads into the video stream would include the ability to pause playback, insert and play a video ad and resume playback. In block 816, at least some of the metadata is passed to the ad service 128 as required by its interface and protocol. The ad is returned from the ad service in block 820. The ad module interacts with the baseline video code to weave the ad into the end user experience in block 824.
  • It is to be understood that there could be multiple types of modules 236, 240 active for a particular content object. The different ad modules work cooperatively to accomplish their specific task in the greater context of playback. In one example, there could be three ad modules 236 for banner, overlay and embedded ads in addition to two analytics modules 240 that will provide information to two different analytics services 132.
  • A number of variations and modifications of the disclosed embodiments can also be used. For example, the above embodiments are described in the context of a video player, but the player could be an audio player, an animation player or any other content player. Some of the above embodiments splice advertizing into the video stream, but other embodiments could present the advertizing as an overlay-banner or other banner ad. Some embodiments could overwrite the audio or video portion, in whole or in part.
  • Above embodiments control ad modules at the granularity of content object. Ad functionality could be added to groups of content objects, for example, by playlist, customer, playback resolution, subject matter, site where embed code was loaded from, etc.
  • We disclose above the use of modules that are loaded after the video is selected with an embedded player. Beyond ads and analytics, other functionality can be added with modules as dictated by the embed code parameters, which can change over time to support new functionality even if the embed code is already disseminated. Specifically, there could be modules that implement closed captioning, video editing and clipping, linking from the video to other web sites, etc.
  • Specific details are given in the above description to provide a thorough understanding of the embodiments. However, it is understood that the embodiments may be practiced without these specific details. For example, circuits may be shown in block diagrams in order not to obscure the embodiments in unnecessary detail. In other instances, well-known circuits, processes, algorithms, structures, and techniques may be shown without unnecessary detail in order to avoid obscuring the embodiments.
  • Also, it is noted that the embodiments may be described as a process which is depicted as a flowchart, a flow diagram, a data flow diagram, a structure diagram, or a block diagram. Although a flowchart may describe the operations as a sequential process, many of the operations can be performed in parallel or concurrently. In addition, the order of the operations may be re-arranged. A process is terminated when its operations are completed, but could have additional steps not included in the figure. A process may correspond to a method, a function, a procedure, a subroutine, a subprogram, etc. When a process corresponds to a function, its termination corresponds to a return of the function to the calling function or the main function.
  • Furthermore, embodiments may be implemented by hardware, software, scripting languages, firmware, middleware, microcode, hardware description languages, and/or any combination thereof. When implemented in software, firmware, middleware, scripting language, and/or microcode, the program code or code segments to perform the necessary tasks may be stored in a machine readable medium such as a storage medium. A code segment or machine-executable instruction may represent a procedure, a function, a subprogram, a program, a routine, a subroutine, a module, a software package, a script, a class, or any combination of instructions, data structures, and/or program statements. A code segment may be coupled to another code segment or a hardware circuit by passing and/or receiving information, data, arguments, parameters, and/or memory contents. Information, arguments, parameters, data, etc. may be passed, forwarded, or transmitted via any suitable means including memory sharing, message passing, token passing, network transmission, etc.
  • For a firmware and/or software implementation, the methodologies may be implemented with modules (e.g., procedures, functions, and so on) that perform the functions described herein. Any machine-readable medium tangibly embodying instructions may be used in implementing the methodologies described herein. For example, software codes may be stored in a memory. Memory may be implemented within the processor or external to the processor. As used herein the term “memory” refers to any type of long term, short term, volatile, nonvolatile, or other storage medium and is not to be limited to any particular type of memory or number of memories, or type of media upon which memory is stored.
  • Moreover, as disclosed herein, the term “storage medium” may represent one or more memories for storing data, including read only memory (ROM), random access memory (RAM), magnetic RAM, core memory, magnetic disk storage mediums, optical storage mediums, flash memory devices and/or other machine readable mediums for storing information. The term “machine-readable medium” includes, but is not limited to portable or fixed storage devices, optical storage devices, wireless channels, and/or various other storage mediums capable of storing that contain or carry instruction(s) and/or data.
  • While the principles of the disclosure have been described above in connection with specific apparatuses and methods, it is to be clearly understood that this description is made only by way of example and not as limitation on the scope of the disclosure.

Claims (21)

1. (canceled)
2. A method for incrementally receiving code for a video player embedded into a web page to weave advertisements into playback of a video, the method comprising:
loading embed code that runs within a web browser;
sending an identifier from the embed code that references parameters for customizing the video player;
receiving player code for implementing video player functionality after loading the embed code;
receiving the parameters for customizing the video player, wherein the parameters identify the video that can be rendered by the video player;
receiving metadata for the video;
receiving an end-user request for playback of the video;
requesting ad module code, wherein:
the requesting ad module code is performed after receiving the end-user request for playback of the video;
the ad module code integrates with the player code to provide ad request functionality to the video player; and
the ad module code requests an advertisement based on the metadata for the video; and
weaving the advertisement into playback of the video.
3. The method for operating the video player embedded into the web page to play the video as recited in claim 2, wherein the embed code determines video player functionality based on a device used to render the web page for the end-user.
4. The method for operating the video player embedded into the web page to play the video as recited in claim 2, further comprising transferring control of the video player to the ad module code.
5. The method for operating the video player embedded into the web page to play the video as recited in claim 2, further comprising receiving the advertisement from an ad service.
6. The method for operating the video player embedded into the web page to play the video as recited in claim 2, wherein weaving the advertisement into playback of the video includes splicing the advertisement into the video.
7. The method for operating the video player embedded into the web page to play the video as recited in claim 2, further comprising sending the metadata to an ad server, wherein the ad server selects the advertisement based on the metadata.
8. The method for operating the video player embedded into the web page to play the video as recited in claim 2, further comprising receiving analytics code, wherein the analytics code provides instruction for recording usage information related to playback of the video and/or the advertisement.
9. The method for operating the video player embedded into the web page to play the video as recited in claim 2, wherein the video is a video stream.
10. A computer-readable device containing instructions that when executed cause one or more processors to:
load embed code that runs within a web browser;
send an identifier from the embed code that references parameters for customizing a video player embedded into a web page;
receive player code for implementing video player functionality after loading the embed code;
receive the parameters for customizing the video player, wherein the parameters identify a video that can be rendered by the video player;
receive metadata for the video;
receive an end-user request for playback of the video;
request ad module code, wherein:
requesting ad module code is performed after receiving the end-user request for playback of the video;
the ad module code integrates with the player code to provide ad request functionality to the video player; and
the ad module code requests an advertisement based on the metadata for the video; and
weave the advertisement into playback of the video.
11. The computer-readable device containing instructions as recited in claim 9, wherein weaving the advertisement into playback of the video includes overwriting audio of the video in whole or in part.
12. The computer-readable device containing instructions as recited in claim 9, wherein weaving the advertisement into playback of the video includes overwriting a portion of the video.
13. The computer-readable device containing instructions as recited in claim 9, wherein the instructions further cause the one or more processors to providing a link from the video to another website.
14. The computer-readable device containing instructions as recited in claim 9, wherein:
the instructions further cause the one or more processors to receive additional code, and
the additional code provides instruction for implementing closed captioning functionality.
15. The computer-readable device containing instructions as recited in claim 9, wherein:
the instructions further cause the one or more processors to receive additional code, and
the additional code provides instruction for implementing video editing functionality.
16. The computer-readable device containing instructions as recited in claim 9, wherein the instructions further cause the one or more processors to transfer control of the video player to the ad module code.
17. A computing device for interacting with a video player embedded into a web page to weave advertisements into playback of a video, the computing device comprising:
one or more processors configured to:
provide embed code that runs within a web browser;
receive an identifier from the embed code that references parameters for customizing the video player;
send player code for implementing video player functionality after the web browser loads the embed code;
send the parameters corresponding to the identifier, wherein the parameters identify a video that can be rendered by the video player;
receive a request for ad module code, wherein receiving the request for the ad module code is received after an end-user requests playback of the video; and
send ad module code to an end-user device, wherein:
the ad module code requests an advertisement based on metadata associated with the video; and
the ad module code weaves the advertisement into playback of the video.
18. The computing device for interacting with a video player embedded into a web page as recited in claim 16 wherein the ad module code weaves the advertisement into playback of the video by splicing the advertisement into the video.
19. The computing device for interacting with a video player embedded into a web page as recited in claim 16, wherein the one or more processors are further configured to send analytics code that provides instruction for recording usage information related to playback of the video and/or the advertisement.
20. The computing device for interacting with a video player embedded into a web page as recited in claim 16, wherein weaving the advertisement into playback of the video overwrites an audio portion of the video.
21. The computing device for interacting with a video player embedded into a web page as recited in claim 16, wherein the ad module code requests the advertisement from an ad server.
US13/912,400 2011-06-03 2013-06-07 Embedded video player with modular ad processing Abandoned US20130276021A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US13/912,400 US20130276021A1 (en) 2011-06-03 2013-06-07 Embedded video player with modular ad processing

Applications Claiming Priority (6)

Application Number Priority Date Filing Date Title
AU2011205061 2011-06-03
PCT/US2011/039172 WO2012166154A1 (en) 2011-06-03 2011-06-03 Embedded video player with modular ad processing
AU2011205061A AU2011205061B1 (en) 2011-06-03 2011-06-03 Embedded video player with modular ad processing
US13/341,739 US8533754B2 (en) 2011-06-03 2011-12-30 Embedded video player with modular ad processing
US13/440,369 US8706337B2 (en) 2011-04-12 2012-04-05 Method for operating a hybrid vehicle
US13/912,400 US20130276021A1 (en) 2011-06-03 2013-06-07 Embedded video player with modular ad processing

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US13/341,739 Continuation US8533754B2 (en) 2011-06-03 2011-12-30 Embedded video player with modular ad processing

Publications (1)

Publication Number Publication Date
US20130276021A1 true US20130276021A1 (en) 2013-10-17

Family

ID=47262761

Family Applications (2)

Application Number Title Priority Date Filing Date
US13/341,739 Active US8533754B2 (en) 2011-06-03 2011-12-30 Embedded video player with modular ad processing
US13/912,400 Abandoned US20130276021A1 (en) 2011-06-03 2013-06-07 Embedded video player with modular ad processing

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US13/341,739 Active US8533754B2 (en) 2011-06-03 2011-12-30 Embedded video player with modular ad processing

Country Status (1)

Country Link
US (2) US8533754B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150356999A1 (en) * 2013-12-02 2015-12-10 White Ops, Inc. Method and system for tracking and analyzing browser session data within online video via the vixel delivery mechanism
US20180054652A1 (en) * 2013-06-12 2018-02-22 Google Inc. Embeddable media content search widget
US11381805B2 (en) 2019-02-06 2022-07-05 Loop Now Technologies, Inc. Audio and video stream rendering modification based on device rotation metric
US11483492B2 (en) 2019-02-06 2022-10-25 Loop Now Technologies, Inc. Immersive video experience including rotation
US11659219B2 (en) 2019-02-06 2023-05-23 Loop Now Technologies, Inc. Video performance rendering modification based on device rotation metric
US11880423B2 (en) 2020-02-05 2024-01-23 Loop Now Technologies, Inc. Machine learned curating of videos for selection and display

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9077779B2 (en) * 2011-10-28 2015-07-07 Cinemo Gmbh Client device, method and computer program for playing media content
US9865005B1 (en) * 2012-01-17 2018-01-09 Comscore, Inc. Unified content visibility and video content monitoring
US9805377B2 (en) 2012-01-17 2017-10-31 ComScore. Inc. Unified content visibility
US10063897B1 (en) 2013-03-15 2018-08-28 Comscore, Inc. Monitoring video advertisements
US9634910B1 (en) * 2013-06-14 2017-04-25 Google Inc. Adaptive serving companion shared content
US20150248722A1 (en) * 2014-03-03 2015-09-03 Swell, Inc. Web based interactive multimedia system
CN113840173A (en) * 2021-09-18 2021-12-24 北京百度网讯科技有限公司 Webpage video playing method, device, equipment, storage medium and program product
US11843682B1 (en) * 2022-08-31 2023-12-12 Adobe Inc. Prepopulating an edge server cache

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6199076B1 (en) * 1996-10-02 2001-03-06 James Logan Audio program player including a dynamic program selection controller
US20080065693A1 (en) * 2006-09-11 2008-03-13 Bellsouth Intellectual Property Corporation Presenting and linking segments of tagged media files in a media services network
US20090024927A1 (en) * 2007-07-18 2009-01-22 Jasson Schrock Embedded Video Playlists

Family Cites Families (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6122011A (en) * 1995-12-27 2000-09-19 Index Systems, Inc. Apparatus and method for creating or editing a channel map
US6177931B1 (en) * 1996-12-19 2001-01-23 Index Systems, Inc. Systems and methods for displaying and recording control interface with television programs, video, advertising information and program scheduling information
US6760916B2 (en) 2000-01-14 2004-07-06 Parkervision, Inc. Method, system and computer program product for producing and distributing enhanced media downstreams
US8738787B2 (en) * 2005-04-20 2014-05-27 Limelight Networks, Inc. Ad server integration
US20080109844A1 (en) 2006-11-02 2008-05-08 Adbrite, Inc. Playing video content with advertisement
US20080288973A1 (en) * 2007-05-18 2008-11-20 Carson David V System and Method for Providing Advertisements for Video Content in a Packet Based Network
US20100281042A1 (en) * 2007-02-09 2010-11-04 Novarra, Inc. Method and System for Transforming and Delivering Video File Content for Mobile Devices
US20080288976A1 (en) * 2007-05-18 2008-11-20 Carson David V System and Method for Providing Advertisements for Video Content in a Packet Based Network
US8307392B2 (en) 2007-06-11 2012-11-06 Yahoo! Inc. Systems and methods for inserting ads during playback of video media
WO2009044295A2 (en) * 2007-06-22 2009-04-09 Inskin Media Ltd. Systems and methods for providing interactive advertisements through media player skin
US20090037263A1 (en) 2007-07-30 2009-02-05 Yahoo! Inc. System for the insertion and control of advertisements in video
US8108257B2 (en) 2007-09-07 2012-01-31 Yahoo! Inc. Delayed advertisement insertion in videos
US20090089830A1 (en) * 2007-10-02 2009-04-02 Blinkx Uk Ltd Various methods and apparatuses for pairing advertisements with video files
US20090119169A1 (en) * 2007-10-02 2009-05-07 Blinkx Uk Ltd Various methods and apparatuses for an engine that pairs advertisements with video files
US8504426B2 (en) * 2008-05-08 2013-08-06 Ingenio Llc Systems and methods to connect people via videos for real time communications
US8250600B2 (en) * 2009-03-31 2012-08-21 Alcatel Lucent Advertisement scheduling in a packet-based media-delivery system
US8266246B1 (en) * 2012-03-06 2012-09-11 Limelight Networks, Inc. Distributed playback session customization file management

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6199076B1 (en) * 1996-10-02 2001-03-06 James Logan Audio program player including a dynamic program selection controller
US20080065693A1 (en) * 2006-09-11 2008-03-13 Bellsouth Intellectual Property Corporation Presenting and linking segments of tagged media files in a media services network
US20090024927A1 (en) * 2007-07-18 2009-01-22 Jasson Schrock Embedded Video Playlists

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20180054652A1 (en) * 2013-06-12 2018-02-22 Google Inc. Embeddable media content search widget
US10567845B2 (en) * 2013-06-12 2020-02-18 Google Llc Embeddable media content search widget
US20150356999A1 (en) * 2013-12-02 2015-12-10 White Ops, Inc. Method and system for tracking and analyzing browser session data within online video via the vixel delivery mechanism
US9799374B2 (en) * 2013-12-02 2017-10-24 White Ops, Inc. Method and system for tracking and analyzing browser session data within online video via the vixel delivery mechanism
US11381805B2 (en) 2019-02-06 2022-07-05 Loop Now Technologies, Inc. Audio and video stream rendering modification based on device rotation metric
US11483492B2 (en) 2019-02-06 2022-10-25 Loop Now Technologies, Inc. Immersive video experience including rotation
US11659219B2 (en) 2019-02-06 2023-05-23 Loop Now Technologies, Inc. Video performance rendering modification based on device rotation metric
US11880423B2 (en) 2020-02-05 2024-01-23 Loop Now Technologies, Inc. Machine learned curating of videos for selection and display

Also Published As

Publication number Publication date
US8533754B2 (en) 2013-09-10
US20120311627A1 (en) 2012-12-06

Similar Documents

Publication Publication Date Title
US8533754B2 (en) Embedded video player with modular ad processing
US8266246B1 (en) Distributed playback session customization file management
US8745484B2 (en) Advanced embed code
US10785508B2 (en) System for measuring video playback events using a server generated manifest/playlist
US20180315098A1 (en) Information processing method, server, and computer storage medium
CN103583051B (en) Playlists for real-time or near real-time streaming
KR102312755B1 (en) Reception apparatus, reception method, transmission apparatus and transmission method
EP2357573A1 (en) Method and apparatus for showing web page-related resources
US20090106104A1 (en) System and method for implementing an ad management system for an extensible media player
US20060085816A1 (en) Method and apparatus to control playback in a download-and-view video on demand system
US20090198580A1 (en) Distribution and Targeting of Advertising for Mobile Devices
US20130067052A1 (en) User adaptive http stream manager and method for using same
US20090193457A1 (en) Systems and methods for providing run-time enhancement of internet video files
US20120016753A1 (en) Ad server integration
US9002881B2 (en) Assembling streamed content for on-demand presentation
US20090106315A1 (en) Extensions for system and method for an extensible media player
US11463741B2 (en) Methods and systems for dynamic routing of content using a static playlist manifest
US8644674B2 (en) Control layer indexed playback
US9161075B2 (en) System independent remote storing of digital content
US20110185378A1 (en) Systems For Rich Media Channel Distribution
KR20110047768A (en) Apparatus and method for displaying multimedia contents
US20130254806A1 (en) System and Method for Displaying a Media Program Stream on Mobile Devices
CN104954860A (en) Set-top box, electronic program server, multimedia system and data interaction method
US11700435B2 (en) Systems and methods of universal video embedding
WO2012166154A1 (en) Embedded video player with modular ad processing

Legal Events

Date Code Title Description
AS Assignment

Owner name: LIMELIGHT NETWORKS, INC., ARIZONA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:CHO, PAUL;REEL/FRAME:030788/0330

Effective date: 20130613

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION