HK1231215B - Streaming multiple encodings encoded using different encoding parameters - Google Patents
Streaming multiple encodings encoded using different encoding parameters Download PDFInfo
- Publication number
- HK1231215B HK1231215B HK17104785.2A HK17104785A HK1231215B HK 1231215 B HK1231215 B HK 1231215B HK 17104785 A HK17104785 A HK 17104785A HK 1231215 B HK1231215 B HK 1231215B
- Authority
- HK
- Hong Kong
- Prior art keywords
- virtual
- video
- frame
- frames
- stream
- Prior art date
Links
Description
The current disclosure relates to encoding video data, and in particular, to providing and streaming multiple encodings.
In a typical video surveillance system, one or more cameras may be communicatively coupled to a server system. As video data is recorded by the cameras, it is forwarded to the server system where it is stored for subsequent retrieval. Client systems are communicatively coupled to the server system and may be used to request and receive streams of recorded video data.
Various technologies have been developed for use in streaming video data to clients. However, existing technologies are lacking. For example, many technologies fail to adequately address the need for synchronization between related video encodings.
The scope of the invention is defined by the appended claims.
The foregoing summary and the following additional description of the illustrative embodiments may be better understood when read in conjunction with the appended drawings. It is understood that potential embodiments of the disclosed systems and methods are not limited to those depicted.
- Figure 1 depicts an example surveillance system adapted to generate and store multiple resolution encodings.
- Figure 2 depicts an example display monitor adapted to display multiple resolution encodings.
- Figure 3 depicts an example video source device and control server adapted to generate and receive multiple resolution encodings.
- Figure 4 depicts example functional features provided by video source device and control server.
- Figure 5A depicts an example container frame comprising multiplexed virtual frames and descriptors used to describe those virtual frames.
- Figure 5B depicts an example video stream comprising multiplexed container frames being demultiplexed and processed by the control server.
- Figure 6 depicts an example video source device response that describes individual virtual streams comprised in multiple resolution encodings.
- Figure 7 depicts an illustration of an example encoding of a region of interest at different resolutions.
- Figure 8 depicts a flow diagram of an example method for streaming data from a video source device.
- Figure 9 depicts a flow diagram of an example process for encoding a source video.
- Figure 10 depicts a flow diagram of an example method for encoding a source video.
- Figure 11 depicts example functional features provided by a control server and client.
- Figure 12 depicts an example video stream comprising container frames being multiplexed by the control server and sent to the client.
- Figure 13 depicts an example method for transmitting client streaming parameters from the client to the control server.
- Figure 14 depicts an example method for transmitting a data stream comprising container frames from the control server to the client.
- Figure 15 depicts an example method for determining which of several virtual streams to multiplex and send from the control server to the client.
- Figure 16 depicts a block diagram of example client server system adapted for communicating an active session of video from a video source device.
- Figure 17 depicts an example application of an image compositing method.
Applicants disclose herein systems and methods for streaming multiple encodings of a source video stream. In an example embodiment, a source video device system may capture and/or receive source video comprising a plurality of source video frames. A video prior to encoding is referred to as a "source video," with each frame of the video being a "source frame." The source video device system encodes the source video frames into virtual frames, with each of the virtual frames being encoded using at least one different encoding parameter. The encoding parameters may be any that are suitable including, for example, a region of interest, frame rate, video quality, video resolution, and compression technique/encoding format. The source video device system forms a container frame from the virtual frames and transmits the container frame over a network. In an example embodiment, the container frame comprises the virtual frames associated with a particular source frame and a container timestamp applicable to all of the virtual frames in the container frame.
When transmitting multiple encodings of a source video to a client, it is desirable for the client to be able to synchronize the frames from the multiple encodings it receives. Synchronization addresses at least two issues:
- 1) When the client switches from one of the encodings to another, any time-offset between the encodings will manifest as a discontinuity, or "jump" in time, in the video, which is undesirable.
- 2) When the client is simultaneously displaying encodings that represent adjacent regions of interest (hereinafter interchangeably referred to as "ROIs") of the source video, any time-offset between those encodings causes any objects that cross between those regions of interest to also experience a discontinuity, or "jump" in time, which prevents the objects from transitioning smoothly between those regions of interest. This is also undesirable.
There are several conventional ways of synchronizing video. For example, when an encoding is formed using the JPEG2000 format, different resolutions and image tiles can be embedded into the same bitstream. Problems with this technique include that the compression standard is limited to JPEG2000, which has not been widely adopted in the consumer space, and that separating the different resolutions and tiles from one another requires parsing the bitstream.
As another example, when transmitting video over Real-time Transport Protocol (RTP), which is the most common media transport protocol for real-time transmission, RTP Control Protocol (RTCP) is used to recover a Coordinated Universal Time (UTC) time, generated by the camera that generates and transmits the streams, for each video frame of each stream. When transmitting multiple encodings in this fashion, the camera uses a different RTP stream to transmit each of the encodings. It is possible to recover the UTC time for the frames and use that time to synchronize video from different streams. However, the UTC on the camera time may experience discontinuities or "jumps" in time due to changes in the time-source it is synchronized to or due to inaccuracies in that time-source. Any jumps in the UTC time will result in a change in the recovered UTC time for each frame. However, this time change will not affect each stream simultaneously. Consequently, the frames of different streams will be temporarily out of sync on every occasion of UTC time jump on the camera. This is undesirable from the user's point of view.
In order to avoid the need for synchronization of frames between different streams on the client, and as described herein, it is possible to synchronize the frames of the different encodings on the camera, wrap all frames with the same UTC timestamp into a container frame, and transmit a single stream of container frames to the client. A video source device, such as, for example, a camera, generates source video comprising source frames. The camera applies a UTC timestamp to each source frame ("source frame timestamp"). The video source device generates multiple encodings of each source frame, each of which is distinguished from the other encodings by using at least one different encoding parameter. Because each of the source frame encodings is generated from the same source frame, they all share the same timestamp. The video source device generates a container frame from the source frame encodings sharing a common timestamp. The video source device appends a timestamp ("container timestamp") to a header of the container frame ("container frame header") that is identical to the timestamps of the various source frame encodings. The video source device also generates what are hereinafter referred to as "virtual frames," by generating frames each of which comprises a different source frame encoding with a header ("virtual frame header") that includes a delimiter comprising a virtual stream identifier, or "vstream id", as discussed in further detail below. The virtual frames of any one of the multiple encodings collectively comprise a "virtual stream." As used herein, container and virtual frames typically refer to data structures at the application layer of the OSI model, as compared to a data structure at the data link layer of the OSI model.
The control server 102 may comprise virtual stream manager functionality. The virtual stream manager resident on the control server 102 that manages the virtual streams that the control server 102 receives from the devices is hereinafter the "server-device virtual stream manager" or "server-device VS manager" 104. The server-device VS manager 104 provides functionality for configuring the video source devices 110, 114 in order to stream independent multiple resolution encodings. The server-device VS manager 104 may also comprise functionality to receive streams from video source devices 110, 114 and demultiplex the received streams into the individual virtual streams. The demultiplexed virtual streams may be combined and re-multiplexed in different ways, including, for example, by removing one or more of the virtual streams. The individual virtual streams of a stream from the video source devices 110, 114 can be provided to the storage management functionality 108 for storage. Further, one or more of the individual virtual streams may be provided to additional virtual stream manager functionality; in particular, the virtual stream manager resident on the control server 102 that manages the virtual streams that the control server 102 sends to the client 142 is hereinafter the "server-client virtual stream manager" or "server-client VS manager" 106. The individual virtual streams may be provided to the server-client VS manager 106 either from the storage management functionality 108 or from the server-device VS manager 104. The server-client VS manager 106 streams one or more virtual streams to a client 142 over a network 144.
Each of the video source devices 110, 114 may be configured to provide various virtual stream encodings depending upon the capabilities of the respective video source devices 110, 114, the capabilities of other components, such as the bandwidth of network 116, the bandwidth of network 144, the available storage space as well as the requirements of the surveillance system, as well as other suitable parameters material to operation of the video source devices 110, 114. The video source devices 110, 114 may provide a single resolution encoding, or a plurality of individual resolution encodings. Further, each resolution encoding may be provided by a number of virtual streams. Stream 118 is depicted in Figure 1 as being streamed from I P camera 110 to the control server 102 over network 116.
As depicted, the stream 118 comprises a number of individual resolution encodings 120, 122, 124. The individual resolution encodings 120, 122, 124 are depicted as encoding the same portion of the source video, which is contemplated as being substantially all of the region of interest of a sensor of the camera 110a. For example, the resolution encoding 120 may be encoded to the full resolution of the source, the resolution encoding 122 may be encoded to a half of the source resolution and the resolution encoding 124 may be encoded to a quarter of the source resolution. Each of the individual resolution encodings 120, 122, 124 encodes the source video using a respective encoding format such as H.264 or JPEG. In alternative embodiments, instead of adjusting resolution, the stream 118 may be encoded by varying one or more different encoding parameters, such as frame rate and video quality, additionally or alternatively to resolution.
Each of the individual resolution encodings 120, 122, 124 may be provided by one or more virtual streams 126, 128, 130 within the stream 118. Each virtual stream 126, 128, 130 comprises at least a portion of the video source encoded at the compression level of the respective resolution encodings 120, 122, 124. As depicted, the full resolution encoding 120 is provided by a 3x4 tiling of virtual streams. Each of the 12 virtual streams 126 is encoded with the same encoding format, and when the 12 virtual streams are combined they provide the full resolution of the source video. In an alternative embodiment, different encoding formats or different encoding parameters can be used to encode any one or more of these 12 virtual streams. The resolution encoding 122 is depicted as being provided by a single virtual stream. Accordingly, the virtual stream 128 may have a resolution of 1/2 of the video source. Similarly, the virtual stream 130 may have a resolution of 1/4 of the video source. Although described as providing a tiling of a larger area, the virtual streams do not need to form tiles; rather, each virtual stream may encode a particular region of interest, which may comprise the full source video, or a portion thereof. The various virtual streams may overlap the same region of interest, or encode non-overlapping portions of the source video.
The server-device VS manager 104 may receive streams from the video source devices 110, 114, such as stream 118. The server-device VS manager 104 may demultiplex the virtual streams of individual resolution encodings 120, 122, 124 from the received stream 118, and the demultiplexed virtual streams may be passed to the storage management functionality 108. Additionally, one or more of the virtual streams may be passed to the server-client VS manager 106 for streaming to the client 142.
As depicted, the storage management functionality 108 stores the virtual streams of the resolution encodings in a data store 132. The storage management functionality 108 may pass each of the resolution encodings 134 to the data store. The storage management functionality 108 and data store 132 may store the video data in different storage sections or tiers to reduce the amount of storage required. As depicted, a short term storage tier 136 may store each of the resolution encodings. After a period of time has passed, it may be determined that the full resolution encoding is no longer required to be stored. The full resolution encoding may be removed from storage, and the remaining resolution encodings stored in storage tier 138. Similarly, after a period of time, it may be determined that the medium resolution encoding is no longer required to be stored, and as such it can be removed from storage and the remaining resolution encoding stored 140. In an example embodiment, the virtual streams are stored separately in each of the storage areas or tiers 136, 138, and 140, and the age or length of time each virtual streams has been stored is maintained independently. In such an embodiment, after a period of time has passed, a container frame may be reconstructed from the virtual streams that remain stored in the storage areas 136, 138, and 140.
The data store 132 may be provided by the same computing system as the control server. Additionally or alternatively, the data store may be provided by separate computing devices. Further still, although depicted as being directly connected to the control server, it is contemplated that the data store may be coupled to the control server by a network.
As described above, the server-client VS manager 106 may receive resolution encodings from either the server-device VS manager 104 or the storage management functionality 108 for streaming to a monitoring client 142 over network 144. The resolution encodings may be from different video source devices. As depicted, each resolution encoding 146a, 146b, 146c, 146d may be streamed individually, or one or more of resolution encodings may be combined together into a single stream. As depicted, a number of virtual streams 148a, 148b, 148c, 148d corresponding to the low resolution encodings from different video source devices are streamed to the monitoring device 142. The monitoring device 142 may receive and decode the virtual streams 148a, 148b, 148c, 148d and display the decoded video 150.
Alternatively, not shown in Figure 1 , a client device such as the monitoring client 142, or a client process running on a server such as the control server 102, may receive and decode one or more of the virtual streams 148a, 148b, 148c, 148d to create a composite video stream that is like the video 150, but not display it. Instead, such a client device or process may re-encode the composite video stream to be displayed on a mobile device, such as a cellular telephone, laptop computer, tablet, etc., and then transmit re-encoded composite stream to the mobile device via a network such as network 116 or network 144. The mobile device may then display the video in the mobile format for the user of the mobile device.
As described above, the full resolution encoding may comprise a number of virtual streams. Accordingly, only the virtual streams of the full resolution encoding that cover the selected zoomed-in region need to be streamed to the monitoring client 142. For example, if the full resolution is provided as a 4x3 grid of virtual streams the virtual streams in the top row and the third and fourth columns may cover the desired region.
As described above, providing multiple virtual streams allows efficient bandwidth usage when streaming video to a monitoring location regardless of if video from multiple cameras are being displayed, or if only a small portion of a single camera is zoomed into for display.
The CPU 304 may execute instructions stored in memory. The instructions, depicted as 312, when executed may configure the control server 302 to perform the functionality described above, and also to implement the server-device VS manager 314 whose functionality is described below.
The video source device 316, which may be, for example, a camera device or system, comprises a central processing unit 318 for processing instructions. The instructions may be stored in memory 320. The video source device 316 may further comprise non-volatile storage 322 for persistent storage of data and instructions. The video source device 316 may further comprise one or more input/output (I/O) interfaces 324. The I/O interfaces allow input and/or output components to be connected to the video capture. For example, a network interface card (NIC) may be connected to the input/output interface 324 in order to connect the video source device 316 to a communication network. Further, if the video source device 316 is a camera, whether IP or analog, the I/O interface may further connect a sensor to the CPU for capturing image data.
The CPU 318 may execute instructions stored in memory. The instructions, depicted as 326, when executed may configure the video source device 316 to provide the device virtual stream (VS) manager 328 as well as encoder functionality 330.
The server-device virtual stream (VS) manager 314 of the control server 302 and the device VS manager 328 of the video source device 316 cooperate in order to configure 332 video source device 316, which may include, for example, a camera, as desired or required. The encoder functionality 330 may be configured in order to provide multiple encoding components that can each encode video and specified settings, which may include a number of rows and columns of individually encoded tiles. The encodings provided by the encoding components can be streamed to the control server 302 as depicted by data stream 334.
It will be appreciated that while the Figures and description herein refer to video source device 316 and server 102 separately, in some embodiments the functionality from both described systems may exist in a single system. For example, the video source device 316 may be a camera system that provides all of the functionality described herein relating to cameras and image collection, as well as the functionality described herein relating to control server 102. In such an embodiment, a camera system may operate as a server with the ability to control and communicate with other camera systems.
Similarly, video source device functionality may be provided in a video source device such as the video source device 316 described above by executing instructions by a processor. The video source device functionality may include network layer protocol functionality 410, encoder functionality 412 and application layer protocol functionality 414. The video source device may provide additional functionality not depicted in Figure 4 .
The network layer protocol functionality 402, 410 of the control server 302 and the video source device 316 cooperate in order to configure the video source device 316 in the desired manner. The network layer protocol functionality 402, 410 provides a standardized network interface for video devices and allows for the discovery, configuration, management and control of compliant devices. The network layer protocol functionality 402, 410 provides a common interface between the control server 302 and the video source device 316 that allows the discovery of the video source device 316 and its capabilities as well as the configuration of the device 316. As described further below, the network layer protocol functionality 402, 410 may be used to configure the encoder functionality 416 in order to set the device 316 up to stream multiple independent resolution encodings, including encodings of particular regions of interest, as described above. Once configured as desired, the video source device 316 may encode source video using the configured encoder functionality in order to provide a data stream of the configured resolution encodings. The data stream from the encoder can be transmitted from the video source device 316 to the control server 302 using application layer protocol functionality 404, 414 which provide for real time control and transport of the data stream 418.
Once the data stream 418 is received at the control server 302, it may be processed in order to group virtual streams belonging to the same resolution encoding together. As described above, a single resolution encoding may be composed of one or more independently encoded regions of interest. The resolution encodings may then be further processed as desired, for example for storage or streaming to a monitoring client.
The control server 302 may also comprise configuration functionality 408. The configuration functionality 408 may allow a user to set, view and/or modify configuration parameters of components of the surveillance system. For example, the configuration functionality may allow a desired encoder configuration for video source devices.
As discussed in further detail with respect to Figure 6 , below, prior to transmitting the container and audio frames 506, 507 from the video source devices to the control server 302, session descriptions are first described over a reliable transport mechanism such as TCP, HTTP, or RTSP. The descriptors from the container and audio frames 506, 507 are retrieved from those frames 506, 507 and serialized into session description information 509, which in one embodiment may exist in computing memory as a file The description information/file 509 lists the properties of the audio and video comprising the container and audio frames 506, 507, as well as the uniform resource identifier (URI) from which transport can be established to stream those media files over the network. The virtual streams comprise additional properties such as a vstream id, which is used for packet-level transport multiplexing and demultiplexing, and encoding parameters such as the source ROI and image resolution.
In one embodiment, each of the frames 506, 507 is packetized and sent from the video source device to the control server over an unreliable transport mechanism such as UDP. In alternative embodiments, different transport mechanisms may be used to transmit the frames 506, 507.
The portion of the video stream 118 shown in Figure 5B comprises first and second container frames 506a-c (collectively, "container frames 506") prepared by the video source devices prior to their transmission over the network 116 to the control server. Each of the container frames 506a-c respectively comprises a time stamp 510a-c common to all the virtual frames 508 of that container frame 506a-c. Each of the virtual frame headers comprises a frame delimiter delimiting each of the virtual frames 508 from one another; in this example embodiment, the frame delimiter comprises the vstream id. The container frames 506 in Figure 5B each comprises one virtual frame 508a, c, e for the H.264 encoded video, and another virtual frame 508b, d, f for the JPEG encoded video. As opposed to sending the H.264 and JPEG video to the control server over separate streams each with its own timestamp, in the depicted embodiment placing the H.264 and JPEG videos into the container frames 506 and then transmitting the container frames 506 essentially time division multiplexes the H.264 and JPEG videos to the control server.
Associating a group of virtual frames 508 with a single source frame time stamp facilitates synchronization between virtual frames 508 and, consequently, video from different virtual streams that is displayed on the client 142, and reductions in latency. When the server-device VS manager 314 receives the stream 118, it is able to demultiplex each of the container frames 506 based on the time stamp 510 of each frame 506, and is subsequently able to demultiplex the container frames 506 from each other and each of the virtual frames 508 from any other virtual frames 508 within the container frame 506, as depicted in Figure 5B . The control server 302 can subsequently process any one or more of the container frames 506 and virtual frames 508 as desired, such as by storing the container frames 506 in the data store 132.
Once the encoding components for a stream are configured, at block 804, a description of the stream such as is described above in connection with Figures 5A (reference number 509) and Figure 6 (reference number 600) is communicated from the video source device 316 to the control server 302. In an example embodiment, the stream description 509 may be provided by the video source device 316 to the control server 302 in response to a description request sent by the control server 302. The received description 509 describes the plurality of individual streams the video source device 316 is configured to provide. Each of a desired resolution encoding may be provided by one or more virtual streams described in the description 509. The description 509 of each virtual stream may include an identifier of the virtual stream as well as encoding information of the virtual stream and an indication of the area of the source video that is encoded by the virtual stream.
At block 806, the data stream itself is communicated from video source device 316 and received at control server 302. At block 808, the control server 302 associates each virtual stream with a respective resolution encoding. Identifying which of the virtual streams is associated with the respective resolution encodings may be done using the information in the stream description 509. Additionally, if multiple virtual streams encode the same area of the source video, it may be necessary to utilize additional information encoded in the virtual stream in order to determine which resolution encoding the virtual stream is associated with. Once the respective resolution encoding is associated with each virtual stream, the virtual streams of the same resolution encodings may be further processed. For example, at block 810, the virtual streams of each resolution encoding may be provided for storage. The virtual streams and the stream description 509 may be stored in relation to each other. Additionally or alternatively, at block 812, one or more of the virtual streams of a resolution encoding may be streamed to one or more monitoring clients. It will be appreciated that while in the above description it is implied that a number of virtual streams are processed before the individual virtual streams are stored and/or transmitted to a client, each of the virtual steams is independently decodable and may be immediately stored and/or sent to a client.
The above has described encoding different regions of interest of a source video. The different encoded regions of interest may encode the entire source video or may encode only a portion of the source video. When switching between the encoded regions of interest that are displayed, or when multiple regions of interest are displayed at the same time, either next to each other in order to provide a mosaic of the source video, or superimposed on top of each other, any discrepancies between the synchronization of the displayed encodings may be apparent to the viewer. Such a lack of synchronization provides an undesirable user experience. As described further below with reference to Figures 9 and 10 , it is possible to encode and multiplex the regions of interest together in order to maintain synchronization between the multiple virtual streams.
One or more encoders 906 are configured in order to encode each of the video source frames 904 into a plurality of encoded virtual frames 908. As depicted in Figure 9 , the first video source frame 904a is encoded into a high resolution encoding 910a, a medium resolution encoding 910b and a low resolution encoding 910c. Although depicted as each encoding the entire video source frame 904a, each of the different encoded virtual frames may encode different regions of interest of the video source frame. Further, although the encoded virtual frames 908 are described as being encoded at different resolutions than the source video frame 904a, it is contemplated that the encoded virtual frames may be encoded at the same resolution, but may differ in other encoding parameters, such as the encoding format, frame rate, and video quality. The encoder 906 may encode each of the virtual frames 908 in a round-robin manner. Additionally or alternatively, one or more encoders may be configured to encode the different virtual frames. If multiple encoders are used, it may be necessary to provide a mechanism to track which encoded virtual frames correspond to the same video source frame. This may be accomplished by tagging each of the encoded virtual frames with a common identifier. Additionally or alternatively, the input and output of each encoder may be tracked in order to determine which video source frame an output encoded virtual frame corresponds with. Each of the virtual frames at this stage of the process 900 comprises a virtual frame header that includes a virtual frame timestamp derived from the source frame timestamp.
Once the video source frame has been encoded into the plurality of virtual frames, each of the encoded virtual frames corresponding to the same video source frame are multiplexed together by a virtual stream multiplexer 912. The virtual stream multiplexer 912 multiplexes the plurality of encoded virtual frames 910a, 910b, 910c into a single container frame 914, which may be transmitted over the network, for example to a control server 302. The multiplexing is done by concatenating the virtual frames together, with each virtual frame having a virtual frame header that delimits the virtual frames and the container frame having a container frame header that delimits container frames from each other. Although only video streams are depicted as being multiplexed into the frame container 914, it is contemplated that other data may be included such as audio data, analysis data, and metadata information. The container frame 914 comprises a container frame header, which includes a container frame timestamp derived from the virtual frame timestamps. Each of the virtual frame headers comprises a vstream id that identifies that particular virtual frame, as discussed in more detail above with respect to Figures 5A and 5B .
By multiplexing all encoded virtual frames corresponding to the same video source frame into a common container frame, it is possible to maintain complete synchronization of the individual virtual streams. Accordingly, it is possible to display multiple encoded regions of interest at the same time without any discrepancy in the synchronization, which may provide an improved user experience.
The CPU 1104 may execute instructions stored in memory. The instructions, depicted as 1107, when executed may configure the control server 102 to provide the server-client VS manager 106, along with other functionality described above. As discussed in further detail below, the server-client VS manager 106 enables the control server 102 to stream multiple resolution encodings to the client 142.
The client 142 comprises a central processing unit 1118 for processing instructions. The instructions may be stored in memory 1120. The client 142 may further comprise non-volatile storage 1122 for persistent storage of data and instructions. The client 142 may further comprise one or more input/output (I/O) interfaces 1124. The I/O interfaces allow input and/or output components to be connected to the CPU 1118 to permit the streams the client 142 receives from the server 102 to be displayed; in the depicted embodiment, a monitor 1127 is connected to one of the I/O interfaces 1124 for this purpose.
The CPU 1118 may execute instructions stored in the memory 1120. The instructions, depicted as 1126, when executed may configure the client 142 to provide the client VS manager 1128 as well as decoder functionality 1130.
The client management functionality 106 of the control server 102 and the client VS manager 1128 of the client 142 cooperate in order to configure streaming from the control server 102 to the client 142 as desired or required by exchanging initialization data 1132 and by the client 142 sending to the control server 102 client streaming parameters 1133. The decoder functionality 1130 may be configured in order to provide multiple decoding components that can each decode video and specified settings, which may include a number of rows and columns of individually encoded tiles. The encoded streams stored using or being relayed through the control server 102 can be streamed to the client 142 as depicted as data stream 1134.
Referring now to Figure 12 , there is shown a video stream 118 that the server-client VS manager 106 generates by multiplexing multiple container frames 506 and which the server-client VS manager 106 then sends to the client VS manager 1128. As discussed above in connection with Figure 5B , each of the virtual frames 508 comprised in any one of the container frames 506 comprises a virtual frame header with a delimiter to delimit between the virtual frames. The container frames 506 also each comprise a timestamp 508 applicable to all the virtual frames 508 in that container frame. In Figure 12 , the container frames 506 that the server-client VS manager 106 accesses can be obtained from one or both of the data store 132 and the video source devices. In the example scenario depicted in Figure 12 , the server-client VS manager 106 has determined that only the H.264 virtual stream is to be transmitted to the client 142; consequently, each of the container frames 506 sent to the client VS manager 1128 comprises the H.264 virtual stream and not the JPEG stream. Once the client VS manager 1128 receives the video stream 118, it demultiplexes it and displays or stores the virtual streams in a manner analogous to that performed by the server-device VS manager as described above in connection with Figure 5B . The client 142 may, for example, stitch together various virtual streams to form a larger image or permit virtual streams to overlap each other, as discussed in further detail below.
Prior to receiving the video stream 118, however, the client 142 requests the video stream 118 from the control server 102. The manner in which the client 142 requests the video stream 118, and in which the control server 102 selects the virtual streams to send to the client, is described below in connection with Figures 13 and 15 .
Referring now to Figure 13 , there is shown a method 1300 for transmitting client streaming parameters 1133 from the client 142 to the control server 102. Client streaming parameters 1133 are parameters that the control server 102 considers when determining which of the virtual streams to send to the client 142 for display on the monitor 1127. Instructions for performing the method 1300 may be encoded as program code and stored on the memory 1120 for execution by the CPU 1118.
The CPU 1118 begins performing the method 1300 at block 1302, and proceeds to block 1304 where it establishes a session with the control server 102 in a manner analogous to how the control server 102 and video source devices establish a session as described above in respect of Figures 1 to 10 . As part of establishing a session, the initialization data 1132 sent from the control server 102 to the client 142 comprises the session information, which describes encoding parameters, one or both of resolution and pixel count, and position of each of the virtual streams 126,128,130. As discussed in further detail below, in one example embodiment, the client 142 may present this information about the virtual streams 126,128,130 to the user to permit the user to specify which of the virtual streams 126,128,130 to display.
After initialization, the CPU 1118 receives user input describing, explicitly or implicitly, which of the virtual streams 126,128,130 to display. This user input may include:
- (a) Viewing areas. The viewing area is the number of pixels in a window on the monitor 1127, 150 that the user uses to view video and is typically expressed as a number of pixels. For example, in
Figure 1 the client 142 uses the entire monitor 150 to show video from four virtual streams. The viewing area for each of the streams is accordingly the total number of pixels for the entire monitor divided by 2 to the power of the quality bias parameter, which is described below. - (b) Image regions. The image region/region of interest represents a portion of an image that the user wants to be displayed on the monitor 1127, 150. An image region may be specified by providing the coordinates of the top left and bottom right coordinates of the image region. For example, the user may draw a rectangle on a portion of an image displayed on the monitor using a mouse or other pointing device when attempting to zoom into a portion of the image. The rectangle would represent the image region.
- (c) Display quality bias parameter. The display quality bias parameter represents whether the user would prefer high quality, which is a proxy for a high pixel count, at the cost of a low frame rate, which is measured in frames per second. This parameter may be intuitively set to "high", "medium", or "low" quality, with "high quality" representing the user's desire to sacrifice frame rate for a high pixel count, and "low" quality representing the user's desire for a high frame rate but low pixel count/resolution.
- (d) Chromatic specification parameter. The chromatic specification parameter represents whether the user wants to view the video in color or monochrome.
- (e) Bandwidth limit parameter. The bandwidth limit parameter represents whether the user wants to cap total bandwidth usage at a certain rate, as measured in bits per second. The user may decide to not specify any hard limit on bandwidth.
- (f) Nature and use of video. The user can specify whether the video to be viewed is to be retrieved from storage (i.e., streamed from the data store 132) or viewed live, and whether the video is being used to control a piece of hardware such as a pan-tilt-zoom (PTZ) camera. If the video is to be streamed from the data store 132, then latency is relatively unimportant and video with a relatively high pixel count or frame rate may be transmitted at the cost of a relatively high latency. In contrast, if video is live or is being used to control hardware, then low latency is important in order to get images in real-time. In this case, a low latency is prioritized over high quality video.
- (g) Which of the virtual streams 126, 128, 130 to display. In embodiments in which the user knows which of the virtual streams are available, the user may manually and directly specify particular virtual streams to view as opposed to indirectly selecting virtual streams by adjusting the criteria listed above.
The user may also indirectly select which of the virtual streams to display. For example, the user may select one or more ROIs and/or one or more resolutions of the source video, and each ROI and resolution may correspond to a particular virtual stream. In Figure 2 , for example, by selecting as a region of interest the portion 216 of Figure 2 shown in dashed lines, the user implicitly selects virtual streams A1,3 and A1,4 for transmission. As another example, the user may be viewing only virtual streams A1,3 and A1,4 and then quickly zoom out so that the ROI becomes the entire resolution of the source video. This may implicitly be construed as the user requesting a low resolution virtual stream 130 of the entire source video for interim display until the high resolution virtual streams 126 can be sent from the server to the client.
After receiving the user input at block 1306, the CPU 1118 determines the client streaming parameters 1133. The client streaming parameters 1133 comprise all of the types of user input listed above, and further comprise parameters that the CPU 1118 generates itself. Data that the CPU 1118 generates itself includes packet loss statistics, which are indicative of network congestion, current usage statistics for the CPU 1118 and the memory 1120, which are indicative of the resources available to decode video that has high frame rates or high pixel counts or both, and a suggested virtual stream list. While the CPU 1118 may not present the list of available virtual streams directly to the user, the CPU 1118 has access to that list and to the location and size of the tiles represented by the virtual streams because it has the response 600. Consequently, the CPU 1118 can determine which of the virtual streams the client 142 is best suited to display.
For example, and referring again to Figure 2 , the user may be viewing the medium resolution encoding 214 and then zoom in to a particular image region, which is the portion 216 in Figure 2 shown in dashed lines. The CPU 1118 maps the portion 216 to virtual streams A1,3 and A1,4, which display the portion 216 in greater detail (i.e. using more pixels) than the medium resolution encoding 214, and in Figure 2 the client 142 then displays virtual streams A1,3 and A1,4. In another embodiment, however, the CPU 1118 considers image region as only one of several factors to be considered, and may also consider, for example, current CPU 1118 usage and the nature and use of the video. If CPU 1118 usage is too high to support real-time decoding of the relatively high resolution virtual streams A1,3 and A1,4 and the video is a live stream where low latency is important, the CPU 1118 may suggest that the medium resolution encoding 214 continue to be used, or even that the low resolution stream 130 be used in order to ensure that the video can be sufficiently quickly decoded to permit low latency. As discussed above, while the present example distinguishes between virtual streams based on resolution, in alternative embodiments the virtual streams may be differently distinguished; they may, for example, be distinguished based on any one or more of region of interest, frame rate, resolution, quantization quality, bitrate, and encoding format. As the container frame 506 is an extensible format, other distinguishing characteristics may be used in the future, such as whether motion or a person's face is detected. The format of the container frame 506 can be changed without prejudicing backwards compatibility since virtual stream managers or other parsers of the container frames 506 can be designed to ignore unknown attributes or data fields.
After the CPU 1118 determines the client streaming parameters 1133 at block 1308, it proceeds to block 1310 and sends those parameters 1133 to the control server 102. The CPU 1118 then proceeds to block 1312 where the method 1300 ends and the CPU 1118, accordingly, waits for the control server 102 to send the data stream 1134.
Referring now to Figure 14 , there is shown a method 1400 for transmitting a data stream comprising video data from the control server 102 to the client 142. Instructions for performing the method 1400 may be encoded as program code and stored on the memory 1106 for execution by the CPU 1104. In the method 1400 of Figure 14 , the control server 102 has access to three different virtual streams: a first stream encoded to have a high frame rate but low resolution (moderate quality), a second stream encoded to have a low frame rate and low resolution (low quality), and a third stream encoded to have a high frame rate and high resolution (high quality). For example, the high quality stream could be 2 MP at 30 images per second (ips), the moderate quality stream could be at 0.08 MP at 30ips, and the low quality stream could be at 0.08 MP at 5ips. This example may be used when high resolution views of different regions of interest are not required, so the flexibility of the container frame 506 is used to provide alternative frame rate video streams.
The CPU 1104 begins performing the method 1400 at block 1404, and proceeds to block 1406 where it receives the client streaming parameters 1133 from the client 142, which the client 142 generates and sends as described with respect to Figure 6 . The CPU 1104 proceeds to block 1408 and, from the client parameters 1133, determines whether the video data that the client 142 is requesting comprises live video or not. If the requested data comprises live video data, the CPU 1104 proceeds to block 1410 where it determines from the client parameters 1133 whether the data is being used in a latency-sensitive application, such as controlling movement of a PTZ camera. If yes, the client 142 is deemed to be in a "priority mode" in which frame rate is prioritized over resolution, and the CPU 1104 proceeds to block 1416 where it sends one or more high frame rate, low resolution virtual streams to the client 142. After sending the one or more streams, the CPU 1104 proceeds to block 1422 where the method 1400 ends.
If the client 142 is not requesting live video, then the CPU 1104 proceeds to block 1412, instead of to block 1410, from block 1408. At block 1408, the CPU 1104 determines whether the data store 132 is too busy to send high frame rate, high resolution streams. If the data store 132 is too busy to do this, the CPU 1104 proceeds to block 1418 where it sends one or more low frame rate, low resolution virtual streams to the client 142. The method by which the CPU 1104 selects a particular stream is described in more detail with respect to Figure 15 below. After sending the one or more streams, the CPU 1104 proceeds to block 1422 and the method 1400 ends.
If the client 142 has requested live video but is not deemed to be in priority mode, or if the client 142 has requested video stored in the data store 132 and the data store 132 has capacity to send high frame rate, high resolution streams, the CPU 1104 proceeds to block 1414 where it determines whether one or both of the control server 142 and the network 144 is too busy to send high frame rate, high resolution streams by, for example, determining CPU 1104 utilization and determining whether the network 144 is congested, respectively. If one or both of the control server 102 and network 144 is too busy to send high frame rate, high resolution streams, the CPU 1104 proceeds to block 1418 where it sends low frame rate, low resolution streams to the client 142. The CPU 1104 otherwise proceeds to block 1420 where it sends high frame rate, high resolution streams to the client 142. The method by which the CPU 1104 selects a particular stream is described in more detail with respect to Figure 15 below. After sending the one or more streams, the CPU 1104 proceeds to block 1422 and the method 1400 ends.
Referring now to Figure 15 , there is shown a method 1500 for determining which of several virtual streams to send from the control server 102 to the client 142. Instructions for performing the method 1500 may be encoded as program code and stored on the memory 1106 for execution by the CPU 1104. To provide context to the method 1500 of Figure 15 , the 14 virtual streams of Figure 1 will be considered in conjunction with the method 1500: the full resolution encoding 120 comprising 12 virtual streams, each representing a different image region, encoded at 1.3 Megapixels, with all 12 regions collectively comprising the region of interest and encoded at 30fps; the medium resolution encoding 122 comprising a single virtual stream representing the entire region of interest encoded at 2 Megapixels and 30fps; and the low resolution encoding 124 comprising a single virtual stream encoded at 0.077 Megapixels (QVGA) and 15fps.
The CPU 1104 begins performing the method 1500 at block 1502 and proceeds to block 1504 where it determines a permitted pixel count and frame rate based on the client streaming parameters 1133 and server resource availability, which in the present example embodiment comprises availability of the CPU 1104, the data store 132, and the network 144.
After determining the permitted pixel count, which in this context is a proxy for video resolution, and frame rate at block 1504, the CPU 1104 proceeds to block 1506 where it begins to determine which of the virtual streams is best suited for sending to the client 142. At block 1506 the CPU 1104 determines whether it has analyzed all 14 of the virtual streams to determine their suitability for sending to the client 142; if no, the CPU 1104 proceeds to block 1507 where it identifies one of the remaining, unconsidered virtual streams, which for blocks 1508 to 1512 is referred to as the "current virtual stream". The CPU 1104 then proceeds to block 1508 where it determines whether the current virtual stream contains the requested image region. If, using Figure 2 as an example, the client streaming parameters 1133 indicate that the user has selected the dashed rectangle shown in Figure 2 , the only virtual streams for which the CPU 1104 would return "yes" are streams A1,3, A1,4, B1, and Cl. Because streams A1,3 and A1,4 need to both be sent to the client 142 in order to display the selected image region and to satisfy the client streaming parameters 1133, the CPU 1104 considers streams A1,3 and A1,4 to be a single virtual stream for the purposes of blocks 1506 to 1514.
The CPU 1104 then proceeds to block 1510 where it determines whether the current virtual stream has the highest, permitted pixel count compared to any previously considered virtual streams. In the example with the 14 virtual streams above, the permitted pixel count is 15.6 Megapixels / 42 = 0.975 Megapixels; accordingly, the only virtual stream that satisfies the criterion of block 1510 is stream C1. At block 1512, the CPU 1104 sets stream C1 to be the "client stream", which is the one of the considered streams to that point in execution of the method 1500 that has satisfied the criteria of blocks 1508 and 1510 and that is earmarked to be transmitted to the client 142, and then returns to block 1506.
Once the CPU 1104 has considered all of the virtual streams, it proceeds to block 1514 from block 1506 and sends the client stream to the client 142 in accordance with Figure 9 , following which it proceeds to block 1516 where the method 1500 ends.
It will be appreciated that the processing described in connection with Figure 15 is illustrative of processing performed by control server 102 in determining encodings for transmission to a client system 142. While the example described in connection with Figure 15 references identifying a stream with a highest pixel account, the client parameters may specify other characteristics for encodings to be transmitted to a client system 142. For example, the client parameters may specify receiving a plurality of different encodings with a range of characteristics. In an example scenario, the client parameters may specify receiving encodings relating to several regions of interest. The parameters may specify a first region of interest of a recorded frame and a second region of interest within the recorded frame, where each of the first and second regions of interest represent a subset of the entire viewable area. The parameters may specify that the first and second regions of interest may be overlapping, non-overlapping, or have any other relative relationship. In an example scenario, the parameters may further specify a third region of interest which includes the entire viewable area including the areas of the first region of interest and the second region of interest.
Multiple parameters may be combined to specify an encoding. For example, in addition to specifying regions of interest, the parameters may specify that the encodings have particular encoding resolutions. In an example scenario, the parameters may specify, and the server 102 may select for transmission, that an encoding associated with the first region of interest have an encoding resolution with a particular value or within a particular range. Likewise, the parameters may specify, and the server 102 may select for transmission, encodings associated with the second region of interest that have an encoding resolution with a particular value or within a particular range. Still further, the parameters may specify, and the server 102 may select for transmission, encodings associated with the third region of interest that have an encoding resolution with a particular value or within a particular range. In an example scenario, the parameters may specify that the encodings associated with the first and second regions of interest that correspond to only portions of a display area have a high resolution value, while the encodings corresponding to the third region of interest have a lower resolution relative to the encodings for the first and second regions. In an example scenario, the client parameters may specify, and the server 102 may identify during processing, multiple (first and second) high-resolution non-overlapping regions of interest that intersect a viewing area, and another low row resolution region (i.e., third region) covering the entire source area.
It will be appreciated that a system 102 may employ a plurality of sets of client parameters during the course of processing. For example, server 102 may use a first set of client parameters to identify a plurality of encodings that meet a primary set of criteria. In an example scenario, the first set of client parameters may specify encodings associated with first and second regions of interest and having high resolutions as described above. Server 102 may also use additional or secondary sets of client parameters that specify a different or secondary set of secondary criteria. In an example scenario, secondary client parameters may specify encodings associated with a third region of interest that has a lower resolution as described above. Such a low-resolution full-source region of interest with high encodings may provide resiliency to loss, or hide latency when a region of interest may change quickly by providing data that can be decoded until the server can send higher resolution encodings. Where server 102 identifies and transmits multiple encodings such as, for example, encodings associated with a first, second, and third region of interest as described above, the encodings may be displayed in overlapping or composite manner as described below in connection with Figure 17 . For example, in a scenario wherein two encodings associated with two regions of interest are identified and transmitted to the client system 142, and a third encoding associated with third a region of interest encompassing the first and second regions of interest is identified and transmitted to the client system 142, the first and second encodings may be presented over the third encoding as illustrated in connection with Figure 17 .
The block diagram of Figure 16 depicts the video and audio paths, feedback model, and server-client communication for an active session of video from a single video source device. Video in the form of virtual streams is fed forward through a series of culling blocks 1610 that remove information that will not be visible to the user on-screen, or that remove information so that transmission is possible given reserve channel capacity. Audio or other information such as metadata which is associated with the video and has a low data rate relative to the video is generally passed through to the network API block 1612 without modification. It is synchronized with video just before presentation in the presentation block 1614.
A separate feedback path exists that feeds back metrics about decode and network capacity to the culling blocks in addition to information on the regions of interest (ROIs) the user is currently viewing, and resolutions for that session. As a single virtual stream can be displayed on multiple windows, Figure 16 shows a plurality of ROIs in the feedback path.
The culling block 1610 takes a list of ROI, width, and height tuples, and other metrics such as decode reserve capacity and network reserve capacity, and executes an admittance algorithm to determine which portions of the video data to remove, or cull.
It is desirable for the culling algorithm to remove information that will not be displayed or exceeds the capacity of the network, or the capacity of the decoder. One possible strategy, given the metrics above, is as follows.
First, we consider a single target ROI and resolution from the list and use this to find the set of virtual streams with the lowest resolution that is just greater or equal to the target resolution while covering the target ROI. Second, a ROI covering any remaining gaps is calculated and used to select from the set of remaining virtual streams the set of highest resolution virtual streams that cover the gap ROI.
This process is repeated with each ROI, resolution pair, and selected virtual streams from each pass being combined into a final list. A final pass is used to remove any redundant virtual streams in the list which are covered by a set of virtual streams of higher resolution.
Once resolution culling has been completed, the output is evaluated to determine if it exceeds either the network reserved bitrate or the decode reserve capacity (using a metric correlated with decode capacity such as Max Decode FPS, total bitrate, or megapixels per second (MP/s)). If either network or decode capacity is exceeded, additional culling can be performed using temporal decimation by dropping whole frames. Additionally or alternatively, the virtual stream resolution cull step can be biased to prefer the selection of lower-resolution virtual streams in order to reduce the total bitrate below the reservation thresholds.
The culling block 1610 on the client-side is similar with one difference being that optimization for downstream network bandwidth is not used. The client-side culling block 1610 adapts at a higher frequency than the server-side block 1610 due to the shorter feedback loop delay in the client.
The network API block 1612 provides the following services: bandwidth reservation, monitoring and feedback; protocol specific packetization; session description; session transport negotiation and establishment; and connection management.
In the system diagram of Figure 16 , the server-side network API block evaluates and provides real-time feedback about the channel capacity which is used as an input to the culling block.
For example, in one example embodiment, the response 600 contains a description of the video stream and an associated audio stream. The client can set up a single video stream and a single audio stream. Once established, client to server calls are used to send feedback about the client state such as the plurality of ROIs and resolutions currently being viewed, and the decode capacity. This feedback is sent to the culling block 1610 on the server-side and used to control the removal of virtual streams and temporal decimation of container frames.
The feedback block 1624 takes feedback from decoders 1622 and presentation blocks 1614 and forwards that information to the culling blocks 1610.
The feedback block 1624 also accepts a quality bias factor which modifies the reported resolution of the user viewing window to force the culling blocks to bias to a lower resolution.
For example, a "maximum quality" bias may not modify the target resolution feedback to the culling blocks 1610, but reducing the quality level to "high quality" results in the feedback block 1624 dividing the target resolution by a factor of 2. In general for each step lower in quality the reported target resolution of an ROI from the feedback block is reduced by a factor of 2. In one example embodiment, four quality bias settings exist: Maximum, High, Normal, and Low.
In alternative embodiments, the feedback block 1624 may send outputs to culling blocks 1610 aside from resolution, ROI, and capacity. The feedback block 1624 may, for example, specify which particular virtual streams the culling blocks 1610 are to include or exclude. Control servers that accept direct culling commands for virtual streams would not need to be upgraded to understand improved strategies from newer clients as the logic for culling could be completely encapsulated on the client. This also reduces the complexity of the feedback to the culling blocks 1610, since they only need to consider the virtual stream list, and moves the complexity of which virtual streams to include or exclude to the feedback block. In this example embodiment, the response 600 comprises sufficient information for the feedback block 1624 to make decisions about which of the virtual streams to include or exclude prior to receiving the virtual streams themselves.
The decode block 1622 provides encoding format specific decode functionality. It consists of decoder contexts that are capable of decoding supported encodings such as H.264, JPEG, and JPEG 2000. It provides FIFO ordered decoding on per-session basis and load balancing between all other existing decode sessions. The output of the decode block 1622 is a raw bitmap or, in the case of virtual streams, a list of bitmaps and their associated ROIs. The output pixel format depends on the encoding. Typical formats are YUV 4:2:0 or 4:2:2.
A similar decoding 1622 block exists for audio.
Within each presentation block 1614 is a compositor block responsible for taking the list of raw-output bitmaps from a decoded container frame and composing those into the backbuffer of the display window using the current ROI and resolution of the backbuffer. Example pseudocode for a method for compositing a video-image to the backbuffer is as follows:
The copy and scale operation copies the inputRoi from the input data and stretches and writes it to the outputRoi in the output data.
In the example embodiment, compositing ROIs from lowest to highest resolution results in the highest resolution image data being written last. A method that generates composites from highest to lowest resolution would have resulted in ROI A overwriting ROIs C and B, which would result in a lower quality video image.
Accordingly, applicant has disclosed systems and methods for streaming multiple encodings encoded using different encoding parameters. In a disclosed embodiment, a video source is encoded to form a plurality of virtual streams, where each virtual stream may be encoded using a different parameter. The virtual streams encoded from a common source video frame are multiplexed together into a container frame, which is transmitted to a server for storage and/or presentation.
Although the above discloses example methods and apparatus including, among other components, software executed on hardware, it should be noted that such methods and apparatus are merely illustrative and should not be considered as limiting. For example, it is contemplated that any or all of these hardware and software components could be embodied exclusively in hardware, exclusively in software, exclusively in firmware, or in any combination of hardware, software, and/or firmware. Accordingly, while the above describes example methods and apparatus, persons having ordinary skills in the art will readily appreciate that the examples provided are not the only way to implement such methods and apparatus. For example, the methods may be implemented in one or more pieces of computer hardware, including processors and microprocessors, Application Specific Integrated Circuits (ASICs), and/or other hardware components.
It is contemplated that any part of any aspect or embodiment discussed in this specification can be implemented or combined with any part of any other aspect or embodiment discussed in this specification.
With respect to the methods described herein including, for example, those described in connection with Figures 8-10 and 13-15 , it will be appreciated that in some instances, the component portions of the described methods may be performed in an order other than is described herein. Also, it will be appreciated that not all of the blocks described in the flowcharts are required to be performed, that additional blocks may be added, and that some of the illustrated blocks may be substituted with other blocks.
The present disclosure has described various systems and methods with regard to one or more embodiments. However, it will be apparent to persons skilled in the art that a number of variations and modifications can be made without departing from the teachings of the present disclosure. For example, while the Figures and description herein refer to camera 118/video source device 316 and control server 102/302 separately, in some embodiments the functionality from both described systems may exist in a single system. For example, the video source device 316 may be a camera system that provides all of the functionality described herein relating to cameras and image collection, as well as the functionality described herein relating to control server 102. In such an embodiment, a camera system may operate as a server with the ability to control and communicate with other camera systems.
Claims (11)
- A method for encoding source video, comprising:receiving, by a computing system, a source frame (904) of a source video;encoding, by the computing system, the source frame to form a plurality of virtual frames (508), each of the plurality of virtual frames encoded using at least one different coding standard; andtransmitting, by the computing system, a container frame (506) over a network (144), the container frame comprising the plurality of virtual frames (508) and a container timestamp (510) common to each of the plurality of virtual frames.
- The method of claim 1 wherein each of the plurality of virtual frames (508) comprises a virtual frame header comprising a delimiter that delimits each of virtual frames.
- The method of claim 1, wherein the plurality of virtual frames (508) are concatenated together in the container frame (506).
- The method of claim 1, wherein the container frame (506) comprises a container frame header, the container frame header comprising the container timestamp (510).
- The method of claim 1, wherein the source frame (904) comprises a source frame timestamp, the container frame timestamp (510) being the same as the source frame timestamp.
- The method of claim 1, wherein the computing system encodes the source frame (904) by a video source device (110, 114), and wherein the computing system transmits the container frame (506) over a network (144) by the video source device (110, 114).
- The method of claim 6, wherein the computing system transmits the container frame over a network to a control server (102).
- The method of claim 1, wherein the container frame (506) transmitted by the computing system comprises the plurality of virtual frames (508), at least one descriptor describing the plurality of virtual frames, and the container timestamp (510) common to each of the plurality of virtual frames.
- The method of claim 1, wherein the computing system encodes a first plurality of virtual frames corresponding to a first resolution and encodes a second plurality of virtual frames corresponding to a second resolution.
- A display system, comprising:a receiver adapted to receive a plurality of container frames (506) over a network (144), each container frame comprising a plurality of virtual frames (508) and a container timestamp (510) common to each of the plurality of virtual frames (508) of the respective container frame, and each of the plurality of virtual frames (508) in each container frame being encoded from a source frame using at least one different coding standard;a processor (1118) adapted to associate a first selected frame of the received plurality of virtual frames within each container frame with a first encoding, and to reconstruct a first virtual stream (612) of the first selected frames according to the container timestamps; anda monitor (150) adapted to display the first virtual stream (612) to a user.
- The display system of claim 10, wherein:the processor (1118) is further adapted to associate a second selected frame of the received plurality of virtual frames within each container frame with a second encoding, and to reconstruct a second virtual stream (614) of the second selected frames according to the container timestamps (510); andthe monitor (150) is adapted to display both the first virtual stream (612) and the second virtual stream (614) to a user.
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US201461927952P | 2014-01-15 | ||
| US201414568081 | 2014-12-11 |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| HK1231215A1 HK1231215A1 (en) | 2017-12-15 |
| HK1231215B true HK1231215B (en) | 2021-02-26 |
Family
ID=
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| EP3095030B1 (en) | Streaming multiple encodings encoded using different encoding parameters | |
| JP6753902B2 (en) | Storage management of data streamed from video source devices | |
| JP4965059B2 (en) | Switching video streams | |
| US20150208103A1 (en) | System and Method for Enabling User Control of Live Video Stream(s) | |
| JP2021527356A (en) | Tile selection and bandwidth optimization to provide 360 ° immersive video | |
| CN114600468A (en) | Combining video streams with metadata in a composite video stream | |
| EP2135100B1 (en) | Converting video data into video streams | |
| US11290680B1 (en) | High-fidelity freeze-frame for precision video communication applications | |
| US20130111051A1 (en) | Dynamic Encoding of Multiple Video Image Streams to a Single Video Stream Based on User Input | |
| JP2021064943A (en) | Transcoder conditioning for segment fluidity | |
| EP3371978B1 (en) | Contiguous streaming of media stream | |
| US20140298392A1 (en) | Image processing device, image processing method, and computer program | |
| US9363574B1 (en) | Video throttling based on individual client delay | |
| HK1231215B (en) | Streaming multiple encodings encoded using different encoding parameters | |
| HK1231215A1 (en) | Streaming multiple encodings encoded using different encoding parameters | |
| US11172238B1 (en) | Multiple view streaming | |
| JP2019033362A (en) | Distribution device, reception device, and program | |
| US10834166B2 (en) | Transmission apparatus that is capable of maintaining transmission quality in switching transmission path, reception apparatus, transmission and reception system, method of controlling transmission apparatus and reception apparatus, and storage medium | |
| US20240187673A1 (en) | A method, an apparatus and a computer program product for video encoding and video decoding |