Systems and methods for quick start-up of playback

Information

  • Patent Grant
  • 12041113
  • Patent Number
    12,041,113
  • Date Filed
    Monday, December 19, 2022
    2 years ago
  • Date Issued
    Tuesday, July 16, 2024
    6 months ago
Abstract
Systems and methods for quick start-up of playback in accordance with embodiments of the invention are disclosed. Media content may be encoded in a plurality of alternative streams and a quick start-up stream. The quick start-up stream may include media content that is encoded at a lower quality that the alternative streams and may be encrypted with a different, less secure encryption process than that of the alternative streams. During a start-up of playback, the playback device streams the media content from a quick start-up stream until a metric, such as a decryption key for the alternative streams is met. The device then streams the media content from the alternative streams in response to the metric being met.
Description
FIELD OF THE INVENTION

The present invention generally relates to adaptive streaming and more specifically to streaming systems that include a quick start-up stream for use in beginning playback of media content.


BACKGROUND

The term streaming media describes the playback of media on a playback device, where the media is stored on one or more servers and continuously sent to the playback device over a network during playback. Typically, the playback device stores a sufficient quantity of media in a buffer at any given time during playback to prevent disruption of playback due to the playback device completing playback of all the buffered media prior to receipt of the next portion of media. Adaptive bit rate streaming or adaptive streaming involves detecting the present streaming conditions (e.g. the user's network bandwidth and CPU capacity) in real time and adjusting the quality of the streamed media accordingly. Typically, the source media is encoded at multiple bit rates and the playback device or client switches between streaming the different encodings depending on available resources.


Adaptive streaming solutions typically utilize either Hypertext Transfer Protocol (HTTP), published by the Internet Engineering Task Force and the World Wide Web Consortium as RFC 2616, or Real Time Streaming Protocol (RTSP), published by the Internet Engineering Task Force as RFC 2326, to stream media between a server and a playback device. HTTP is a stateless protocol that enables a playback device to request a byte range within a file. HTTP is described as stateless, because the server is not required to record information concerning the state of the playback device requesting information or the byte ranges requested by the playback device in order to respond to requests received from the playback device. RTSP is a network control protocol used to control streaming media servers. Playback devices issue control commands, such as “play” and “pause”, to the server streaming the media to control the playback of media files. When RTSP is utilized, the media server records the state of each client device and determines the media to stream based upon the instructions received from the client devices and the client's state.


In adaptive streaming systems, the source media is typically stored on a media server as a top level index file pointing to a number of alternate streams that contain the actual video and audio data. Each stream is typically stored in one or more container files. Different adaptive streaming solutions typically utilize different index and media containers. The Synchronized Multimedia Integration Language (SMIL) developed by the World Wide Web Consortium is utilized to create indexes in several adaptive streaming solutions including IIS Smooth Streaming developed by Microsoft Corporation of Redmond, Washington, and Flash Dynamic Streaming developed by Adobe Systems Incorporated of San Jose, California. HTTP Adaptive Bitrate Streaming developed by Apple Computer Incorporated of Cupertino, California implements index files using an extended M3U playlist file (.M3U8), which is a text file containing a list of URIs that typically identify a media container file. The most commonly used media container formats are the MP4 container format specified in MPEG-4 Part 14 (i.e. ISO/IEC 14496-14) and the MPEG transport stream (TS) container specified in MPEG-2 Part 1 (i.e. ISO/IEC Standard 13818-1). The MP4 container format is utilized in IIS Smooth Streaming and Flash Dynamic Streaming. The TS container is used in HTTP Adaptive Bitrate Streaming.


The Matroska container is a media container developed as an open standard project by the Matroska non-profit organization of Aussonne, France. The Matroska container is based upon Extensible Binary Meta Language (EBML), which is a binary derivative of the Extensible Markup Language (XML). Decoding of the Matroska container is supported by many consumer electronics (CE) devices. The DivX Plus file format developed by DivX, LLC of San Diego, California utilizes an extension of the Matroska container format (i.e. is based upon the Matroska container format, but includes elements that are not specified within the Matroska format).


To provide a consistent means for the delivery of media content over the Internet, the International Organization for Standardization (ISO) and the International Electrotechnical Commission (IEC) have put for the Dynamic Adaptive Streaming over HTTP (DASH) standard. The DASH standard specifies formats for the media content and the description of the content for delivery of MPEG content using HTTP. In accordance with DASH, each component of media content for a presentation is stored in one or more streams. Each of the streams is divided into segments. A Media Presentation Description (MPD) is a data structure that includes information about the segments in each of the stream and other information needed to present the media content during playback. A playback device uses the MPD to obtain the components of the media content using adaptive bit rate streaming for playback.


Often, content providers encrypt the data in the streams of media content to protect against unauthorized users accessing and using the media content. Thus, prior to playback, a playback device has to interact with an authentication system to obtain a key that may be used to decrypt the data from the streams. This process of obtaining the key often involves a negotiation process that takes time to complete. As such, the playback device cannot decrypt and playback the media content from a stream until the key is obtained by completing the negotiation process. In some cases, this may delay playback for an unacceptable amount of time.


SUMMARY OF THE INVENTION

Systems and methods for quick start-up of video playback in accordance with embodiments of the invention are disclosed. A process for providing a quick start-up of video playback in accordance with at least some embodiments of the invention is performed in the following manner. A playback device receives information for various of alternative streams of the media content and a quick start-up stream of media content from a content provider system over a network. The media content in the alternative streams is encoded at various bitrates, resolutions, and frame rates and the content in each particular alternative stream has a particular quality based upon at least one of the bitrate, resolution, and frame rate of the particular stream. The quality of media content in the quick start-up stream has a lesser quality than the video content of each of the alternative streams. The playback device commences streaming of the media content in the quick start-up stream from the content provider system over the network. The playback devices determines when a metric has been met by the streaming. In response to the metric being met, the playback device commences streaming of the media content from one of the alternative streams from the content provider system over the network.


In accordance with some embodiments, the alternative streams are encrypted using a first encryption process. In accordance with some of these embodiments the playback device requests a decryption key for the first encryption process from an authentication system over the network in response to receiving the information for the alternative streams. The playback device receives the decryption key for the first encryption process from the authentication system in response to requesting the decryption key and determines that the metric has been met in response to the playback device receiving the decryption key. In accordance with a number of embodiments, the quick start-up stream is encrypted using a second encryption process that is less secure than the first encryption process and the playback device obtains a decryption key for the second encryption process in response to receiving the information for the quick start-up stream using the playback device. The playback device then decodes the media content from the quick start-up stream with the second decryption key in response to receiving the media content in the quick start-up stream. In accordance with a number of embodiments, the second decryption key is read from the information received for the quick start-up stream by the playback device.


In accordance with many embodiments, the playback device obtains the second decryption in the following manner. The playback device reads decryption information for the second encryption process from the information received for the quick start-up key and requests the decryption key from the second encryption process from a content provider system over the network. The decryption key for the second decryption process is then received from the content provider system by the playback device.


In accordance with some embodiments, the playback device determines that the metric is met by determining either that at least one of a specified amount of video content is received using the quick start-up stream or a certain amount of time has elapsed.


In accordance with some embodiments, the playback device determines a specific portion of the media content is a start position for playback of the media content using the playback device and commences streaming the media content from the determined specific portion in the quick start-up stream.





BRIEF DESCRIPTION OF THE DRAWINGS


FIG. 1 illustrates a network diagram of an adaptive bitrate streaming system in accordance with an embodiment of the invention.



FIG. 2 illustrates a block diagram of components of a processing system such as a processing system in a playback device in accordance with an embodiment of the invention.



FIG. 3 illustrates a block diagram of components of a processing system such as a processing system in an encoding system, and/or a content provider system in accordance with an embodiment of the invention



FIG. 4 illustrates a flow diagram of a process performed by an encoding system to encode streams including encrypted data of the media content in accordance with embodiments of the invention.



FIG. 5 illustrates a flow diagram of a process performed by a playback device using a start-up stream to begin playback of media content in accordance with an embodiment of the invention.



FIG. 6 illustrates a flow diagram of a process performed by a playback device to obtain an encryption key in accordance with an embodiment of the invention.





DETAILED DESCRIPTION

Turning now to the drawings, systems and methods for quick start-up of the playback of media content in an adaptive bitrate streaming system in accordance with some embodiments of the invention are illustrated. Start-up occurs when the next frame to be played back is not already stored within the buffer of the playback device. Start-up can occur, when a video is started for the first time or when playback is resumed after a non-sequential playback operation is performed, such as a chapter seek or time seek. Thus, a delay in buffering or loading of new media content (to reduce the likelihood of buffer underflow when playback commences) may result in a delay in displaying the new media content. In accordance with some embodiments, start-up is delayed when the encoded media content in the streams is encrypted and the playback device must first negotiate for and receive a decryption key to decode the media content. The delay in the start-up may be on the order of several seconds which is unsatisfactory to a user. To reduce the time needed for start-up, source media is encoded as at least one video stream for normal playback and at least one stream that can be utilized to perform quick start-up for playback of the encoded media in some embodiments of this invention. In order to further reduce the start-up time in some other embodiments, the source media is encoded as a number of alternative streams for adaptive bitrate streaming and at least one additional quick start-up stream. In the quick start-up stream, the source media is encoded in such a way that playback of encoded media from the quick start-up starts faster than playback of the encoded media from the conventional alternative streams. To do so, the quick start-up stream includes a lower quality version of the encoded media in accordance some embodiments. For purposes of this discussion, lower quality means that the encoded media has a lower resolution, bitrate, and/or frame rate than encoded media in another stream. In some other embodiments, the quick start-up stream may include a lower quality version of the encoded media that is encrypted in a different manner than the other alternative streams such that the time to obtain decryption information for the quick start-up stream is less than that of the encryption method used for the other alternative streams. In accordance with a number of these embodiments, the quick start-up stream may not be encrypted in any way. In accordance with some others of these embodiments, the quick start-up stream is encrypted using an encryption process that has a decryption key stored in the playback device and is accessible to the application performing the playback to allow decryption of the media content to commence immediately after the content is received from the quick start-up stream. The quick start-up stream can be utilized to fill the buffer of the playback device with the media content more quickly than the use of one of the conventional alternative stream to allow quicker start-up of playback. In several embodiments, the process of loading the quick start-up stream can involve instantiating a first decoder to decode the start-up stream and tearing down the first decoder and instantiating a second decoder to decode a higher resolution and/or more robustly encrypted stream that is buffered during playback of content by the first decoder.


In accordance with some embodiments, the media content is stored in streams in accordance with the DASH standards. However, one skilled in the art will recognize that the formats such as but not limited to, a Matroska (MKV) container file format may used to store streams of the media content without departing from this invention.


The performance of an adaptive bitrate streaming system in accordance with some embodiments of the invention can be significantly enhanced by encoding each portion of the source video in each of the alternative streams and the quick start-up stream at each bit rate in such a way that the portion of video is encoded in each stream as a single (or at least one) closed group of pictures (GOP) starting with an Instantaneous Decoder Refresh (IDR) frame, which is an intra frame. In many embodiments, the media content in the quick start-up stream is also encoded at a lower bitrate, frame rate and/or resolution than the video content in the other alternative streams to have a lower quality than the media content encoded in the other alternative streams. The playback device can switch between the alternative streams used during normal playback and the quick start-up stream at the completion of the playback of a segment and, irrespective of the stream from which a segment is obtained, the first frame in the segment will be an IDR frame that can be decoded without reference to any encoded media other than the encoded media contained within the Cluster element. Thus, a playback device may switch from receiving media content from the quick start-up stream and perform conventional adaptive bitrate streaming as if the quick start-up stream was any other available stream.


In a number of embodiments, the MPD may contain a decryption key that can be used to decrypt encoded media content in the quick start-up stream or a URL where the decryption key may be obtained. The playback device obtains information concerning each of the available streams from the MPD and selects one or more streams to utilize in the playback of the media. The playback device can then obtain header information from the container files containing the one or more bitstreams or streams, and the headers provide information concerning the decoding of the streams. The playback device can also request index information that indexes segments of the encoded media stored within the relevant container files. The index information can be stored within the container files or separately from the container files in the MPD or in separate index files. The index information enables the playback device to request byte ranges corresponding to segments of the media within the container file containing specific portions of encoded media via HTTP from the server. The playback device uses the index information to request portions of the media content from the quick start-up stream during start-up and then to request portions of the encoded media from the other alternative streams after start-up has completed in accordance with some embodiments. Playback is continued with the playback device requesting portions of the encoded content from a stream having media content that is encoded at a bitrate that can supported by the network conditions.


The encoding of source video for use in adaptive bitrate streaming systems that provide a quick start-up stream and the playback of the encoded media content using adaptive bit rate streaming in accordance with some embodiments of the invention is discussed further below.


Adaptive Streaming System Architecture


Turning now to the FIG. 1, an adaptive streaming system in accordance with an embodiment of the invention is illustrated. The adaptive streaming system 10 includes a source encoder 12 configured to encode source media as a number of alternative streams. In the illustrated embodiment, the source encoder is a server. In other embodiments, the source encoder can be any processing device including a processor and sufficient resources to perform the transcoding of source media (including but not limited to video, audio, and/or subtitles). Typically, the source encoding server 12 generates a top level index to a plurality of container files containing the streams, at least a plurality of which are alternative streams. Alternative streams are streams that encode the same media content in different ways. In many instances, alternative streams encode media content (such as but not limited to video) at different maximum bitrates. In a number of embodiments, the alternative streams are encoded with different resolutions and/or at different frame rates. The top level index file and the container files are uploaded to an HTTP server 14. A variety of playback devices can then use HTTP or another appropriate stateless protocol to request portions of the top level index file and the container files via a network 16 such as the Internet.


In the illustrated embodiment, playback devices include personal computers 18, CE players, and mobile phones 20. In other embodiments, playback devices can include consumer electronics devices such as DVD players, Blu-ray players, televisions, set top boxes, video game consoles, tablets, and other devices that are capable of connecting to a server via HTTP and playing back encoded media. Although a specific architecture is shown in FIG. 1, any of a variety of architectures including systems that perform conventional streaming and not adaptive bitrate streaming can be utilized that enable playback devices to request portions of the top level index file and the container files in accordance with embodiments of the invention.


Playback Device


Some processes for providing methods and systems in accordance with embodiments of this invention are executed by a playback device. The relevant components in a playback device that can perform processes including adaptive streaming processes in accordance with embodiments of the invention are shown in FIG. 2. One skilled in the art will recognize that playback device may include other components that are omitted for brevity without departing from described embodiments of this invention. The playback device 200 includes a processor 205, a non-volatile memory 210, and a volatile memory 215. The processor 205 is a processor, microprocessor, controller, or a combination of processors, microprocessor, and/or controllers that performs instructions stored in the volatile 215 or non-volatile memory 210 to manipulate data stored in the memory. The non-volatile memory 210 can store the processor instructions utilized to configure the playback device 200 to perform processes including processes in accordance with embodiments of the invention and/or data for the processes being utilized. In other embodiments, the playback device software and/or firmware can be stored in any of a variety of non-transitory computer readable media appropriate to a specific application.


Servers


Some processes for providing methods and systems in accordance with embodiments of this invention are executed by the HTTP server; source encoding server; and/or local and network time servers. The relevant components in a server that perform the processes in accordance with embodiments of the invention are shown in FIG. 3. One skilled in the art will recognize that a server may include other components that are omitted for brevity without departing from the described embodiments of this invention. The server 300 includes a processor 305, a non-volatile memory 310, and a volatile memory 315. The processor 305 is a processor, microprocessor, controller, or a combination of processors, microprocessor, and/or controllers that performs instructions stored in the volatile 315 or non-volatile memory 310 to manipulate data stored in the memory. The non-volatile memory 310 can store the processor instructions utilized to configure the server 300 to perform processes including processes in accordance with embodiments of the invention and/or data for the processes being utilized. In other embodiments, the server software and/or firmware can be stored in any of a variety of non-transitory computer readable media appropriate to a specific application. Although a specific server is illustrated in FIG. 3, any of a variety of servers configured to perform any number of processes can be utilized in accordance with embodiments of the invention.


Encoding of Quick Start-Up Stream and Alternative Streams


A flow diagram of a process for encoding source media content into alternative streams including a quick start-up stream performed by an encoding system in accordance with an embodiment of the invention is shown in FIG. 4. Process 400 includes receiving source media content (405). In accordance with some embodiments, the source media content may include a source media content having a particular resolution, frame rate, and other conventional properties. In accordance with other embodiments, the source media content may include multiple copies of a particular source media content where each copy of the source media content in a set of copies has a different resolution, frame rate and/or other properties to allow the generation of streams that have different properties for use by playback devices that support different media content characteristics.


The encoding system encodes the media content into alternative streams of content (410). In accordance with various embodiments, the alternative streams include one or more streams of the encoded video content. In accordance with some embodiments, the generated alternative streams have varying bitrates, level of quality, and/or content. For example, each alternative stream may have a different bit rate such that each stream can be used when network conditions can support the stream, such as (but not limited to) when network bandwidth exceeds a required bit rate for the stream. Furthermore, different alternative streams may include media content having different aspect ratios, resolutions, and/or frame rates to support different types of playback devices and/or the different bitrates of the streams in accordance with many embodiments.


The generated media content of the streams is encrypted using a first encryption process (415). The encryption of the stream prevents unauthorized users from viewing the media content. In accordance with some embodiments, the first encryption process uses a first key that is more secure than the key used to encrypt the quick start-up stream as discussed further below. One skilled in the art will recognize that any encryption method may be used without departing from the invention. A particular encryption process used in accordance with a number of embodiments of this invention is described in U.S. Pat. No. 8,909,922 entitled “Systems and methods for playing back alternative streams of protected content protected using common cryptographic information” issued to Kiefer et al. on Dec. 9, 2014 the portions relating to the adaptive bit rate streaming of encrypted material is hereby incorporated by reference.


Metadata for each of the alternative streams that includes the information discussed above with reference to container files is generated (417). In accordance with some embodiments, the metadata may include the information relating to properties of the stream included the encoded maximum bitrate of the stream and presentation time information of each chunk; properties of the media content including, but not limited to, resolution, frame rate, and sample aspect ratio. The container file(s) and index file(s) for the alternative streams is generated from the encrypted alternative streams and metadata for the encrypted streams. In accordance with some embodiments, the index files may include a top level index file that includes metadata for each stream and a pointer or URL for each of the alternative streams for use in adaptive bitrate streaming.


One skilled in the art will recognize that although the generating of the streams (410), encrypting of the streams (415), generating of metadata (417), and generation of the container file(s) (420) are shown as separate processes, the processes may be done simultaneously or in different sequences in accordance with some embodiments.


In addition, a quick start-up stream of the media content is generated (425). In accordance with some embodiments, the quick start-up stream includes a low quality version of the media content. In accordance with many of the embodiments, the low quality stream may include only a small portion of the media content, such as the beginning portion of the media content. For example, the quick start-up streams may include only a portion on the order of several seconds to minutes of the beginning portion of the media content to only allow the quick start-up and the beginning of the streaming. Optionally, the encoding system may encrypt the quick start-up data using a second encryption process (430). In accordance with a number of embodiments, the second encryption process is less secure than the first encryption process used for the other alternative streams. For example, the second encryption process may use a simple encryption/decryption key that may be less complex than the encryption/decryption key used in the first encryption process. The metadata for the quick start-up steam is generated (445). In accordance with some other embodiments, the encryption/decryption keys for the second encoding process is stored in the playback device and is available to the application playback the media. In accordance with many embodiments, the metadata generated for the quick start-up streams is the same as or similar to the metadata generated for the alternative streams as described above.


The encoding system then adds the quick start-up stream to a container file and/or generates a container file for the quick start-up stream using the generated stream and/or the generated metadata (450). The container file for the quick start-up stream is the same and/or similar to the container file(s) generated for the alternative streams described above. The metadata for the quick start-up file is also added to the index file(s) for the streams (455). In accordance with some embodiments, the adding of the metadata of the quick start-up stream to the index file(s) includes metadata for the quick start-up stream to a top index file.


The encoding system may also add encryption information for the second encryption process to the index files (460). In accordance with some embodiments, the adding of the encryption information may include adding a decryption key for the second encryption process to an index file that includes the metadata for the quick start-up stream. In accordance with some other embodiments, the adding of the encryption information may include an identifier or a URL for a file containing the decryption key for the second encryption process.


One skilled in the art will recognize that although the generating of the streams (425), encrypting of the streams (430), generating of metadata (445), and generation of the container file (450) are shown as separate processes, the processes may be done simultaneously in accordance with some embodiments. Furthermore, One skilled in the art will recognize that although the generating of the streams (410), encrypting of the streams (415), generating of metadata (417), and generation of the container file(s) (420) are shown as separate from the corresponding process described above for the generating the alternative streams, the processes for the quick start-up stream and alternative streams may be performed simultaneously in accordance with some embodiments.


Although various processes for encoding alternative streams with a quick start-up stream are described above, one skilled in the art will recognize that other processes for encoding streams including a quick start-up stream may be performed in accordance with some embodiments of the invention.


The quick start-up stream may be used by a playback device to more quickly load, decode, and start playback of media content while the playback device is preparing to decode the media content from the other alternative streams. In some embodiments, the quick start-up stream may be used to playback a beginning portion of the media content while the playback device completes the process of obtaining a decryption key for decrypting and decoding the media content in the other alternative streams. In many embodiments, the quick start-up stream may also be used to obtain media content to fill the buffer the playback device after a trick play command is performed. A process performed by a playback device to begin playback using a quick start-up stream in accordance with an embodiment of the invention is shown in FIG. 5.


In process 500, the playback device begins by receiving a top level index file for the media content (505). The playback device obtains the decryption/encryption information for the alternative streams of the media content (510). In accordance with some embodiments, the decryption/encryption information is read from the top level index file. In accordance with other embodiments, the encryption/decryption information is received from another source. The decryption/encryption information may be an identifier such as a URL or other type of pointer that directs the playback device to an authentication process provided by an authentication system and/or the content provider system. Based upon the decryption/encryption information, the playback device performs a process to obtain a decryption key (515).


The playback device also retrieves the quick start-up stream information from the top level index file (520). In accordance with some embodiments, the quick start-up stream is a URL to a container file containing the encoded video data of the quick start-up stream and/or the index file for the quick start-up stream. In many embodiments, the playback device may also obtain a decryption key or other decryption information from the top level index file, the index file of the quick start-up stream, and/or a decryption file in the container file of the quick start-up stream (525).


The playback device then begins streaming from the quick start-up stream container file. To do so, the playback device requests a portion of the media content (i.e. encoded audio, subtitles, and/or video data) of the quick start-up stream from the quick start-up stream container file (530). In accordance with some embodiments, the playback device begins by request the first portion of the quick start-up stream container file. In a number of embodiments, the playback device begins requesting portions of the quick start-up stream container file at a desired point within the stream such as, but not limited to, a current presentation point in media content after a trick play command has been performed. The playback device receives the requested portion from the container filer on a content provider system (535) and prepares the media content for play back (540). The preparation of the media content for playback may include decrypting the received portion and decoding the media content from the decrypted portion in accordance with many embodiments.


The playback device determines whether the decryption key for the other alternative streams has been received (545). In accordance with some embodiments, another metric may be used instead of or in combination with the reception of the decryption key such as, but not limited to, a specified amount of media content has been received or a predetermined amount of time has elapsed. If the decryption key has not been received and/or another metric has not been met, the playback device repeats the requesting (530), reception (535), and preparation (540) for playback of another portion of the quick start-up stream. If the decryption key has been received and/or another metric has been met, the playback device begins perform streaming with the other alternative streams in a conventional manner (550). Systems and methods for selecting a stream and commencing playback include those disclosed in U.S. Patent Application Publication 2013/0007200 entitled “Systems and Methods for Determining Available Bandwidth and Performing Initial Stream Selection When Commencing Streaming Using Hypertext Transfer Protocol” and U.S. Pat. No. 8,832,297 entitled “Systems and Methods for Performing Multiphase Adaptive Bitrate Streaming,” the disclosures of which are hereby incorporated by reference in their entirety more particularly the processes performed by a playback device to obtain media content using adaptive bit rate streaming are incorporated herein by reference.


Although specific processes for starting playback using a quick start-up stream is discussed above with reference to FIG. 5, one skilled in the art will recognize that other processes for starting playback with a quick start-up stream may be performed in accordance with various embodiments of this invention.


In order to obtain the decryption key for the alternative streams a playback device must negotiate for the key with the content provider system and/or a third party authentication system. A process performed by a playback device in accordance with an embodiment of this invention is shown in FIG. 6. Process 600 includes establishing connection with an authentication system (605). In accordance with some embodiments, the established connection is a secure connection over the network to assure confidential information cannot be obtained by third parties. The playback device then interacts with the authentication system to negotiate for the decryption key (610). In accordance with many embodiments, the negotiation may include the playback device providing certified and/or registration information to the authentication system and the authentication system verifying the information to authorize the playback device. Once the playback device is authorized, the authentication system provides the decryption key to playback device that receives the decryption key over the secure connection (615).


Although specific processes for obtaining a decryption key in accordance with an embodiment of the invention is disclosed in FIG. 6, other processes may be performed by a playback device to obtain a decryption key in accordance with embodiments of the invention.


Although the present invention has been described in certain specific aspects, many additional modifications and variations would be apparent to those skilled in the art. It is therefore to be understood that the present invention may be practiced otherwise than specifically described, including various changes in the implementation such as utilizing encoders and decoders that support features beyond those specified within a particular standard with which they comply, without departing from the scope and spirit of the present invention. Thus, embodiments of the present invention should be considered in all respects as illustrative and not restrictive.

Claims
  • 1. A method for fast startup of video playback of encoded media content using a quick start-up stream of media content and a plurality of alternative streams of the media content, the method comprising: receiving, at a playback device from a content provider system over a network, metadata describing a quick start-up stream of media content, where: the quick start-up stream of media content is stored in a first container file; andthe metadata describing the quick start-up stream of media content comprises information relating to the first container file that includes at least a URL for the first container file;receiving, at the playback device from a content provider system over a network, metadata describing a plurality of encrypted alternative streams of the media content, where: each of the plurality of encrypted alternative streams of media content is stored in a separate container file;the metadata describing the plurality of encrypted alternative streams of the media content comprises information relating to each of the separate container files including at least URLs for each of the separate container files; and,each of the plurality of encrypted alternative streams is encoded at a different bitrate;requesting, by the playback device from the content provider system over the network, the media content in the quick start-up stream using the URL for the first container file;receiving, at the playback device from the content provider system over the network, the requested media content in the quick start-up stream from the first container file;commencing playback at the playback device of the received media content in the quick start-up stream at a current presentation point of the media content using the playback device;requesting, by the playback device from the content provider system over the network, at least a portion of a selected alternative stream from the plurality of encrypted alternative streams using one of the URLs for each of the separate container files;receiving, by the playback device from the content provider system over the network, the requested at least a portion of the selected alternative stream;requesting, by the playback device from an authentication system over the network, a decryption key capable of decrypting encrypted media from the selected alternative stream; andupon receiving the decryption key, commencing decryption and playback at the playback device of the received at least a portion of the selected alternative stream.
  • 2. The method of claim 1, wherein at least one stream of the plurality of encrypted alternative streams is encrypted using a first encryption process and the quick start-up stream is encrypted using a second encryption process that is less secure than the first encryption process and the method further comprises: obtaining a decryption key for the second encryption process in response to receiving the information for the quick start-up stream using the playback device; anddecoding the media content from the quick start-up stream with the second decryption key using the playback device in response to receiving the media content in the quick start-up stream.
  • 3. The method of claim 2, wherein the second decryption key is read from the information received for the quick start-up stream by the playback device.
  • 4. The method of claim 2, wherein obtaining the second decryption key comprises: reading decryption information for the second encryption process from the information received for the quick start-up key using the playback device;requesting the decryption key from the second encryption process from a content provider system over the network using the playback device; andreceiving the decryption key for the second decryption process from the content provider system in the playback device.
  • 5. The method of claim 1, wherein the quick start-up stream is unencrypted.
  • 6. The method of claim 1 further comprising: determining a specific portion of the media content is a start position for playback of the media content using the playback device; andwherein the playback device commences streaming the media content from the determined specific portion in the quick start-up stream.
  • 7. The method of claim 1, wherein commencing streaming of media content in one of the plurality of encrypted alternative streams comprises switching to the one of the plurality of encrypted alternative streams at the completion of the playback of a segment of the quick start-up stream.
  • 8. The method of claim 1, wherein the metadata describing the plurality of encrypted alternative streams of media content comprises index information for each of the plurality of encrypted alternative streams and a pointer for each of the plurality of encrypted alternative streams.
  • 9. The method of claim 1, further comprising requesting media content in one of the plurality of encrypted alternative streams of media content after playback of media content in the quick start-up stream is complete.
  • 10. The method of claim 1, wherein the metadata describing the quick start-up stream of media content is index information for the quick start-up stream.
  • 11. The method of claim 10, wherein the index information for the quick start-up stream is contained within a quick start-up index file.
  • 12. A playback device comprising: a memory;a network interface; anda processor that reads instructions stored in the memory that direct the processor to: receive, at the playback device from a content provider system over a network, metadata describing a quick start-up stream of media content, where: the quick start-up stream of media content is stored in a first container file; andthe metadata describing the quick start-up stream of media content comprises information relating to the first container file that includes at least a URL to the first container file;receive, at the playback device from a content provider system over a network, metadata describing a plurality of encrypted alternative streams of the media content, where: each of the plurality of encrypted alternative streams of media content is stored in a separate container file;the metadata describing the plurality of encrypted alternative streams of the media content comprises information relating to each of the separate container files including at least URLs for each of the separate container files; and,each of the plurality of encrypted alternative streams is encoded at a different bitrate;request, by the playback device from the content provider system over the network, the media content in the quick start-up stream using the URL to the first container file;receive, at the playback device from the content provider system over the network, the requested media content in the quick start-up stream from the first container file;commence playback at the playback device of the received media content in the quick start-up stream at a current presentation point of the media content using the playback device;request, by the playback device from the content provider system over the network, at least a portion of a selected alternative stream from the plurality of encrypted alternative streams using one of the URLs for each of the separate container files;receive, by the playback device from the content provider system over the network, the requested at least a portion of the selected alternative stream;request, by the playback device from an authentication system over the network, a decryption key capable of decrypting encrypted media from the selected alternative stream; andupon receiving the decryption key, commence decryption and playback at the playback device of the received at least a portion of the selected alternative stream.
  • 13. The playback device of claim 12, wherein at least one stream of the plurality of encrypted alternative streams is encrypted using a first encryption process and the quick start-up stream is encrypted using a second encryption process that is less secure than the first encryption process and further comprises: obtaining a decryption key for the second encryption process in response to receiving the information for the quick start-up stream; anddecoding the media content from the quick start-up stream using the second decryption key in response to receiving the media content in the quick start-up stream.
  • 14. The playback device of claim 13, wherein the second decryption key is read from the information received for the quick start-up stream.
  • 15. The playback device of claim 13, wherein the instructions direct the processor to obtain the second decryption key by: reading decryption information for the second encryption process from the information received for the quick start-up key;requesting the decryption key from the second encryption process from a content provider system over the network; andreceiving the decryption key for the second decryption process from the content provider system.
  • 16. The playback device of claim 12, wherein the quick start-up stream is unencrypted.
  • 17. The playback device of claim 12 wherein the instructions further direct the processor to: determine a specific portion of the media content is a start position for playback of the media content; andwherein the playback device commences streaming the media content from the determined specific portion in the quick start-up stream.
  • 18. The playback device of claim 12, wherein the instructions direct the processor to commence streaming of media content in one of the plurality of encrypted alternative streams by switching to the one of the plurality of encrypted alternative streams at the completion of the playback of a segment of the quick start-up stream.
  • 19. The playback device of claim 12, wherein the metadata describing the plurality of encrypted alternative streams of media content comprises index information for each of the plurality of encrypted alternative streams and a pointer for each of the plurality of encrypted alternative streams.
  • 20. The playback device of claim 12, further comprising requesting media content in one of the plurality of encrypted alternative streams of media content after playback of media content in the quick start-up stream is complete.
  • 21. The playback device of claim 12, wherein the metadata describing the quick start-up stream of media content is index information for the quick start-up stream.
  • 22. The playback device of claim 21, wherein the index information for the quick start-up stream is contained within a quick start-up index file.
  • 23. A non-transitory machine readable medium containing processor instructions, where execution of the instructions by a processor causes the processor to perform a process comprising: receiving, at a playback device from a content provider system over a network, metadata describing a quick start-up stream of media content, where: the quick start-up stream of media content is stored in a first container file; andthe metadata describing the quick start-up stream of media content comprises information relating to the first container file that includes at least a URL to the first container file;receiving, at the playback device from a content provider system over a network, metadata describing a plurality of encrypted alternative streams of the media content, where: each of the plurality of encrypted alternative streams of media content is stored in a separate container file;the metadata describing the plurality of encrypted alternative streams of the media content comprises information relating to each of the separate container files including at least URLs for each of the separate container files; and,each of the plurality of encrypted alternative streams is encoded at a different bitrate;requesting, by the playback device from the content provider system over the network, the media content in the quick start-up stream using the URL to the first container file;receiving, at the playback device from the content provider system over the network, the requested media content in the quick start-up stream from the first container file;commencing playback at the playback device of the received media content in the quick start-up stream at a current presentation point of the media content using the playback device;requesting, by the playback device from the content provider system over the network, at least a portion of a selected alternative stream from the plurality of encrypted alternative streams using one of the URLs for each of the separate container files;receiving, by the playback device from the content provider system over the network, the requested at least a portion of the selected alternative stream;requesting, by the playback device from an authentication system over the network, a decryption key capable of decrypting encrypted media from the selected alternative stream; andupon receiving the decryption key, commencing decryption and playback at the playback device of the received at least a portion of the selected alternative stream.
  • 24. The non-transitory machine readable medium of claim 23, wherein at least one stream of the plurality of encrypted alternative streams is encrypted using a first encryption process and the quick start-up stream is encrypted using a second encryption process that is less secure than the first encryption process and the process further comprises: obtaining a decryption key for the second encryption process in response to receiving the information for the quick start-up stream; anddecoding the media content from the quick start-up stream using the second decryption key in response to receiving the media content in the quick start-up stream.
  • 25. The non-transitory machine readable medium of claim 24, wherein the second decryption key is read from the information received for the quick start-up stream.
  • 26. The non-transitory machine readable medium of claim 24, wherein obtaining the second decryption key comprises: reading decryption information for the second encryption process from the information received for the quick start-up key;requesting the decryption key from the second encryption process from a content provider system over the network; andreceiving the decryption key for the second decryption process from the content provider system.
  • 27. The non-transitory machine readable medium of claim 23, wherein the quick start-up stream is unencrypted.
  • 28. The non-transitory machine readable medium of claim 23, wherein the process further comprises: determining a specific portion of the media content is a start position for playback of the media content; andwherein the streaming the media content commences from the determined specific portion in the quick start-up stream.
  • 29. The non-transitory machine readable medium of claim 23, wherein commencing streaming of media content in one of the plurality of encrypted alternative streams comprises switching to the one of the plurality of encrypted alternative streams at the completion of the playback of a segment of the quick start-up stream.
  • 30. The non-transitory machine readable medium of claim 23, wherein the metadata describing the plurality of encrypted alternative streams of media content comprises index information for each of the plurality of encrypted alternative streams and a pointer for each of the plurality of encrypted alternative streams.
  • 31. The non-transitory machine readable medium of claim 23, further comprising requesting media content in one of the plurality of encrypted alternative streams of media content after playback of media content in the quick start-up stream is complete.
  • 32. The non-transitory machine readable medium of claim 23, wherein the metadata describing the quick start-up stream of media content is index information for the quick start-up stream.
  • 33. The non-transitory machine readable medium of claim 32, wherein the index information for the quick start-up stream is contained within a quick start-up index file.
  • 34. A method for fast startup of video playback of encoded media content using a quick start-up stream of media content and a plurality of alternative streams of the media content, the method comprising: receiving, at a playback device from a content provider system over a network, metadata describing a quick start-up stream of media content, where: the quick start-up stream of media content is stored in a first container file; andthe metadata describing the quick start-up stream of media content comprises information relating to the first container file that includes at least a URL to the first container file;receiving, at the playback device from a content provider system over a network, metadata describing a plurality of encrypted alternative streams of the media content, where: each of the plurality of encrypted alternative streams of media content is stored in a separate container file;the metadata describing the plurality of encrypted alternative streams of the media content comprises information relating to each of the separate container files including at least URLs for each of the separate container files; and,each of the plurality of encrypted alternative streams is encoded at a different bitrate;requesting, by the playback device from the content provider system over the network, the media content in the quick start-up stream using the URL to the first container file;receiving, at the playback device from the content provider system over the network, the requested media content in the quick start-up stream from the first container file;commencing playback at the playback device of the received media content in the quick start-up stream at a current presentation point of the media content using the playback device;requesting, by the playback device from the content provider system over the network, at least a portion of a selected alternative stream from the plurality of encrypted alternative streams using one of the URLs for each of the separate container files;receiving, by the playback device from the content provider system over the network, the requested at least a portion of the selected alternative stream;requesting, by the playback device from an authentication system over the network, a decryption key capable of decrypting encrypted media from the selected alternative stream; andupon receiving the decryption key, commencing decryption and playback at the playback device of the received at least a portion of the selected alternative stream.
  • 35. The method of claim 34, wherein the metadata describing the quick start-up stream of media content is index information for the quick start-up stream.
  • 36. A playback device comprising: a memory;a network interface; anda processor that reads instructions stored in the memory that direct the processor to: receive, at the playback device from a content provider system over a network, metadata describing a quick start-up stream of media content, where: the quick start-up stream of media content is stored in a first container file; andthe metadata describing the quick start-up stream of media content comprises information relating to the first container file that includes at least a URL to the first container file;receive, at the playback device from a content provider system over a network, metadata describing a plurality of encrypted alternative streams of the media content, where: each of the plurality of encrypted alternative streams of media content is stored in a separate container file;the metadata describing the plurality of encrypted alternative streams of the media content comprises information relating to each of the separate container files including at least URLs for each of the separate container files; and,each of the plurality of encrypted alternative streams is encoded at a different bitrate;request, by the playback device from the content provider system over the network, the media content in the quick start-up stream using the URL to the first container file;receive, at the playback device from the content provider system over the network, the requested media content in the quick start-up stream from the first container file;commence playback at the playback device of the received media content in the quick start-up stream at a current presentation point of the media content using the playback device;request, by the playback device from the content provider system over the network, at least a portion of a selected alternative stream from the plurality of encrypted alternative streams using one of the URLs for each of the separate container files;receive, by the playback device from the content provider system over the network, the requested at least a portion of the selected alternative stream;request, by the playback device from an authentication system over the network, a decryption key capable of decrypting encrypted media from the selected alternative stream; andupon receiving the decryption key, commence decryption and playback at the playback device of the received at least a portion of the selected alternative stream.
  • 37. The playback device of claim 36, wherein the metadata describing the quick start-up stream of media content is index information for the quick start-up stream.
  • 38. A non-transitory machine readable medium containing processor instructions, where execution of the instructions by a processor causes the processor to perform a process comprising: receiving, at a playback device from a content provider system over a network, metadata describing a quick start-up stream of media content, where: the quick start-up stream of media content is stored in a first container file; andthe metadata describing the quick start-up stream of media content comprises information relating to the first container file that includes at least a URL to the first container file;receiving, at the playback device from a content provider system over a network, metadata describing a plurality of encrypted alternative streams of the media content, where: each of the plurality of encrypted alternative streams of media content is stored in a separate container file;the metadata describing the plurality of encrypted alternative streams of the media content comprises information relating to each of the separate container files including at least URLs for each of the separate container files; andeach of the plurality of encrypted alternative streams is encoded at a different bitrate;requesting, by the playback device from the content provider system over the network, the media content in the quick start-up stream using the URL to the first container file;receiving, at the playback device from the content provider system over the network, the requested media content in the quick start-up stream from the first container file;commencing playback at the playback device of the received media content in the quick start-up stream at a current presentation point of the media content using the playback device;requesting, by the playback device from the content provider system over the network, at least a portion of a selected alternative stream from the plurality of encrypted alternative streams using one of the URLs for each of the separate container files;receiving, by the playback device from the content provider system over the network, the requested at least a portion of the selected alternative stream;requesting, by the playback device from an authentication system over the network, a decryption key capable of decrypting encrypted media from the selected alternative stream; andupon receiving the decryption key, commencing decryption and playback at the playback device of the received at least a portion of the selected alternative stream.
  • 39. The non-transitory machine readable medium of claim 38, wherein the metadata describing the quick start-up stream of media content is index information for the quick start-up stream.
CROSS-REFERENCE TO RELATED APPLICATIONS

The current application is a continuation of U.S. patent application Ser. No. 16/932,559 filed Jul. 17, 2020 and issued on Dec. 27, 2022 as U.S. Pat. No. 11,539,780, entitled “Systems and Methods for Quick Start-Up of Playback”, which is a continuation of U.S. patent application Ser. No. 16/101,339 filed Aug. 10, 2018 and issued on Jul. 21, 2020 as U.S. Pat. No. 10,721,285, entitled “Systems and Methods for Quick Start-Up of Playback”, which is a continuation of U.S. Patent application Ser. No. 15/085,598 filed Mar. 30, 2016 and issued on Sep. 11, 2018 as U.S. Pat. No. 10,075,292, entitled “Systems and Methods for Quick Start-Up of Playback”, the disclosures of which are incorporated by reference herein in their entireties for all purposes.

US Referenced Citations (392)
Number Name Date Kind
5361332 Yoshida et al. Nov 1994 A
5400401 Wasilewski et al. Mar 1995 A
5404436 Hamilton Apr 1995 A
5574785 Ueno et al. Nov 1996 A
5589993 Naimpally et al. Dec 1996 A
5600721 Kitazato Feb 1997 A
5621794 Matsuda et al. Apr 1997 A
5642338 Fukushima et al. Jun 1997 A
5715403 Stefik Feb 1998 A
5717816 Boyce et al. Feb 1998 A
5805700 Nardone et al. Sep 1998 A
5813010 Kurano et al. Sep 1998 A
5854873 Mori et al. Dec 1998 A
5907658 Murase et al. May 1999 A
5923869 Kashiwagi et al. Jul 1999 A
6002834 Hirabayashi et al. Dec 1999 A
6009237 Hirabayashi et al. Dec 1999 A
6016381 Taira et al. Jan 2000 A
6031622 Ristow et al. Feb 2000 A
6038257 Brusewitz et al. Mar 2000 A
6057832 Lev et al. May 2000 A
6065050 DeMoney May 2000 A
6141754 Choy Oct 2000 A
6155840 Sallette Dec 2000 A
6195388 Choi et al. Feb 2001 B1
6266483 Okada et al. Jul 2001 B1
6282320 Hasegawa et al. Aug 2001 B1
6320905 Konstantinides Nov 2001 B1
6351538 Uz Feb 2002 B1
6373803 Ando et al. Apr 2002 B2
6415031 Colligan et al. Jul 2002 B1
6445877 Okada et al. Sep 2002 B1
6453115 Boyle Sep 2002 B1
6453116 Ando et al. Sep 2002 B1
6504873 Vehvilaeinen Jan 2003 B1
6512883 Shim et al. Jan 2003 B2
6594699 Sahai et al. Jul 2003 B1
6654933 Abbott et al. Nov 2003 B1
6658056 Duruöz et al. Dec 2003 B1
6671408 Kaku Dec 2003 B1
6690838 Zhou Feb 2004 B2
6724944 Kalevo et al. Apr 2004 B1
6751623 Basso et al. Jun 2004 B1
6771703 Oguz et al. Aug 2004 B1
6807306 Girgensohn et al. Oct 2004 B1
6813437 Ando et al. Nov 2004 B2
6850252 Hoffberg Feb 2005 B1
6859496 Boroczky et al. Feb 2005 B1
6871006 Oguz et al. Mar 2005 B1
6912513 Candelore Jun 2005 B1
6931531 Takahashi Aug 2005 B1
6956901 Boroczky et al. Oct 2005 B2
6957350 Demos Oct 2005 B1
6970564 Kubota et al. Nov 2005 B1
6983079 Kim Jan 2006 B2
7006757 Ando et al. Feb 2006 B2
7007170 Morten Feb 2006 B2
7020287 Unger Mar 2006 B2
7023924 Keller et al. Apr 2006 B1
7151832 Fetkovich et al. Dec 2006 B1
7188183 Paul et al. Mar 2007 B1
7197234 Chatterton Mar 2007 B1
7212726 Zetts May 2007 B2
7242772 Tehranchi Jul 2007 B1
7274861 Yahata et al. Sep 2007 B2
7295673 Grab et al. Nov 2007 B2
7349886 Morten et al. Mar 2008 B2
7352956 Winter et al. Apr 2008 B1
7382879 Miller Jun 2008 B1
7397853 Kwon et al. Jul 2008 B2
7400679 Kwon et al. Jul 2008 B2
7418132 Hoshuyama Aug 2008 B2
7421411 Kontio et al. Sep 2008 B2
7457415 Reitmeier et al. Nov 2008 B2
7478325 Foehr Jan 2009 B2
7499930 Naka et al. Mar 2009 B2
7546641 Robert et al. Jun 2009 B2
7639921 Seo et al. Dec 2009 B2
7640435 Morten Dec 2009 B2
7689510 Lamkin et al. Mar 2010 B2
7711052 Hannuksela et al. May 2010 B2
7779097 Lamkin et al. Aug 2010 B2
7853980 Pedlow et al. Dec 2010 B2
7864186 Robotham et al. Jan 2011 B2
7945143 Yahata et al. May 2011 B2
7974714 Hoffberg Jul 2011 B2
7991156 Miller Aug 2011 B1
8023562 Zheludkov et al. Sep 2011 B2
8046453 Olaiya Oct 2011 B2
8054880 Yu et al. Nov 2011 B2
8069260 Speicher et al. Nov 2011 B2
8131875 Chen Mar 2012 B1
8169916 Pai et al. May 2012 B1
8225061 Greenebaum Jul 2012 B2
8233768 Soroushian et al. Jul 2012 B2
8243924 Chen et al. Aug 2012 B2
8249168 Graves Aug 2012 B2
8270473 Chen et al. Sep 2012 B2
8270819 Vannier Sep 2012 B2
8286213 Seo Oct 2012 B2
8289338 Priyadarshi et al. Oct 2012 B2
8291460 Peacock Oct 2012 B1
8311115 Gu et al. Nov 2012 B2
8312079 Newsome et al. Nov 2012 B2
8321556 Chatterjee et al. Nov 2012 B1
8369421 Kadono et al. Feb 2013 B2
8386621 Park Feb 2013 B2
8412841 Swaminathan et al. Apr 2013 B1
8456380 Pagan Jun 2013 B2
8472792 Butt Jun 2013 B2
8515265 Kwon et al. Aug 2013 B2
8516529 Lajoie et al. Aug 2013 B2
8606069 Okubo et al. Dec 2013 B2
8649669 Braness et al. Feb 2014 B2
8681866 Jia Mar 2014 B1
8683066 Hurst et al. Mar 2014 B2
8774609 Drake et al. Jul 2014 B2
8782268 Pyle et al. Jul 2014 B2
8806188 Braness et al. Aug 2014 B2
8819116 Tomay et al. Aug 2014 B1
8832297 Soroushian et al. Sep 2014 B2
8843586 Pantos et al. Sep 2014 B2
8849950 Stockhammer et al. Sep 2014 B2
8909922 Kiefer et al. Dec 2014 B2
8914534 Braness et al. Dec 2014 B2
8918908 Ziskind et al. Dec 2014 B2
8997254 Amidei et al. Mar 2015 B2
9038116 Knox et al. May 2015 B1
9197685 Soroushian Nov 2015 B2
10075292 Amidei et al. Sep 2018 B2
10721285 Braness et al. Jul 2020 B2
20010021276 Zhou Sep 2001 A1
20010052077 Fung et al. Dec 2001 A1
20010052127 Seo et al. Dec 2001 A1
20020048450 Zetts Apr 2002 A1
20020057898 Normile May 2002 A1
20020067432 Kondo et al. Jun 2002 A1
20020135607 Kato et al. Sep 2002 A1
20020141503 Kobayashi et al. Oct 2002 A1
20020154779 Asano et al. Oct 2002 A1
20020164024 Arakawa et al. Nov 2002 A1
20020169971 Asano et al. Nov 2002 A1
20020191959 Lin et al. Dec 2002 A1
20030002577 Pinder Jan 2003 A1
20030002578 Tsukagoshi et al. Jan 2003 A1
20030005139 Colville et al. Jan 2003 A1
20030044080 Frishman et al. Mar 2003 A1
20030053541 Sun et al. Mar 2003 A1
20030063675 Kang et al. Apr 2003 A1
20030065777 Mattila et al. Apr 2003 A1
20030077071 Lin et al. Apr 2003 A1
20030135742 Evans Jul 2003 A1
20030142594 Tsumagari et al. Jul 2003 A1
20030152370 Otomo et al. Aug 2003 A1
20030163824 Gordon et al. Aug 2003 A1
20030206717 Yogeshwar et al. Nov 2003 A1
20030231863 Eerenberg et al. Dec 2003 A1
20030231867 Gates et al. Dec 2003 A1
20030233464 Walpole et al. Dec 2003 A1
20030236836 Borthwick Dec 2003 A1
20030236907 Stewart et al. Dec 2003 A1
20040001594 Krishnaswamy et al. Jan 2004 A1
20040022391 Obrien Feb 2004 A1
20040024688 Bi et al. Feb 2004 A1
20040028227 Yu Feb 2004 A1
20040037421 Truman Feb 2004 A1
20040039916 Aldis et al. Feb 2004 A1
20040047592 Seo et al. Mar 2004 A1
20040047607 Seo et al. Mar 2004 A1
20040076237 Kadono et al. Apr 2004 A1
20040081333 Grab et al. Apr 2004 A1
20040081434 Jung et al. Apr 2004 A1
20040093494 Nishimoto et al. May 2004 A1
20040101059 Joch et al. May 2004 A1
20040107356 Shamoon et al. Jun 2004 A1
20040136698 Mock Jul 2004 A1
20040158878 Ratnakar et al. Aug 2004 A1
20040268400 Barde et al. Dec 2004 A1
20050013494 Srinivasan et al. Jan 2005 A1
20050038826 Bae et al. Feb 2005 A1
20050063541 Candelore Mar 2005 A1
20050076232 Kawaguchi Apr 2005 A1
20050114896 Hug May 2005 A1
20050144468 Northcutt Jun 2005 A1
20050149450 Stefik et al. Jul 2005 A1
20050177741 Chen et al. Aug 2005 A1
20050193070 Brown et al. Sep 2005 A1
20050193322 Lamkin et al. Sep 2005 A1
20050198681 Park et al. Sep 2005 A1
20050204289 Mohammed et al. Sep 2005 A1
20050207442 Zoest et al. Sep 2005 A1
20050207578 Matsuyama et al. Sep 2005 A1
20050243912 Kwon et al. Nov 2005 A1
20050265555 Pippuri Dec 2005 A1
20050273695 Schnurr Dec 2005 A1
20050275656 Corbin et al. Dec 2005 A1
20060002425 Mane et al. Jan 2006 A1
20060013568 Rodriguez Jan 2006 A1
20060031564 Brassil et al. Feb 2006 A1
20060078301 Ikeda et al. Apr 2006 A1
20060129909 Butt et al. Jun 2006 A1
20060165163 Burazerovic et al. Jul 2006 A1
20060173887 Breitfeld et al. Aug 2006 A1
20060245727 Nakano et al. Nov 2006 A1
20060259588 Lerman et al. Nov 2006 A1
20060263056 Lin et al. Nov 2006 A1
20070031110 Rijckaert Feb 2007 A1
20070047645 Takashima Mar 2007 A1
20070047901 Ando et al. Mar 2007 A1
20070053513 Hoffberg Mar 2007 A1
20070058928 Naito et al. Mar 2007 A1
20070067472 Maertens et al. Mar 2007 A1
20070083467 Lindahl et al. Apr 2007 A1
20070083617 Chakrabarti et al. Apr 2007 A1
20070086528 Mauchly et al. Apr 2007 A1
20070100757 Rhoads May 2007 A1
20070136817 Nguyen Jun 2007 A1
20070140647 Kusunoki et al. Jun 2007 A1
20070154165 Hemmeryckz-Deleersnijder et al. Jul 2007 A1
20070168541 Gupta et al. Jul 2007 A1
20070168542 Gupta et al. Jul 2007 A1
20070180051 Kelly et al. Aug 2007 A1
20070180125 Knowles et al. Aug 2007 A1
20070185982 Nakanowatari et al. Aug 2007 A1
20070239839 Buday et al. Oct 2007 A1
20070274679 Yahata et al. Nov 2007 A1
20070292107 Yahata et al. Dec 2007 A1
20080043832 Barkley et al. Feb 2008 A1
20080066181 Haveson et al. Mar 2008 A1
20080086570 Dey et al. Apr 2008 A1
20080101466 Swenson et al. May 2008 A1
20080101718 Yang et al. May 2008 A1
20080120389 Bassali et al. May 2008 A1
20080126248 Lee et al. May 2008 A1
20080137736 Richardson et al. Jun 2008 A1
20080137847 Candelore et al. Jun 2008 A1
20080172441 Speicher et al. Jul 2008 A1
20080192818 DiPietro et al. Aug 2008 A1
20080195744 Bowra et al. Aug 2008 A1
20080205860 Holtman Aug 2008 A1
20080222302 Nguyen et al. Sep 2008 A1
20080256105 Nogawa et al. Oct 2008 A1
20080263354 Beuque et al. Oct 2008 A1
20080279535 Haque et al. Nov 2008 A1
20080310454 Bellwood et al. Dec 2008 A1
20080310496 Fang Dec 2008 A1
20090010622 Yahata et al. Jan 2009 A1
20090013195 Ochi et al. Jan 2009 A1
20090031220 Tranchant et al. Jan 2009 A1
20090037959 Suh et al. Feb 2009 A1
20090048852 Burns et al. Feb 2009 A1
20090055546 Jung et al. Feb 2009 A1
20090060452 Chaudhri Mar 2009 A1
20090066839 Jung et al. Mar 2009 A1
20090077143 Macy, Jr. Mar 2009 A1
20090106082 Senti et al. Apr 2009 A1
20090132599 Soroushian et al. May 2009 A1
20090132721 Soroushian et al. May 2009 A1
20090132824 Terada et al. May 2009 A1
20090136216 Soroushian et al. May 2009 A1
20090150557 Wormley et al. Jun 2009 A1
20090169181 Priyadarshi et al. Jul 2009 A1
20090178090 Oztaskent Jul 2009 A1
20090201988 Gazier et al. Aug 2009 A1
20090226148 Nesvadba et al. Sep 2009 A1
20090228395 Wegner et al. Sep 2009 A1
20090249081 Zayas Oct 2009 A1
20090282162 Mehrotra et al. Nov 2009 A1
20090293116 DeMello Nov 2009 A1
20090303241 Priyadarshi et al. Dec 2009 A1
20090307258 Priyadarshietal et al. Dec 2009 A1
20090307267 Chen et al. Dec 2009 A1
20090310819 Hatano Dec 2009 A1
20090313544 Wood et al. Dec 2009 A1
20090313564 Rottler et al. Dec 2009 A1
20090316783 Au et al. Dec 2009 A1
20090328124 Khouzam et al. Dec 2009 A1
20100040351 Tomaetal et al. Feb 2010 A1
20100074324 Qian et al. Mar 2010 A1
20100083322 Rouse Apr 2010 A1
20100094969 Zuckerman et al. Apr 2010 A1
20100095121 Shetty et al. Apr 2010 A1
20100111192 Graves May 2010 A1
20100118978 Rodriguez et al. May 2010 A1
20100138903 Medvinsky Jun 2010 A1
20100142915 Mcdermott et al. Jun 2010 A1
20100158109 Dahlby et al. Jun 2010 A1
20100161825 Ronca et al. Jun 2010 A1
20100186092 Takechi et al. Jul 2010 A1
20100189183 Gu et al. Jul 2010 A1
20100228795 Hahn Sep 2010 A1
20100235472 Sood et al. Sep 2010 A1
20100290761 Drake et al. Nov 2010 A1
20100306373 Wormley Dec 2010 A1
20100313225 Cholas et al. Dec 2010 A1
20100313226 Cholas et al. Dec 2010 A1
20100319014 Lockett et al. Dec 2010 A1
20110010466 Fan et al. Jan 2011 A1
20110047209 Lindholm et al. Feb 2011 A1
20110058675 Brueck et al. Mar 2011 A1
20110066673 Outlaw Mar 2011 A1
20110078440 Feng et al. Mar 2011 A1
20110080940 Bocharov Apr 2011 A1
20110082924 Gopalakrishnan Apr 2011 A1
20110096828 Chen et al. Apr 2011 A1
20110103374 Lajoie et al. May 2011 A1
20110107379 Lajoie et al. May 2011 A1
20110126191 Hughes et al. May 2011 A1
20110129011 Cilli et al. Jun 2011 A1
20110135090 Chan et al. Jun 2011 A1
20110142415 Rhyu Jun 2011 A1
20110145726 Wei et al. Jun 2011 A1
20110145858 Philpott et al. Jun 2011 A1
20110149753 Bapst et al. Jun 2011 A1
20110150100 Abadir Jun 2011 A1
20110153785 Minborg et al. Jun 2011 A1
20110173345 Knox et al. Jul 2011 A1
20110179185 Wang et al. Jul 2011 A1
20110191803 Baldwin et al. Aug 2011 A1
20110197237 Turner Aug 2011 A1
20110197261 Dong et al. Aug 2011 A1
20110225315 Wexler et al. Sep 2011 A1
20110225417 Maharajh et al. Sep 2011 A1
20110239078 Luby et al. Sep 2011 A1
20110246657 Glow Oct 2011 A1
20110246659 Bouazizi Oct 2011 A1
20110246661 Manzari et al. Oct 2011 A1
20110252118 Pantos et al. Oct 2011 A1
20110264530 Santangelo et al. Oct 2011 A1
20110268178 Park et al. Nov 2011 A1
20110296048 Knox et al. Dec 2011 A1
20110302319 Ha et al. Dec 2011 A1
20110305273 He et al. Dec 2011 A1
20110314130 Strasman Dec 2011 A1
20110314176 Frojdh et al. Dec 2011 A1
20110314500 Gordon Dec 2011 A1
20120005312 Mcgowan et al. Jan 2012 A1
20120023251 Pyle et al. Jan 2012 A1
20120042090 Chen et al. Feb 2012 A1
20120047542 Lewis et al. Feb 2012 A1
20120093214 Urbach Apr 2012 A1
20120110120 Willig et al. May 2012 A1
20120167132 Mathews et al. Jun 2012 A1
20120170642 Braness et al. Jul 2012 A1
20120170643 Soroushian et al. Jul 2012 A1
20120170906 Soroushian et al. Jul 2012 A1
20120170915 Braness et al. Jul 2012 A1
20120173751 Braness et al. Jul 2012 A1
20120177101 Van Der Schaar Jul 2012 A1
20120179834 VanDerSchaar et al. Jul 2012 A1
20120233345 Hannuksela Sep 2012 A1
20120254455 Adimatyam et al. Oct 2012 A1
20120265562 Daouk et al. Oct 2012 A1
20120278496 Hsu Nov 2012 A1
20120278497 Hsu et al. Nov 2012 A1
20120294355 Holcomb et al. Nov 2012 A1
20120307883 Graves Dec 2012 A1
20120311094 Biderman et al. Dec 2012 A1
20120311174 Bichot et al. Dec 2012 A1
20120314778 Salustri et al. Dec 2012 A1
20120331167 Hunt Dec 2012 A1
20130007200 vanderSchaar et al. Jan 2013 A1
20130013803 Bichot et al. Jan 2013 A1
20130044821 Braness et al. Feb 2013 A1
20130046902 VillegasNuñez et al. Feb 2013 A1
20130051554 Braness et al. Feb 2013 A1
20130054958 Braness et al. Feb 2013 A1
20130058480 Ziskind et al. Mar 2013 A1
20130061040 Kiefer et al. Mar 2013 A1
20130061045 Kiefer et al. Mar 2013 A1
20130080267 McGowan Mar 2013 A1
20130166765 Kaufman Jun 2013 A1
20130166906 Swaminathan et al. Jun 2013 A1
20130179199 Ziskind et al. Jul 2013 A1
20130179992 Ziskind et al. Jul 2013 A1
20130226578 Bolton et al. Aug 2013 A1
20130226635 Fisher Aug 2013 A1
20130311670 Tarbox et al. Nov 2013 A1
20130329781 Su et al. Dec 2013 A1
20140003516 Soroushian Jan 2014 A1
20140096269 Amidei Apr 2014 A1
20140101722 Moore Apr 2014 A1
20140140253 Lohmar et al. May 2014 A1
20140149557 Lohmar et al. May 2014 A1
20140189065 vanderSchaar et al. Jul 2014 A1
20140241420 Orton-Jay et al. Aug 2014 A1
20140241421 Orton-Jay et al. Aug 2014 A1
20140250473 Braness et al. Sep 2014 A1
20140307804 Rodriguez et al. Oct 2014 A1
20150288530 Oyman Oct 2015 A1
20170288865 Amidei et al. Oct 2017 A1
20190044995 Amidei Feb 2019 A1
Foreign Referenced Citations (44)
Number Date Country
2237293 Jul 1997 CA
103493495 Jan 2014 CN
109154930 Jan 2019 CN
813167 Dec 1997 EP
1056273 Nov 2000 EP
1453319 Sep 2004 EP
1283640 Oct 2006 EP
2180664 Apr 2010 EP
2360923 Aug 2011 EP
2735116 May 2014 EP
3436964 Feb 2019 EP
1259659 Dec 2019 HK
2007215069 Aug 2007 JP
2014529967 Nov 2014 JP
2019513337 May 2019 JP
7001673 Dec 2021 JP
20040039852 May 2004 KR
20060106250 Oct 2006 KR
2328040 Jun 2008 RU
11201808640 Jan 2021 SG
2000049762 Aug 2000 WO
2000049763 Aug 2000 WO
2003047262 Jun 2003 WO
2004012378 Feb 2004 WO
2004100158 Nov 2004 WO
2004102571 Nov 2004 WO
2005008385 Jan 2005 WO
2005015935 Feb 2005 WO
2009006302 Jan 2009 WO
2009065137 May 2009 WO
2009109976 Sep 2009 WO
2010060106 May 2010 WO
2010122447 Oct 2010 WO
2011087449 Jul 2011 WO
2011101371 Aug 2011 WO
2011103364 Aug 2011 WO
2012094171 Jul 2012 WO
20120094181 Jul 2012 WO
20120094189 Jul 2012 WO
2012177872 Dec 2012 WO
2012177872 Dec 2012 WO
2013103986 Jul 2013 WO
2014003951 Jan 2014 WO
2017172352 Oct 2017 WO
Non-Patent Literature Citations (144)
Entry
“IBM Closes Cryptolopes Unit,” Dec. 17, 1997, CNET News, Printed on Apr. 25, 2014 from http://news.cnet.com/IBM-closes-Cryptolopes-unit/2100-1001_3206465.html, 3 pages.
European Search Report for Application 11855103.5, search completed Jun. 26, 2014, 9 pages.
European Search Report for Application 11855237.1, search completed Jun. 12, 2014, 9 pages.
Extended European Search Report for European Application No. 17776285.3, Search completed Jan. 31, 2019, Mailed Feb. 12, 2019, 9 Pgs.
Federal Computer Week, “Tool Speeds Info to Vehicles”, Jul. 25, 1999, 5 pages.
HTTP Live Streaming Overview, Networking & Internet, Apple, Inc., Apr. 1, 2011, 38 pages.
Information Technology—MPEG Systems Technologies—Part 7: Common Encryption in ISO Base Media File Format Files (ISO/IEC 23001-7), Apr. 2015, 24 pages.
InformationWeek, “Internet on Wheels”, InformationWeek: Front End: Daily Dose, Jul. 20, 1999, Printed on Mar. 26, 2014, 3 pages.
International Preliminary Report on Patentability for International Application PCT/US2013/043181, issued Dec. 31, 2014, Mailed Jan. 8, 2015, 11 Pages.
International Preliminary Report on Patentability for International Application PCT/US2017/022348, Report issued Oct. 2, 2018, Mailed Oct. 11, 2018, 9 Pgs.
International Search Report and Written Opinion for International Application No. PCT/US2013/043181, completed Nov. 27, 2013, mailed Dec. 6, 2013, 12 pages.
International Search Report and Written Opinion for International Application No. PCT/US2017/022348, completed May 4, 2017, Mailed Jun. 1, 2017, 15 pages.
International Search Report and Written Opinion for International Application PCT/US2011/066927, completed Apr. 3, 2012, Mailed Apr. 20, 2012, 14 pages.
International Search Report and Written Opinion for International Application PCT/US2011/067167, completed Jun. 19, 2012, Mailed Jul. 2, 2012, 11 pages.
International Search Report and Written Opinion for PCT/US2013/020572, International Filing Date Jan. 7, 2013, Search Completed Mar. 19, 2013, Mailed Apr. 29, 2013, 10 pages.
ISO/IEC 14496-12 Information technology—Coding of audio-visual objects—Part 12: ISO base media file format, Feb. 2004 (“MPEG-4 Part 12 Standard”), 62 pages.
ISO/IEC 14496-12:2008(E) Informational Technology—Coding of Audio-Visual Objects Part 12: ISO Base Media File Format, Oct. 2008, 120 pgs.
ISO/IEC FCD 23001-6 MPEG systems technologies Part 6: Dynamic adaptive streaming over HTTP (DASH), Jan. 28, 2011, 86 pages.
ITS International, “Fleet System Opts for Mobile Server”, Aug. 26, 1999, Printed on Oct. 21, 2011 from http://www.itsinternational.com/News/article.cfm?recordID=547, 2 pages.
Microsoft Corporation, Advanced Systems Format (ASF) Specification, Revision 01.20.03, Dec. 2004, 121 pages.
Microsoft Media Platform: Player Framework, “Microsoft Media Platform: Player Framework v2.5 (formerly Silverlight Media Framework)”, May 3, 2011, 2 pages.
Microsoft Media Platform: Player Framework, “Silverlight Media Framework v1.1”, Jan. 2010, 2 pages.
MPEG-DASH presentation at Streaming Media West 2011, Nov. 2011, 14 pages.
Pomelo, LLC Tech Memo, Analysis of Netflix's Security Framework for ‘Watch Instantly’ Service, Mar.-Apr. 2009, 18 pages.
Server-Side Stream Repackaging (Streaming Video Technologies Panorama, Part 2), Jul. 2011, 15 pgs.
Text of ISO/IEC 23001-6: Dynamic adaptive streaming over HTTP (DASH), Oct. 2010, 71 pages.
Universal Mobile Telecommunications System (UMTS), ETSI TS 126 233 V9.1.0 (Jun. 2011) 3GPP TS 26.233 version 9.1.0 Release 9, 18 pgs.
Universal Mobile Telecommunications Systems (UMTS); ETSI TS 126 244 V9.4.0 (May 2011) 3GPP TS 26.244 version 9.4.0 Release 9, 58 pgs.
“Adaptive Streaming Comparison”, Jan. 28, 2010, 5 pages.
“Apple HTTP Live Streaming specification”, Aug. 2017, 60 pgs.
“Best Practices for Multi-Device Transcoding”, Kaltura Open Source Video, Printed on Nov. 27, 2013 from knowledge.kaltura.com/best-practices-multi-device-transcoding, 13 pages.
“Data Encryption Decryption using AES Algorithm, Key and Salt with Java Cryptography Extension”, Available at https://www.digizol.com/2009/10/java-encrypt-decrypt-jce-salt.html, October 200, 6 pages.
“Delivering Live and On-Demand Smooth Streaming”, Microsoft Silverlight, 2009, 28 pgs.
“HTTP Based Adaptive Streaming over HSPA”, Apr. 2011, 73 pages.
“HTTP Live Streaming”, Mar. 2011, 24 pages.
“HTTP Live Streaming”, Sep. 2011, 33 pages.
“IBM Spearheading Intellectual Property Protection Technology for Information on the Internet; Cryptolope Containers Have Arrived”, May 1, 1996, Business Wire, Printed on Aug. 1, 2014 from http://www.thefreelibrary.com/IBM+Spearheading+Intellectual+Property+Protection+Technology+for . . . -a018239381, 6pgs.
“Information Technology—Coding of Audio Visual Objects—Part 2: Visual”, International Standard, ISO/IEC 14496-2, Third Edition, Jun. 1, 2004, pp. 1-724. (presented in three parts).
“Java Cryptography Architecture API Specification & Reference”, Available at https://docs.oracle.com/javase/1.5.0/docs/guide/security/CryptoSpec.html, Jul. 25, 2004, 68 pages.
“Java Cryptography Extension, javax.crypto.Cipher class”, Available at https://docs.oracle.com/javase/1.5.0/docs/api/javax/crypto/Cipher.html, 2004, 24 pages.
“JCE Encryption—Data Encryption Standard (DES) Tutorial”, Available at https://mkyong.com/java/jce-encryption-data-encryption-standard-des-tutorial/, Feb. 25, 2009, 2 pages.
“Live and On-Demand Video with Silverlight and IIS Smooth Streaming”, Microsoft Silverlight, Windows Server Internet Information Services 7.0, Feb. 2010, 15 pgs.
“Microsoft Smooth Streaming specification”, Jul. 22, 2013, 56 pgs.
“MPEG-2, Part 1, ISO/IEC 13818-1”, Information technology—Generic Coding of Moving Pictures and Associated Audio: Systems, Nov. 13, 1994, 161 pages.
“MPEG-4, Part 14, ISO/IEC 14496-14”, Information technology—Coding of audio-visual objects, Nov. 15, 2003, 18 pages.
“Netflix turns on subtitles for PC, Mac streaming”, Yahoo! News, Apr. 21, 2010, Printed on Mar. 26, 2014, 3 pages.
“OpenDML AVI File Format Extensions Version 1.02”, OpenDMLAVI MJPEG File Format Subcommittee. Last revision: Feb. 28, 1996. Reformatting: Sep. 1997, 42 pgs.
“Single-Encode Streaming for Multiple Screen Delivery”, Telestream Wowza Media Systems, 2009, 6 pages.
“Smooth Streaming Client”, The Official Microsoft IIS Site, Sep. 24, 2010, 4 pages.
“Supported Media Formats”, Supported Media Formats, Android Developers, Printed on Nov. 27, 2013 from developer.android.com/guide/appendix/media-formats.html, 3 pages.
“The MPEG-DASH Standard for Multimedia Streaming Over the Internet”, IEEE MultiMedia, vol. 18, No. 4, 2011, 7 pages.
“Thread: SSME (Smooth Streaming Medial Element) config.xml review (Smooth Streaming Client configuration file)”, Printed on Mar. 26, 2014, 3 pages.
“Transcoding Best Practices”, From movideo, Printed on Nov. 27, 2013 from code.movideo.com/Transcoding_Best_Practices, 5 pages.
“Using HTTP Live Streaming”, iOS Developer Library, http://developer.apple.com/library/ios/#documentation/networkinginternet/conceptual/streamingmediaguide/UsingHTTPLiveStreaming/UsingHTTPLiveStreaming.html#//apple_ref/doc/uid/TP40008332-CH102-SW1, Feb. 11, 2014, 10 pages.
“Windows Media Player 9”, Microsoft, Mar. 23, 2017, 3 pages.
U.S. Appl. No. 13/224,298, “Final Office Action Received”, filed May 19, 2014, 26 pages.
Abomhara et al., “Enhancing Selective Encryption for H.264/AVC Using Advanced Encryption Standard”, International Journal of computer Theory and Engineering, Apr. 2010, vol. 2, No. 2, pp. 223-229.
Akhshabi et al., “An Experimental Evaluation of Rate-Adaptation Algorithms in Adaptive Streaming over HTTP”, MMSys'11, Feb. 23-25, 2011, 12 pages.
Alattar et al., A.M. “Improved selective encryption techniques for secure transmission of MPEG video bit-streams”, In Proceedings 1999 International Conference on Image Processing (Cat. 99CH36348), vol. 4, IEEE, 1999, pp. 256-260.
Anonymous, “Method for the encoding of a compressed video sequence derived from the same video sequence compressed at a different bit rate without loss of data”, ip.com, ip.com No. IPCOM000008165D, May 22, 2002, pp. 1-9.
Antoniou et al., “Adaptive Methods for the Transmission of Video Streams in Wireless Networks”, 2015, 50 pages.
Apostolopoulos et al., “Secure Media Streaming and Secure Transcoding”, Multimedia Security Technologies for Digital Rights Management, 2006, 33 pages.
Asai et al., “Essential Factors for Full-Interactive VOD Server: Video File System, Disk Scheduling, Network”, Proceedings of Globecom '95, Nov. 14-16, 1995, 6 pgs.
Author Unknown, “Tunneling QuickTime RTSP and RTP over HTTP”, Published by Apple Computer, Inc.: 1999 (month unknown), 6 pages.
Beker et al., “Cipher Systems, The Protection of Communications”, 1982, 40 pages.
Bocharov et al, “Portable Encoding of Audio-Video Objects, The Protected Interoperable File Format (PIFF)”, Microsoft Corporation, First Edition Sep. 8, 2009, 30 pgs.
Bulterman et al., “Synchronized Multimedia Integration Language (SMIL 3.0)”, W3C Recommendation, Dec. 1, 2008, https://www.w3.org/TR/2008/REC-SMIL3-20081201/, 321 pgs. (presented in five parts).
Cahill et al., “Locally Adaptive Deblocking Filter for Low Bit Rate Video”, Proceedings 2000 International Conference on Image Processing, Sep. 10-13, 2000, Vancouver, BC, Canada, 4 pages.
Candelore, File Wrapper, U.S. Appl. No. 60/372,901, filed Apr. 17, 2002, 5 pages.
Chaddha et al., “A Frame-work for Live Multicast of Video Streams over the Internet”, Proceedings of 3rd IEEE International Conference on Image Processing, Sep. 19, 1996, Lausanne, Switzerland, 4 pages.
Cheng, “Partial Encryption for Image and Video Communication”, Thesis, Fall 1998, 95 pgs.
Cheng et al., “Partial encryption of compressed images and videos”, IEEE Transactions on Signal Processing, vol. 48, No. 8, Aug. 2000, 33 pgs.
Cheung et al., “On the Use of Destination Set Grouping to Improve Fairness in Multicast Video Distribution”, Proceedings of IEEE INFOCOM'96, Conference on Computer Communications, vol. 2, IEEE, 1996, 23 pgs.
Collet, “Delivering Protected Content, An Approach for Next Generation Mobile Technologies”, Thesis, 2010, 84 pages.
Deutscher, “IIS Transform Manager Beta—Using the MP4 to Smooth Task”, Retrieved from: https://web.archive.org/web/20130328111303/http://blog.johndeutscher.com/category/smooth-streaming, Blog post of Apr. 29, 2011, 14 pages.
Diamantis et al., “Real Time Video Distribution using Publication through a Database”, Proceedings SIBGRAPI'98. International Symposium on Computer Graphics, Image Processing, and Vision (Cat. No.98EX237), Oct. 1990, 8 pages.
Dworkin, “Recommendation for Block Cipher Modes of Operation: Methods and Techniques”, NIST Special Publication 800-38A, 2001, 66 pages.
Fang et al., “Real-time deblocking filter for MPEG-4 systems”, Asia-Pacific Conference on Circuits and Systems, Oct. 28-31, 2002, Bail, Indonesia, pp. 541-544.
Fecheyr-Lippens, “A Review of HTTP Live Streaming”, Jan. 2010, 38 pgs.
Fielding et al., “Hypertext Transfer Protocol—HTTP1.1”, Network Working Group, RFC 2616, Jun. 1999, 114 pages.
Fukuda et al., “Reduction of Blocking Artifacts by Adaptive DCT Coefficient Estimation in Block-Based Video Coding”, Proceedings 2000 International Conference on Image Processing, Sep. 10-13, 2000, Vancouver, BC, Canada, pp. 969-972.
Gannes, “The Lowdown on Apple's HTTP Adaptive Bitrate Streaming”, GigaOM, Jun. 10, 2009, 12 pages.
Ghosh, “Enhancing Silverlight Video Experiences with Contextual Data”, Retrieved from: http://msdn.microsoft.com/en-us/magazine/ee336025.aspx, 2010, 15 pages.
Huang, U.S. Pat. No. 7,729,426, U.S. Appl. No. 11/230,794, filed Sep. 20, 2005, 143 pages.
Huang et al., “Adaptive MLP post-processing for block-based coded images”, IEEE Proceedings—Vision, Image and Signal Processing, vol. 147, No. 5, Oct. 2000, pp. 463-473.
Huang et al., “Architecture Design for Deblocking Filter in H.264/JVT/AVC”, 2003 International Conference on Multimedia and Expo., Jul. 6-9, 2003, Baltimore, MD, 4 pages.
Inlet Technologies, “Adaptive Delivery to iDevices”, 2010, 2 pages.
Inlet Technologies, “Adaptive delivery to iPhone 3.0”, 2009, 2 pages.
Inlet Technologies, “HTTP versus RTMP”, 2009, 3 pages.
Inlet Technologies, “The World's First Live Smooth Streaming Event: The French Open”, 2009, 2 pages.
Jain et al., U.S. Appl. No. 61/522,623, filed Aug. 11, 2011, 44 pages.
Jung et al., “Design and Implementation of an Enhanced Personal Video Recorder for DTV”, IEEE Transactions on Consumer Electronics, vol. 47, No. 4, Nov. 2001, 6 pages.
Kalva, Hari “Delivering MPEG-4 Based Audio-Visual Services”, 2001, 113 pages.
Kang et al., “Access Emulation and Buffering Techniques for Steaming of Non-Stream Format Video Files”, IEEE Transactions on Consumer Electronics, vol. 43, No. 3, Aug. 2001, 7 pages.
Kim, Kyuheon “MPEG-2 ES/PES/TS/PSI”, Kyung-Hee University, Oct. 4, 2010, 66 pages.
Kim et al, “A Deblocking Filter with Two Separate Modes in Block-Based Video Coding”, IEEE transactions on circuits and systems for video technology, vol. 9, No. 1, 1999, pp. 156-160.
Kim et al., “Tree-Based Group Key Agreement”, Feb. 2004, 37 pages.
Kurzke et al., “Get Your Content Onto Google TV”, Google, Retrieved from: http://commondatastorage.googleapis.com/io2012/presentations/live%20to%20w ebsite/1300.pdf, 2012, 58 pages.
Lang, “Expression Encoder, Best Practices for live smooth streaming broadcasting”, Microsoft Corporation, 2010, retrieved from http://www.streamingmedia.com/conferences/west2010/presentations/SMWest-12010-Expression-Encoder.pdf, 20 pages.
Laukens, “Adaptive Streaming—A Brief Tutorial”, EBU Technical Review, 2011, 6 pgs.
Legault et al., “Professional Video Under 32-bit Windows Operating Systems”, SMPTE Journal, vol. 105, No. 12, Dec. 1996, 10 pages.
Levkov, “Mobile Encoding Guidelines for Android Powered Devices”, Adobe Systems Inc., Addendum B, Dec. 22, 2010, 42 pages.
Li et al., “Layered Video Multicast with Retransmission (LVMR): Evaluation of Hierarchical Rate Control”, Proceedings of IEEE INFOCOM'98, the Conference on Computer Communications. Seventeenth Annual Joint Conference of the IEEE Computer and Communications Societies. Gateway to the 21st Century, Cat. No. 98, vol. 3, 1998, 26 pgs.
List et al., “Adaptive deblocking filter”, IEEE transactions on circuits and systems for video technology, vol. 13, No. 7, Jul. 2003, pp. 614-619.
Massoudi et al., “Overview on Selective Encryption of Image and Video: Challenges and Perspectives”, EURASIP Journal on Information Security, Nov. 2008, 18 pages.
McCanne et al., “Receiver-driven Layered Multicast”, Conference proceedings on Applications, technologies, architectures, and protocols for computer communications, Aug. 1996, 14 pgs.
Meier, “Reduction of Blocking Artifacts in Image and Video Coding”, IEEE Transactions on Circuits and Systems for Video Technology, vol. 9, No. 3, Apr. 1999, pp. 490-500.
MSDN, “Adaptive streaming, Expression Studio 2.0”, Apr. 23, 2009, 2 pages.
Nelson, “Smooth Streaming Deployment Guide”, Microsoft Expression Encoder, Aug. 2010, 66 pages.
Nelson, Michael “IBM's Cryptolopes”, Complex Objects in Digital Libraries Course, Spring 2001, Retrieved from http://www.cs.odu.edu/˜mln/teaching/unc/inls210/?method=display&pkg_name=cryptolopes.pkg&element_name=cryptolopes.ppt, 12 pages.
Newton et al., “Preserving Privacy by De-identifying Facial Images”, Carnegie Mellon University School of Computer Science, Technical Report, CMU-CS-03-119, Mar. 2003, 26 pages.
Noe, “Matroska File Format (Under Construction!)”, Internet Citation, Jun. 24, 2007, XP002617671, 51pgs. Retrieved from the Internet: URL:http://web.archive.org/web/20070821155146/www.matroska.org/technical/specs/matroska.pdf [retrieved on Jan. 19, 2011], Jun. 24, 2007, 1-51.
O'Brien, U.S. Appl. No. 60/399,846, filed Jul. 30, 2002, 27 pages.
Ooyala, “Widevine Content Protection”, Ooyala Support Center for Developers. Ooyala, Inc., 2013. http://support.ooyala.com/developers/documentation/concepts/player_v3_widevin e_integration.html, Jun. 3, 2013.
O'Rourke, “Improved Image Decompression for Reduced Transform Coding Artifacts”, IEEE Transactions on Circuits and Systems for Video Technology, vol. 5, No. 6, Dec. 1995, pp. 490-499.
Ozer, “The 2012 Encoding and Transcoding Buyers' Guide”, Streamingmedia.com, Retrieved from: http://www.streamingmedia.com/Articles/Editorial/Featured-Articles/The-2012-Encoding-and-Transcoding-Buyers-Guide-84210.aspx, 2012, 8 pages.
Pantos, “HTTP Live Streaming, draft-pantos-http-live-streaming-10”, IETF Tools, Oct. 15, 2012, Retrieved from: http://tools.ietf.org/html/draft-pantos-http-live-streaming-10, 37 pages.
Pantos, R “HTTP Live Streaming: draft-pantos-http-live-streaming-06”, Published by the Internet Engineering Task Force (IETF), Mar. 31, 2011, 24 pages.
Park et al., “A postprocessing method for reducing quantization effects in low bit-rate moving picture coding”, IEEE Transactions on Circuits and Systems for Video Technology, vol. 9, No. 1, Feb. 1999, pp. 161-171.
RGB Networks, “Comparing Adaptive HTTP Streaming Technologies”, Nov. 2011, Retrieved from: http://btreport.net/wp-content/uploads/2012/02/RGB-Adaptive-HTTP-Streaming-Comparison-1211-01.pdf, 20 pages.
Richardson, “H.264 and MPEG-4 Video Compression”, Wiley, 2003, 306 pgs. (presented in 2 parts).
Schulzrinne, H “Real Time Streaming Protocol 2.0 (RTSP): draft-ietfmmusic-rfc2326bis-27”, MMUSIC Working Group of the Internet Engineering Task Force (IETF), 296 pgs. (presented in two parts), Mar. 9, 2011, 296 pages.
Schulzrinne et al., “Real Time Streaming Protocol (RTSP)”, Internet Engineering Task Force, RFC 2326, Apr. 1998, 80 pages.
Siglin, “HTTP Streaming: What You Need to Know”, streamingmedia.com, 2010, 15 pages.
Siglin, “Unifying Global Video Strategies, MP4 File Fragmentation for Broadcast, Mobile and Web Delivery”, Nov. 16, 2011, 16 pages.
Sima et al., “An Efficient Architecture for Adaptive Deblocking Filter of H.264 AVC Video Coding”, IEEE Transactions on Consumer Electronics, vol. 50, No. 1, Feb. 2004, pp. 292-296.
Spanos et al., “Performance Study of a Selective Encryption Scheme for the Security of Networked, Real-Time Video”, Proceedings of the Fourth International Conference on Computer Communications and Networks, IC3N'95, Sep. 20-23, 1995, Las Vegas, NV, pp. 2-10.
Srinivasan et al., “Windows Media Video 9: overview and applications”, Signal Processing: Image Communication, 2004, 25 pages.
Stockhammer, “Dynamic Adaptive Streaming over HTTP—Standards and Design Principles”, Proceedings of the second annual ACM conference on Multimedia, Feb. 2011, pp. 133-145.
Timmerer et al., “HTTP Streaming of MPEG Media”, Proceedings of Streaming Day, 2010, 4 pgs.
Tiphaigne et al., “A Video Package for Torch”, Jun. 2004, 46 pages.
Trappe et al., “Key Management and Distribution for Secure Multimedia Multicast”, IEEE Transaction on Multimedia, vol. 5, No. 4, Dec. 2003, pp. 544-557.
Van Deursen et al., “On Media Delivery Protocols in the Web”, 2010 IEEE International Conference on Multimedia and Expo, Jul. 19-23, 2010, 6 pages.
Ventura, Guillermo Albaida “Streaming of Multimedia Learning Objects”, AG Integrated Communication System, Mar. 2003, 101 pages.
Waggoner, “Compression for Great Digital Video”, 2002, 184 pages.
Watanabem et al., “MPEG-2 decoder enables DTV trick plays”, esearcher System LSI Development Lab, Fujitsu Laboratories Ltd., Kawasaki, Japan, Jun. 2001, 2 pages.
Wiegand, “Joint Video Team (JVT) of ISO/IEC MPEG and ITU-T VCEG”, Jan. 2002, 70 pages.
Willig et al., U.S. Appl. No. 61/409,285, filed Nov. 2, 2010, 43 pages.
Wu, Feng et al., “Next Generation Mobile Multimedia Communications: Media Codec and Media Transport Perspectives”, In China Communications, Oct. 2006, pp. 30-44.
Yang et al., “Projection-Based Spatially Adaptive Reconstruction of Block-Transform Compressed Images”, IEEE Transactions on Image Processing, vol. 4, No. 7, Jul. 1995, pp. 896-908.
Yang et al., “Regularized Reconstruction to Reduce Blocking Artifacts of Block Discrete Cosine Transform Compressed Images”, IEEE Transactions on Circuits and Systems for Video Technology, vol. 3, No. 6, Dec. 1993, pp. 421-432.
Yu et al., “Video deblocking with fine-grained scalable complexity for embedded mobile computing”, Proceedings 7th International Conference on Signal Processing, Aug. 31-Sep. 4, 2004, pp. 1173-1178.
Zakhor, “Iterative Procedures for Reduction of Blocking Effects in Transform Image Coding”, IEEE Transactions on Circuits and Systems for Video Technology, vol. 2, No. 1, Mar. 1992, pp. 91-95.
Zambelli, “IIS Smooth Streaming Technical Overview”, Microsoft Corporation, Mar. 31, 2009, XP055009366, Retrieved from the Internet: URL:http://img.prodek.It/documents/IIS_Smooth_Streaming_Technical_Overview.pdf, 17 pgs.
Related Publications (1)
Number Date Country
20230336612 A1 Oct 2023 US
Continuations (3)
Number Date Country
Parent 16932559 Jul 2020 US
Child 18068395 US
Parent 16101339 Aug 2018 US
Child 16932559 US
Parent 15085598 Mar 2016 US
Child 16101339 US