WO2013184374A1 - Techniques for adaptive video streaming - Google Patents

Techniques for adaptive video streaming Download PDF

Info

Publication number
WO2013184374A1
WO2013184374A1 PCT/US2013/042366 US2013042366W WO2013184374A1 WO 2013184374 A1 WO2013184374 A1 WO 2013184374A1 US 2013042366 W US2013042366 W US 2013042366W WO 2013184374 A1 WO2013184374 A1 WO 2013184374A1
Authority
WO
WIPO (PCT)
Prior art keywords
coded
frame
video
coding
coded data
Prior art date
Application number
PCT/US2013/042366
Other languages
French (fr)
Inventor
Yeping Su
Hsi-Jung Wu
Hao Pan
Ke Zhang
Original Assignee
Apple Inc.
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Apple Inc. filed Critical Apple Inc.
Publication of WO2013184374A1 publication Critical patent/WO2013184374A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N19/00Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
    • H04N19/10Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using adaptive coding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/20Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
    • H04N21/23Processing of content or additional data; Elementary server operations; Server middleware
    • H04N21/234Processing of video elementary streams, e.g. splicing of video streams or manipulating encoded video stream scene graphs
    • H04N21/23424Processing of video elementary streams, e.g. splicing of video streams or manipulating encoded video stream scene graphs involving splicing one content stream with another content stream, e.g. for inserting or substituting an advertisement
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/20Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
    • H04N21/23Processing of content or additional data; Elementary server operations; Server middleware
    • H04N21/234Processing of video elementary streams, e.g. splicing of video streams or manipulating encoded video stream scene graphs
    • H04N21/2343Processing of video elementary streams, e.g. splicing of video streams or manipulating encoded video stream scene graphs involving reformatting operations of video signals for distribution or compliance with end-user requests or end-user device requirements
    • H04N21/23439Processing of video elementary streams, e.g. splicing of video streams or manipulating encoded video stream scene graphs involving reformatting operations of video signals for distribution or compliance with end-user requests or end-user device requirements for generating different versions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/20Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
    • H04N21/23Processing of content or additional data; Elementary server operations; Server middleware
    • H04N21/242Synchronization processes, e.g. processing of PCR [Program Clock References]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/80Generation or processing of content or additional data by content creator independently of the distribution process; Content per se
    • H04N21/83Generation or processing of protective or descriptive data associated with content; Content structuring
    • H04N21/845Structuring of content, e.g. decomposing content into time segments
    • H04N21/8456Structuring of content, e.g. decomposing content into time segments by decomposing the content in the time domain, e.g. in time segments

