Media stream rate synchronization

Information

  • Patent Grant
  • 10462202
  • Patent Number
    10,462,202
  • Date Filed
    Wednesday, March 30, 2016
    8 years ago
  • Date Issued
    Tuesday, October 29, 2019
    5 years ago
Abstract
Media streams or files, such as audio and video streams, within a media presentation are synchronized by dynamically adjusting the playback rate of one or more of the streams relative to a reference (clock) stream. In one implementation, a video presentation including a plurality of media streams is received, with each media stream having a respective playback rate. One of the media streams is selected as a clock stream. The media streams are simultaneously played according to their respective playback rates, and a second media stream is synchronized with the clock stream.
Description
FIELD OF THE INVENTION

The present disclosure relates generally to streaming media and, more particularly, to systems and methods for synchronizing video and audio streams through dynamic adjustment of playback rate.


BACKGROUND

Streaming media presentations, such as online videos, often include separate audio and video streams, or tracks. Some of these media presentations also include multiple video and/or audio streams that are played in parallel, so that a user can switch among the streams and continue playback of a new stream at the same point in time where he or she left off in the previous stream. In either case, it is generally desirable to synchronize the streams to align audio and video as well as provide for seamless transitions among streams.


SUMMARY

Systems and methods for media stream synchronization are disclosed. In one aspect, a video presentation having multiple media streams is received. The media streams each have an associated playback rate that can be modified to speed up or slow down the playback rate of the stream. One of the streams is selected as a clock, or reference, stream. The media streams are simultaneously played according to their respective playback rates, and the other media streams are synchronized with the clock stream during playback.


The synchronization can be performed for multiple time intervals, which can be of fixed or variable length. To synchronize a second media stream with the clock stream, the playback rate of the second media stream can be modified at the end of a first time interval to cause the playback time of the second media stream to be substantially the same as the playback time of the clock stream at the end of a second, later time interval.


In one implementation, the synchronization includes determining that an end of a first time interval has been reached; determining, at the end of the first time interval, a current playback time of the clock stream and a current playback time of the second media stream; and modifying the playback rate of the second media stream based on the current playback time of the clock stream and the current playback time of the second media stream. If the current playback time of the second media stream is less than the current playback time of the clock stream, the playback rate of the second media stream can be increased. On the other hand, if the current playback time of the second media stream is greater than the current playback time of the clock stream, the playback rate of the second media stream can be decreased.


The playback rate of the second media stream can be calculated using the equation:








time
c

+
interval
-

time
s


interval





where timec is equal to the current playback time of the clock stream, times is equal to the current playback time of the second media stream, and interval is equal to a length of time of a next interval.


The first media stream and the second media stream can be video streams, audio streams, and/or parallel tracks and can be seamlessly switched between.


Other aspects of the inventions include corresponding systems and computer-readable media. The various aspects and advantages of the invention will become apparent from the following drawings, detailed description, and claims, all of which illustrate the principles of the invention, by way of example only.





BRIEF DESCRIPTION OF THE DRAWINGS

A more complete appreciation of the invention and many attendant advantages thereof will be readily obtained as the same becomes better understood by reference to the following detailed description when considered in connection with the accompanying drawings. In the drawings, like reference characters generally refer to the same parts throughout the different views. Further, the drawings are not necessarily to scale, with emphasis instead generally being placed upon illustrating the principles of the invention.



FIG. 1 depicts a high-level system architecture according to an implementation.



FIG. 2 depicts an example method for media stream synchronization.



FIGS. 3A and 3B depict an example application of a method for media stream synchronization.



FIG. 4 depicts an example application of a method for parallel track synchronization.





DETAILED DESCRIPTION

Described herein are various implementations of methods and supporting systems for synchronizing media streams or files, such as audio and video streams, within a media presentation by dynamically adjusting the playback rate of one or more of the streams relative to a reference (clock) stream. The techniques described herein can be implemented in any suitable hardware or software. If implemented as software, the processes can execute on a system capable of running one or more custom operating systems or commercial operating systems such as the Microsoft Windows® operating systems, the Apple OS X® operating systems, the Apple iOS® platform, the Google Android™ platform, the Linux® operating system and other variants of UNIX® operating systems, and the like. The software can be implemented on a general purpose computing device in the form of a computer including a processing unit, a system memory, and a system bus that couples various system components including the system memory to the processing unit.



FIG. 1 depicts an example system for media stream synchronization according to an implementation. A media presentation having multiple video and/or audio streams can be presented to a user on a user device 110 having an application 112 capable of playing and/or editing the content. The user device 110 can be, for example, a smartphone, tablet, laptop, palmtop, wireless telephone, television, gaming device, virtual reality headset, music player, mobile telephone, information appliance, workstation, a smart or dumb terminal, network computer, personal digital assistant, wireless device, minicomputer, mainframe computer, or other computing device, that is operated as a general purpose computer or a special purpose hardware device that can execute the functionality described herein. The user device 110 can have output functionality (e.g., display monitor, touchscreen, image projector, etc.) and input functionality (e.g., touchscreen, keyboard, mouse, remote control, etc.).


The system can include a plurality of software modules stored in a memory and executed on one or more processors. The modules can be in the form of a suitable programming language, which is converted to machine language or object code to allow the processor or processors to read the instructions. The software can be in the form of a standalone application, implemented in any suitable programming language or framework.


The application 112 can be a video player and/or editor that is implemented as a native application, web application, or other form of software. In some implementations, the application 112 is in the form of a web page, widget, and/or Java, JavaScript, .Net, Silverlight, Flash, and/or other applet or plug-in that is downloaded to the user device 110 and runs in conjunction with a web browser. The application 112 and the web browser can be part of a single client-server interface; for example, the application 112 can be implemented as a plugin to the web browser or to another framework or operating system. Any other suitable client software architecture, including but not limited to widget frameworks and applet technology can also be employed.


Media content can be provided to the user device 110 by content server 102, which can be a web server, media server, a node in a content delivery network, or other content source. In some implementations, the application 112 (or a portion thereof) is provided by application server 106. For example, some or all of the described functionality of the application 112 can be implemented in software downloaded to or existing on the user device 110 and, in some instances, some or all of the functionality exists remotely. For example, certain video encoding and processing functions can be performed on one or more remote servers, such as application server 106. In some implementations, the user device 110 serves only to provide output and input functionality, with the remainder of the processes being performed remotely.


The user device 110, content server 102, application server 106, and/or other devices and servers can communicate with each other through communications network 114. The communication can take place via any media such as standard telephone lines, LAN or WAN links (e.g., T1, T3, 56 kb, X.25), broadband connections (ISDN, Frame Relay, ATM), wireless links (802.11, Bluetooth, GSM, CDMA, etc.), and so on. The network 114 can carry TCP/IP protocol communications and HTTP/HTTPS requests made by a web browser, and the connection between clients and servers can be communicated over such TCP/IP networks. The type of network is not a limitation, however, and any suitable network can be used.


Method steps of the techniques described herein can be performed by one or more programmable processors executing a computer program to perform functions of the invention by operating on input data and generating output. Method steps can also be performed by, and apparatus of the invention can be implemented as, special purpose logic circuitry, e.g., an FPGA (field programmable gate array) or an ASIC (application-specific integrated circuit). Modules can refer to portions of the computer program and/or the processor/special circuitry that implements that functionality.


Processors suitable for the execution of a computer program include, by way of example, both general and special purpose microprocessors, and any one or more processors of any kind of digital computer. Generally, a processor will receive instructions and data from a read-only memory or a random access memory or both. The essential elements of a computer are a processor for executing instructions and one or more memory devices for storing instructions and data. Information carriers suitable for embodying computer program instructions and data include all forms of non-volatile memory, including by way of example semiconductor memory devices, e.g., EPROM, EEPROM, and flash memory devices; magnetic disks, e.g., internal hard disks or removable disks; magneto-optical disks; and CD-ROM and DVD-ROM disks. One or more memories can store media assets (e.g., audio, video, graphics, interface elements, and/or other media files), configuration files, and/or instructions that, when executed by a processor, form the modules, engines, and other components described herein and perform the functionality associated with the components. The processor and the memory can be supplemented by, or incorporated in special purpose logic circuitry.


It should also be noted that the present implementations can be provided as one or more computer-readable programs embodied on or in one or more articles of manufacture. The article of manufacture can be any suitable hardware apparatus, such as, for example, a floppy disk, a hard disk, a CD-ROM, a CD-RW, a CD-R, a DVD-ROM, a DVD-RW, a DVD-R, a flash memory card, a PROM, a RAM, a ROM, or a magnetic tape. In general, the computer-readable programs can be implemented in any programming language. The software programs can be further translated into machine language or virtual machine instructions and stored in a program file in that form. The program file can then be stored on or in one or more of the articles of manufacture.


The media presentations referred to herein can be structured in various forms. For example, a particular media presentation can be an online streaming video having one video stream and one audio stream. In other implementations, a media presentation includes multiple tracks or streams that a user can switch among in real-time or near real-time. In one implementation, the video presentation is an interactive video based on a video tree, hierarchy, or other structure. A video tree can be formed by nodes that are connected in a branching, hierarchical, or other linked form. Nodes can have an associated video segment, audio segment, graphical user interface elements, and/or other associated media. Using, for example, application 112, a user (e.g., a viewer) can watch a video that begins from a starting node in the tree and proceeds along connected nodes. Upon reaching a point where multiple video segments branch off from a currently viewed segment, the user interacts with the video in a manner that results in the selection of the branch to traverse and, thus, the next video segment to watch. Branched video can include seamlessly assembled and selectably presentable multimedia content such as that described in U.S. patent application Ser. No. 13/033,916, filed on Feb. 24, 2011, and entitled “System and Method for Seamless Multimedia Assembly,” and U.S. patent application Ser. No. 14/107,600, filed on Dec. 16, 2013, and entitled “Methods and Systems for Unfolding Video Pre-Roll,” the entireties of which are hereby incorporated by reference.


The video segments in a video tree can be selectably presentable multimedia content; that is, some or all of the video segments in the video tree can be individually or collectively played for a user based upon the user's selection of a particular video segment, an interaction with a previous or playing video segment, or other interaction that results in a particular video segment or segments being played, which can be achieved via input functionality provided by user device 110. The video segments can include, for example, one or more predefined, separate multimedia content segments that can be combined in various manners to create a continuous, seamless presentation such that there are no noticeable gaps, jumps, freezes, delays, or other visual or audible interruptions to video and/or audio playback between segments. In addition to the foregoing, “seamless” can refer to a continuous playback of content that gives the user the appearance of watching a single, linear multimedia presentation or portion of a presentation, as well as a continuous playback of multiple content segments that have smooth audio and/or video transitions (e.g., fadeout/fade-in, linking segments) between two or more of the segments.


In some instances, the user is permitted to make choices or otherwise interact in real-time at decision points or during decision periods interspersed throughout the multimedia content. Decision points and/or decision periods can occur at any time and in any number during a multimedia segment, including at or near the beginning and/or the end of the segment. Decision points and/or periods can be predefined, occurring at fixed points or during fixed periods in the multimedia content segments. Based at least in part on the user's interactions before or during the playing of content, one or more subsequent multimedia segment(s) associated with the choices can be presented to the user. In some implementations, the subsequent segment is played immediately and automatically following the conclusion of the current segment, whereas, in other implementations, the subsequent segment is played immediately upon the user's interaction with the video, without waiting for the end of the decision period or the segment itself.


If a user does not make a selection at a decision point or during a decision period, a default, previously identified selection, or random selection can be made by the system. In some instances, the user is not provided with options; rather, the system automatically selects the segments that will be shown based on information that is associated with the user, other users, or other factors, such as the current date. For example, the system can automatically select subsequent segments based on the user's IP address, location, time zone, the weather in the user's location, social networking ID, saved selections, stored user profiles, preferred products or services, characteristics associated with user device 110, and so on. The system can also automatically select segments based on previous selections made by other users, such as the most popular suggestion or shared selections. The information can also be displayed to the user in the video, e.g., to show the user why an automatic selection is made. As one example, video segments can be automatically selected for presentation based on the geographical location of three different users: a user in Canada will see a twenty-second beer commercial segment followed by an interview segment with a Canadian citizen; a user in the U.S. will see the same beer commercial segment followed by an interview segment with a U.S. citizen; and a user in France is shown only the beer commercial segment.


A multimedia segment(s) selected automatically or by a user can be presented immediately following a currently playing segment, or can be shown after other segments are played. Further, the selected multimedia segment(s) can be presented to the user immediately after selection, after a fixed or random delay, at the end of a decision period, and/or at the end of the currently playing segment. Two or more combined segments form a seamless multimedia content path, and users can take multiple paths and experience a complete, start-to-finish, seamless presentation. Further, one or more multimedia segments can be shared among intertwining paths while still ensuring a seamless transition from a previous segment and to the next segment. The content paths can be predefined, with fixed sets of possible transitions in order to ensure seamless transitions among segments. There can be any number of predefined paths, each having any number of predefined multimedia segments. Some or all of the segments can have the same or different playback lengths, including segments branching from a single source segment.