Definitions

  • a common video sequence often is coded to multiple streams at different bit rates.
  • Each stream is often partitioned to a sequence of transmission units (called "chunks") for delivery.
  • a manifest file often is created that identifies the bit rates available for the video sequence.
  • video streams and accompanied playlist files are hosted in a server.
  • a player in a client device that gets stream information by accessing the playlist files and switches among different streams according to estimates of available bandwidth.
  • current coding systems do not efficiently accommodate switches among different coding streams representing a common video content item.
  • Chunk partitions typically are set to include a predetermined amount of coded video data.
  • chunks may be defined to include five seconds of coded video data each.
  • the player may retrieve chunks of coded video data of the new stream and attempt to decode them. Decoding may not be possible, however, if the coded chunks of the new stream rely on other chunks as prediction references. In this circumstance, a player may have to skip decoding of portions of the new stream that rely on predecessor chunks as prediction references which may interrupt continuity of video playback. Alternatively, the player may have to request and decode the predecessor chunks in order to generate a continuous video sequence for playback. In the latter case, the predecessor chunks of the new stream likely include coded video data that is redundant to some portion of the chunks that were received and decoded from the old steam. In either case, switching among the streams causes performance impairments at the video decoder and player.
  • FIG. 1 is a simplified block diagram of a video distribution system suitable for use with the present invention.
  • FIG. 2 is a simplified block diagram of a system having an integrated coding server and distribution server.
  • FIG. 3 illustrates a method according to an embodiment of the present invention.
  • FIG. 4 illustrates a method according to another embodiment of the present invention.
  • FIG. 5 illustrates application of synchronization frames to coded video streams according to an embodiment of the present invention.
  • FIG. 6 illustrates an example of preprocessing operations that may be applied to a video sequence according to an embodiment of the present invention.
  • FIG. 7 illustrates an example of scalable video coding and delivery according to an embodiment of the present invention.
  • FIG. 8 illustrates an example of preprocessing operations that may be applied to a video sequence according to another embodiment of the present invention.
  • FIG. 9 illustrates an example of parsing coded video data into chunks according to an embodiment of the present invention.
  • FIG. 10 illustrates another method according to an embodiment of the present invention. DETAILED DESCRIPTION
  • Embodiments of the present invention provide video coding techniques that code a common video sequence into a plurality of coded data streams, each coded data stream representing the video sequence coded using coding parameters that are tailored for a respective transmission bit rate.
  • the coding may cause a set of transmission units from among the coded data streams to include coded video data from a common point of the video sequence and a first coded frame of each transmission unit of the set to be a synchronization frame.
  • a manifest file may be built representing an index of transmission units of the respective coded data streams.
  • the coded data streams and manifest file may be stored for delivery to a client device. During download and decode, the chunks may be decoded efficiently even when switching among streams because the first frame in each chunk is a synchronization frame.
  • FIG. 1 is a simplified block diagram of a video distribution system 100 suitable for use with the present invention.
  • the system 100 may include a distribution server system 110 and a client device 120 connected via a communication network 130.
  • the distribution server 110 may include a storage system 115 on which are stored a variety of video content items (e.g., movies, television shows and other motion picture content) for download by the client device 120.
  • video content items e.g., movies, television shows and other motion picture content
  • the distribution server 110 may store several copies of the video content items as coded video streams, each of which are coded at a respective bit rate, frame rate and frame size.
  • the video streams are parsed into a plurality of "chunks," segments of the coded video representing video content of a predetermined duration.
  • the example of FIG. 1 illustrates three coded video streams that are coded at respective bitrates (4 Mb/s, 2Mb/s and 500 Kb/s respectively) where each chunk represents 5 seconds of source video.
  • the distribution server 110 also may store an index file, called a "manifest" file herein, that associates the coded video streams with the video content item and correlates chunks of each coded video stream with corresponding chunks of the other video streams.
  • the distribution server 110 may provide data from the metadata file to the client device 120.
  • the client device 120 may identify one of the video streams or one of the bit rates for delivery of video. The device's identification of delivery bandwidth may be based on an estimate of bandwidth available in the network 130 and/or an estimate of processing resources available at the client device 120 to decode received data.
  • the distribution server 110 may retrieve chunks of data from storage 115 at the specified data rate, may build a channel stream from the retrieved chunks and may transmit the channel stream 140 to the client device 120.
  • the client device 120 may request delivery of the video content item at a different data rate. For example, the client device 120 may revise its estimates of network bandwidth and/or local processing resources. In response, the distribution server 110 may retrieve chunks corresponding to a different data rate and build them into the channel stream. The client device 120 may request different data rates repeatedly during a delivery session and, therefore, the channel stream 140 that is delivered to the client device 120 may include chunks taken from a variety of the video coding streams.
  • manifest files may store syntactic elements representing various types of data.
  • a manifest file may include data indicating whether it contains chunks with different resolutions.
  • a player may be programmed to respond to such an indication by updating video resolution information at the beginning of chunks.
  • the manifest file may include data indicating whether the first frames of all the chunks are synchronization frames.
  • a player may respond to the indication by selecting a frame or chunk to switch to when switching among streams.
  • the manifest file may include data indicating its visual quality.
  • a player may respond to the indication by switching among streams to achieve the best visual experience, for example, by maximizing average visual quality and/or minimizing visual quality jumps.
  • the manifest file may include data indicating its bit rate. A player may respond to the indication by adjusting its buffering and/or switching behavior according to the chunk bit rates.
  • the manifest file may include data indicating its resolution. A player may respond to the indication by adjusting its video resolution for playback.
  • the manifest file may include data indicating whether it contains frames with different resolutions.
  • a player may respond to the indication by adjusting its video resolution for playback and/or scaling decoded video to smooth out playback.
  • the manifest file may include data indicating the bandwidth required to play the rest of the stream starting from or after the chunk.
  • a player may respond to the indication by selecting among the streams for download and playback.
  • the manifest file may include data indicating whether its first frame is a synchronization frame.
  • a player may respond to the indication by selecting among the frames and/or chunks to switch when switching among streams.
  • the manifest file may include data indicating a stream to which the player should switch after processing the chunk.
  • a player may respond to the indicating by switching to the stream identified in the manifest file.
  • FIG. 2 is a simplified block diagram of a system 200 having an integrated coding server
  • the coding server 210 may include buffer storage 215, a preprocessor 220, a coding engine 225, a parameter selector 230, a quality estimator 235 and a target bit-rate estimator 240.
  • the distribution server 250 may include a segmenter 255 and storage 260.
  • the buffer 215 may store input video, typically from a camera or a storage device, for processing by other components of the coding server 210.
  • the preprocessor 220 may alter a size and/or a frame rate of the video sequence.
  • the preprocessor 220 may apply size and/or frame rate modifications to video that is read from the buffer 215.
  • the preprocessor 220 may perform different size and/or frame rate modifications on a common video sequence as the coding server 210 generates its various coded versions of the sequence.
  • the coding engine 225 may apply data compression operations to the video sequence from the preprocessor 220.
  • the coding engine 225 may operate according to any of the common video coding protocols including the MPEG, H.263, H.264 and HEVC (H.265) families of coding standards.
  • the coding engine 225 may apply coding parameters to different elements of the video sequence, including, for example, a coding mode selection and quantizer parameter selection.
  • the coding mode selection may select a coding mode to be applied to a frame being coded, for example, whether to code an input frame as an I-frame, P-frame or B-frame.
  • the quantizer parameter selection may select a quantization parameter to apply to transform coefficients (or other data) to truncate these data elements prior to entropy coding and transmission.
  • a parameter selector 230 may generate parameter data to the preprocessor 220 and/or coding engine 225 to govern their operation.
  • the parameter selector 230 may cause the preprocessor 220 to alter the size and/or frame rate of data output to the coding engine 225.
  • the parameter selector 230 may impose coding modes and/or quantization parameters to the coding engine 225.
  • the parameter selector 230 may select the coding parameters based on bit rate estimates received from the target bit-rate estimator 240 and based on complexity estimates of the source video.
  • a quality estimator 235 may estimate quality of coded video data output by the coding engine.
  • the quality estimator 235 may output digital data representing a quantitative estimate of the quality of the coded video data.
  • a target bit-rate estimator 240 may generate bit-rate estimates for segments of video based on the data rates to be supported by the distribution server 250.
  • the target bit-rate estimator 240 may apportion a bit rate to the video sequence and determine a refresh rate based on data rate and chunk size estimates provided by the distribution server 250.
  • the parameter selector 230 may select operational parameters for the preprocessor 220 and/or coding engine 225. For example, the parameter selector 230 may cause the preprocessor 220 to adjust the frame size (or resolution) of the video sequence.
  • the parameter selector 230 also may select coding modes and quantization parameters to frames within the video sequence.
  • the coding engine 225 may process the input video by motion compensation predictive techniques and output coded video data representing the input video sequence.
  • the quality estimator 235 may evaluate the coded video data and estimate the quality of the video sequence coded according to the selected parameters. The quality estimator 235 may determine whether the quality of the coding meets predetermined qualitative thresholds associated with the bit rate set by the distribution server 250. If the quality estimator 235 determines that the coding meets the thresholds, the quality estimator 235 may validate the coding. By contrast, if the quality estimator 235 determines that the coding does not meet sufficient quality thresholds associated with the target bit rate, the quality estimator 235 may revise the coding parameters applied by the parameter selector 230 and may cause the preprocessor 220 and coding engine 225 to repeat operation on the source video.
  • the coding server 210 may advance to the next bit rate supported by the distribution server 250.
  • the parameter selector 230 and quality estimator 235 may operate recursively, selecting parameters, applying them in preprocessing operations and coding, estimating quality of the coded video data obtained thereby and revising parameters until the quality requirements are met.
  • FIG. 3 illustrates a method 300 according to an embodiment of the present invention.
  • the method 300 may process a source video sequence iteratively using each set of distribution bit rates as a governing parameter. During each iteration, the method 300 may select a resolution and/or frame rate of the video sequence (box 310). The resolution and frame rate may be derived from the distribution bit rates supported by the distribution server 250 (FIG. 2). The method 300 also may select an initial set of coding parameters for processing of the video (box 315). The initial parameters also may be derived from the distribution bit rates supported by the distribution server 250 (FIG. 2). The method 300 may cause the video to conform to the selected resolution and frame rate and may have the video sequence coded according to the selected parameters (box 320).
  • the method 300 may estimate the quality of video data to be recovered from the coded video sequence obtained thereby (box 325) and may determine whether the coding quality exceeds minimum requirements (box 330) for the specified distribution data rate. If not, the method 300 may revise selections of resolution, frame rate and/or coding parameters (box 335) and may cause operation to return to box 320. In an embodiment, the method 300 may pass the coded streams to the distribution system (box 340).
  • the method 300 may compare quality estimates among the streams obtained thereby (box 345). The method 300 may determine whether sufficient quality differences are established between the streams. If so, then the method 300 may pass the coded streams to the distribution system (box 340). If not, however, then the method 300 may revise resolution, frame rate and/or coding parameter selections of one or more of the coded video sequences that exhibit insufficient qualitative differences with other streams (box 350) and may cause the operation of boxes 320-335 to be repeated upon those streams (box 355). Operation of this embodiment of method 300 may repeat until the video sequence has been coded under all distribution bit rates and sufficient qualitative differences have been established for the sequence at each coded rate.
  • the method 300 accommodates several variations.
  • video resolutions, video frame rates and bit rates may be determined jointly based on estimates of the characteristics of visual quality and streaming performance.
  • target bit rates may be set based on estimates of quality variations among streams with neighboring bit-rate values.
  • the video resolution and frame rate to be used at a specific bit rate may be selected based on a quality measure of the coded video such as the peak signal-to- noise ratio ("PSNR") or a perceptual quality metric.
  • PSNR peak signal-to- noise ratio
  • chunk durations may vary according to the local and global bit-rate characteristics of coded video data.
  • a target bit rate may be estimated for the video data, which may establish bit-rate budgets over predetermined time periods.
  • Coded video data may fall under or exceed the bit-rate budgets.
  • Chunk durations may be set to accommodate such variations.
  • chunk durations may vary according to the local and global visual-quality characteristics of the coded video data. Further, chunk durations may vary in response to detections of scene changes within the source video content. In another embodiment, chunk durations may vary based on video coder requirements for addition of synchronization frames of the coded streams.
  • the rate control of a video encoder may be performed at a chunk level, i.e., chunks of a single stream and chunks of multiple streams corresponding to the same period of source video.
  • the stream partition and chunk-level rate control may be performed iteratively in multiple passes of the coding engine.
  • an encoder may decide how to place chunk boundaries and which chunks will be re-encoded in future passes based on the collected information of bit rates and visual quality from previous coding passes.
  • rate control and stream partitioning may vary to reduce peak chunk bit rates.
  • a dynamic programming approach may be applied to determine the optimal partition by minimizing the peak chunk bit rate.
  • rate control and stream partitioning may vary to reduce variation among chunk bit rates.
  • a dynamic programming approach may be applied to determine the optimal partition by minimizing the variation of chunk bit rates.
  • rate control and stream partitioning may be optimized to guarantee particular constraints of visual quality, measured by metrics such as PSNR of the coded video.
  • FIG. 4 illustrates a method 400 according to another embodiment of the present invention.
  • the method 400 may cause an input video sequence to be coded according to a distribution bit rate.
  • the method 400 may begin by collecting information of the video sequence to be coded (box 410), for example, by estimating spatial complexity of frame content, motion of frame content, and the like.
  • the method 400 may estimate coding cost to various portions of the video sequence from the statistics and assign preprocessing and coding parameters to those portions (box 420).
  • the method 400 also may assign certain frames in the video sequence to be synchronization frames within the coded video sequence to coincide with chunk boundaries according to delivery parameters that govern at the distribution server (box 430).
  • the method 400 may code the source video according to coding constraints estimated from the coding cost and according to chunk boundaries provided by the distribution server (box 440).
  • the method 400 may identify badly coded chunks (box 450), i.e., chunks that have coded quality that fail required quality requirements or chunks that have data rates that exceed predetermined limits.
  • the method 400 may revise coding parameters of the bad chunks (box 460), recode the bad chunks (box 470) and detects bad chunks again (box 450). Once all chunks have been coded in a manner that satisfies the coding quality requirements and governing data rates, the method 400 may pass the coded stream to the distribution system (box 490).
  • the method 400 may recode data chunk(s) for video data to smooth coding quality of the video sequence (box 480).
  • a single stream could contain chunks with different resolutions and frame rates.
  • One single chunk could contain frames with different resolutions and frame rates.
  • the resolution and frame rate may be controlled based on the bit rate of chunks.
  • the resolution and frame rate may be controlled based on the visual quality of the chunks coded at different resolutions.
  • the resolution and frame rate may be controlled by scene change of the video source.
  • a mixed resolution stream could be produced in multi-pass encoding.
  • a video coder may detect video sections with low visual quality, suggested by quantization factor, PSNR value, statistical motion and texture information. The detected low-quality sections then may be re-encoded at an alternative resolution and frame rate, which produces better visual quality.
  • a mixed resolution stream may be produced with a post composition method.
  • the source video may be coded at multiple resolutions and frame rates.
  • the produced streams may be partitioned into chunks and the chunks then may be selected to form a mixed-resolution stream.
  • chunk selection of the foregoing embodiments may be controlled to maintain visual quality across the coded sequence measured by quantization factor, PSNR value, and statistical motion and texture information. Alternatively, chunk selection may be controlled to reduce changes of visual quality, resolution, and frame rate across the coded sequence.
  • the positions of resolution and frame-rate switching may be controlled to align with scene changes.
  • FIG. 5(a) illustrates application of synchronization frames to coded video streams according to an embodiment of the present invention.
  • FIG. 5(a) illustrates a video content item coded according to three different data rates, RATE1, RATE2 and RATE2, and parsed into chunks CH1.1-CH1.4, CH2.1-CH2.4 and CH3.1-3.4.
  • the first frame of each chunk may be coded as a synchronization frame SF that can be decoded without reference to any previously-coded frame of the video sequence.
  • the synchronization frame may be coded as an intra-coded frame (colloquially, an "I frame").
  • the synchronization frame may be coded as an Instantaneous Decoder Refresh frame ("IDR frame").
  • Other coding protocols may provide other definitions of I frames.
  • a distribution server 250 (FIG. 2) will select chunks from among the various coded data streams to satisfy the video decoder's requests.
  • the distribution server 250 (FIG. 2) may generate a channel data stream 510 that includes chunks CH1.1, CHI .2 coded at RATE1, chunk CH2.3 coded at RATE2 and chunk CH3.4 coded at RATE3.
  • Each chunk includes a synchronization frame SF as the first coded frame in the chunk and, therefore, the channel stream 510 establishes a decode path 520 as illustrated in FIG. 5(a).
  • the channel stream 510 establishes a decode path 520 as illustrated in FIG. 5(a).
  • FIG. 5(b) illustrates an exemplary coding scenario in which a video content item is coded according to three data rates and parsed into chunks, similar to FIG. 5(a).
  • intra-coded frames IF are not aligned to chunk boundaries.
  • intra-coded frames IF in one chunk are not aligned with intra-coded frames IF in counterpart chunks CH2.2, CH3.2 of other coded streams.
  • a distribution server 250 (FIG. 2) must deliver not only the chunks that are requested but also additional chunks that are necessary for the video decoder to decode the requested chunks.
  • a distribution server 250 In response to decoder requests for coded video data at different rates, a distribution server 250 must retrieve the requested chunk and also predecessor chunks of the newly requested stream that contain prediction references for frames in the requested chunk. Thus, if a distribution server 250 receives a request for RATE2 data after chunk CHI .2 is delivered, the distribution server 250 retrieves chunk CH2.3 and also a predecessor chunk CH2.2 that contains an intra- coded frame IF on which the frames in CH2.3 rely as a prediction reference.
  • FIG. 5(b) illustrates a channel stream that would be assembled from the FIG. 5(b) coded streams.
  • FIG. 5(b) also illustrates decode paths and display sequences that would be formed from this channel stream, each of which has lower utilization than the embodiment illustrated in FIG. 5(a).
  • FIG. 6 illustrates an example of preprocessing operations that may be applied to a video sequence according to an embodiment of the present invention.
  • a preprocessor 220 may alter the resolution (or frame size) of source video on a chunk-by- chunk basis.
  • a preprocessor may generate a preprocessed video sequence 610 that includes chunks 612-622. Due to estimated coding complexity or other factors, a preprocessor may be controlled to set resolution of the video sequence to a first level for some chunks 612-614, 620-622 and to a different level for other chunks 616-618.
  • FIG. 220 may alter the resolution (or frame size) of source video on a chunk-by- chunk basis.
  • a preprocessor may generate a preprocessed video sequence 610 that includes chunks 612-622. Due to estimated coding complexity or other factors, a preprocessor may be controlled to set resolution of the video sequence to a first level for some chunks 612-614, 620-622 and to a different level for other
  • 6(a) illustrates frames of chunks 612-614, 620-622 set to 1920x1080 pixels whereas frames of 616-618 may be set to 1280x720 pixels.
  • Other frame sizes and resolutions may be used as appropriate.
  • the preprocessor may be controlled to vary resolution among more than two levels as appropriate, based on the constraints set by the distribution server 250 and estimated complexity of the source video being coded.
  • FIG. 6(b) illustrates exemplary post-processing operations that may be applied to the video sequence of FIG. 6(a) according to an embodiment of the present invention.
  • a post-processed video sequence may include frames of chunks 652-654 (which correspond to chunks 612-614) output at the same resolution as they were coded.
  • Chunk 656, however, which corresponds to chunk 616, may be subject to post-processing to exhibit a distributed transition between the resolution of chunk 654 and the new resolution at which chunk 656 was coded.
  • the post-processor for example, may spatially scale decoded frames of chunk 656 at different scaling sizes to achieve output frames at intermediate frame sizes.
  • FIG. 6(b) also illustrates frames of chunk 658 being output at the same resolution as its counterpart chunk 618 was coded.
  • Chunk 660 also may be subject to post-processing operation to exhibit another distributed transition corresponding to resolution change of the coded source chunks 618-620.
  • the post-processor may spatially scale decoded frames of chunk 660 at different scaling sizes to achieve output frames at intermediate frame sizes.
  • FIG. 6(b) illustrates frames of chunk 662 being output at the same resolution as its counterpart chunk 622 was coded.
  • FIG. 7 illustrates an example of scalable video coding and delivery according to an embodiment of the present invention.
  • a video content item may be partitioned into chunks and coded at a plurality of data rates, shown as RATEl, RATE2 and RATE3, respectively.
  • the RATEl coded video data has the highest data rate
  • the RATE2 coded video data has an intermediate data rate
  • the RATE3 coded video data has the lowest data rate.
  • the chunks CH1.1-CH1.6, CH2.1- CH2.6, CH3.1-CH3.6 of each coded sequence each may include a synchronization frame SF as the first coded frame in the respective chunk.
  • a coding server may code a first representation of the video sequence as a base layer and code a second representation of the video sequence as an enhancement layer.
  • the base layer coded video data may be decoded by a video decoding system and rendered as a base layer of video quality.
  • the enhancement layer coded video data relies on a base layer coded video data to be decoded; when a base layer coded video data and an enhancement layer coded data are decoded jointly, the video data recovered therefrom has a visual quality that exceeds the video data that would be obtained by decoding the base layer data alone.
  • a coding server may generate enhancement layer chunks for select data rates supported by the distribution server 250 (FIG. 2). Coded content of the enhancement layer chunks may be aligned with coded content of a corresponding base layer chunk.
  • FIG. 7 illustrates RATE2 enhancement layer chunks EL2.1-EL2.6 corresponding to RATE2 base layer chunks CH2.1-CH2.6 and also illustrates RATE3 enhancement layer chunks EL3.1-EL3.6 corresponding to RATE3 base layer chunks CH3.1-CH3.6.
  • FIG. 7 illustrates an exemplary channel stream 710 illustrating use of the enhancement layer chunks.
  • a video decoder initially receives service at RATE3 but requests service at RATE2.
  • the distribution server 250 may have retrieved coded video data corresponding to base layer chunk 3.2 by the time the video decoder's request is received.
  • the distribution server 250 may begin retrieval of base layer chunks at the RATE2 level, chunks CH2.3-CH2.5.
  • the distribution server 250 also may retrieve RATE3 enhancement layer chunks (shown as EL3.2) for delivery to the video decoder.
  • the video distribution server 250 may determine how many enhancement layer chunks to retrieve based on the state of transmission queues (not shown) at the server and based on recent transmissions to the video decoder. For example, at the time a new service request is received from the video decoder, the distribution server 250 may have already retrieved base layer chunks from storage and have buffered them for transmission but have not transmitted the base layer chunks. The distribution server 250 may identify the buffered base layer chunks and retrieve counterpart enhancement layer chunks based on this identification. In another embodiment, the distribution server 250 may identify the base layer chunks that were transmitted within a predetermined period of time prior to receipt of the video decoder's new request for service; the distribution server 250 may send the enhancement layer chunks based on this identification.
  • FIG. 7 illustrates a video decoder request for service at RATEl .
  • the distribution server 250 may begin retrieval of base layer chunks at the new rate level beginning with chunk CHI .6.
  • the distribution server 250 also may retrieve RATE2 enhancement layer chunks (shown as EL2.4, EL2.5) for delivery to the video decoder.
  • enhancement layers may be used to bridge a low bit-rate stream and a high bit-rate stream.
  • a distribution server may estimate a period of the prior bit-rate stream that is buffered by a client device and may transmit enhancement layer chunk(s) corresponding to the buffered data.
  • a coding server may create more than two streams of coded enhancement layer data around a specific bit rate.
  • Some streams could be coded as scalable streams, e.g., using H.264/SVC techniques. These scalable streams could be used for stream switching.
  • One stream could be split into a protected base layer and unprotected enhancement layers.
  • the base layer could be transmitted using transmission control protocol (“TCP") while the enhancement layers could be transmitted using a user datagram protocol (“UDP”) with varying degrees of protection.
  • TCP transmission control protocol
  • UDP user datagram protocol
  • severs and client-side players may engage in techniques to smooth out differences among streams.
  • a coding server may adapt synchronization frames according to detections of scene changes within the source video.
  • a client-side player may switch at synchronization frames for stream switching to reduce abrupt change of visual quality.
  • the resolution could be smoothly changed from the source resolution to the target resolution. The resolution transition could be realized by using post-processing and the said scalable video coding techniques.
  • bit stream scalability and enhancement layers of the foregoing embodiments may be realized by using H.264/SVC techniques.
  • there might be multiple encoding instances for any chunk e.g., one instance for switching up bit rate, one instance for switching down bit rate, one instance for un-switched playback.
  • FIG. 8 illustrates an example of preprocessing operations that may be applied to a video sequence according to another embodiment of the present invention.
  • a preprocessor 220 (FIG. 2) may alter the frame rate of source video on a chunk-by-chunk basis.
  • a preprocessor 220 may generate a preprocessed video sequence 810 that includes chunks 812-822. Due to estimated coding complexity or other factors, a preprocessor 220 may be controlled to set frame rate of the video sequence to a first level for some chunks 812-814, 820-822 and to a different level for other chunks 816-818.
  • FIG. 220 may alter the frame rate of source video on a chunk-by-chunk basis.
  • a preprocessor 220 may generate a preprocessed video sequence 810 that includes chunks 812-822. Due to estimated coding complexity or other factors, a preprocessor 220 may be controlled to set frame rate of the video sequence to a first level for some chunks 812-814, 820-8
  • FIG. 8 illustrates frames of chunks 812-814, 820-822 set to 24 frames per second (fps) whereas frames of 816-818 may be set to 15 fps.
  • Other frame rates may be used as appropriate.
  • the preprocessor 220 may be controlled to vary resolution among more than two levels of frame rates as appropriate, based on the constraints set by the distribution server 250 and estimated complexity of the source video being coded.
  • FIG. 9 illustrates an example of parsing coded video data into chunks according to an embodiment of the present invention.
  • a coding server 210 (FIG. 2) may estimate a cost of coding an input video sequence 900, for example, based on complexity of image content or other factors.
  • the coding server 210 may partition the video sequence into chunks 912-920 prior to coding and may align chunk boundaries to distribute the cost of coding across the chunks 912-920.
  • FIG. 9(a) illustrates an exemplary cost graph 930 representing bit rates associated with frames of the video sequence 900.
  • the chunks 912-920 may be assigned to the video sequence to align chunk boundaries to portions of the video sequence 900 having high coding cost.
  • the cost graph 930 has a relative maximum in area 932.
  • a boundary between chunks 912 and 914 may be aligned to the maximum 932 to increase the likelihood that the cost of coding an associated portion of the video sequence 900 will be distributed over the pair of chunks 912, 914 rather than a single chunk.
  • chunks need not have identical durations and, therefore, chunks for high bit-rate portions of a video sequence 900 may have shorter durations and chunks of other, lower bit-rate portions of the video sequence 900 may have longer durations.
  • FIG. 9(b) illustrates a chunk sequence that might be created from the cost curve of FIG.
  • a coder may be forced to apply lower quality coding processes to portions of a video sequence (represented by curve 960) when it is compelled to code a high cost portion of a video sequence in a single chunk 944.
  • FIG. 10 illustrates another method 1000 according to an embodiment of the present invention.
  • the method 1000 may be performed to build coded video data for a single delivery rate supported by a distribution server 250 (FIG. 2).
  • the method 1000 may begin by setting a target bit rate for coded video (box 1010). Thereafter, the method 1000 may operate iteratively to attempt to code source video data at each of a plurality of resolutions and frame rates. Specifically, for each combination of resolution and frame rate, the method 1000 may code the source video at the respective resolution and frame rate (box 1020).
  • the method 1000 may partition the coded video obtained thereby into chunks (box 1030) and may estimate the coding quality of each chunk (box 1040). Operation of box 1030 may be performed identically on each iteration so that the chunks obtained on each resolution and frame rate correspond to common sequences of source video.
  • the method 1000 may build a composite coded video stream for the video sequence by selecting, for each chunk in the sequence, the highest quality chunk obtained thereby (box 1050).
  • Decoders commonly are packaged in consumer electronics devices, such as gaming systems, DVD players, portable media players and the like and they also can be packaged in consumer software applications such as video games, browser-based media players and the like. And, of course, these components may be provided as hybrid systems that distribute functionality across dedicated hardware components and programmed general purpose processors as desired.

Landscapes

  • Engineering & Computer Science (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Business, Economics & Management (AREA)
  • Marketing (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

A vide coding server may code a common video sequence into a plurality of coded data streams, each coded data stream representing the video sequence coded using coding parameters tailored for a respective transmission bit rate. The coding may cause a set of transmission units from among the coded data streams to include coded video data from a common point of the video sequence, and a first coded frame of each transmission unit of the set to be a synchronization frame. A manifest file may be built representing an index of transmission units of the respective coded data streams. The coded data streams and manifest file may be stored by the server for delivery to a client device. During download and decode, the chunks may be decoded efficiently even when switching among streams because the first frame in each chunk is a synchronization frame.

Description

TECHNIQUES FOR ADAPTIVE VIDEO STREAMING
CROSS-REFERENCE TO RELATED APPLICATION
[01] This application claims the benefit of priority afforded by provisional application Serial
No. 61/657,600, filed June 8, 2012, entitled "Techniques for Adaptive Video Streaming," the disclosure of which is incorporated herein in its entirety.
BACKGROUND
[02] In the scenario of adaptive streaming, a common video sequence often is coded to multiple streams at different bit rates. Each stream is often partitioned to a sequence of transmission units (called "chunks") for delivery. A manifest file often is created that identifies the bit rates available for the video sequence. In a streaming service, for example, video streams and accompanied playlist files are hosted in a server. A player in a client device that gets stream information by accessing the playlist files and switches among different streams according to estimates of available bandwidth. However, current coding systems do not efficiently accommodate switches among different coding streams representing a common video content item.
[03] Chunk partitions typically are set to include a predetermined amount of coded video data.
For example, chunks may be defined to include five seconds of coded video data each. When a player switches from a first stream to a second stream, both streams representing a common video content item coded at different coding rates, the player may retrieve chunks of coded video data of the new stream and attempt to decode them. Decoding may not be possible, however, if the coded chunks of the new stream rely on other chunks as prediction references. In this circumstance, a player may have to skip decoding of portions of the new stream that rely on predecessor chunks as prediction references which may interrupt continuity of video playback. Alternatively, the player may have to request and decode the predecessor chunks in order to generate a continuous video sequence for playback. In the latter case, the predecessor chunks of the new stream likely include coded video data that is redundant to some portion of the chunks that were received and decoded from the old steam. In either case, switching among the streams causes performance impairments at the video decoder and player.
[04] Accordingly, the inventors have identified a need in the art for video streaming techniques that provide efficient switching among different coded streams of a common video sequence.
BRIEF DESCRIPTION OF THE DRAWINGS
[05] FIG. 1 is a simplified block diagram of a video distribution system suitable for use with the present invention.
[06] FIG. 2 is a simplified block diagram of a system having an integrated coding server and distribution server.
[07] FIG. 3 illustrates a method according to an embodiment of the present invention.
[08] FIG. 4 illustrates a method according to another embodiment of the present invention.
[09] FIG. 5 illustrates application of synchronization frames to coded video streams according to an embodiment of the present invention.
[10] FIG. 6 illustrates an example of preprocessing operations that may be applied to a video sequence according to an embodiment of the present invention.
[11] FIG. 7 illustrates an example of scalable video coding and delivery according to an embodiment of the present invention.
[12] FIG. 8 illustrates an example of preprocessing operations that may be applied to a video sequence according to another embodiment of the present invention.
[13] FIG. 9 illustrates an example of parsing coded video data into chunks according to an embodiment of the present invention.
[14] FIG. 10 illustrates another method according to an embodiment of the present invention. DETAILED DESCRIPTION
[15] Embodiments of the present invention provide video coding techniques that code a common video sequence into a plurality of coded data streams, each coded data stream representing the video sequence coded using coding parameters that are tailored for a respective transmission bit rate. The coding may cause a set of transmission units from among the coded data streams to include coded video data from a common point of the video sequence and a first coded frame of each transmission unit of the set to be a synchronization frame. A manifest file may be built representing an index of transmission units of the respective coded data streams. The coded data streams and manifest file may be stored for delivery to a client device. During download and decode, the chunks may be decoded efficiently even when switching among streams because the first frame in each chunk is a synchronization frame.
[16] FIG. 1 is a simplified block diagram of a video distribution system 100 suitable for use with the present invention. The system 100 may include a distribution server system 110 and a client device 120 connected via a communication network 130. The distribution server 110 may include a storage system 115 on which are stored a variety of video content items (e.g., movies, television shows and other motion picture content) for download by the client device 120.
[17] The distribution server 110 may store several copies of the video content items as coded video streams, each of which are coded at a respective bit rate, frame rate and frame size. The video streams are parsed into a plurality of "chunks," segments of the coded video representing video content of a predetermined duration. The example of FIG. 1 illustrates three coded video streams that are coded at respective bitrates (4 Mb/s, 2Mb/s and 500 Kb/s respectively) where each chunk represents 5 seconds of source video. The distribution server 110 also may store an index file, called a "manifest" file herein, that associates the coded video streams with the video content item and correlates chunks of each coded video stream with corresponding chunks of the other video streams.
[18] When the distribution server 110 receives a request for a video content item, the distribution server 110 may provide data from the metadata file to the client device 120. Armed with information representing different data rates of the coded video streams, the client device 120 may identify one of the video streams or one of the bit rates for delivery of video. The device's identification of delivery bandwidth may be based on an estimate of bandwidth available in the network 130 and/or an estimate of processing resources available at the client device 120 to decode received data. In response, the distribution server 110 may retrieve chunks of data from storage 115 at the specified data rate, may build a channel stream from the retrieved chunks and may transmit the channel stream 140 to the client device 120.
[19] Over time, as the distribution server 110 delivers its chunks to the client device 120, the client device 120 may request delivery of the video content item at a different data rate. For example, the client device 120 may revise its estimates of network bandwidth and/or local processing resources. In response, the distribution server 110 may retrieve chunks corresponding to a different data rate and build them into the channel stream. The client device 120 may request different data rates repeatedly during a delivery session and, therefore, the channel stream 140 that is delivered to the client device 120 may include chunks taken from a variety of the video coding streams.
[20] Manifest files may store syntactic elements representing various types of data. For each stream, for example, a manifest file may include data indicating whether it contains chunks with different resolutions. A player may be programmed to respond to such an indication by updating video resolution information at the beginning of chunks.
[21] In another example, for each stream, the manifest file may include data indicating whether the first frames of all the chunks are synchronization frames. A player may respond to the indication by selecting a frame or chunk to switch to when switching among streams.
[22] In a further example, for each stream, the manifest file may include data indicating its visual quality. A player may respond to the indication by switching among streams to achieve the best visual experience, for example, by maximizing average visual quality and/or minimizing visual quality jumps.
[23] In yet another example, for each chunk, the manifest file may include data indicating its bit rate. A player may respond to the indication by adjusting its buffering and/or switching behavior according to the chunk bit rates. [24] In a further example, for each chunk, the manifest file may include data indicating its resolution. A player may respond to the indication by adjusting its video resolution for playback.
[25] In yet another example, for each chunk, the manifest file may include data indicating whether it contains frames with different resolutions. A player may respond to the indication by adjusting its video resolution for playback and/or scaling decoded video to smooth out playback.
[26] In another example, for each chunk, the manifest file may include data indicating the bandwidth required to play the rest of the stream starting from or after the chunk. A player may respond to the indication by selecting among the streams for download and playback.
[27] In a further example, for each chunk, the manifest file may include data indicating whether its first frame is a synchronization frame. A player may respond to the indication by selecting among the frames and/or chunks to switch when switching among streams.
[28] In yet another example, for each chunk, the manifest file may include data indicating a stream to which the player should switch after processing the chunk. A player may respond to the indicating by switching to the stream identified in the manifest file.
[29] FIG. 2 is a simplified block diagram of a system 200 having an integrated coding server
210 and distribution server 250. The coding server 210 may include buffer storage 215, a preprocessor 220, a coding engine 225, a parameter selector 230, a quality estimator 235 and a target bit-rate estimator 240. The distribution server 250 may include a segmenter 255 and storage 260.
[30] The buffer 215 may store input video, typically from a camera or a storage device, for processing by other components of the coding server 210. For example, the preprocessor 220 may alter a size and/or a frame rate of the video sequence. The preprocessor 220 may apply size and/or frame rate modifications to video that is read from the buffer 215. The preprocessor 220 may perform different size and/or frame rate modifications on a common video sequence as the coding server 210 generates its various coded versions of the sequence.
[31] The coding engine 225 may apply data compression operations to the video sequence from the preprocessor 220. The coding engine 225 may operate according to any of the common video coding protocols including the MPEG, H.263, H.264 and HEVC (H.265) families of coding standards. The coding engine 225 may apply coding parameters to different elements of the video sequence, including, for example, a coding mode selection and quantizer parameter selection. The coding mode selection may select a coding mode to be applied to a frame being coded, for example, whether to code an input frame as an I-frame, P-frame or B-frame. The quantizer parameter selection may select a quantization parameter to apply to transform coefficients (or other data) to truncate these data elements prior to entropy coding and transmission.
[32] A parameter selector 230 may generate parameter data to the preprocessor 220 and/or coding engine 225 to govern their operation. The parameter selector 230, for example, may cause the preprocessor 220 to alter the size and/or frame rate of data output to the coding engine 225. The parameter selector 230 may impose coding modes and/or quantization parameters to the coding engine 225. The parameter selector 230 may select the coding parameters based on bit rate estimates received from the target bit-rate estimator 240 and based on complexity estimates of the source video.
[33] A quality estimator 235 may estimate quality of coded video data output by the coding engine. The quality estimator 235 may output digital data representing a quantitative estimate of the quality of the coded video data.
[34] A target bit-rate estimator 240 may generate bit-rate estimates for segments of video based on the data rates to be supported by the distribution server 250.
[35] During operation, the target bit-rate estimator 240 may apportion a bit rate to the video sequence and determine a refresh rate based on data rate and chunk size estimates provided by the distribution server 250. In response to the bit rate selected by the target bit-rate estimator 240 and based on analysis of the video sequence itself, the parameter selector 230 may select operational parameters for the preprocessor 220 and/or coding engine 225. For example, the parameter selector 230 may cause the preprocessor 220 to adjust the frame size (or resolution) of the video sequence. The parameter selector 230 also may select coding modes and quantization parameters to frames within the video sequence. The coding engine 225 may process the input video by motion compensation predictive techniques and output coded video data representing the input video sequence.
[36] The quality estimator 235 may evaluate the coded video data and estimate the quality of the video sequence coded according to the selected parameters. The quality estimator 235 may determine whether the quality of the coding meets predetermined qualitative thresholds associated with the bit rate set by the distribution server 250. If the quality estimator 235 determines that the coding meets the thresholds, the quality estimator 235 may validate the coding. By contrast, if the quality estimator 235 determines that the coding does not meet sufficient quality thresholds associated with the target bit rate, the quality estimator 235 may revise the coding parameters applied by the parameter selector 230 and may cause the preprocessor 220 and coding engine 225 to repeat operation on the source video.
[37] Once the parameter selector 230 selects a set of processing and coding parameters that satisfy quality metrics established by the quality estimator 235, the coding server 210 may advance to the next bit rate supported by the distribution server 250. Again, the parameter selector 230 and quality estimator 235 may operate recursively, selecting parameters, applying them in preprocessing operations and coding, estimating quality of the coded video data obtained thereby and revising parameters until the quality requirements are met.
[38] FIG. 3 illustrates a method 300 according to an embodiment of the present invention.
The method 300 may process a source video sequence iteratively using each set of distribution bit rates as a governing parameter. During each iteration, the method 300 may select a resolution and/or frame rate of the video sequence (box 310). The resolution and frame rate may be derived from the distribution bit rates supported by the distribution server 250 (FIG. 2). The method 300 also may select an initial set of coding parameters for processing of the video (box 315). The initial parameters also may be derived from the distribution bit rates supported by the distribution server 250 (FIG. 2). The method 300 may cause the video to conform to the selected resolution and frame rate and may have the video sequence coded according to the selected parameters (box 320). Thereafter, the method 300 may estimate the quality of video data to be recovered from the coded video sequence obtained thereby (box 325) and may determine whether the coding quality exceeds minimum requirements (box 330) for the specified distribution data rate. If not, the method 300 may revise selections of resolution, frame rate and/or coding parameters (box 335) and may cause operation to return to box 320. In an embodiment, the method 300 may pass the coded streams to the distribution system (box 340).
[39] In another embodiment, when coded video is obtained that meets the minimum quality requirements for all streams, the method 300 may compare quality estimates among the streams obtained thereby (box 345). The method 300 may determine whether sufficient quality differences are established between the streams. If so, then the method 300 may pass the coded streams to the distribution system (box 340). If not, however, then the method 300 may revise resolution, frame rate and/or coding parameter selections of one or more of the coded video sequences that exhibit insufficient qualitative differences with other streams (box 350) and may cause the operation of boxes 320-335 to be repeated upon those streams (box 355). Operation of this embodiment of method 300 may repeat until the video sequence has been coded under all distribution bit rates and sufficient qualitative differences have been established for the sequence at each coded rate.
[40] The method 300 accommodates several variations. In one embodiment, video resolutions, video frame rates and bit rates may be determined jointly based on estimates of the characteristics of visual quality and streaming performance. In another embodiment, target bit rates may be set based on estimates of quality variations among streams with neighboring bit-rate values. In a further embodiment, the video resolution and frame rate to be used at a specific bit rate may be selected based on a quality measure of the coded video such as the peak signal-to- noise ratio ("PSNR") or a perceptual quality metric.
[41] In another embodiment of the present invention, chunk durations may vary according to the local and global bit-rate characteristics of coded video data. In other words, a target bit rate may be estimated for the video data, which may establish bit-rate budgets over predetermined time periods. Coded video data may fall under or exceed the bit-rate budgets. Chunk durations may be set to accommodate such variations.
[42] Alternatively, chunk durations may vary according to the local and global visual-quality characteristics of the coded video data. Further, chunk durations may vary in response to detections of scene changes within the source video content. In another embodiment, chunk durations may vary based on video coder requirements for addition of synchronization frames of the coded streams.
[43] In another embodiment, the rate control of a video encoder may be performed at a chunk level, i.e., chunks of a single stream and chunks of multiple streams corresponding to the same period of source video. Moreover, the stream partition and chunk-level rate control may be performed iteratively in multiple passes of the coding engine.
[44] In an embodiment that employs a multi-pass encoder, an encoder may decide how to place chunk boundaries and which chunks will be re-encoded in future passes based on the collected information of bit rates and visual quality from previous coding passes.
[45] In a further embodiment, rate control and stream partitioning may vary to reduce peak chunk bit rates. A dynamic programming approach may be applied to determine the optimal partition by minimizing the peak chunk bit rate.
[46] Alternatively, rate control and stream partitioning may vary to reduce variation among chunk bit rates. A dynamic programming approach may be applied to determine the optimal partition by minimizing the variation of chunk bit rates.
[47] In another embodiment, rate control and stream partitioning may be optimized to guarantee particular constraints of visual quality, measured by metrics such as PSNR of the coded video.
[48] FIG. 4 illustrates a method 400 according to another embodiment of the present invention. The method 400 may cause an input video sequence to be coded according to a distribution bit rate. The method 400 may begin by collecting information of the video sequence to be coded (box 410), for example, by estimating spatial complexity of frame content, motion of frame content, and the like. The method 400 may estimate coding cost to various portions of the video sequence from the statistics and assign preprocessing and coding parameters to those portions (box 420). The method 400 also may assign certain frames in the video sequence to be synchronization frames within the coded video sequence to coincide with chunk boundaries according to delivery parameters that govern at the distribution server (box 430). Thereafter, the method 400 may code the source video according to coding constraints estimated from the coding cost and according to chunk boundaries provided by the distribution server (box 440). Once the source video is coded, the method 400 may identify badly coded chunks (box 450), i.e., chunks that have coded quality that fail required quality requirements or chunks that have data rates that exceed predetermined limits. The method 400 may revise coding parameters of the bad chunks (box 460), recode the bad chunks (box 470) and detects bad chunks again (box 450). Once all chunks have been coded in a manner that satisfies the coding quality requirements and governing data rates, the method 400 may pass the coded stream to the distribution system (box 490).
[49] In an embodiment, after the method 400 recodes bad chunks to yield coded chunks, the method 400 may recode data chunk(s) for video data to smooth coding quality of the video sequence (box 480).
[50] The method 400 accommodates several variations. In one embodiment, a single stream could contain chunks with different resolutions and frame rates. One single chunk could contain frames with different resolutions and frame rates. For example, the resolution and frame rate may be controlled based on the bit rate of chunks. Alternatively, the resolution and frame rate may be controlled based on the visual quality of the chunks coded at different resolutions. Or, in another example, the resolution and frame rate may be controlled by scene change of the video source.
[51] In another embodiment, a mixed resolution stream could be produced in multi-pass encoding. For example, a video coder may detect video sections with low visual quality, suggested by quantization factor, PSNR value, statistical motion and texture information. The detected low-quality sections then may be re-encoded at an alternative resolution and frame rate, which produces better visual quality.
[52] In a further embodiment, a mixed resolution stream may be produced with a post composition method. For example, at similar bit rates, the source video may be coded at multiple resolutions and frame rates. The produced streams may be partitioned into chunks and the chunks then may be selected to form a mixed-resolution stream. [53] In another embodiment, chunk selection of the foregoing embodiments may be controlled to maintain visual quality across the coded sequence measured by quantization factor, PSNR value, and statistical motion and texture information. Alternatively, chunk selection may be controlled to reduce changes of visual quality, resolution, and frame rate across the coded sequence.
[54] When producing a mixed resolution stream, the positions of resolution and frame-rate switching may be controlled to align with scene changes.
[55] FIG. 5(a) illustrates application of synchronization frames to coded video streams according to an embodiment of the present invention. FIG. 5(a) illustrates a video content item coded according to three different data rates, RATE1, RATE2 and RATE2, and parsed into chunks CH1.1-CH1.4, CH2.1-CH2.4 and CH3.1-3.4. According to the present invention, the first frame of each chunk may be coded as a synchronization frame SF that can be decoded without reference to any previously-coded frame of the video sequence. The synchronization frame may be coded as an intra-coded frame (colloquially, an "I frame"). For example, if the video sequence is coded according to the H.264 coding protocol, the synchronization frame may be coded as an Instantaneous Decoder Refresh frame ("IDR frame"). Other coding protocols may provide other definitions of I frames.
[56] During delivery, as a video decoder changes the delivery rate of coded video data, a distribution server 250 (FIG. 2) will select chunks from among the various coded data streams to satisfy the video decoder's requests. In the example of FIG. 5(a), the distribution server 250 (FIG. 2) may generate a channel data stream 510 that includes chunks CH1.1, CHI .2 coded at RATE1, chunk CH2.3 coded at RATE2 and chunk CH3.4 coded at RATE3. Each chunk includes a synchronization frame SF as the first coded frame in the chunk and, therefore, the channel stream 510 establishes a decode path 520 as illustrated in FIG. 5(a). In the FIG. 5(a) embodiment, all frames from all chunks in the channel stream 510 will be included in a decode path 520 and in a display sequence 530 of frames displayed at the decoder. In this regard, this embodiment of the present invention provides for high efficiency coding because all coded frames that are included in the channel stream 510 are both decoded and displayed. [57] By contrast, a system that does not align synchronization frames to chunk boundaries, an example of which is shown in FIG. 5(b), would not have such efficiencies. FIG. 5(b) illustrates an exemplary coding scenario in which a video content item is coded according to three data rates and parsed into chunks, similar to FIG. 5(a). In FIG. 5(b), intra-coded frames IF are not aligned to chunk boundaries. Moreover, intra-coded frames IF in one chunk (say chunk CHI .2) are not aligned with intra-coded frames IF in counterpart chunks CH2.2, CH3.2 of other coded streams.
[58] In the example of FIG. 5(b), as a video decoder changes the delivery rate of coded video data, a distribution server 250 (FIG. 2) must deliver not only the chunks that are requested but also additional chunks that are necessary for the video decoder to decode the requested chunks. In response to decoder requests for coded video data at different rates, a distribution server 250 must retrieve the requested chunk and also predecessor chunks of the newly requested stream that contain prediction references for frames in the requested chunk. Thus, if a distribution server 250 receives a request for RATE2 data after chunk CHI .2 is delivered, the distribution server 250 retrieves chunk CH2.3 and also a predecessor chunk CH2.2 that contains an intra- coded frame IF on which the frames in CH2.3 rely as a prediction reference. Similarly, if the distribution server 250 receives a request for RATE2 data after chunk CH2.3 is delivered, the distribution server 250 retrieves chunk CH3.4 and also a predecessor chunk CH3.3 that contains an intra-coded frame IF on which the frames in CH3.4 rely as a prediction reference. FIG. 5(b) illustrates a channel stream that would be assembled from the FIG. 5(b) coded streams. FIG. 5(b) also illustrates decode paths and display sequences that would be formed from this channel stream, each of which has lower utilization than the embodiment illustrated in FIG. 5(a).
[59] FIG. 6 illustrates an example of preprocessing operations that may be applied to a video sequence according to an embodiment of the present invention. In this embodiment, a preprocessor 220 (FIG. 2) may alter the resolution (or frame size) of source video on a chunk-by- chunk basis. In the example illustrated in FIG. 6(a), a preprocessor may generate a preprocessed video sequence 610 that includes chunks 612-622. Due to estimated coding complexity or other factors, a preprocessor may be controlled to set resolution of the video sequence to a first level for some chunks 612-614, 620-622 and to a different level for other chunks 616-618. Thus, the example of FIG. 6(a) illustrates frames of chunks 612-614, 620-622 set to 1920x1080 pixels whereas frames of 616-618 may be set to 1280x720 pixels. Other frame sizes and resolutions, of course, may be used as appropriate. The preprocessor may be controlled to vary resolution among more than two levels as appropriate, based on the constraints set by the distribution server 250 and estimated complexity of the source video being coded.
[60] FIG. 6(b) illustrates exemplary post-processing operations that may be applied to the video sequence of FIG. 6(a) according to an embodiment of the present invention. In this example, a post-processed video sequence may include frames of chunks 652-654 (which correspond to chunks 612-614) output at the same resolution as they were coded. Chunk 656, however, which corresponds to chunk 616, may be subject to post-processing to exhibit a distributed transition between the resolution of chunk 654 and the new resolution at which chunk 656 was coded. The post-processor, for example, may spatially scale decoded frames of chunk 656 at different scaling sizes to achieve output frames at intermediate frame sizes. FIG. 6(b) also illustrates frames of chunk 658 being output at the same resolution as its counterpart chunk 618 was coded. Chunk 660, however, also may be subject to post-processing operation to exhibit another distributed transition corresponding to resolution change of the coded source chunks 618-620. Again, the post-processor may spatially scale decoded frames of chunk 660 at different scaling sizes to achieve output frames at intermediate frame sizes. Finally, in this example, FIG. 6(b) illustrates frames of chunk 662 being output at the same resolution as its counterpart chunk 622 was coded.
[61] FIG. 7 illustrates an example of scalable video coding and delivery according to an embodiment of the present invention. In this embodiment, a video content item may be partitioned into chunks and coded at a plurality of data rates, shown as RATEl, RATE2 and RATE3, respectively. In this example, the RATEl coded video data has the highest data rate, the RATE2 coded video data has an intermediate data rate and the RATE3 coded video data has the lowest data rate. As discussed with respect to FIG. 5, the chunks CH1.1-CH1.6, CH2.1- CH2.6, CH3.1-CH3.6 of each coded sequence each may include a synchronization frame SF as the first coded frame in the respective chunk.
[62] The embodiment of FIG. 7 finds application with coding systems that employ scalable video coding. For any given data rate, a coding server may code a first representation of the video sequence as a base layer and code a second representation of the video sequence as an enhancement layer. The base layer coded video data may be decoded by a video decoding system and rendered as a base layer of video quality. The enhancement layer coded video data relies on a base layer coded video data to be decoded; when a base layer coded video data and an enhancement layer coded data are decoded jointly, the video data recovered therefrom has a visual quality that exceeds the video data that would be obtained by decoding the base layer data alone.
[63] In an embodiment, a coding server may generate enhancement layer chunks for select data rates supported by the distribution server 250 (FIG. 2). Coded content of the enhancement layer chunks may be aligned with coded content of a corresponding base layer chunk. Thus, FIG. 7 illustrates RATE2 enhancement layer chunks EL2.1-EL2.6 corresponding to RATE2 base layer chunks CH2.1-CH2.6 and also illustrates RATE3 enhancement layer chunks EL3.1-EL3.6 corresponding to RATE3 base layer chunks CH3.1-CH3.6.
[64] During operation, as a video decoder changes its requests for service, a distribution server
250 may retrieve the enhancement layer chunks for delivery to the video decoder. FIG. 7 illustrates an exemplary channel stream 710 illustrating use of the enhancement layer chunks. In this example, a video decoder initially receives service at RATE3 but requests service at RATE2. The distribution server 250 may have retrieved coded video data corresponding to base layer chunk 3.2 by the time the video decoder's request is received. In response, the distribution server 250 may begin retrieval of base layer chunks at the RATE2 level, chunks CH2.3-CH2.5. The distribution server 250 also may retrieve RATE3 enhancement layer chunks (shown as EL3.2) for delivery to the video decoder. The video distribution server 250 may determine how many enhancement layer chunks to retrieve based on the state of transmission queues (not shown) at the server and based on recent transmissions to the video decoder. For example, at the time a new service request is received from the video decoder, the distribution server 250 may have already retrieved base layer chunks from storage and have buffered them for transmission but have not transmitted the base layer chunks. The distribution server 250 may identify the buffered base layer chunks and retrieve counterpart enhancement layer chunks based on this identification. In another embodiment, the distribution server 250 may identify the base layer chunks that were transmitted within a predetermined period of time prior to receipt of the video decoder's new request for service; the distribution server 250 may send the enhancement layer chunks based on this identification.
[65] FIG. 7 illustrates a video decoder request for service at RATEl . Again, in response to this request, the distribution server 250 may begin retrieval of base layer chunks at the new rate level beginning with chunk CHI .6. The distribution server 250 also may retrieve RATE2 enhancement layer chunks (shown as EL2.4, EL2.5) for delivery to the video decoder.
[66] The techniques of the foregoing embodiments may accommodate several variations. For example, in one embodiment, enhancement layers may be used to bridge a low bit-rate stream and a high bit-rate stream. During a switch from a low bit-rate stream to a high bit-rate stream, a distribution server may estimate a period of the prior bit-rate stream that is buffered by a client device and may transmit enhancement layer chunk(s) corresponding to the buffered data.
[67] In another embodiment, a coding server may create more than two streams of coded enhancement layer data around a specific bit rate. Some streams could be coded as scalable streams, e.g., using H.264/SVC techniques. These scalable streams could be used for stream switching. One stream could be split into a protected base layer and unprotected enhancement layers. The base layer could be transmitted using transmission control protocol ("TCP") while the enhancement layers could be transmitted using a user datagram protocol ("UDP") with varying degrees of protection.
[68] Further, severs and client-side players may engage in techniques to smooth out differences among streams. For example, a coding server may adapt synchronization frames according to detections of scene changes within the source video. Further, a client-side player may switch at synchronization frames for stream switching to reduce abrupt change of visual quality. Alternatively, during switches among different resolutions, the resolution could be smoothly changed from the source resolution to the target resolution. The resolution transition could be realized by using post-processing and the said scalable video coding techniques.
[69] The bit stream scalability and enhancement layers of the foregoing embodiments may be realized by using H.264/SVC techniques. [70] In another embodiment, rather than use scalable coding, there might be multiple encoding instances for any chunk, e.g., one instance for switching up bit rate, one instance for switching down bit rate, one instance for un-switched playback.
[71] FIG. 8 illustrates an example of preprocessing operations that may be applied to a video sequence according to another embodiment of the present invention. In this embodiment, a preprocessor 220 (FIG. 2) may alter the frame rate of source video on a chunk-by-chunk basis. In the example illustrated in FIG. 8, a preprocessor 220 may generate a preprocessed video sequence 810 that includes chunks 812-822. Due to estimated coding complexity or other factors, a preprocessor 220 may be controlled to set frame rate of the video sequence to a first level for some chunks 812-814, 820-822 and to a different level for other chunks 816-818. Thus, the example of FIG. 8 illustrates frames of chunks 812-814, 820-822 set to 24 frames per second (fps) whereas frames of 816-818 may be set to 15 fps. Other frame rates, of course may be used as appropriate. The preprocessor 220 may be controlled to vary resolution among more than two levels of frame rates as appropriate, based on the constraints set by the distribution server 250 and estimated complexity of the source video being coded.
[72] FIG. 9 illustrates an example of parsing coded video data into chunks according to an embodiment of the present invention. In FIG. 9(a), a coding server 210 (FIG. 2) may estimate a cost of coding an input video sequence 900, for example, based on complexity of image content or other factors. The coding server 210 may partition the video sequence into chunks 912-920 prior to coding and may align chunk boundaries to distribute the cost of coding across the chunks 912-920.
[73] FIG. 9(a) illustrates an exemplary cost graph 930 representing bit rates associated with frames of the video sequence 900. As illustrated, the chunks 912-920 may be assigned to the video sequence to align chunk boundaries to portions of the video sequence 900 having high coding cost. For example, the cost graph 930 has a relative maximum in area 932. In an embodiment, a boundary between chunks 912 and 914 may be aligned to the maximum 932 to increase the likelihood that the cost of coding an associated portion of the video sequence 900 will be distributed over the pair of chunks 912, 914 rather than a single chunk. Note that chunks need not have identical durations and, therefore, chunks for high bit-rate portions of a video sequence 900 may have shorter durations and chunks of other, lower bit-rate portions of the video sequence 900 may have longer durations.
[74] FIG. 9(b) illustrates a chunk sequence that might be created from the cost curve of FIG.
9(a) without use of flexible chunk assignments. In a system where chunks have a fixed duration, it may not be possible to apportion high data rate portions of a video sequence 900 to multiple chunks. In such implementations, a coder may be forced to apply lower quality coding processes to portions of a video sequence (represented by curve 960) when it is compelled to code a high cost portion of a video sequence in a single chunk 944.
[75] FIG. 10 illustrates another method 1000 according to an embodiment of the present invention. The method 1000 may be performed to build coded video data for a single delivery rate supported by a distribution server 250 (FIG. 2). The method 1000 may begin by setting a target bit rate for coded video (box 1010). Thereafter, the method 1000 may operate iteratively to attempt to code source video data at each of a plurality of resolutions and frame rates. Specifically, for each combination of resolution and frame rate, the method 1000 may code the source video at the respective resolution and frame rate (box 1020). The method 1000 may partition the coded video obtained thereby into chunks (box 1030) and may estimate the coding quality of each chunk (box 1040). Operation of box 1030 may be performed identically on each iteration so that the chunks obtained on each resolution and frame rate correspond to common sequences of source video.
[76] After all candidate resolutions and frame rates have been applied to the coded video, the method 1000 may build a composite coded video stream for the video sequence by selecting, for each chunk in the sequence, the highest quality chunk obtained thereby (box 1050).
[77] The foregoing discussion has described operation of the embodiments of the present invention in the context of coding servers, distribution servers and client devices. Commonly, these components are provided as electronic devices. They can be embodied in integrated circuits, such as application specific integrated circuits, field programmable gate arrays and/or digital signal processors. Alternatively, they can be embodied in computer programs that execute on personal computers, notebook computers or computer servers. Similarly, decoders can be embodied in integrated circuits, such as application specific integrated circuits, field programmable gate arrays and/or digital signal processors, or they can be embodied in computer programs that execute on personal computers, notebook computers or computer servers. Decoders commonly are packaged in consumer electronics devices, such as gaming systems, DVD players, portable media players and the like and they also can be packaged in consumer software applications such as video games, browser-based media players and the like. And, of course, these components may be provided as hybrid systems that distribute functionality across dedicated hardware components and programmed general purpose processors as desired.
Several embodiments of the invention are specifically illustrated and/or described herein. However, it will be appreciated that modifications and variations of the invention are covered by the above teachings and within the purview of the appended claims without departing from the spirit and intended scope of the invention.

Claims

WE CLAIM:
1. A video coding method, comprising:
coding a common video sequence into a plurality of coded data streams, each coded data stream representing the video sequence coded using coding parameters tailored for a respective transmission bit rate,
building a manifest file representing an index of transmission units of the respective coded data streams;
wherein the coding causes:
a set of transmission units from among the coded data streams to include coded video data from a common point of the video sequence, and
a first coded frame of each transmission unit of the set to be a synchronization frame; and
storing the coded data streams and manifest file for delivery to a client device.
2. The method of claim 1, wherein the synchronization frame of each transmission unit is decodable without reference to any previously-coded frame of the video sequence.
3. The method of claim 1, wherein, for at least one coded data stream, the coding comprise coding the video sequence as a base layer of coded data and an enhancement layer of coded data, wherein the base layer includes the synchronization frame.
4. The method of claim 1, wherein at least two coded data streams are coded at different frame rates.
5. The method of claim 1, wherein at least two coded data streams are coded at different frame resolutions.
6. The method of claim 1, wherein chunks of a common coded data stream include video data coded at different frame resolutions.
7. The method of claim 1, wherein the synchronization frame is an I-frame.
8. The method of claim 1, wherein the synchronization frame is an Instantaneous Decoder Refresh Frame.
9. The method of claim 1, further comprising, for one of the coded data streams, coding the video sequence as an enhancement layer for the one coded data stream.
10. A video streaming method, comprising:
transmitting to a client device transmission units retrieved from a first stored sequence of coded video data of a requested video that has been coded using a first selection of coding parameters,
in response to a request from the client device, transmitting to the client device transmission units retrieved from a second stored sequence of coded video data of the requested video that has been coded using a second selection of coding parameters,
wherein the stored transmission units of the first and second sequences include transmission units that
represent common elements from the requested video and
include a synchronization frame as a first coded frame therein.
11. The method of claim 10, wherein the synchronization frame is an I-frame.
12. The method of claim 10, wherein the synchronization frame is an Instantaneous Decoder Refresh Frame.
13. The method of claim 10, further comprising, prior to transmission of any transmission units, transmitting to the client device a manifest file representing an index of transmission units of the first and second sequences.
A video coding method, comprising coding a common video sequence into a pair of coded data streams, each coded data stream representing the video sequence coded using coding parameters tailored for a respective transmission bit rate,
partitioning the coded data streams into a plurality of transmission units for delivery, wherein the transmission units of each coded data stream has a counterpart in the other coded data stream and
wherein the coding and partitioning cooperatively define continuous decode paths for the coded video sequence when the transmission units are decoded in coding order.
15. The method of claim 14, wherein the synchronization frame of each transmission unit is decodable without reference to any previously-coded frame of the video sequence.
16. The method of claim 14, wherein, for at least one coded data stream, the coding comprise coding the video sequence as a base layer of coded data and an enhancement layer of coded data, wherein the base layer includes the synchronization frame.
17. The method of claim 14, wherein at least two coded data streams are coded at different frame rates.
18. The method of claim 14, wherein at least two coded data streams are coded at different frame resolutions.
19. The method of claim 14, wherein chunks of a common coded data stream include video data coded at different frame resolutions.
20. The method of claim 14, wherein the synchronization frame is an I-frame.
21. The method of claim 14, wherein the synchronization frame is an Instantaneous Decoder Refresh Frame.
22. The method of claim 14, further comprising, for one of the coded data streams, coding the video sequence as an enhancement layer for the one coded data stream.
23. A decode method, comprising:
retrieving first transmission units representing coded video data streams of a video sequence coded for a first delivery rate,
decoding coded data present in the transmission units of the first delivery rate, requesting transmission units representing coded video data streams of the video sequence coded for a second delivery rate,
retrieving and decoding transmission units of the second delivery rate, wherein a first coded frame of a first transmission unit of the second delivery rate is a synchronization frame.
24. The method of claim 23, wherein the synchronization frame of each transmission unit is decodable without reference to any previously-coded frame of the video sequence.
25. The method of claim 23, wherein, for at least one coded data stream, the coding comprise coding the video sequence as a base layer of coded data and an enhancement layer of coded data, wherein the base layer includes the synchronization frame.
26. The method of claim 23, wherein at least two coded data streams are coded at different frame rates.
27. The method of claim 23, wherein at least two coded data streams are coded at different frame resolutions.
28. The method of claim 23, wherein chunks of a common coded data stream include video data coded at different frame resolutions.
29. The method of claim 23, wherein the synchronization frame is an I-frame.
30. The method of claim 23, wherein the synchronization frame is an Instantaneous Decoder Refresh Frame.
31. The method of claim 23, further comprising, for one of the coded data streams, coding the video sequence as an enhancement layer for the one coded data stream.
32. The method of claim 23, wherein each coded data stream comprises data indicating its visual quality, which is used to decode the stream.
33. The method of claim 14, further comprising determining a resolution and frame-rate of each transmission unit to maintain a maximum visual quality measured over a decode path.
PCT/US2013/042366 2012-06-08 2013-05-23 Techniques for adaptive video streaming WO2013184374A1 (en)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US201261657600P 2012-06-08 2012-06-08
US61/657,600 2012-06-08
US13/631,605 2012-09-28
US13/631,605 US9571827B2 (en) 2012-06-08 2012-09-28 Techniques for adaptive video streaming

Publications (1)

Publication Number Publication Date
WO2013184374A1 true WO2013184374A1 (en) 2013-12-12

Family

ID=48579500

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2013/042366 WO2013184374A1 (en) 2012-06-08 2013-05-23 Techniques for adaptive video streaming

Country Status (3)

Country Link
US (1) US9571827B2 (en)
TW (1) TWI511544B (en)
WO (1) WO2013184374A1 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP2897367A1 (en) * 2014-01-19 2015-07-22 Fabrix TV Ltd Methods and systems of storage level video fragment management
EP3175617A4 (en) * 2014-07-31 2018-02-28 Dejero Labs Inc. System and method for automatic encoder adjustment based on transport data
US10028163B2 (en) 2010-07-15 2018-07-17 Dejero Labs Inc. System and method for transmission of data from a wireless mobile device over a multipath wireless router
US10165286B2 (en) 2009-07-08 2018-12-25 Dejero Labs Inc. System and method for automatic encoder adjustment based on transport data
CN109246443A (en) * 2018-11-28 2019-01-18 湖南快乐阳光互动娱乐传媒有限公司 Live stream slicing synchronization method and system
US11689884B2 (en) 2009-07-08 2023-06-27 Dejero Labs Inc. System and method for providing data services on vehicles

Families Citing this family (46)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7515710B2 (en) 2006-03-14 2009-04-07 Divx, Inc. Federated digital rights management scheme including trusted systems
EP2384475A4 (en) 2009-01-07 2014-01-22 Sonic Ip Inc Singular, collective and automated creation of a media guide for online content
WO2011068668A1 (en) 2009-12-04 2011-06-09 Divx, Llc Elementary bitstream cryptographic material transport systems and methods
US9247312B2 (en) 2011-01-05 2016-01-26 Sonic Ip, Inc. Systems and methods for encoding source media in matroska container files for adaptive bitrate streaming using hypertext transfer protocol
US9467708B2 (en) 2011-08-30 2016-10-11 Sonic Ip, Inc. Selection of resolutions for seamless resolution switching of multimedia content
US8818171B2 (en) 2011-08-30 2014-08-26 Kourosh Soroushian Systems and methods for encoding alternative streams of video for playback on playback devices having predetermined display aspect ratios and network connection maximum data rates
CN108989847B (en) 2011-08-30 2021-03-09 帝威视有限公司 System and method for encoding and streaming video
US8964977B2 (en) 2011-09-01 2015-02-24 Sonic Ip, Inc. Systems and methods for saving encoded media streamed using adaptive bitrate streaming
US8909922B2 (en) 2011-09-01 2014-12-09 Sonic Ip, Inc. Systems and methods for playing back alternative streams of protected content protected using common cryptographic information
US9571827B2 (en) 2012-06-08 2017-02-14 Apple Inc. Techniques for adaptive video streaming
US9197685B2 (en) * 2012-06-28 2015-11-24 Sonic Ip, Inc. Systems and methods for fast video startup using trick play streams
US10452715B2 (en) 2012-06-30 2019-10-22 Divx, Llc Systems and methods for compressing geotagged video
WO2014015110A1 (en) 2012-07-18 2014-01-23 Verimatrix, Inc. Systems and methods for rapid content switching to provide a linear tv experience using streaming content distribution
US9804668B2 (en) 2012-07-18 2017-10-31 Verimatrix, Inc. Systems and methods for rapid content switching to provide a linear TV experience using streaming content distribution
US9313510B2 (en) 2012-12-31 2016-04-12 Sonic Ip, Inc. Use of objective quality measures of streamed content to reduce streaming bandwidth
US9191457B2 (en) 2012-12-31 2015-11-17 Sonic Ip, Inc. Systems, methods, and media for controlling delivery of content
WO2014134177A2 (en) 2013-02-27 2014-09-04 Apple Inc. Adaptive streaming techniques
US9906785B2 (en) 2013-03-15 2018-02-27 Sonic Ip, Inc. Systems, methods, and media for transcoding video data according to encoding parameters indicated by received metadata
US10397292B2 (en) 2013-03-15 2019-08-27 Divx, Llc Systems, methods, and media for delivery of content
US9247317B2 (en) 2013-05-30 2016-01-26 Sonic Ip, Inc. Content streaming with client device trick play index
US9094737B2 (en) 2013-05-30 2015-07-28 Sonic Ip, Inc. Network video streaming with trick play based on separate trick play files
DE102013211571B4 (en) * 2013-06-19 2016-02-11 Opticom Dipl.-Ing. Michael Keyhl Gmbh CONCEPT FOR DETERMINING THE QUALITY OF A MEDIA DATA FLOW WITH A VARIANT QUALITY-TO-BIT RATE
US9967305B2 (en) 2013-06-28 2018-05-08 Divx, Llc Systems, methods, and media for streaming media content
US9756102B2 (en) * 2013-10-07 2017-09-05 Qualcomm Incorporated Request cancellation method for media streaming
US9866878B2 (en) 2014-04-05 2018-01-09 Sonic Ip, Inc. Systems and methods for encoding and playing back video at different frame rates using enhancement layers
US9813470B2 (en) * 2014-04-07 2017-11-07 Ericsson Ab Unicast ABR streaming
US10129312B2 (en) * 2014-09-11 2018-11-13 Microsoft Technology Licensing, Llc Dynamic video streaming based on viewer activity
US10749918B2 (en) * 2014-11-10 2020-08-18 Avago Technologies International Sales Pte. Limited Adaptive streaming with early client indication
GB2534136A (en) * 2015-01-12 2016-07-20 Nokia Technologies Oy An apparatus, a method and a computer program for video coding and decoding
EP3255894B1 (en) * 2015-02-04 2021-01-20 Nippon Telegraph and Telephone Corporation Quality-of-experience optimization system, quality-of-experience optimization device, recommendation request device, quality-of-experience optimization method, recommendation request method and program
US10075292B2 (en) 2016-03-30 2018-09-11 Divx, Llc Systems and methods for quick start-up of playback
US10148989B2 (en) 2016-06-15 2018-12-04 Divx, Llc Systems and methods for encoding video content
US11363322B2 (en) * 2016-12-01 2022-06-14 Brightcove, Inc. Optimization of encoding profiles for media streaming
US10834406B2 (en) 2016-12-12 2020-11-10 Netflix, Inc. Device-consistent techniques for predicting absolute perceptual video quality
US10498795B2 (en) 2017-02-17 2019-12-03 Divx, Llc Systems and methods for adaptive switching between multiple content delivery networks during adaptive bitrate streaming
US10742708B2 (en) 2017-02-23 2020-08-11 Netflix, Inc. Iterative techniques for generating multiple encoded versions of a media title
US11153585B2 (en) 2017-02-23 2021-10-19 Netflix, Inc. Optimizing encoding operations when generating encoded versions of a media title
US11166034B2 (en) 2017-02-23 2021-11-02 Netflix, Inc. Comparing video encoders/decoders using shot-based encoding and a perceptual visual quality metric
US11184621B2 (en) 2017-02-23 2021-11-23 Netflix, Inc. Techniques for selecting resolutions for encoding different shot sequences
US10666992B2 (en) * 2017-07-18 2020-05-26 Netflix, Inc. Encoding techniques for optimizing distortion and bitrate
US11234034B2 (en) 2018-11-02 2022-01-25 Netflix, Inc. Techniques for encoding a media title via multiple encoders
US10911791B2 (en) * 2019-01-09 2021-02-02 Netflix, Inc. Optimizing encoding operations when generating a buffer-constrained version of a media title
US11503099B2 (en) 2020-03-31 2022-11-15 Google Llc Methods, systems, and media for selecting video formats for adaptive video streaming
US12088821B1 (en) * 2020-06-30 2024-09-10 Amazon Technologies, Inc. Dynamic encoder-time scaling service for live and on-demand adaptive streaming
CN115734026A (en) * 2021-08-31 2023-03-03 北京字跳网络技术有限公司 Video processing method, device and system
US11785262B1 (en) 2022-03-16 2023-10-10 International Business Machines Corporation Dynamic compression of audio-visual data

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050123058A1 (en) * 1999-04-27 2005-06-09 Greenbaum Gary S. System and method for generating multiple synchronized encoded representations of media data
US20110238789A1 (en) * 2006-06-09 2011-09-29 Qualcomm Incorporated Enhanced block-request streaming system using signaling or block creation
EP2410745A1 (en) * 2010-07-23 2012-01-25 Seawell Networks Inc Methods and systems for scalable video delivery

Family Cites Families (44)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2782437B1 (en) * 1998-08-14 2000-10-13 Thomson Multimedia Sa MPEG STREAM SWITCHING METHOD
US6275536B1 (en) * 1999-06-23 2001-08-14 General Instrument Corporation Implementation architectures of a multi-channel MPEG video transcoder using multiple programmable processors
EP1149494A1 (en) 1999-11-23 2001-10-31 Koninklijke Philips Electronics N.V. Seamless switching of mpeg video streams
US7003794B2 (en) * 2000-06-27 2006-02-21 Bamboo Mediacasting, Inc. Multicasting transmission of multimedia information
US20040125877A1 (en) 2000-07-17 2004-07-01 Shin-Fu Chang Method and system for indexing and content-based adaptive streaming of digital video content
US7974200B2 (en) 2000-11-29 2011-07-05 British Telecommunications Public Limited Company Transmitting and receiving real-time data
US20020131496A1 (en) * 2001-01-18 2002-09-19 Vinod Vasudevan System and method for adjusting bit rate and cost of delivery of digital data
US8209429B2 (en) 2001-07-19 2012-06-26 British Telecommunications Public Limited Company Video stream switching
FI115418B (en) 2001-09-20 2005-04-29 Oplayo Oy Adaptive media stream
US6959042B1 (en) 2001-10-01 2005-10-25 Cisco Technology, Inc. Methods and apparatus for measuring compressed video signals and applications to statistical remultiplexing
KR20040054740A (en) * 2001-10-25 2004-06-25 코닌클리케 필립스 일렉트로닉스 엔.브이. A method to assist in the predictability of open and flexible systems using video analysis
GB2395387B (en) 2002-11-13 2005-02-16 Motorola Inc Video streaming device and method of control for switchable video streams
FI116016B (en) 2002-12-20 2005-08-31 Oplayo Oy a buffering
US7406176B2 (en) * 2003-04-01 2008-07-29 Microsoft Corporation Fully scalable encryption for scalable multimedia
US8214516B2 (en) * 2006-01-06 2012-07-03 Google Inc. Dynamic media serving infrastructure
CA2669153A1 (en) * 2006-11-15 2008-05-22 Qualcomm Incorporated Systems and methods for applications using channel switch frames
US7962640B2 (en) * 2007-06-29 2011-06-14 The Chinese University Of Hong Kong Systems and methods for universal real-time media transcoding
US7802286B2 (en) 2007-07-24 2010-09-21 Time Warner Cable Inc. Methods and apparatus for format selection for network optimization
US8379851B2 (en) * 2008-05-12 2013-02-19 Microsoft Corporation Optimized client side rate control and indexed file layout for streaming media
US8370887B2 (en) 2008-05-30 2013-02-05 Microsoft Corporation Media streaming with enhanced seek operation
WO2010033642A2 (en) * 2008-09-16 2010-03-25 Realnetworks, Inc. Systems and methods for video/multimedia rendering, composition, and user-interactivity
US8265140B2 (en) * 2008-09-30 2012-09-11 Microsoft Corporation Fine-grained client-side control of scalable media delivery
US8219711B2 (en) * 2008-11-24 2012-07-10 Juniper Networks, Inc. Dynamic variable rate media delivery system
US8370520B2 (en) * 2008-11-24 2013-02-05 Juniper Networks, Inc. Adaptive network content delivery system
US8781305B2 (en) 2008-12-02 2014-07-15 Microsoft Corporation Media streaming with smooth fast-forward and rewind
US8396114B2 (en) * 2009-01-29 2013-03-12 Microsoft Corporation Multiple bit rate video encoding using variable bit rate and dynamic resolution for adaptive video streaming
US8311115B2 (en) * 2009-01-29 2012-11-13 Microsoft Corporation Video encoding using previously calculated motion information
US8909806B2 (en) * 2009-03-16 2014-12-09 Microsoft Corporation Delivering cacheable streaming media presentations
WO2010135333A1 (en) 2009-05-19 2010-11-25 Beaumaris Networks Inc. Methods, apparatus and computer readable medium for managed adaptive bit rate for bandwidth reclamation
IT1398195B1 (en) * 2009-06-25 2013-02-14 St Microelectronics Srl "PROCEDURE AND SYSTEM FOR THE DISTRIBUTION OF INFORMATION CONTENT, ITS RELATED PRODUCT"
US8205004B1 (en) 2009-06-26 2012-06-19 Adobe Systems Incorporated Multi-bit-rate streaming delivery
CA2711311C (en) * 2009-08-10 2016-08-23 Seawell Networks Inc. Methods and systems for scalable video chunking
US9237387B2 (en) * 2009-10-06 2016-01-12 Microsoft Technology Licensing, Llc Low latency cacheable media streaming
US8392748B2 (en) * 2009-10-06 2013-03-05 Microsoft Corporation Reliable media streaming
US20120179833A1 (en) * 2010-06-02 2012-07-12 Onmobile Global Limited Method and apparatus for adapting media
CN101895748B (en) 2010-06-21 2014-03-26 华为终端有限公司 Coding and decoding methods and coding and decoding devices
US20130307847A1 (en) * 2010-12-06 2013-11-21 The Regents Of The University Of California Rendering and encoding adaptation to address computation and network
US9088835B2 (en) * 2010-12-17 2015-07-21 Thomson Licensing Method for adjusting depth or view of three-dimensional streaming video
TWI489876B (en) * 2011-03-10 2015-06-21 Univ Nat Chi Nan A Multi - view Video Coding Method That Can Save Decoding Picture Memory Space
US20130170561A1 (en) 2011-07-05 2013-07-04 Nokia Corporation Method and apparatus for video coding and decoding
EP2608558A1 (en) * 2011-12-22 2013-06-26 Thomson Licensing System and method for adaptive streaming in a multipath environment
US8325821B1 (en) * 2012-02-08 2012-12-04 Vyumix, Inc. Video transcoder stream multiplexing systems and methods
US9313138B2 (en) * 2012-08-17 2016-04-12 Google Technology Holdings LLC Devices, systems, and methods for adaptive switching of multicast content delivery to optimize bandwidth usage
US9571827B2 (en) 2012-06-08 2017-02-14 Apple Inc. Techniques for adaptive video streaming

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050123058A1 (en) * 1999-04-27 2005-06-09 Greenbaum Gary S. System and method for generating multiple synchronized encoded representations of media data
US20110238789A1 (en) * 2006-06-09 2011-09-29 Qualcomm Incorporated Enhanced block-request streaming system using signaling or block creation
EP2410745A1 (en) * 2010-07-23 2012-01-25 Seawell Networks Inc Methods and systems for scalable video delivery

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
OZGUR OYMAN ET AL: "Quality of experience for HTTP adaptive streaming services", IEEE COMMUNICATIONS MAGAZINE, IEEE SERVICE CENTER, PISCATAWAY, US, vol. 50, no. 4, 1 April 2012 (2012-04-01), pages 20 - 27, XP011440704, ISSN: 0163-6804, DOI: 10.1109/MCOM.2012.6178830 *
TELEFON AB LM ERICSSON ET AL: "Segment Alignment and related issues in HTTP Streaming", 2 March 2010 (2010-03-02), pages 1 - 3, XP008158991, Retrieved from the Internet <URL:http://www.3gpp.org/ftp/tsg_sa/WG4_CODEC/Ad-hoc_MBS/Docs_AHI/> *

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10165286B2 (en) 2009-07-08 2018-12-25 Dejero Labs Inc. System and method for automatic encoder adjustment based on transport data
US10701370B2 (en) 2009-07-08 2020-06-30 Dejero Labs Inc. System and method for automatic encoder adjustment based on transport data
US11006129B2 (en) 2009-07-08 2021-05-11 Dejero Labs Inc. System and method for automatic encoder adjustment based on transport data
US11503307B2 (en) 2009-07-08 2022-11-15 Dejero Labs Inc. System and method for automatic encoder adjustment based on transport data
US11689884B2 (en) 2009-07-08 2023-06-27 Dejero Labs Inc. System and method for providing data services on vehicles
US11838827B2 (en) 2009-07-08 2023-12-05 Dejero Labs Inc. System and method for transmission of data from a wireless mobile device over a multipath wireless router
US10028163B2 (en) 2010-07-15 2018-07-17 Dejero Labs Inc. System and method for transmission of data from a wireless mobile device over a multipath wireless router
US10575206B2 (en) 2010-07-15 2020-02-25 Dejero Labs Inc. System and method for transmission of data from a wireless mobile device over a multipath wireless router
EP2897367A1 (en) * 2014-01-19 2015-07-22 Fabrix TV Ltd Methods and systems of storage level video fragment management
EP3175617A4 (en) * 2014-07-31 2018-02-28 Dejero Labs Inc. System and method for automatic encoder adjustment based on transport data
CN109246443A (en) * 2018-11-28 2019-01-18 湖南快乐阳光互动娱乐传媒有限公司 Live stream slicing synchronization method and system
CN109246443B (en) * 2018-11-28 2021-03-23 湖南快乐阳光互动娱乐传媒有限公司 Live stream slicing synchronization method and system

Also Published As

Publication number Publication date
TW201404170A (en) 2014-01-16
US9571827B2 (en) 2017-02-14
US20130329781A1 (en) 2013-12-12
TWI511544B (en) 2015-12-01

Similar Documents

Publication Publication Date Title
US9571827B2 (en) Techniques for adaptive video streaming
US11076187B2 (en) Systems and methods for performing quality based streaming
CN106537923B (en) The technology of adaptive video stream
KR101716071B1 (en) Adaptive streaming techniques
US10298985B2 (en) Systems and methods for performing quality based streaming
US20220030244A1 (en) Content adaptation for streaming
US8477844B2 (en) Method and apparatus for transmitting video
US9866605B2 (en) Streaming manifest quality control
US20170104989A1 (en) Systems and Methods for the Reuse of Encoding Information in Encoding Alternative Streams of Video Data
US10148990B2 (en) Video streaming resource optimization
US11563990B2 (en) Method and apparatus for automatic HLS bitrate adaptation
JP2022545623A (en) Prediction-Based Drop Frame Handling Logic in Video Playback
US10609383B2 (en) Video compression using down-sampling patterns in two phases
US11196795B2 (en) Method and apparatus for predicting video decoding time
James et al. BETA: bandwidth-efficient temporal adaptation for video streaming over reliable transports
US11082741B2 (en) Dynamic multi-content delivery network selection during video playback
De Simone et al. Comparison of DASH adaptation strategies based on bitrate and quality signalling
CN118612443A (en) Rate distortion curve prediction for video coding
Yu Statistic oriented video coding and streaming methods with future insight

Legal Events

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

Ref document number: 13728053

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 13728053

Country of ref document: EP

Kind code of ref document: A1