Traversal of the nodes along a content path in a tree can be performed by selecting among options that appear on and/or around the video while the video is playing. In some implementations, these options are presented to users at a decision point and/or during a decision period in a content segment. The display can hover and then disappear when the decision period ends or when an option has been selected. Further, a timer, countdown or other visual, aural, or other sensory indicator can be presented during the playing of a content segment to inform the user of the point by which he should (or in some cases must) make his selection. For example, the countdown can indicate when the decision period will end, which can be at a different time than when the currently playing segment will end. If a decision period ends before the end of a particular segment, the remaining portion of the segment can serve as a non-interactive seamless transition to one or more other segments. Further, during this non-interactive end portion, the next multimedia content segment (and other potential next segments) can be downloaded and buffered in the background for later presentation (or potential presentation).


The segment that is played after a currently playing segment can be determined based on an option selected or other interaction with the video. Each available option can result in a different video and audio segment being played. As previously mentioned, the transition to the next segment can occur immediately upon selection, at the end of the current segment, or at some other predefined or random point. Notably, the transition between content segments can be seamless. In other words, the audio and video can continue playing regardless of whether a segment selection is made, and no noticeable gaps appear in audio or video presentation between any connecting segments. In some instances, the video continues on to another segment after a certain amount of time if none is chosen, or can continue playing in a loop.


In another implementation, a media presentation can be structured using parallel audio and/or video tracks as described in U.S. patent application Ser. No. 14/534,626, filed on Nov. 6, 2014, and entitled “Systems and Methods for Parallel Track Transitions,” the entirety of which is incorporated by reference herein. For example, a playing video file or stream can have one or more parallel tracks that can be switched among in real-time automatically and/or based on user interactions. In some implementations, such switches are made seamlessly and substantially instantaneously, such that the audio and/or video of the playing content can continue without any perceptible delays, gaps, or buffering. In further implementations, switches among tracks maintain temporal continuity; that is, the tracks can be synchronized to a common timeline so that there is continuity in audio and/or video content when switching from one track to another (e.g., the same song is played using different instruments on different audio tracks; same storyline performed by different characters on different video tracks, and the like).


To facilitate near-instantaneous switching among parallel tracks, multiple media tracks (e.g., video streams) can be downloaded simultaneously to user device 110. Upon selecting a streaming video to play, an upcoming portion of the video stream is typically buffered by a video player prior to commencing playing the video, and the video player can continue buffering as the video is playing. Accordingly, in one implementation, if an upcoming segment of a video presentation (including the beginning of the presentation) includes two or more parallel tracks, the application 112 (e.g., a video player) can initiate download of the upcoming parallel tracks substantially simultaneously. The application 112 can then simultaneously receive and/or retrieve video data portions of each track. The receipt and/or retrieval of upcoming video portions of each track can be performed prior to the playing of any particular parallel track as well as during the playing of a parallel track. The downloading of video data in parallel tracks can be achieved in accordance with smart downloading techniques such as those described in U.S. Pat. No. 8,600,220, issued on Dec. 3, 2013, and entitled “Systems and Methods for Loading More than One Video Content at a Time,” the entirety of which is incorporated by reference herein.


Upon reaching a segment of the video presentation that includes parallel tracks, the application 112 makes a determination of which track to play. The determination can be based on, for example, an interaction made or option selected by the user during a previous video segment, during a previous playback of a pre-recorded video presentation, prior to playing the video, and so on. Based on this determination, the current track either continues to play or the application 112 switches to a parallel track.



FIG. 2 depicts one implementation of a method for synchronizing among two or more media streams by designating one stream as a “clock” or reference stream, and adjusting the playback rate of the other streams to align them with the clock stream over time. When multiple streams are playing (though not necessarily visible to or heard by the user), they may not necessarily remain in sync, whether on account of timing differences in playback functionality provided by the video player, differences in streaming rates of one or more media content sources, availability of bandwidth, and/or other reasons. Synchronization can be performed among audio and video streams (using either as the clock stream) in a linear, branching, and other media presentations, as well as among tracks in a parallel track structured media presentation (using a particular track as the clock stream). In some implementations, the synchronization process is performed by application 112 on user device 110 whereas, in other implementations, the synchronization process is performed by content server 102, application server 106, and/or other server or application.


Synchronization of media streams in the described manner is beneficial in the case where multimedia streams are split into their respective components (e.g., audio streams, video streams, subtitle streams, etc.), for example, to conserve bandwidth when multiple component streams can be combined to provide different multimedia experiences. Rather than transmitting and buffering a large number of possible versions of a multimedia presentation on user device 110, the individual components streams can be transferred and combined by user device 110. For instance, three audio streams can be combined with three video streams to create nine different multimedia presentations (audio 1+video 1; audio 1+video 2; audio 1+video 3; audio 2+video 1, etc.). Rather than transmit the nine different audio/video combinations over a network to user device 110, the six individual audio and video streams can instead be transferred to and combined at user device 110, requiring less data transfer per stream as well as cumulatively among streams.


In STEP 202, a stream or track is selected as the clock stream. The clock stream can be selected from all available streams in the media presentation (e.g., streams that are currently being played by application 112). The selection of the clock stream can be made randomly or can be manually designated by a content creator, content editor, or other person. In some instances, a video stream is selected as the clock stream. In other instances, an audio stream is selected as the clock stream. The clock stream can be selected prior to, simultaneously with, or after the streams start playing. Other manners of selecting the clock stream are contemplated. The clock stream can be selected at the start of the media presentation, prior to the playback of one or more of the streams. In other instances, the clock stream can be selected (and the synchronization process can commence) at any point during playback of the media presentation.


In STEP 204, one or more streams in the start playing. Multiple streams can start playing simultaneously. The example process shown in FIG. 2 includes four streams, with the first stream being designated as the clock stream; however, any number of streams, within technical limitations (e.g., available processing power and memory), is possible. While the streams are playing, a global playback time is tracked over a plurality of time intervals. The global playback time can be a measurement of the actual amount of time that one or more of the streams have been playing, or the amount of time passed since a particular point (e.g., from the start of a current time interval). The time intervals can be fixed length (e.g., 500 ms, 1 second, 3 seconds, etc.) or variable length. In other implementations, the global playback time is tied to the clock stream. That is, rather than using a real measurement of time, the determination of an interval can be based on the current playback timestamp of the clock stream. Thus, for example, a one second interval can be specified as timestamp 0 sec to timestamp 1 sec of the clock stream, even if it takes less or more real time to actually play that much of the clock stream.


Upon reaching the end of an interval of time (STEP 206), the current playback time according to the respective timestamp of each playing stream is determined (STEP 208). In the case where the global playback time is an actual time measurement, the timestamp of each stream may be less than, equal to, or greater than the end of interval time (e.g., if the global playback time at the end of the current interval is 3.0 sec, the current playback timestamps of the streams will likely be roughly clustered around 3.0 sec). If time intervals are determined according to the clock stream, the current playback timestamp of the clock stream will correspond to the global playback time for each time interval, whereas the remainder of the streams will have varying current playback timestamps.


In STEP 210, a playback rate modifier for each stream is calculated using the current playback time of the clock stream (either absolute, or relative to the previous interval or another interval), the current playback time of the stream to be synchronized (measured in the same manner as the playback time of the clock stream; i.e., either absolute, or relative or the previous interval or another interval), and the length of time of the next interval. In one implementation, the playback rate modifier is calculated as:






RateModifier
=



time
c

+
interval
-

time
s


interval






where timec is the current playback time of the clock stream (e.g., absolute or relative to the start of current interval), times is the current playback time of the second media stream (measured the same as the clock stream, e.g., absolute or relative to the start of the current interval), and interval is the length of time over which the stream will be synchronized (e.g., this can be the length of time of the next interval). The modifier can also be represented as:






RateModifier
=




time
c

-

time
s


interval

+
1





Using these values, the playback rates of the streams other than the clock stream are adjusted (slowed, sped up, or not changed) in order to attempt to have all of the playing streams, including the clock stream, reach the end of the next interval with the same or substantially the same current playback timestamp (STEP 212). Because, in the general case, the current playback times of the streams do not substantially deviate from the current playback time of the clock stream at each interval, the adjustments made to the stream playback rates are small, resulting in changes in stream playback speed that are unnoticeable to the human ear or eye.


In other implementations, where the global playback time is an actual time measurement, the playback rate of all streams, including the clock stream, can be adjusted and synchronized to the actual time by using the global playback time as the current clock stream playback time in the above formula.


In one implementation, if a stream becomes significantly desynchronized from the clock stream, a “jump” operation can be performed on the stream instead of or in addition to a playback rate adjustment. Under normal operation, upon reaching the end of a time interval, the current playback time of the stream to synchronize is determined. If the difference between the current playback time of the clock stream and the stream to synchronize exceeds a threshold, the playback time of the latter can be seeked or “jumped” to the playback time of the clock stream, and then played at normal speed over the next time interval. The threshold can be set based on how much of a change in playback rate would be noticeable or distractive to a user. For example, if the difference in current playback times between the clock stream and the stream to synchronize would necessitate more than a 5% increase or decrease in playback rate (i.e., rate modifier <0.95 or rate modifier >1.05), then a jump operation can be performed on the stream to be synchronized.



FIGS. 3A and 3B depict an example application of the media stream synchronization method for two streams (e.g., an audio and video stream). Referring to FIG. 3A, during Interval A (between time 0 sec and time 1 sec), Stream 1 and Stream 2 are simultaneously played with a playback rate of 100% (normal speed). At the end of Interval A, the current playback time for Stream 1 is 1 second, and the current playback time for Stream 2 is 0.98 seconds. That is, over Interval A, for some reason or another, Stream 1 and Stream 2 have become desynchronized by 0.02 seconds. To have both streams reach the end of Interval B (a one-second interval) with the same current playback time, the playback rate of Stream 2 is adjusted (in this case, increased, because that stream is behind Stream 1) for the length of Interval B. Using Stream 1 as the clock stream, timec is equal to 1 second, times is equal to 0.98 seconds, and the length of the next interval is equal to 1 second. The rate modifier is then calculated as:






RateModifier
=



1.0
+
1.0
-
0.98

1.0

=
1.02





Referring now to FIG. 3B, the rate modifier of 1.02 is applied to the playback rate of Stream 2 over Interval B (i.e., playing the stream at a speed of 102% between time=1 sec and time=2 sec). From a purely mathematical standpoint, Stream 1 and Stream 2 should reach the end of Interval B with the same current playback time (i.e., 2 sec). However, external factors such as download speed, processor timing, buffering, etc., can continue to affect the streams throughout playback. In the depicted example, Stream 2 reaches the end of Interval B with a current playback timestamp of 2.01 sec. The synchronization between Stream 1 and Stream 2 has been improved by 0.01 sec, but further rate adjustment is needed. Over the next time interval, the playback rate of Stream 2 can be accordingly adjusted (reduced), as well as adjusted over future intervals, if necessary.


To provide for a smoother experience, the above rate modifier calculation results in a constant multiplier applied over the entirety of Interval B. It is to be appreciated, however, that other rate modifier calculations can be used that cause different multipliers to be applied over the course of an interval while still arriving at the same result. For instance, it can be desirable to increase or decrease the playback rate of certain time portions of a stream more or less significantly compared to other time portions of a stream. As one example, if a portion of a media stream contains minimal video content (e.g., fadeout, black screen, credits) and/or audio content (e.g., silence, quiet music), it may be less noticeable to the viewer to change the playback rate of such portions while not adjusting (or adjusting by a lesser amount) the rate of other portions. Recognition of such portions of a media stream can be made automatically using video and/or audio recognition techniques, and/or can be manually defined by a content creator or editor.



FIG. 4 depicts an example application of the media stream synchronization method for four continuously playing parallel tracks (e.g., four audio/video tracks). One track (here, Stream 1) is selected as a clock track to which the other tracks are synchronized over each time interval. During Interval A, each stream is played at its normal playback rate (100% speed, rate multiplier of 1.0). At the end of Interval A, the playback rate of Streams 2, 3, and 4 are adjusted according to a rate modifier calculation such as that provided above. In the depicted example, the playback rates of Stream 2 and Stream 3 are increased (rate multipliers equal to 1.02 and 1.04, respectively), and the playback rate of Stream 4 is decreased (rate multiplier equal to 0.98), over the length of Interval B. At the end of Interval B, because the streams are still not perfectly synchronized, the playback rates of Streams 2-4 are again adjusted (rate multipliers equal to 1.01, 0.97, and 0.99, respectively) for playback over the next time interval (Interval C). Recalculation of stream playback rate modifiers can continue at the end of each interval to keep the streams substantially synchronized, such that switching among playing parallel tracks can occur seamlessly.


Although the systems and methods described herein relate primarily to audio and video presentation, the invention is equally applicable to various streaming and non-streaming media, including animation, video games, interactive media, and other forms of content usable in conjunction with the present systems and methods. Further, there can be more than one audio, video, and/or other media content stream played in synchronization with other streams. Streaming media can include, for example, multimedia content that is continuously presented to a user while it is received from a content delivery source, such as a remote video server. If a source media file is in a format that cannot be streamed and/or does not allow for seamless connections between segments, the media file can be transcoded or converted into a format supporting streaming and/or seamless transitions.


While various implementations of the present invention have been described herein, it should be understood that they have been presented by example only. Where methods and steps described above indicate certain events occurring in certain order, those of ordinary skill in the art having the benefit of this disclosure would recognize that the ordering of certain steps can be modified and that such modifications are in accordance with the given variations. For example, although various implementations have been described as having particular features and/or combinations of components, other implementations are possible having any combination or sub-combination of any features and/or components from any of the implementations described herein.

Claims
  • 1. A computer-implemented method comprising: receiving a video presentation comprising a plurality of media streams, each media stream having a respective playback rate;selecting a first one of the media streams as a clock stream;playing simultaneously the media streams according to their respective playback rates; andsynchronizing at least a second one of the media streams with the clock stream, the synchronizing comprising: determining that an end of a first time interval has been reached;determining, at the end of the first time interval, a current playback time of the clock stream and a current playback time of the second media stream; andmodifying the playback rate of the second media stream based on the current playback time of the clock stream and the current playback time of the second media stream, the modifying comprising calculating a new playback rate for the second media stream as a function of (1) a difference in current playback times between the clock stream and the second media stream and (2) a length of time of a next interval.
  • 2. The method of claim 1, wherein the synchronizing is performed for each of a plurality of time intervals.
  • 3. The method of claim 2, wherein the synchronizing comprises modifying the playback rate of the second media stream at an end of a first time interval to cause a playback time of the second media stream to be substantially the same as a playback time of the clock stream at an end of a second, later time interval.
  • 4. The method of claim 2, wherein a length of each of the time intervals is fixed.
  • 5. The method of claim 1, wherein the modifying comprises increasing the playback rate of the second media stream if the current playback time of the second media stream is less than the current playback time of the clock stream.
  • 6. The method of claim 1, wherein the modifying comprises decreasing the playback rate of the second media stream if the current playback time of the second media stream is greater than the current playback time of the clock stream.
  • 7. The method of claim 1, wherein calculating the new playback rate for the second media stream is by:
  • 8. The method of claim 1, wherein the first media stream and the second media stream are selected from the group consisting of a video stream and an audio stream.
  • 9. The method of claim 1, wherein the first media stream and the second media stream are video streams that play in parallel and can be seamlessly switched between.
  • 10. A system comprising: at least one memory storing computer-executable instructions; andat least one processor for executing the instructions stored on the memory, wherein execution of the instructions programs the at least one processor to perform operations comprising: receiving a video presentation comprising a plurality of media streams, each media stream having a respective playback rate;selecting a first one of the media streams as a clock stream;playing simultaneously the media streams according to their respective playback rates; andsynchronizing at least a second one of the media streams with the clock stream, the synchronizing comprising: determining that an end of a first time interval has been reached; determining, at the end of the first time interval, a current playback time of the clock stream and a current playback time of the second media stream; andmodifying the playback rate of the second media stream based on the current playback time of the clock stream and the current playback time of the second media stream, the modifying comprising calculating a new playback rate for the second media stream as a function of (1) a difference in current playback times between the clock stream and the second media stream and (2) a length of time of a next interval.
  • 11. The system of claim 10, wherein the synchronizing is performed for each of a plurality of time intervals.
  • 12. The system of claim 11, wherein the synchronizing comprises modifying the playback rate of the second media stream at an end of a first time interval to cause a playback time of the second media stream to be substantially the same as a playback time of the clock stream at an end of a second, later time interval.
  • 13. The system of claim 11, wherein a length of each of the time intervals is fixed.
  • 14. The system of claim 10, wherein the modifying comprises increasing the playback rate of the second media stream if the current playback time of the second media stream is less than the current playback time of the clock stream.
  • 15. The system of claim 10, wherein the modifying comprises decreasing the playback rate of the second media stream if the current playback time of the second media stream is greater than the current playback time of the clock stream.
  • 16. The system of claim 10, wherein calculating the new playback rate for the second media stream is by:
  • 17. The system of claim 10, wherein the first media stream and the second media stream are selected from the group consisting of a video stream and an audio stream.
  • 18. The system of claim 10, wherein the first media stream and the second media stream are video streams that play in parallel and can be seamlessly switched between.
US Referenced Citations (306)
Number Name Date Kind
4569026 Best Feb 1986 A
5161034 Klappert Nov 1992 A
5568602 Callahan et al. Oct 1996 A
5607356 Schwartz Mar 1997 A
5636036 Ashbey Jun 1997 A
5676551 Knight et al. Oct 1997 A
5734862 Kulas Mar 1998 A
5737527 Shiels et al. Apr 1998 A
5745738 Ricard Apr 1998 A
5754770 Shiels et al. May 1998 A
5818435 Kozuka et al. Oct 1998 A
5848934 Shiels et al. Dec 1998 A
5887110 Sakamoto et al. Mar 1999 A
5894320 Vancelette Apr 1999 A
6067400 Saeki et al. May 2000 A
6122668 Teng et al. Sep 2000 A
6128712 Hunt et al. Oct 2000 A
6191780 Martin et al. Feb 2001 B1
6222925 Shiels et al. Apr 2001 B1
6240555 Shoff et al. May 2001 B1
6298482 Seidman et al. Oct 2001 B1
6657906 Martin Dec 2003 B2
6698020 Zigmond et al. Feb 2004 B1
6728477 Watkins Apr 2004 B1
6801947 Li Oct 2004 B1
7155676 Land et al. Dec 2006 B2
7231132 Davenport Jun 2007 B1
7310784 Gottlieb et al. Dec 2007 B1
7379653 Yap et al. May 2008 B2
7444069 Bernsley Oct 2008 B1
7627605 Lamere et al. Dec 2009 B1
7669128 Bailey et al. Feb 2010 B2
7694320 Yeo et al. Apr 2010 B1
7779438 Davies Aug 2010 B2
7787973 Lambert Aug 2010 B2
7917505 van Gent et al. Mar 2011 B2
8024762 Britt Sep 2011 B2
8065710 Malik Nov 2011 B2
8151139 Gordon Apr 2012 B1
8176425 Wallace et al. May 2012 B2
8190001 Bernsley May 2012 B2
8276058 Gottlieb et al. Sep 2012 B2
8281355 Weaver et al. Oct 2012 B1
8600220 Bloch et al. Dec 2013 B2
8612517 Yadid et al. Dec 2013 B1
8650489 Baum et al. Feb 2014 B1
8826337 Issa et al. Sep 2014 B2
8860882 Bloch et al. Oct 2014 B2
8977113 Rumteen et al. Mar 2015 B1
9009619 Bloch et al. Apr 2015 B2
9021537 Funge et al. Apr 2015 B2
9082092 Henry Jul 2015 B1
9094718 Barton et al. Jul 2015 B2
9190110 Bloch Nov 2015 B2
9257148 Bloch et al. Feb 2016 B2
9268774 Kim et al. Feb 2016 B2
9271015 Bloch et al. Feb 2016 B2
9390099 Wang et al. Jul 2016 B1
9465435 Zhang et al. Oct 2016 B1
9520155 Bloch et al. Dec 2016 B2
9530454 Bloch et al. Dec 2016 B2
9607655 Bloch et al. Mar 2017 B2
9641898 Bloch et al. May 2017 B2
9653115 Bloch et al. May 2017 B2
9653116 Paulraj et al. May 2017 B2
9672868 Bloch et al. Jun 2017 B2
9715901 Singh et al. Jul 2017 B1
9792026 Bloch et al. Oct 2017 B2
9792957 Bloch et al. Oct 2017 B2
9826285 Mishra et al. Nov 2017 B1
9967621 Armstrong et al. May 2018 B2
20020086724 Miyaki et al. Jul 2002 A1
20020091455 Williams Jul 2002 A1
20020105535 Wallace et al. Aug 2002 A1
20020106191 Betz et al. Aug 2002 A1
20020120456 Berg et al. Aug 2002 A1
20020124250 Proehl et al. Sep 2002 A1
20020129374 Freeman et al. Sep 2002 A1
20020140719 Amir et al. Oct 2002 A1
20020144262 Plotnick et al. Oct 2002 A1
20020177914 Chase Nov 2002 A1
20020194595 Miller et al. Dec 2002 A1
20030007560 Mayhew et al. Jan 2003 A1
20030148806 Weiss Aug 2003 A1
20030159566 Sater et al. Aug 2003 A1
20030183064 Eugene et al. Oct 2003 A1
20030184598 Graham Oct 2003 A1
20030221541 Platt Dec 2003 A1
20040019905 Fellenstein et al. Jan 2004 A1
20040034711 Hughes Feb 2004 A1
20040091848 Nemitz May 2004 A1
20040125124 Kim et al. Jul 2004 A1
20040128317 Sull et al. Jul 2004 A1
20040138948 Loomis Jul 2004 A1
20040172476 Chapweske Sep 2004 A1
20040194128 McIntyre et al. Sep 2004 A1
20040194131 Ellis et al. Sep 2004 A1
20050019015 Ackley et al. Jan 2005 A1
20050055377 Dorey et al. Mar 2005 A1
20050091597 Ackley Apr 2005 A1
20050102707 Schnitman May 2005 A1
20050107159 Sato May 2005 A1
20050166224 Ficco Jul 2005 A1
20050198661 Collins et al. Sep 2005 A1
20050210145 Kim et al. Sep 2005 A1
20050251820 Stefanik et al. Nov 2005 A1
20060002895 McDonnell et al. Jan 2006 A1
20060024034 Filo et al. Feb 2006 A1
20060028951 Tozun et al. Feb 2006 A1
20060064733 Norton et al. Mar 2006 A1
20060150072 Salvucci Jul 2006 A1
20060155400 Loomis Jul 2006 A1
20060200842 Chapman et al. Sep 2006 A1
20060222322 Levitan Oct 2006 A1
20060224260 Hicken et al. Oct 2006 A1
20060274828 Siemens et al. Dec 2006 A1
20070003149 Nagumo et al. Jan 2007 A1
20070024706 Brannon et al. Feb 2007 A1
20070033633 Andrews et al. Feb 2007 A1
20070055989 Shanks et al. Mar 2007 A1
20070099684 Butterworth May 2007 A1
20070101369 Dolph May 2007 A1
20070118801 Harshbarger et al. May 2007 A1
20070157261 Steelberg et al. Jul 2007 A1
20070162395 Ben-Yaacov et al. Jul 2007 A1
20070226761 Zalewski et al. Sep 2007 A1
20070239754 Schnitman Oct 2007 A1
20070253677 Wang Nov 2007 A1
20070253688 Koennecke Nov 2007 A1
20070263722 Fukuzawa Nov 2007 A1
20080019445 Aono et al. Jan 2008 A1
20080021874 Dahl et al. Jan 2008 A1
20080022320 Ver Steeg Jan 2008 A1
20080031595 Cho Feb 2008 A1
20080086456 Rasanen et al. Apr 2008 A1
20080086754 Chen et al. Apr 2008 A1
20080091721 Harboe et al. Apr 2008 A1
20080092159 Dmitriev et al. Apr 2008 A1
20080148152 Blinnikka et al. Jun 2008 A1
20080170687 Moors et al. Jul 2008 A1
20080177893 Bowra Jul 2008 A1
20080178232 Velusamy Jul 2008 A1
20080276157 Kustka et al. Nov 2008 A1
20080300967 Buckley et al. Dec 2008 A1
20080301750 Silfvast et al. Dec 2008 A1
20080314232 Hansson et al. Dec 2008 A1
20090022015 Harrison Jan 2009 A1
20090022165 Candelore et al. Jan 2009 A1
20090024923 Hartwig et al. Jan 2009 A1
20090055880 Batteram et al. Feb 2009 A1
20090063681 Ramakrishnan et al. Mar 2009 A1
20090077137 Weda et al. Mar 2009 A1
20090083631 Sidi et al. Mar 2009 A1
20090116817 Kim et al. May 2009 A1
20090191971 Avent Jul 2009 A1
20090195652 Gal Aug 2009 A1
20090199697 Lehtiniemi et al. Aug 2009 A1
20090228572 Wall et al. Sep 2009 A1
20090254827 Gonze et al. Oct 2009 A1
20090258708 Figueroa Oct 2009 A1
20090265746 Halen et al. Oct 2009 A1
20090297118 Fink et al. Dec 2009 A1
20090320075 Marko Dec 2009 A1
20100017820 Thevathasan et al. Jan 2010 A1
20100042496 Wang et al. Feb 2010 A1
20100077290 Pueyo Mar 2010 A1
20100088726 Curtis et al. Apr 2010 A1
20100146145 Tippin et al. Jun 2010 A1
20100153512 Balassanian et al. Jun 2010 A1
20100161792 Palm et al. Jun 2010 A1
20100162344 Casagrande et al. Jun 2010 A1
20100167816 Perlman et al. Jul 2010 A1
20100186032 Pradeep et al. Jul 2010 A1
20100186579 Schnitman Jul 2010 A1
20100210351 Berman Aug 2010 A1
20100262336 Rivas et al. Oct 2010 A1
20100267450 McMain Oct 2010 A1
20100268361 Mantel et al. Oct 2010 A1
20100278509 Nagano et al. Nov 2010 A1
20100287033 Mathur Nov 2010 A1
20100287475 van Zwol et al. Nov 2010 A1
20100293455 Bloch Nov 2010 A1
20100332404 Valin Dec 2010 A1
20110000797 Henry Jan 2011 A1
20110007797 Palmer et al. Jan 2011 A1
20110010742 White Jan 2011 A1
20110026898 Lussier et al. Feb 2011 A1
20110033167 Arling et al. Feb 2011 A1
20110041059 Amarasingham et al. Feb 2011 A1
20110078023 Aldrey et al. Mar 2011 A1
20110078740 Bolyukh et al. Mar 2011 A1
20110096225 Candelore Apr 2011 A1
20110126106 Ben Shaul et al. May 2011 A1
20110131493 Dahl Jun 2011 A1
20110138331 Pugsley et al. Jun 2011 A1
20110163969 Anzures et al. Jul 2011 A1
20110191684 Greenberg Aug 2011 A1
20110191801 Vytheeswaran Aug 2011 A1
20110197131 Duffin et al. Aug 2011 A1
20110200116 Bloch et al. Aug 2011 A1
20110202562 Bloch et al. Aug 2011 A1
20110238494 Park Sep 2011 A1
20110246885 Pantos et al. Oct 2011 A1
20110252320 Arrasvuori et al. Oct 2011 A1
20110264755 Salvatore De Villiers Oct 2011 A1
20110282745 Meoded et al. Nov 2011 A1
20110282906 Wong Nov 2011 A1
20110307786 Shuster Dec 2011 A1
20110307919 Weerasinghe Dec 2011 A1
20110307920 Blanchard et al. Dec 2011 A1
20120004960 Ma et al. Jan 2012 A1
20120005287 Gadel et al. Jan 2012 A1
20120017141 Eelen et al. Jan 2012 A1
20120062576 Rosenthal et al. Mar 2012 A1
20120081389 Dilts Apr 2012 A1
20120089911 Hosking et al. Apr 2012 A1
20120094768 McCaddon et al. Apr 2012 A1
20120110618 Kilar et al. May 2012 A1
20120110620 Kilar et al. May 2012 A1
20120134646 Alexander May 2012 A1
20120147954 Kasai et al. Jun 2012 A1
20120179970 Hayes Jul 2012 A1
20120198412 Creighton et al. Aug 2012 A1
20120263263 Olsen Oct 2012 A1
20120308206 Kulas Dec 2012 A1
20130028573 Hoofien et al. Jan 2013 A1
20130031582 Tinsman et al. Jan 2013 A1
20130039632 Feinson Feb 2013 A1
20130046847 Zavesky et al. Feb 2013 A1
20130054728 Amir et al. Feb 2013 A1
20130055321 Cline et al. Feb 2013 A1
20130061263 Issa et al. Mar 2013 A1
20130097643 Stone et al. Apr 2013 A1
20130117248 Bhogal et al. May 2013 A1
20130125181 Montemayor et al. May 2013 A1
20130129308 Karn et al. May 2013 A1
20130177294 Kennberg Jul 2013 A1
20130188923 Hartley et al. Jul 2013 A1
20130204710 Boland et al. Aug 2013 A1
20130219425 Swartz Aug 2013 A1
20130254292 Bradley Sep 2013 A1
20130259442 Bloch et al. Oct 2013 A1
20130282917 Reznik et al. Oct 2013 A1
20130308926 Jang et al. Nov 2013 A1
20130328888 Beaver et al. Dec 2013 A1
20140019865 Shah Jan 2014 A1
20140025839 Marko et al. Jan 2014 A1
20140040273 Cooper et al. Feb 2014 A1
20140040280 Slaney et al. Feb 2014 A1
20140078397 Bloch et al. Mar 2014 A1
20140082666 Bloch et al. Mar 2014 A1
20140094313 Watson et al. Apr 2014 A1
20140101550 Zises Apr 2014 A1
20140126877 Crawford et al. May 2014 A1
20140129618 Panje et al. May 2014 A1
20140152564 Gulezian et al. Jun 2014 A1
20140156677 Collins, III et al. Jun 2014 A1
20140178051 Bloch et al. Jun 2014 A1
20140186008 Eyer Jul 2014 A1
20140194211 Chimes et al. Jul 2014 A1
20140220535 Angelone Aug 2014 A1
20140237520 Rothschild et al. Aug 2014 A1
20140245152 Carter et al. Aug 2014 A1
20140270680 Bloch et al. Sep 2014 A1
20140282013 Amijee Sep 2014 A1
20140282642 Needham et al. Sep 2014 A1
20140380167 Bloch et al. Dec 2014 A1
20150007234 Rasanen et al. Jan 2015 A1
20150012369 Dharmaji et al. Jan 2015 A1
20150015789 Guntur et al. Jan 2015 A1
20150046946 Hassell et al. Feb 2015 A1
20150058342 Kim et al. Feb 2015 A1
20150067723 Bloch et al. Mar 2015 A1
20150104155 Bloch et al. Apr 2015 A1
20150179224 Bloch et al. Jun 2015 A1
20150181271 Onno et al. Jun 2015 A1
20150181301 Bloch et al. Jun 2015 A1
20150185965 Belliveau et al. Jul 2015 A1
20150195601 Hahm Jul 2015 A1
20150199116 Bloch et al. Jul 2015 A1
20150201187 Ryo Jul 2015 A1
20150258454 King et al. Sep 2015 A1
20150293675 Bloch et al. Oct 2015 A1
20150294685 Bloch et al. Oct 2015 A1
20150304698 Redol Oct 2015 A1
20150331942 Tan Nov 2015 A1
20160062540 Yang et al. Mar 2016 A1
20160104513 Bloch et al. Apr 2016 A1
20160105724 Bloch et al. Apr 2016 A1
20160132203 Seto et al. May 2016 A1
20160162179 Annett et al. Jun 2016 A1
20160170948 Bloch Jun 2016 A1
20160173944 Kilar et al. Jun 2016 A1
20160192009 Sugio et al. Jun 2016 A1
20160217829 Bloch et al. Jul 2016 A1
20160224573 Shahraray et al. Aug 2016 A1
20160277779 Zhang et al. Sep 2016 A1
20160303608 Jossick Oct 2016 A1
20170062012 Bloch et al. Mar 2017 A1
20170142486 Masuda May 2017 A1
20170178409 Bloch et al. Jun 2017 A1
20170178601 Bloch et al. Jun 2017 A1
20170289220 Bloch et al. Oct 2017 A1
20170295410 Bloch et al. Oct 2017 A1
20180025078 Quennesson Jan 2018 A1
20180068019 Novikoff et al. Mar 2018 A1
Foreign Referenced Citations (19)
Number Date Country
2639491 Mar 2010 CA
004038801 Jun 1992 DE
10053720 Apr 2002 DE
0965371 Dec 1999 EP
1033157 Sep 2000 EP
2104105 Sep 2009 EP
2359916 Sep 2001 GB
2428329 Jan 2007 GB
2008005288 Jan 2008 JP
2004-0005068 Jan 2004 KR
2010-0037413 Apr 2010 KR
WO-1996013810 May 1996 WO
WO-2000059224 Oct 2000 WO
WO-2007062223 May 2007 WO
WO-2007138546 Dec 2007 WO
WO-2008001350 Jan 2008 WO
WO-2008057444 May 2008 WO
WO-2008052009 May 2008 WO
WO-2009137919 Nov 2009 WO
Non-Patent Literature Citations (38)
Entry
An ffmpeg and SDL Tutorial, “Tutorial 05: Synching Video,” Retrieved from internet on Mar. 15, 2013: <http://dranger.com/ffmpeg/tutorial05.html>, (4 pages).
Archos Gen 5 English User Manual Version 3.0, Jul. 26, 2007, pp. 1-81.
Barlett, Mitch, “iTunes 11: How to Queue Next Song,” Technipages, Oct. 6, 2008, pp. 1-8, retrieved on Dec. 26, 2013 from the internet http://www.technipages.com/itunes-queue-next-song.html.
Gregor Miller et al. “MiniDiver: A Novel Mobile Media Playback Interface for Rich Video Content on an iPhoneTM”, Entertainment Computing A ICEC 2009, Sep. 3, 2009, pp. 98-109.
International Search Report for International Patent Application PCT/IL2010/000362 dated Aug. 25, 2010 (2 pages).
International Search Report for International Patent Application PCT/IL2012/000080 dated Aug. 9, 2012 (4 pages).
International Search Report for International Patent Application PCT/IL2012/000081 dated Jun. 28, 2012 (4 pages).
International Search Report and Written Opinion for International Patent Application PCT/IB2013/001000 dated Jul. 31, 2013 (12 pages).
Labs.byHook: “Ogg Vorbis Encoder for Flash: Alchemy Series Part 1,” [Online] Internet Article, Retrieved on Jun. 14, 2012 from the Internet: URL:http://labs.byhook.com/2011/02/15/ogg-vorbis-encoder-for-flash-alchemy-series-part-1/, 2011, (pp. 1-8).
Sodagar, I., (2011) “The MPEG-DASH Standard for Multimedia Streaming Over the Internet”, IEEE Multimedia, IEEE Service Center, New York, NY US, vol. 18, No. 4, pp. 62-67.
Supplemental European Search Report for EP10774637.2 (PCT/IL2010/000362) dated Jun. 20, 2012 (6 pages).
Supplemental European Search Report for EP13184145 dated Jan. 30, 2014 (6 pages).
Yang, H, et al., “Time Stamp Synchronization in Video Systems,” Teletronics Technology Corporation, <http://www.ttcdas.com/products/daus_encoders/pdf_tech_papers/tp_2010_time_stamp_video_system.pdf>, Abstract, (8 pages).
U.S. Appl. No. 12/706,721 U.S. Pat. No. 9,190,110 Published as US2010/0293455, System and Method for Assembling a Recorded Composition, filed Feb. 17, 2010.
U.S. Appl. No. 13/033,916 Published as US2011/0200116, System and Method for Seamless Multimedia Assembly, filed Feb. 24, 2011.
U.S. Appl. No. 13/034,645 Published as US2011/0202562, System and Method for Data Mining Within Interactive Multimedia, filed Feb. 24, 2011.
U.S. Appl. No. 14/884,285, System and Method for Assembling a Recorded Composition, filed Oct. 15, 2015.
U.S. Appl. No. 13/437,164 U.S. Pat. No. 8,600,220 Published as US2013/0259442, Systems and Methods for Loading More Than One Video Content at a Time, filed Apr. 2, 2012.
U.S. Appl. No. 14/069,694 U.S. Pat. No. 9,271,015 Published as US2014/0178051, Systems and Methods for Loading More Than One Video Content at a Time, filed Nov. 1, 2013.
U.S. Appl. No. 13/622,780 U.S. Pat. No. 8,860,882 Published as US2014/0078397, Systems and Methods for Constructing Multimedia Content Modules, filed Sep. 19, 2012.
U.S. Appl. No. 13/622,795 U.S. Pat. No. 9,009,619 Published as US2014/0082666, Progress Bar for Branched Videos, filed Sep. 19, 2012.
U.S. Appl. No. 14/639,579 Published as US2015/0199116, Videos Progress Bar for Branched Videos, filed Mar. 5, 2015.
U.S. Appl. No. 13/838,830 U.S. Pat. No. 9,257,148 Published as US2014/0270680, System and Method for Synchronization of Selectably Presentable Media Streams, filed Mar. 15, 2013.
U.S. Appl. No. 14/984,821, System and Method for Synchronization of Selectably Presentable Media Streams, filed Dec. 30, 2015.
U.S. Appl. No. 13/921,536 Published as US2014/0380167, Systems and Methods for Multiple Device Interaction with Selectably Presentable Media Streams, filed Jun. 19, 2013.
U.S. Appl. No. 14/107,600 Published as US2015/0067723, Methods and Systems for Unfolding Video Pre-Roll, filed Dec. 16, 2013.
U.S. Appl. No. 14/335,381 Published as US2015/0104155, Systems and Methods for Real-Time Pixel Switching, filed Jul. 18, 2014.
U.S. Appl. No. 14/139,996 Published as US2015/0181301, Methods and Systems for In-Video Library, filed Dec. 24, 2013.
U.S. Appl. No. 14/140,007 Published as US2015/0179224, Methods and Systems for Seeking to Non-Key Frames, filed Dec. 24, 2013.
U.S. Appl. No. 14/249,627 Published as US2015/0294685, Systems and Methods for Creating Linear Video From Branched Video, filed Apr. 10, 2014.
U.S. Appl. No. 14/249,665 Published as US2015/0293675, Dynamic Timeline for Branched Video, filed Apr. 10, 2014.
U.S. Appl. No. 14/509,700 Published as US2016/0104513, Systems and Methods for Dynamic Video Bookmarking, filed Oct. 8, 2014.
U.S. Appl. No. 14/534,626 Published as US2016/0105724, Systems and Methods for Parallel Track Transitions, filed Nov. 6, 2014.
U.S. Appl. No. 14/700,845, Systems and Methods for Nonlinear Video Playback Using Linear Real-Time Video Players, filed Apr. 30, 2015.
U.S. Appl. No. 14/700,862, Systems and Methods for Seamless Media Creation, filed Apr. 30, 2105.
U.S. Appl. No. 14/835,857, Systems and Methods for Adaptive and Responsive Video, filed Aug. 26, 2015.
U.S. Appl. No. 14/978,464, Intelligent Buffering of Large-Scale Video, filed Dec. 22, 2015.
U.S. Appl. No. 14/978,491, Seamless Transitions in Large-Schale Vidoe, filed Dec. 22, 2015.
Related Publications (1)
Number Date Country
20170289220 A1 Oct 2017 US