WO2011134224A1 - Video processing method and system thereof, multipoint control unit (mcu) video processing unit - Google Patents

Video processing method and system thereof, multipoint control unit (mcu) video processing unit Download PDF

Info

Publication number
WO2011134224A1
WO2011134224A1 PCT/CN2010/076995 CN2010076995W WO2011134224A1 WO 2011134224 A1 WO2011134224 A1 WO 2011134224A1 CN 2010076995 W CN2010076995 W CN 2010076995W WO 2011134224 A1 WO2011134224 A1 WO 2011134224A1
Authority
WO
WIPO (PCT)
Prior art keywords
video stream
baseband video
shallow
baseband
compressed
Prior art date
Application number
PCT/CN2010/076995
Other languages
French (fr)
Chinese (zh)
Inventor
张中华
陈涛
李文
刘克华
刘书好
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2011134224A1 publication Critical patent/WO2011134224A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N7/00Television systems
    • H04N7/14Systems for two-way working
    • H04N7/15Conference systems
    • H04N7/152Multipoint control units therefor

Definitions

  • the present invention relates to the field of multimedia communications, and in particular, to a multipoint control unit
  • Multipoint Control Unit video processing method
  • a video processing system applied to an MCU and an MCU video processing unit.
  • the multipoint conference system mainly includes a terminal and an MCU.
  • the video conference system is mainly connected to the same MCU by a plurality of terminals to form a star topology network.
  • the terminal is a client device, and is equipped with multimedia components such as a display, a camera, a speaker, and a microphone.
  • the MCU is a system-side device, and is mainly used for centrally exchanging and processing multimedia information of each terminal connected thereto. Taking a video conference system as shown in FIG.
  • FIG. 1 is a schematic diagram of video communication of a specific video conference system in the prior art.
  • the video conference system is composed of a terminal 1, a terminal 2, and an MCU video processing unit MCU3, and the two terminals are connected to the MCU3.
  • the terminal 1 and the terminal 2 can exchange video data through the MCU 3.
  • the terminal 1 includes an encoder 11, a decoder 12, a camera 13 and a display 14.
  • the terminal 2 includes an encoder 21, a decoder 22, a camera 23 and a display 24.
  • the MCU 3 includes The first decoder 31, the first encoder 32, the second decoder 33, and the second encoder 34.
  • Step 1 The terminal 1 receives the video data sent by the camera 13, and the video data is called a baseband video stream.
  • the baseband video stream has a large amount of data, such as a high-definition video format 1080P30 (4:2:0) baseband video stream data volume of 752 megabits per second (Mbps), if the baseband video stream is not compressed Processing directly through the network will take up a lot of network bandwidth.
  • Step 2 The terminal 1 compresses and encodes the received baseband video stream by using the encoder 11 to obtain a compressed video stream, and the rate and encoding format used for compressing and encoding the baseband video stream are the rates and encoding formats supported by the terminal 1. And send the compressed video stream to MCU3.
  • the compressed video stream obtained after compression encoding has a much smaller data volume than the baseband video stream.
  • the compressed video stream of the HDP format 1080P30 (4:2:0) has a data volume lower than 8 Mbps; the compressed video stream is mainly Used for network transmission to reduce the network bandwidth occupied during transmission.
  • the compressed video stream cannot perform operations such as video processing and display.
  • Step 3 The MCU 3 decompresses the received compressed video stream by using the first decoder 31 and the rate and encoding format supported by the terminal 1 to obtain a baseband video stream; and performing corresponding video processing on the baseband video stream; And, after the video processing ends, the processed baseband video stream is compression-encoded by the first encoder 32 using the rate and encoding format supported by the terminal 2, and the compressed video stream is obtained and transmitted to the terminal 2.
  • Step 4 The terminal 2 decompresses the received compressed video stream by using the decoder 22, using the rate and encoding format supported by the terminal 2 to obtain a baseband video stream, and displays the baseband video stream in the display 24.
  • the process of the terminal 2 transmitting the video data to the terminal 1 is similar to the process of the terminal 1 transmitting the video data to the terminal 2, and details are not described herein again. It can be seen from the video data flow between the terminal 1 and the terminal 2 that the transmission rate used by each terminal is different under different network conditions, and the video formats used by different terminals of the multimedia component (including the baseband video format and the compressed video format) are also different. Therefore, using this video processing method, the MCU video processing needs to meet two basic requirements: 1.
  • MCU video processing needs to meet the third basic requirement: For example, the display screen of a certain terminal is divided into two screens, and the display terminal 1 is transmitted separately. The video data and the video data transmitted by the terminal 2 are two screens, and the multi-channel picture (hereinafter referred to as a multi-picture video stream) can also be displayed on the display of the terminal as needed.
  • a multi-picture video stream the multi-channel picture
  • the video processing function can be flexibly implemented, such as the Universal Port (UP) function, that is, each terminal participating in the video conference. You can freely choose different video formats and transmission rates, multi-picture number and form, and video content.
  • UP Universal Port
  • video processing capacity can be linearly extended. The so-called linear expansion usually means that the system structure is unchanged and the system size and complexity only follow the unit module. The increase is linear and increases, so that the system capacity can be easily expanded.
  • the steps of implementing the rate matching or the format matching function are: first decoding the compressed video stream coming from the source terminal according to its rate and format definition, obtaining a baseband video stream, and then encoding according to the rate and format requirements of the destination terminal to obtain a compressed video stream. Then sent to the destination terminal.
  • the steps of implementing the multi-picture function are: first decoding the compressed video stream from multiple source terminals, obtaining a plurality of baseband video streams, and then performing scaling to obtain a plurality of small-screen video streams, and then synthesizing the plurality of small-screen video streams.
  • a normal-sized picture video stream is then compressed to obtain a compressed video stream and sent to the destination terminal.
  • the four steps of video processing require a lot of processor power resources, but the processor power resources consumed by each step are still different, which is related to its algorithm complexity.
  • HD video format 1080P30 (4:2:0)
  • its encoding: decoding: scaling: the ratio of the combined processing power resources is 32: 8: 1: 1.
  • the above steps are typically performed on a variety of processor chips and require a significant amount of processor power resources. Since both the terminal and the MCU need to encode and/or decode the video data, it takes a long time and introduces a large delay (this is a time-space-changing method, that is, increasing the transmission processing. Time, reduce transmission bandwidth space), reducing the real-time performance of video transmission.
  • the MCU video processing unit includes: a compressed video stream input interface 201, a compressed video stream output interface 202, and decoding. Subunit 203, encoding subunit 204, scaling subunit 205, and synthesizing subunit 206. As shown in FIG. 3, each MCU video processing unit includes a compressed video stream input interface and a compressed video stream output interface, and the plurality of MCU video processing units are collectively connected to the compression through respective compressed video stream input interfaces and output interfaces.
  • the video stream is centralized on the switching unit to form a star topology network, which facilitates exchange of compressed video streams between each MCU video processing unit and other MCU video processing units or other functional units.
  • the existing video transmission methods have the following technical defects:
  • the baseband video stream cannot be directly exchanged between the MCU video processing units, and the baseband video stream is exchanged between the subunits in the MCU video processing unit, and each MCU video processing
  • the unit can only exchange compressed video streams but not baseband video streams by compressing video stream centralized switching units.
  • the compressed video stream sent by the terminal needs to be obtained from the compressed video stream centralized switching unit, and the compressed video stream is decompressed and encoded to obtain a baseband video stream. . Since each MCU video processing unit needs to perform the step of decompressing encoding, the processing power resource consumed is large.
  • 20 MCU video processing units are collectively connected to the compressed video centralized switching unit.
  • each MCU video processing unit needs the video data of the terminal 1, it is obtained from the compressed video stream centralized switching unit for each MCU video processing unit.
  • the compressed video stream of the terminal 1 is decompressed and encoded, and then sent to each subunit of the MCU video processing unit, which is equivalent to the same compression required by each MCU video processing unit.
  • the video stream is decompressed and encoded, and the compressed video stream of the same terminal is decompressed and encoded 20 times. Since the processing power for decompressing and encoding the compressed video stream is large, it may cause a limited processing power resource. Other features are not possible.
  • a multi-point control unit MCU video processing unit comprising: a shallow coding subunit, a baseband view The frequency stream output interface, the baseband video stream input interface and the shallow decoding subunit, wherein: the shallow coding subunit is set to: shallow compression coding of the baseband video stream to be transmitted, obtaining a shallow compressed baseband video stream and outputting; baseband video stream output interface setting And: transmitting the shallow compressed baseband video stream output by the shallow coding subunit to the baseband video stream centralized switching unit; the baseband video stream input interface is configured to: obtain the shallow compressed baseband video from the shallow compressed baseband video stream centralized switching unit The shallow decoding subunit is configured to: perform shallow decoding on the shallow compressed baseband video stream obtained by the baseband video stream input interface.
  • the shallow coding sub-unit performs shallow compression coding on the transmission baseband video stream, obtains a shallow compressed baseband video stream and outputs the same to the baseband video stream output interface; and the baseband video stream output interface outputs the shallow compression baseband video of the shallow coding subunit
  • the stream is sent to the baseband video stream centralized switching unit.
  • the baseband video stream input interface obtains a shallow compressed video stream from the baseband video stream centralized switching unit, and outputs the shallow compressed video stream to the shallow decoding subunit; and the shallow decoding subunit performs shallow shallow compression video stream output by the baseband video stream input interface. Decode to obtain a baseband video stream.
  • a video processing system comprising: a baseband video stream centralized switching unit, and a plurality of multi-point control unit MCU video processing units collectively connected to the baseband video stream centralized switching unit, wherein: the baseband video stream centralized switching unit is set to : receiving and forwarding the shallow compressed baseband video stream sent by the multiple MCU video processing units;
  • the MCU video processing unit is configured to: perform shallow compression encoding on the transmission baseband video stream, obtain a shallow compressed baseband video stream, and send the shallow compressed baseband video stream to the baseband video stream centralized switching unit; and, from the baseband video
  • the shallow compressed baseband video stream is obtained by the stream centralized switching unit, and the shallow compressed baseband video stream is shallowly decoded to obtain a baseband video stream.
  • the MCU video processing unit performs shallow compression encoding on the transmission baseband video stream to obtain a shallow compressed baseband video stream, and sends the shallow compressed baseband video stream to the baseband video stream set connected to the MCU video processing unit.
  • the switching unit the MCU video processing unit obtains the shallow compressed baseband video stream from the baseband video stream centralized switching unit, and performs shallow decoding on the shallow compressed baseband video stream.
  • the shallow compressed video stream obtained by the MCU video processing unit after performing shallow compression coding on the baseband video stream is sent to the baseband video stream centralized switching unit, so that other MCU video processing units are from the baseband video stream switching unit.
  • the baseband video stream can be obtained, thereby implementing the MCU video processing unit to implement baseband video stream exchange; and in the prior art, the MCU video processing unit is to transmit the baseband video stream.
  • the technical solution of the present invention reduces the consumption of the capability processing resources and improves the utilization rate of the capability processing resources.
  • FIG. 1 is a schematic diagram of video communication of a video conference system in the prior art
  • FIG. 2 is a schematic structural diagram of a video processing unit of an MCU in the prior art
  • FIG. 4 is a schematic structural diagram of an MCU video processing unit according to an embodiment of the present invention.
  • 6a is a flowchart of implementing exchange of compressed video streams between MCU video processing units according to an embodiment of the present invention
  • FIG. 7 is a schematic structural diagram of implementing a video conference system according to an embodiment of the present invention
  • FIG. 8 is a flowchart of exchanging baseband video streams between MCU video processing units by using the system shown in FIG. 7 according to an embodiment of the present invention.
  • the preferred embodiment of the present invention is to solve the technical problem in the prior art.
  • the embodiment of the present invention provides a video processing method and an apparatus thereof.
  • the video processing method is mainly as follows: multiple MCU video processing units are connected in a baseband. a video stream centralized switching unit, the baseband video stream centralized switching unit is configured to receive and forward the baseband video stream sent by the multiple MCU video processing units; and the MCU video processing unit converts the baseband video stream to be transmitted into the multiple MCU video processing.
  • the unit supports the supported transmission rate and video format, and sends the format converted baseband video stream to the baseband video stream centralized switching unit for other MCU video processing units or other functional units to obtain from the baseband video stream centralized switching unit.
  • the baseband video stream Preferably, the bandwidth of transmission and exchange of some systems may not be sufficient in practical applications.
  • the MCU video processing unit performs shallow compression encoding on the transmission baseband video stream, obtains a shallow compressed baseband video stream, and sends the shallow compressed baseband video stream to the The baseband video stream centralized switching unit connected to the MCU video processing unit, for other MCU video processing units to obtain the shallow compressed baseband video stream from the baseband video stream centralized switching unit; when the MCU video processing unit needs the baseband video stream, the baseband The video stream centralized switching unit obtains the shallow compressed baseband video stream, and performs shallow decoding on the shallow compressed baseband video stream to obtain a baseband video stream.
  • a shallow compression codec algorithm is a codec algorithm obtained by simplifying a common compression codec algorithm (such as H.263 or H.264).
  • the shallow compression codec algorithm must satisfy the amount of compressed data and introduce The encoding delay requirement, such as: Shallow compression encoding of a high-definition video stream of the format 1080P30 (4:2:0) requires that the amount of compressed data be reduced to less than 12 Mbps, and the introduction of the encoding delay is less than or equal to 30 milliseconds.
  • the shallow compressed baseband video stream is a baseband video stream obtained by compressing and encoding the baseband video stream by using the above-mentioned shallow compression codec algorithm, and the data amount of the shallow compressed baseband video stream is shallower than that of the baseband video stream. The amount of data is small, and the amount of data of the compressed video stream after normal compression is larger than that of the baseband video stream.
  • the MCU video processing unit is a functional unit for processing video in the MCU.
  • the functional unit is a functional unit with appropriate granularity and capable of independently performing various forms of video processing functions, depending on the design requirements of different projects, according to the requirements of the MCU.
  • the video processing unit needs to process the number of rate matching, the number of format matches, and the number of pictures to set the granularity of the MCU video processing unit.
  • the compressed video stream centralized switching unit is configured to: receive and forward the compressed video stream uploaded by each MCU video processing unit; and send the compressed video stream to the MCU video processing unit that needs the compressed video stream.
  • the baseband video stream centralized switching unit is configured to: receive and forward the shallow compressed baseband video stream uploaded by each MCU video processing unit; and send the shallow compressed baseband video stream to the MCU video processing unit that needs the shallow compressed baseband video stream.
  • a plurality of MCU video processing units are collectively connected to the compressed video stream centralized switching unit and the baseband video stream centralized switching unit to form a star topology network; to achieve linear expansion of capacity, the plurality of MCU video processing units may constitute video processing.
  • a single video board can form a video processing unit. Multiple video processing units can form a video processor.
  • the above-mentioned baseband video stream centralized switching unit and the compressed video stream centralized switching unit are set to be applicable to switching units at all levels, and are suitable for interconnection between video processing boards, video processing units, and video processing machines, for better interconnection. Achieve linear expansion of capacity.
  • the technical solution of the present invention will be described in detail below with reference to the accompanying drawings.
  • 4 is a schematic structural diagram of an MCU video processing unit according to an embodiment of the present invention.
  • the MCU video processing unit is improved on an existing MCU video processing unit, and a baseband video stream is added to the MCU video processing unit 4.
  • Output interface 42, shallow coding sub-unit 48, baseband video stream input interface 43 and shallow decoding sub-unit 49 are examples of the MCU video processing unit.
  • the MCU video processing unit 4 further includes a scaling subunit 46, a synthesizing subunit 47, a compressed video stream input interface 40, and a compressed video stream output interface. 41. Decoding subunit 44 and encoding subunit 45.
  • the MCU video processing unit 4 is configured to: send the shallow compressed baseband video stream to the baseband video stream centralized switching unit through the baseband video stream output interface 42 for other MCU video processing units or other functional units to exchange the unit from the baseband video stream.
  • the decoding sub-unit 44 is configured to: decompress and encode the compressed video stream obtained by the compressed video stream input interface 40 to obtain a baseband video stream.
  • the encoding sub-unit 45 is configured to compress-encode the baseband video stream to be obtained to obtain a compressed video stream, and send the compressed video stream to the compressed video stream centralized switching unit through the compressed video stream output interface 41.
  • the shallow coding sub-unit 48 is configured to: use a shallow compression codec algorithm to perform shallow compression coding on the baseband video stream to obtain a shallow compressed baseband video stream, and send the shallow compressed baseband video stream to the baseband through the baseband video stream output interface 42.
  • the shallow decoding sub-unit 49 is configured to: use a shallow compression codec algorithm to perform shallow decoding on the shallow compressed baseband video stream obtained by the baseband video stream input interface 43 to obtain a baseband video stream.
  • the scaling sub-unit 46 is configured to: perform a scaling process on the baseband video stream to be transmitted before the shallow encoding sub-unit 48 performs shallow compression encoding on the video stream to be transmitted, to obtain a small-screen baseband video stream of a set size, and The picture baseband video stream is sent to the shallow coding subunit 48, and the size of the small picture baseband video stream is determined according to the number and form of pictures set by the user terminal.
  • the scaling sub-unit 46 may be further configured to: perform a scaling process on the baseband video stream output by the decoding sub-unit 44 to obtain a small-screen baseband video stream of a size setting; or may be configured to: shallowly decode the shallow decoding sub-unit 49 to obtain a baseband video stream.
  • the scaling process is performed to obtain a small-screen baseband video stream of a size setting.
  • the synthesizing sub-unit 47 is configured to acquire a plurality of small-screen baseband video streams from the scaling sub-unit 46 or the shallow decoding sub-unit 49, and synthesize the plurality of small-screen baseband video streams to obtain a baseband video stream and transmit the same.
  • the shallow compression codec algorithm used by the above-described shallow coding sub-unit 48 or shallow decoding sub-unit 49 can be obtained by simplifying the ordinary compression codec algorithm H.263 or H.264.
  • 5 is a schematic structural diagram of interconnection of multiple MCU video processing units according to an embodiment of the present invention. In FIG.
  • multiple MCU video processing units are respectively connected to compression through respective compressed video stream input interfaces and compressed video stream output interfaces.
  • the video stream is centralized on the switching unit to form a star topology network, which facilitates exchange of compressed video streams between each MCU video processing unit and other MCU video processing units or other functional units; and the plurality of MCU video processing units respectively pass
  • the respective baseband video stream input interface and the baseband video stream output interface are collectively connected to the baseband video stream centralized switching unit to form a star topology network, which is convenient for each MCU video processing unit and other MCU video processing units or other functional units. Exchanging shallow compressed baseband video streams.
  • 6a is a flowchart of exchanging compressed video streams between an MCU video processing unit and other MCU video processing units or other functional units according to an embodiment of the present invention, where the method includes the following steps: When the MCU video processing unit needs to acquire baseband video When streaming, the following steps 601 602 are performed; when the MCU video processing unit needs to send a baseband video stream, steps 603-604 are performed, so that other MCU video processing units or other functional units use the baseband video stream.
  • Step 601 The MCU video processing unit acquires, by using the compressed video stream input interface, the compressed video stream sent by another MCU video processing unit or other functional unit from the compressed video stream centralized switching unit.
  • Step 602 The MCU video processing unit decodes the obtained compressed video stream by using a decoding subunit to obtain a baseband video stream for use by each subunit in the MCU video processing unit.
  • Step 603 The MCU video processing unit uses the encoding subunit to process the baseband video stream. Row compression coding yields a compressed video stream.
  • Step 604 The MCU video processing unit sends the compressed video stream obtained in step 603 to the compressed video stream centralized switching unit by using the compressed video stream output interface, so that the other MCU video processing unit or other functional unit uses the compressed video stream.
  • a flowchart of exchanging baseband video streams between MCU video processing units or between MCU video processing units and other functional units is performed according to an embodiment of the present invention, where the method includes the following steps: When the MCU video processing unit needs to be from other When the MCU video processing unit or other functional unit acquires the baseband video stream, steps 605-606 are performed; when the MCU video processing unit needs to send the baseband video stream for use by other MCU video processing units or other functional units, perform steps 607-608.
  • Step 605 The MCU video processing unit acquires the shallow compressed baseband video stream sent by another MCU video processing unit or other functional unit from the baseband video stream centralized switching unit through the baseband video stream input interface.
  • Step 606 The MCU video processing unit passes through Decoding the subunit, performing shallow decoding on the shallow compressed baseband video stream obtained in step 605 to obtain a baseband video stream, so that the subunits in the MCU video processing unit use the baseband video stream.
  • Step 607 The MCU video processing unit passes the shallow coding sub- Unit, shallow compression of the baseband video stream to be transmitted The code obtains the shallow compressed baseband video stream.
  • Step 609 the scaling subunit of the MCU video processing unit scales the baseband video stream into a small-size baseband video stream of a set size.
  • the step 609 further includes the following steps:
  • the element acquires a multi-channel small-picture baseband video stream, and synthesizes the multi-channel small-picture baseband video stream to obtain a multi-picture baseband video stream of a size setting.
  • the step 610 further includes: Step 611:
  • the MCU video processing unit is shallow
  • the coding sub-unit performs shallow compression coding on the multi-picture baseband video stream obtained by the synthesis sub-unit to obtain a shallow compressed baseband video stream, and sends the shallow compressed baseband video stream to the baseband video stream centralized switching unit for other MCU video processing.
  • the baseband video stream sent by the terminal may be obtained by the following steps: Step 1.
  • One of the multiple MCU video processing units An MCU video processing unit performs the above steps 601 602, and converts the compressed video stream sent by the terminal into a baseband video stream; the MCU video processing unit performs shallow compression coding on the baseband video stream to obtain a shallow compression by performing steps 607-608.
  • Baseband video stream, and the shallow compressed baseband video stream is sent to the baseband video stream centralized switching unit; the other MCU video processing unit respectively obtains the shallow compressed baseband video stream from the baseband video stream centralized switching unit by performing the above steps 605 606 And shallow decoding the shallow compressed video stream to obtain a baseband video stream.
  • the reduced-picture baseband video stream of the terminal may be obtained by the following steps: Step 1.
  • One of the MCU video processing units performs the above steps 601-602 to convert the compressed video stream sent by the terminal into a baseband video stream; the MCU video processing unit performs the above step 609 610 to scale the baseband video stream to a size setting. a small-size baseband video stream, and shallow-compressing the small-frame baseband video stream into a baseband video stream; the MCU video processing unit further transmitting the shallow compressed baseband video stream to the baseband video stream centralized switching unit by performing step 608 ; other MCU video processing units perform the above steps respectively 605-606: Acquire the shallow compressed baseband video stream from the baseband video stream centralized switching unit, and perform shallow decoding on the shallow compressed video stream to obtain a baseband video stream.
  • the MCU video processing unit learns whether to acquire data from the compressed video stream centralized switching unit or the data control scheduling system from the baseband video stream centralized switching unit by controlling the scheduling system. In addition, the MCU video processing unit also controls how to control the scheduling.
  • the system knows whether to obtain a small-screen baseband video stream, which is shallow-compressed into a baseband video stream or a multi-picture baseband video stream obtained by a synthesis sub-unit, to perform a shallow compression-encoded data stream.
  • the control scheduling system knows which decoding, encoding, scaling, and synthesizing processing steps are required to hold a conference, and on the other hand, knows which processing capability resources (such as DSP resources) in the system can be used. According to the information of these two aspects, Develop data flow and processing routes, and schedule each MCU video processing unit to receive (resolve where data comes from), handle (solve how to deal with data), and send (resolve where data goes).
  • the embodiment of the present invention further provides a video processing system, where the system includes a baseband video stream centralized switching unit, and a plurality of MCU video processing units collectively connected to the baseband video stream centralized switching unit, where:
  • the baseband video stream centralized switching unit is configured to: receive and forward the shallow compressed baseband video stream sent by the multiple MCU video processing units;
  • the MCU video processing unit is configured to: perform shallow compression coding on the obtained baseband video stream to be obtained, obtain a shallow compressed baseband video stream, and send the shallow compressed baseband video stream to the baseband video stream centralized switching unit. Acquiring any one or more MCU video processing units of the plurality of MCU video processing units to obtain the shallow compressed baseband video stream from a baseband video stream centralized switching unit, and performing shallow decoding on the shallow compressed video stream to obtain the to-be-processed Transfer the baseband video stream.
  • the baseband video stream centralized switching unit and the compressed video stream centralized switching unit can be implemented by using a Gigabit Ethernet chip, that is, the baseband video stream centralized switching unit and the compressed video stream set in the embodiment of the present invention
  • the switching unit is a Gigabit Ethernet chip.
  • the MCU video processing unit can be implemented by multiple DSP chips, and each DSP The chip comprises a video interface and a Gigabit Ethernet interface; the plurality of DSP chips are respectively connected to the Gigabit Ethernet chip through respective Gigabit Ethernet interfaces, and the plurality of DSP chips are connected end to end through a video interface, forming a chrysanthemum Chain shape.
  • Each MCU video processing unit includes a plurality of DSP (Digital Signal Processing) chips.
  • DSP Digital Signal Processing
  • the processing capability and interface resources of different types of DSP chips are different. Therefore, those skilled in the art can determine the granularity of the MCU video processing unit.
  • the MCU video processing unit is composed of a corresponding number and different types of DSP chips.
  • the structure of the video processing system is described in detail in a specific example in the embodiment of the present invention.
  • the structure of the system is as shown in FIG. 7.
  • FIG. 7 is a schematic diagram of a specific structure of a video processing system according to an embodiment of the present invention.
  • the video processing system includes a Gigabit Ethernet switching chip 71 and a plurality of MCU video processing units 72, wherein: a Gigabit Ethernet switching chip 71, It is used to implement the function of the centralized switching unit of the compressed video stream and the centralized switching unit of the baseband video stream.
  • the MCU video processing unit 72 is composed of four DSP chips (DSP1 chip, DSP2 chip, DSP3 chip, DSP4 chip), each DSP chip includes a Gigabit Ethernet interface and a video interface; DSP1 chip, DSP2 chip, DSP3 The chip and the DSP4 chip are sequentially connected through a video interface, and the video interfaces of the four DSP chips are connected end to end to form a daisy chain shape, and the baseband video stream is transmitted through the video interface to realize the transmission of the baseband video stream inside the video processing unit; the DSP1 chip and the DSP2 chip The DSP3 chip and the DSP4 chip are respectively connected to the Gigabit Ethernet switch chip through their respective Gigabit Ethernet interfaces to form a star topology network, and through the Gigabit Ethernet interface and other MCU video processing units or other functions. Units (such as network transceiver units) exchange compressed video streams and baseband video streams.
  • Each DSP chip in the MCU video processing unit 72 can implement the functions to be implemented by the decoding subunit, the encoding subunit, the scaling subunit, the synthesizing subunit, the shallow decoding subunit, and the shallow encoding subunit; the Gigabit Ethernet of the DSP chip
  • the network interface can implement the functions of the aforementioned compressed video stream output/input interface and the baseband video stream output/input interface. The following is a detailed example of the video processing method of the system shown in FIG. description of.
  • FIG. 8 is a flowchart of a method for performing video processing by using the system shown in FIG. 8 according to an embodiment of the present invention.
  • the process includes the following steps: Step 801: A DSP1 chip in an MCU video processing unit passes through a Gigabit Ethernet interface from a thousand The high-definition compressed video stream sent by the terminal 1 is obtained from the mega Ethernet switch chip.
  • the video format of the HD compressed video stream is H.2641080P30, and the compressed video stream has a data volume of 8 Mbps.
  • Step 802 The DSP1 chip decodes the acquired compressed video stream to obtain a baseband video stream, and scales the baseband video stream into a small-size baseband video stream of a set size.
  • Step 803 The DSP1 chip uses a shallow compression codec algorithm to perform shallow compression coding on the small-screen baseband video stream obtained in step 802 to obtain a shallow compressed baseband video stream (eg, the data volume of the shallow compressed baseband video stream is less than 4 Mbps).
  • the shallow compressed baseband video stream is multicast to the Gigabit Ethernet switch chip through the Gigabit Ethernet port for use by the other MCU video processing unit.
  • Step 804 The DSP2 chip obtains the shallow compressed baseband video stream of the nl (nl ⁇ 16) small picture uploaded by the other MCU video processing unit from the Gigabit Ethernet switch chip, and respectively performs the nl road shallow compressed baseband video stream. Shallow decoding, get nl road small picture baseband video stream.
  • Step 805 The DSP2 chip synthesizes the nl small-frame baseband video stream, and sends the synthesized baseband video stream to the DSP3 chip through the video interface.
  • the baseband video stream is decoded to obtain an n2 way small picture baseband video stream.
  • Step 807 The DSP3 chip synthesizes the nl small-screen baseband video stream sent by the DSP2 chip and the n2 small-screen baseband video stream, and obtains a 16-channel picture baseband video stream, and connects through the video.
  • the port sends the 16-picture baseband video stream to the DSP4 chip.
  • Step 808 The DSP4 chip receives the baseband video stream of the 16-channel picture through the video interface, and compresses and encodes the baseband video stream of the 16-channel picture to obtain a high-definition compressed video stream, and the HD compressed video is output through a Gigabit Ethernet interface. The stream is sent to the terminal 1.
  • the above method flow refers to a specific implementation manner, and there are many other implementation manners, such as: not only the DSP1 chip acquires the high-definition compressed video stream of the terminal 1, but also the DSP2 chip, the DSP3 chip or the DSP4 chip to obtain the terminal 1 HD compressed video stream and subsequent decoding, shallow compression, etc.; not limited to DSP2 chip and DSP3 chip to obtain small picture shallow compression baseband video stream from Gigabit Ethernet switch chip, can also be DSP1 chip and DSP2 chip, or DSP1 chip and DSP3 chip, or DSP1 chip and DSP4 chip, or DSP1 chip, DSP2 chip and DSP3 chip, or DSP1 chip, DSP2 chip and DSP4 chip, or DSP2 chip, DSP3 chip and DSP4 chip, or DSP1 chip, DSP2 chip, The DSP3 chip and the DSP4 chip are used to obtain a small-screen shallow compressed video stream, and the implementation manners are various, and those skilled in the art can perform corresponding
  • the video processing method and apparatus provided by the embodiments of the present invention not only solve the problem that the baseband video streams cannot be exchanged between the MCU video processing units, but also realize the flexibility of the video processing and the linearity of the video processing capacity. Expansion. Taking 20 MCU video processing units as an example, if the 20 MCU video processing units require the video data of the terminal 1, the technical solution of the present invention is required, and only one of the MCU video processing units is required to be from the compressed video stream centralized switching unit.
  • the compressed video stream of 1 improves the acquisition speed of the baseband video stream. Rate, saving the ability to process resources.
  • the instructions are related to hardware completion, and the program can be stored in a computer readable storage medium such as a read only memory, a magnetic disk, or an optical disk.
  • all or part of the steps of the above embodiments may also be implemented using one or more integrated circuits.
  • each module/unit in the foregoing embodiment may be implemented in the form of hardware, or may be implemented in the form of a software function module. The invention is not limited to any specific form of combination of hardware and software.
  • a shallow compressed video stream obtained by performing a shallow compression encoding of a baseband video stream by an MCU video processing unit is sent to a baseband video stream centralized switching unit, so that other MCU video processing units can receive the baseband video stream from the baseband video stream.
  • the above baseband video stream can be obtained, thereby implementing the MCU video processing unit to implement baseband video stream exchange; and in the prior art, the MCU video processing unit is to be transmitted.
  • the compressed video stream is obtained by compressing and encoding the baseband video stream, and the compressed video stream is transmitted to the compressed video stream centralized switching unit, so that the other MCU video processing unit obtains the compressed video stream, and the compressed video stream is decoded.
  • the technical solution of the invention reduces the consumption of the capability processing resources and improves the utilization rate of the capability processing resources.

Abstract

An MCU video processing unit is provided by the present invention, which includes: a simply-code subunit, which is set for simply-compressing and coding the baseband video stream waiting for transmission, then obtaining the simply-compressed baseband video stream and outputting it; a baseband video stream output interface, which is set for sending the simply-compressed baseband video stream outputted by the simply-code subunit to a baseband video stream centralized exchange unit; a baseband video stream input interface, which is set for obtaining the simply-compressed baseband video stream from the baseband video stream centralized exchange unit; a simply-decode subunit, which is set for simply-decoding the simply-compressed baseband video stream obtained from the baseband video stream input interface. The present invention also provides a video processing method using the above MCU video processing unit and a video processing system. The present invention reduces the consumption of the capability processing resource, and increases the utilization ratio of the capability processing resource.

Description

一种视频处理方法及其系统、 MCU视频处理单元  Video processing method and system thereof, MCU video processing unit
技术领域 本发明涉及多媒体通讯领域, 尤其涉及一种应用于多点控制单元TECHNICAL FIELD The present invention relates to the field of multimedia communications, and in particular, to a multipoint control unit
( Multipoint Control Unit, MCU ) 的视频处理方法、 一种应用于 MCU的视 频处理系统以及一种 MCU视频处理单元。 (Multipoint Control Unit, MCU) video processing method, a video processing system applied to an MCU, and an MCU video processing unit.
背景技术 Background technique
目前,视频会议系统主要用于召开远程会议、多点会议以及实时会议等。 在实现多点会议时, 需要对视频数据和音频数据进行实时传输和交换。 多点 会议系统主要包括终端和 MCU。 在小型视频会议系统中, 该视频会议系统 主要由多个终端集中连接到同一个 MCU上, 以组成星型拓朴结构网络。 其 中, 终端为用户端设备, 配置有显示器、 摄像机、 扬声器以及麦克风等多媒 体部件; MCU 为系统端设备, 主要用于集中对与其连接的各终端的多媒体 信息进行交换和处理。 以一个如图 1所示的视频会议系统为例, 对现有技术进行视频处理的方 法进行描述。 图 1所示为现有技术中一个具体的视频会议系统的视频通信示意图, 该 视频会议系统由终端 1、 终端 2以及一个 MCU视频处理单元 MCU3组成, 并且该两个终端都连接在该 MCU3上, 终端 1与终端 2可通过 MCU3进行 视频数据交换; 终端 1包括编码器 11、解码器 12、摄像机 13以及显示器 14, 终端 2包括编码器 21、 解码器 22、 摄像机 23以及显示器 24, MCU3包括第 一解码器 31、 第一编码器 32、 第二解码器 33以及第二编码器 34。 为更清楚、 详细的描述现有技术对视频进行处理的方式, 假设终端 1为 源终端, 终端 2为目标终端, 以终端 1向终端 2发送视频数据为例进行详细 描述。 在终端 1向终端 2传输视频数据时, 包括以下步骤: 步骤一、终端 1接收摄像机 13发送的视频数据,该视频数据称为基带视 频流。 一般情况下, 该基带视频流的数据量很大, 如高清视频格式 1080P30(4:2:0)的基带视频流数据量为 752 兆比特每秒(Mbps ) , 若不对该 基带视频流进行压缩处理而直接通过网络传输将会占用很大的网络带宽。 Currently, video conferencing systems are mainly used for teleconferencing, multipoint conferencing, and real-time conferencing. In realizing multipoint conferences, video data and audio data need to be transmitted and exchanged in real time. The multipoint conference system mainly includes a terminal and an MCU. In a small video conference system, the video conference system is mainly connected to the same MCU by a plurality of terminals to form a star topology network. The terminal is a client device, and is equipped with multimedia components such as a display, a camera, a speaker, and a microphone. The MCU is a system-side device, and is mainly used for centrally exchanging and processing multimedia information of each terminal connected thereto. Taking a video conference system as shown in FIG. 1 as an example, a method of video processing in the prior art will be described. FIG. 1 is a schematic diagram of video communication of a specific video conference system in the prior art. The video conference system is composed of a terminal 1, a terminal 2, and an MCU video processing unit MCU3, and the two terminals are connected to the MCU3. The terminal 1 and the terminal 2 can exchange video data through the MCU 3. The terminal 1 includes an encoder 11, a decoder 12, a camera 13 and a display 14. The terminal 2 includes an encoder 21, a decoder 22, a camera 23 and a display 24. The MCU 3 includes The first decoder 31, the first encoder 32, the second decoder 33, and the second encoder 34. For a clearer and more detailed description of the manner in which the video is processed in the prior art, it is assumed that the terminal 1 is a source terminal, the terminal 2 is a target terminal, and the terminal 1 transmits video data to the terminal 2 as an example for detailed description. When the terminal 1 transmits video data to the terminal 2, the following steps are included: Step 1: The terminal 1 receives the video data sent by the camera 13, and the video data is called a baseband video stream. In general, the baseband video stream has a large amount of data, such as a high-definition video format 1080P30 (4:2:0) baseband video stream data volume of 752 megabits per second (Mbps), if the baseband video stream is not compressed Processing directly through the network will take up a lot of network bandwidth.
步骤二、终端 1通过编码器 11对接收到的基带视频流进行压缩编码得到 压缩视频流, 对该基带视频流进行压缩编码所釆用的速率、 编码格式为终端 1所支持的速率与编码格式, 并将该压缩视频流发送给 MCU3。 经过压缩编码之后得到的压缩视频流的数据量比基带视频流的数据量小 很多, 如高清视频格式 1080P30(4:2:0)的压缩视频流的数据量低于 8 Mbps; 压缩视频流主要用于网络传输, 以减少在传输过程中占用的网络带宽。 压缩 视频流不能进行视频处理以及显示等操作, 只有将该压缩视频流进行解压缩 之后所得到的基带视频流才能进行视频处理和显示等操作。 步骤三、 MCU3通过第一解码器 31 , 釆用终端 1所支持的速率与编码格 式对接收到的压缩视频流进行解压缩编码, 得到基带视频流; 对该基带视频 流进行相应的视频处理; 以及, 在视频处理结束之后, 通过第一编码器 32, 釆用终端 2所支持的速率与编码格式对处理后的基带视频流进行压缩编码, 得到压缩视频流并发送给终端 2。 步骤四、 终端 2通过解码器 22, 釆用终端 2所支持的速率与编码格式对 接收到的压缩视频流进行解压缩编码得到基带视频流,并在显示器 24中显示 该基带视频流。 同理, 终端 2向终端 1传输视频数据的流程, 与上述终端 1向终端 2传 输视频数据的流程类似, 在此不再赘述。 通过上述终端 1与终端 2之间的视频数据流程可以看出, 网络条件不同 各终端使用的传输速率也不同, 多媒体部件不同各终端使用的视频格式 (包 括基带视频格式和压缩视频格式)也不同; 因此, 釆用该视频处理方式, 对 MCU视频处理需要满足两个基本要求: 一、 进行速率匹配, 以使传输速率 不同的终端之间可以实现视频数据的交换; 二、 进行视频格式匹配, 以使视 频格式不同的终端之间可以实现视频数据的交换。 目前, 人们还需要对视频 处理功能进行多画面的合成处理, 因此 MCU视频处理还需要满足第三个基 本要求: 比如某一终端的显示器的显示屏中分成两个画面, 分别显示终端 1 传输过来的视频数据与终端 2传输过来的视频数据两个画面, 还可以根据需 要在终端的显示器上显示多路画面 (后续称为多画面视频流) 。 目前, 由于个性化和大容量的需求, 对 MCU的视频处理技术提出了两 大要求: 一、 视频处理功能可以灵活实现, 如通用端口 ( Universal Port, UP ) 功能, 即参加视频会议的各终端可以自由选择不同的视频格式和传输速率、 多画面数目与形式以及视频内容; 二、 视频处理容量可以线性扩展, 所谓线 性扩展通常是指系统结构不变而系统规模和复杂度只随着单元模块的增加而 线性增加, 这样才可以方便地扩展系统容量。 实现速率匹配或格式匹配功能的步骤是: 先对源终端过来的压缩视频流 按其速率、 格式定义进行解码, 得到基带视频流, 然后按目的终端的速率、 格式要求进行编码, 得到压缩视频流后发送给目的终端。 实现多画面功能的 步骤是:先对多个源终端过来的压缩视频流进行解码,得到多个基带视频流, 再进行缩放, 得到多个小画面视频流, 然后把多个小画面视频流合成一个正 常大小画面视频流, 然后进行压缩, 得到压缩视频流后发送给目的终端。 由 此可见实现视频处理功能的步骤, 可以分解归纳为四个: 一、 解码, 二、 编 码, 三、 缩放, 四、 合成。 视频处理的三个基本功能都可以由这四个步骤组 合完成。 视频处理的四个步骤, 通常在各种处理器芯片上执行, 都需要耗费 大量的处理器能力资源,但各步骤所耗费的处理器能力资源大小还是不同的, 这个跟其算法复杂度有关, 比如高清视频格式 1080P30(4:2:0), 其编码:解码: 缩放:合成的耗费的处理能力资源的比例为 32: 8: 1: 1。 上述步骤通常在各种处理器芯片上执行, 需要耗费大量的处理器能力资 源。 由于在终端以及 MCU端都需要对视频数据进行编码或 /和解码等操作, 因此会耗费较长的时间, 引入较大的延时(这是一种以时间换空间的做法, 即增加传输处理时间, 减少传输带宽空间) , 降低了视频传输的实时性。 图 2所示为现有技术的 MCU视频处理单元的结构示意图, 该 MCU视 频处理单元包括: 压缩视频流输入接口 201、压缩视频流输出接口 202、解码 子单元 203、 编码子单元 204、 缩放子单元 205以及合成子单元 206。 如图 3 所示 , 每个 MCU视频处理单元都包括一个压缩视频流输入接口与压缩视频 流输出接口, 并且该多个 MCU视频处理单元通过各自的压缩视频流输入接 口和输出接口集中连接到压缩视频流集中交换单元上, 以组成星型拓朴结构 网络, 方便各 MCU视频处理单元与其他 MCU视频处理单元或其他功能单 元之间交换压缩视频流。 现有的视频传输方式存在以下技术缺陷: 各 MCU视频处理单元之间无法或难以直接交换基带视频流, MCU视频 处理单元内部的各子单元之间交换的是基带视频流, 而各 MCU视频处理单 元通过压缩视频流集中交换单元只能交换压缩视频流而不能交换基带视频 流。 当多个 MCU视频处理单元需要同一个终端发送的视频数据时, 都需要 从压缩视频流集中交换单元获取该终端发送的压缩视频流, 并对该压缩视频 流进行解压缩编码以得到基带视频流。 由于每个 MCU视频处理单元都需要 执行解压缩编码的步骤, 因此, 消耗的处理能力资源较大。例如, 20个 MCU 视频处理单元集中连接在压缩视频集中交换单元上, 每个 MCU视频处理单 元都需要终端 1的视频数据时, 针对每一个 MCU视频处理单元, 从压缩视 频流集中交换单元中获取终端 1的压缩视频流, 并对该压缩视频流进行解压 缩编码之后发送给该 MCU视频处理单元的各子单元, 釆用该种方式, 相当 于每一个 MCU视频处理单元都需要对同一个压缩视频流进行解压缩编码, 对同一终端的压缩视频流进行 20次解压缩编码操作,由于对压缩视频流进行 解压缩编码消耗的处理能力资源较大, 因此, 在处理能力资源有限时将可能 导致其他功能无法实现。 Step 2: The terminal 1 compresses and encodes the received baseband video stream by using the encoder 11 to obtain a compressed video stream, and the rate and encoding format used for compressing and encoding the baseband video stream are the rates and encoding formats supported by the terminal 1. And send the compressed video stream to MCU3. The compressed video stream obtained after compression encoding has a much smaller data volume than the baseband video stream. For example, the compressed video stream of the HDP format 1080P30 (4:2:0) has a data volume lower than 8 Mbps; the compressed video stream is mainly Used for network transmission to reduce the network bandwidth occupied during transmission. The compressed video stream cannot perform operations such as video processing and display. Only the baseband video stream obtained after decompressing the compressed video stream can perform operations such as video processing and display. Step 3: The MCU 3 decompresses the received compressed video stream by using the first decoder 31 and the rate and encoding format supported by the terminal 1 to obtain a baseband video stream; and performing corresponding video processing on the baseband video stream; And, after the video processing ends, the processed baseband video stream is compression-encoded by the first encoder 32 using the rate and encoding format supported by the terminal 2, and the compressed video stream is obtained and transmitted to the terminal 2. Step 4: The terminal 2 decompresses the received compressed video stream by using the decoder 22, using the rate and encoding format supported by the terminal 2 to obtain a baseband video stream, and displays the baseband video stream in the display 24. For the same reason, the process of the terminal 2 transmitting the video data to the terminal 1 is similar to the process of the terminal 1 transmitting the video data to the terminal 2, and details are not described herein again. It can be seen from the video data flow between the terminal 1 and the terminal 2 that the transmission rate used by each terminal is different under different network conditions, and the video formats used by different terminals of the multimedia component (including the baseband video format and the compressed video format) are also different. Therefore, using this video processing method, the MCU video processing needs to meet two basic requirements: 1. Perform rate matching so that video data can be exchanged between terminals with different transmission rates; 2. Perform video format matching. To visualize Video data can be exchanged between terminals with different frequency formats. At present, people also need to perform multi-picture synthesis processing on video processing functions. Therefore, MCU video processing needs to meet the third basic requirement: For example, the display screen of a certain terminal is divided into two screens, and the display terminal 1 is transmitted separately. The video data and the video data transmitted by the terminal 2 are two screens, and the multi-channel picture (hereinafter referred to as a multi-picture video stream) can also be displayed on the display of the terminal as needed. At present, due to the demand for personalization and large capacity, two major requirements are placed on the video processing technology of the MCU: 1. The video processing function can be flexibly implemented, such as the Universal Port (UP) function, that is, each terminal participating in the video conference. You can freely choose different video formats and transmission rates, multi-picture number and form, and video content. Second, video processing capacity can be linearly extended. The so-called linear expansion usually means that the system structure is unchanged and the system size and complexity only follow the unit module. The increase is linear and increases, so that the system capacity can be easily expanded. The steps of implementing the rate matching or the format matching function are: first decoding the compressed video stream coming from the source terminal according to its rate and format definition, obtaining a baseband video stream, and then encoding according to the rate and format requirements of the destination terminal to obtain a compressed video stream. Then sent to the destination terminal. The steps of implementing the multi-picture function are: first decoding the compressed video stream from multiple source terminals, obtaining a plurality of baseband video streams, and then performing scaling to obtain a plurality of small-screen video streams, and then synthesizing the plurality of small-screen video streams. A normal-sized picture video stream is then compressed to obtain a compressed video stream and sent to the destination terminal. It can be seen that the steps of implementing the video processing function can be decomposed into four: one, decoding, two, encoding, three, scaling, four, synthesis. The three basic functions of video processing can be combined by these four steps. The four steps of video processing, usually performed on various processor chips, require a lot of processor power resources, but the processor power resources consumed by each step are still different, which is related to its algorithm complexity. For example, HD video format 1080P30 (4:2:0), its encoding: decoding: scaling: the ratio of the combined processing power resources is 32: 8: 1: 1. The above steps are typically performed on a variety of processor chips and require a significant amount of processor power resources. Since both the terminal and the MCU need to encode and/or decode the video data, it takes a long time and introduces a large delay (this is a time-space-changing method, that is, increasing the transmission processing. Time, reduce transmission bandwidth space), reducing the real-time performance of video transmission. 2 is a schematic structural diagram of a prior art MCU video processing unit. The MCU video processing unit includes: a compressed video stream input interface 201, a compressed video stream output interface 202, and decoding. Subunit 203, encoding subunit 204, scaling subunit 205, and synthesizing subunit 206. As shown in FIG. 3, each MCU video processing unit includes a compressed video stream input interface and a compressed video stream output interface, and the plurality of MCU video processing units are collectively connected to the compression through respective compressed video stream input interfaces and output interfaces. The video stream is centralized on the switching unit to form a star topology network, which facilitates exchange of compressed video streams between each MCU video processing unit and other MCU video processing units or other functional units. The existing video transmission methods have the following technical defects: The baseband video stream cannot be directly exchanged between the MCU video processing units, and the baseband video stream is exchanged between the subunits in the MCU video processing unit, and each MCU video processing The unit can only exchange compressed video streams but not baseband video streams by compressing video stream centralized switching units. When multiple MCU video processing units require video data sent by the same terminal, the compressed video stream sent by the terminal needs to be obtained from the compressed video stream centralized switching unit, and the compressed video stream is decompressed and encoded to obtain a baseband video stream. . Since each MCU video processing unit needs to perform the step of decompressing encoding, the processing power resource consumed is large. For example, 20 MCU video processing units are collectively connected to the compressed video centralized switching unit. When each MCU video processing unit needs the video data of the terminal 1, it is obtained from the compressed video stream centralized switching unit for each MCU video processing unit. The compressed video stream of the terminal 1 is decompressed and encoded, and then sent to each subunit of the MCU video processing unit, which is equivalent to the same compression required by each MCU video processing unit. The video stream is decompressed and encoded, and the compressed video stream of the same terminal is decompressed and encoded 20 times. Since the processing power for decompressing and encoding the compressed video stream is large, it may cause a limited processing power resource. Other features are not possible.
发明内容 本发明提供一种视频处理的方法及其系统、 MCU视频处理单元, 以实 现在不同的 MCU视频处理单元之间进行基带视频流的交换, 降低能力处理 资源的消耗, 提高能力处理资源的利用率。 一种多点控制单元 MCU视频处理单元, 包括: 浅编码子单元、 基带视 频流输出接口、 基带视频流输入接口和浅解码子单元, 其中: 浅编码子单元设置为: 对待传输基带视频流进行浅压缩编码, 得到浅压 缩基带视频流并输出; 基带视频流输出接口设置为: 将所述浅编码子单元输出的浅压缩基带视 频流发送给基带视频流集中交换单元; 基带视频流输入接口设置为: 从所述浅压缩基带视频流集中交换单元中 获取浅压缩基带视频流; 浅解码子单元设置为: 对所述基带视频流输入接口获取的所述浅压缩基 带视频流进行浅解码。 SUMMARY OF THE INVENTION The present invention provides a video processing method and system thereof, and an MCU video processing unit, to implement baseband video stream exchange between different MCU video processing units, reduce capability processing resource consumption, and improve capability processing resources. Utilization rate. A multi-point control unit MCU video processing unit, comprising: a shallow coding subunit, a baseband view The frequency stream output interface, the baseband video stream input interface and the shallow decoding subunit, wherein: the shallow coding subunit is set to: shallow compression coding of the baseband video stream to be transmitted, obtaining a shallow compressed baseband video stream and outputting; baseband video stream output interface setting And: transmitting the shallow compressed baseband video stream output by the shallow coding subunit to the baseband video stream centralized switching unit; the baseband video stream input interface is configured to: obtain the shallow compressed baseband video from the shallow compressed baseband video stream centralized switching unit The shallow decoding subunit is configured to: perform shallow decoding on the shallow compressed baseband video stream obtained by the baseband video stream input interface.
浅编码子单元对待传输基带视频流进行浅压缩编码, 得到浅压缩基带视 频流并输出给基带视频流输出接口; 以及 基带视频流输出接口将所述浅编码子单元输出的所述浅压缩基带视频流 发送给基带视频流集中交换单元。 基带视频流输入接口从所述基带视频流集中交换单元中获取浅压缩视频 流, 并输出给浅解码子单元; 以及 浅解码子单元对所述基带视频流输入接口输出的浅压缩视频流进行浅解 码, 得到基带视频流。 一种视频处理系统, 包括基带视频流集中交换单元、 多个集中连接到所 述基带视频流集中交换单元上的多点控制单元 MCU视频处理单元, 其中: 所述基带视频流集中交换单元设置为: 接收并转发所述多个 MCU视频 处理单元发送的浅压缩基带视频流; The shallow coding sub-unit performs shallow compression coding on the transmission baseband video stream, obtains a shallow compressed baseband video stream and outputs the same to the baseband video stream output interface; and the baseband video stream output interface outputs the shallow compression baseband video of the shallow coding subunit The stream is sent to the baseband video stream centralized switching unit. The baseband video stream input interface obtains a shallow compressed video stream from the baseband video stream centralized switching unit, and outputs the shallow compressed video stream to the shallow decoding subunit; and the shallow decoding subunit performs shallow shallow compression video stream output by the baseband video stream input interface. Decode to obtain a baseband video stream. A video processing system, comprising: a baseband video stream centralized switching unit, and a plurality of multi-point control unit MCU video processing units collectively connected to the baseband video stream centralized switching unit, wherein: the baseband video stream centralized switching unit is set to : receiving and forwarding the shallow compressed baseband video stream sent by the multiple MCU video processing units;
MCU视频处理单元设置为: 对待传输基带视频流进行浅压缩编码, 得 到浅压缩基带视频流, 并将该浅压缩基带视频流发送给所述基带视频流集中 交换单元; 以及,从所述基带视频流集中交换单元中获取浅压缩基带视频流, 并对该浅压缩基带视频流进行浅解码得到基带视频流。 本发明实施例中, MCU视频处理单元对待传输基带视频流进行浅压缩 编码, 得到浅压缩基带视频流, 并将该浅压缩基带视频流发送给与该 MCU 视频处理单元相连接的基带视频流集中交换单元; MCU视频处理单元从基 带视频流集中交换单元中获取浅压缩基带视频流, 并对该浅压缩基带视频流 进行浅解码。 釆用本发明技术方案, 由于 MCU视频处理单元将基带视频流 进行浅压缩编码之后得到的浅压缩视频流发送给基带视频流集中交换单元, 以便其他 MCU视频处理单元从该基带视频流交换单元中获取该浅压缩基带 视频流并进行浅解码之后即可得到上述基带视频流, 从而实现了 MCU视频 处理单元实现基带视频流的交换; 与现有技术中, MCU视频处理单元将待 传输基带视频流进行压缩编码之后得到压缩视频流, 并将该压缩视频流传输 给压缩视频流集中交换单元, 以供其他 MCU视频处理单元获取该压缩视频 流, 并对该压缩视频流进行解码之后得到待传输基带视频流相比, 本发明技 术方案降低能力处理资源的消耗, 提高能力处理资源的利用率。 The MCU video processing unit is configured to: perform shallow compression encoding on the transmission baseband video stream, obtain a shallow compressed baseband video stream, and send the shallow compressed baseband video stream to the baseband video stream centralized switching unit; and, from the baseband video The shallow compressed baseband video stream is obtained by the stream centralized switching unit, and the shallow compressed baseband video stream is shallowly decoded to obtain a baseband video stream. In the embodiment of the present invention, the MCU video processing unit performs shallow compression encoding on the transmission baseband video stream to obtain a shallow compressed baseband video stream, and sends the shallow compressed baseband video stream to the baseband video stream set connected to the MCU video processing unit. The switching unit: the MCU video processing unit obtains the shallow compressed baseband video stream from the baseband video stream centralized switching unit, and performs shallow decoding on the shallow compressed baseband video stream. According to the technical solution of the present invention, the shallow compressed video stream obtained by the MCU video processing unit after performing shallow compression coding on the baseband video stream is sent to the baseband video stream centralized switching unit, so that other MCU video processing units are from the baseband video stream switching unit. After obtaining the shallow compressed baseband video stream and performing shallow decoding, the baseband video stream can be obtained, thereby implementing the MCU video processing unit to implement baseband video stream exchange; and in the prior art, the MCU video processing unit is to transmit the baseband video stream. Performing compression coding to obtain a compressed video stream, and transmitting the compressed video stream to a compressed video stream centralized switching unit, for other MCU video processing units to acquire the compressed video stream, and decoding the compressed video stream to obtain a baseband to be transmitted. Compared with the video stream, the technical solution of the present invention reduces the consumption of the capability processing resources and improves the utilization rate of the capability processing resources.
附图概述 图 1为现有技术中视频会议系统视频通信的示意图; 图 2为现有技术中 MCU视频处理单元的结构示意图; 1 is a schematic diagram of video communication of a video conference system in the prior art; FIG. 2 is a schematic structural diagram of a video processing unit of an MCU in the prior art;
图 4为本发明实施例中 MCU视频处理单元的结构示意图; 4 is a schematic structural diagram of an MCU video processing unit according to an embodiment of the present invention;
图 6a为本发明实施例中实现 MCU视频处理单元之间进行压缩视频流的 交换流程图; 6a is a flowchart of implementing exchange of compressed video streams between MCU video processing units according to an embodiment of the present invention;
流程图; 图 7为本发明实施例中实现视频会议系统的具体结构示意图; 图 8为本发明实施例中利用图 7所示的系统实现 MCU视频处理单元之 间基带视频流的交换流程图。 本发明的较佳实施方式 为解决现有技术存在的技术问题, 本发明实施例提供一种视频处理的方 法及其装置, 该视频处理方法主要为: 多个 MCU视频处理单元集中连接在 一个基带视频流集中交换单元上, 该基带视频流集中交换单元用于接收并转 发该多个 MCU视频处理单元发送的基带视频流; MCU视频处理单元将待传 输基带视频流转换成该多个 MCU视频处理单元都统一支持的传输速率、 视 频格式, 并将格式转换后的基带视频流发送给基带视频流集中交换单元, 以 供其他 MCU视频处理单元或其他功能单元从该基带视频流集中交换单元中 获取该基带视频流。 较佳地, 由于在实际应用中,有些系统的传输和交换的带宽可能不充足。 因此, 为保证基带视频流的可靠传输, 本发明技术方案中, MCU视频处理 单元对待传输基带视频流进行浅压缩编码, 得到浅压缩基带视频流, 并将该 浅压缩基带视频流发送给与该 MCU视频处理单元相连接的基带视频流集中 交换单元, 以供其他 MCU视频处理单元从基带视频流集中交换单元中获取 该浅压缩基带视频流; 当 MCU视频处理单元需要基带视频流时, 从基带视 频流集中交换单元中获取浅压缩基带视频流, 并对该浅压缩基带视频流进行 浅解码即可得到基带视频流。 釆用本发明技术方案, 当多个 MCU视频处理 单元需要同一基带视频流时, 只需要对浅压缩视频流进行多次浅解码操作即 可, 与现有技术中当多个 MCU视频处理单元需要同一个基带视频流时还需 要对同一压缩视频流进行多个解码操作相比, 降低能力处理资源的消耗, 提 高能力处理资源的利用率。 首先来说明一下本发明涉及到的技术术语。 浅压缩编解码算法, 是指通过对普通的压缩编解码算法 (如 H.263 或 H.264 )进行简化而得到的一种编解码算法,该浅压缩编解码算法必须满足压 缩数据量和引入编码时延的要求, 如: 对格式为 1080P30(4:2:0)的高清视频 流进行浅压缩编码, 要求压缩数据量减少为 12 Mbps以下, 引入编码延时小 于或等于 30毫秒。 浅压缩基带视频流, 是指将基带视频流通过上述浅压缩编解码算法进行 压缩编码处理之后所得到的基带视频流, 该浅压缩基带视频流的数据量比基 带视频流进行浅压缩前的数据量小, 比该基带视频流进行普通压缩后的压缩 视频流的数据量大。 FIG. 7 is a schematic structural diagram of implementing a video conference system according to an embodiment of the present invention; FIG. 8 is a flowchart of exchanging baseband video streams between MCU video processing units by using the system shown in FIG. 7 according to an embodiment of the present invention. The preferred embodiment of the present invention is to solve the technical problem in the prior art. The embodiment of the present invention provides a video processing method and an apparatus thereof. The video processing method is mainly as follows: multiple MCU video processing units are connected in a baseband. a video stream centralized switching unit, the baseband video stream centralized switching unit is configured to receive and forward the baseband video stream sent by the multiple MCU video processing units; and the MCU video processing unit converts the baseband video stream to be transmitted into the multiple MCU video processing. The unit supports the supported transmission rate and video format, and sends the format converted baseband video stream to the baseband video stream centralized switching unit for other MCU video processing units or other functional units to obtain from the baseband video stream centralized switching unit. The baseband video stream. Preferably, the bandwidth of transmission and exchange of some systems may not be sufficient in practical applications. Therefore, in order to ensure reliable transmission of the baseband video stream, in the technical solution of the present invention, the MCU video processing unit performs shallow compression encoding on the transmission baseband video stream, obtains a shallow compressed baseband video stream, and sends the shallow compressed baseband video stream to the The baseband video stream centralized switching unit connected to the MCU video processing unit, for other MCU video processing units to obtain the shallow compressed baseband video stream from the baseband video stream centralized switching unit; when the MCU video processing unit needs the baseband video stream, the baseband The video stream centralized switching unit obtains the shallow compressed baseband video stream, and performs shallow decoding on the shallow compressed baseband video stream to obtain a baseband video stream. According to the technical solution of the present invention, when multiple MCU video processing units require the same baseband video stream, only a shallow decoding operation of the shallow compressed video stream is required, and multiple MCU video processing units are required in the prior art. When the same baseband video stream is required to perform multiple decoding operations on the same compressed video stream, the consumption of the capability processing resources is reduced, and the utilization of the capability processing resources is improved. First, the technical terms related to the present invention will be explained. A shallow compression codec algorithm is a codec algorithm obtained by simplifying a common compression codec algorithm (such as H.263 or H.264). The shallow compression codec algorithm must satisfy the amount of compressed data and introduce The encoding delay requirement, such as: Shallow compression encoding of a high-definition video stream of the format 1080P30 (4:2:0) requires that the amount of compressed data be reduced to less than 12 Mbps, and the introduction of the encoding delay is less than or equal to 30 milliseconds. The shallow compressed baseband video stream is a baseband video stream obtained by compressing and encoding the baseband video stream by using the above-mentioned shallow compression codec algorithm, and the data amount of the shallow compressed baseband video stream is shallower than that of the baseband video stream. The amount of data is small, and the amount of data of the compressed video stream after normal compression is larger than that of the baseband video stream.
MCU视频处理单元, 是 MCU中的用于处理视频的一个功能单元, 该功 能单元为粒度大小适当、能够独立完成各种形式的视频处理功能的功能单元, 视不同项目的设计要求, 根据要求 MCU视频处理单元需要处理的速率匹配 数目、 格式匹配数目以及画面数目等因素来设置该 MCU视频处理单元的粒 度。 压缩视频流集中交换单元设置为: 接收并转发各 MCU视频处理单元上 传的压缩视频流; 以及, 将压缩视频流下发给需要该压缩视频流的 MCU视 频处理单元。 基带视频流集中交换单元设置为: 接收并转发各 MCU视频处理单元上 传的浅压缩基带视频流; 以及, 将浅压缩基带视频流下发给需要该浅压缩基 带视频流的 MCU视频处理单元。 多个 MCU视频处理单元集中连接到压缩视频流集中交换单元和基带视 频流集中交换单元上, 组成星型拓朴结构网络; 为实现容量的线性扩展, 该 多个 MCU视频处理单元可组成视频处理单板, 多个视频处理单板可组成视 频处理机框; 多个视频处理机框可组成视频处理机拒。 上述基带视频流集中 交换单元与压缩视频流集中交换单元设置为适用于各级的交换单元, 适用于 视频处理单板间、 视频处理机框间、 视频处理机拒间的互联, 以更好的实现 容量线性扩展。 下面结合说明书附图对本发明技术方案进行详细的描述。 参见图 4,为本发明实施例中 MCU视频处理单元的结构示意图,该 MCU 视频处理单元是在现有的 MCU视频处理单元基础上进行了改进, 在 MCU 视频处理单元 4中增加了基带视频流输出接口 42、浅编码子单元 48、基带视 频流输入接口 43和浅解码子单元 49。 该 MCU视频处理单元 4还包括缩放 子单元 46、 合成子单元 47、 压缩视频流输入接口 40、 压缩视频流输出接口 41、 解码子单元 44以及编码子单元 45。 其中, MCU视频处理单元 4设置为: 通过基带视频流输出接口 42将浅 压缩基带视频流发送给基带视频流集中交换单元, 以供其他 MCU视频处理 单元或其他功能单元从基带视频流集中交换单元中获取该浅压缩基带视频 流; 通过基带视频流输入接口 43 从基带视频流集中交换单元中获取其他 MCU视频处理单元或其他功能单元发送的浅压缩基带视频流; 通过压缩视 频流输入接口 40从压缩视频流集中交换单元中获取其他 MCU视频处理单元 或其他功能单元发送的压缩视频流;通过压缩视频流输出接口 41将压缩视频 流发送给压缩视频流集中交换单元, 以供其他 MCU视频处理单元或其他功 能单元从该压缩视频流集中交换单元中获取该压缩视频流。 解码子单元 44设置为: 对压缩视频流输入接口 40获取的压缩视频流进 行解压缩编码, 得到基带视频流。 编码子单元 45设置为:对待传输基带视频流进行压缩编码得到压缩视频 流,并将该压缩视频流通过压缩视频流输出接口 41发送给压缩视频流集中交 换单元。 浅编码子单元 48设置为: 釆用浅压缩编解码算法,对待传输基带视频流 进行浅压缩编码得到浅压缩基带视频流, 并将该浅压缩基带视频流通过基带 视频流输出接口 42发送给基带视频流集中交换单元。 浅解码子单元 49设置为: 釆用浅压缩编解码算法,对基带视频流输入接 口 43获取的浅压缩基带视频流进行浅解码, 得到基带视频流。 缩放子单元 46设置为: 对在浅编码子单元 48对待传输视频流进行浅压 缩编码之前, 对该待传输基带视频流进行缩放处理, 得到设定大小的小画面 基带视频流, 并将该小画面基带视频流发送给浅编码子单元 48, 该小画面基 带视频流的大小根据用户终端设置的画面数目、 形式确定。 缩放子单元 46还可以设置为: 对解码子单元 44输出的基带视频流进行 缩放处理得到大小设定的小画面基带视频流; 还可以设置为: 对浅解码子单 元 49浅解码得到基带视频流进行缩放处理,得到大小设定的小画面基带视频 流。 合成子单元 47设置为:从缩放子单元 46或浅解码子单元 49获取多个小 画面基带视频流, 并对该多个小画面基带视频流进行合成处理, 得到基带视 频流并发送。 上述浅编码子单元 48或浅解码子单元 49所釆用的浅压缩编解码算法可 通过对普通的压缩编解码算法 H.263或 H.264进行简化得到。 参见图 5, 为本发明实施例中多个 MCU视频处理单元互联的结构示意 图, 图 5中, 多个 MCU视频处理单元分别通过各自的压缩视频流输入接口 和压缩视频流输出接口集中连接到压缩视频流集中交换单元上, 以组成星型 拓朴结构网络, 方便各 MCU视频处理单元与其他 MCU视频处理单元或其 他功能单元之间交换压缩视频流; 并且, 该多个 MCU视频处理单元分别通 过各自的基带视频流输入接口与基带视频流输出接口集中连接在基带视频流 集中交换单元上, 以组成星型拓朴结构网络, 方便各 MCU视频处理单元与 其他 MCU视频处理单元或其他功能单元之间交换浅压缩基带视频流。 下面通过多个流程图, 来对 MCU视频处理单元与其他 MCU视频处理 单元或其他功能单元之间进行压缩视频流交换的流程、 浅压缩基带视频流交 换的流程进行详细的描述。 参见图 6a, 为本发明实施例中实现 MCU视频处理单元与其他 MCU视 频处理单元或其他功能单元之间进行压缩视频流的交换流程图, 该方法包括 步骤: 当 MCU视频处理单元需要获取基带视频流时, 执行以下步骤 601 602; 当 MCU视频处理单元需要发送基带视频流时, 执行步骤 603~604, 以便其 他 MCU视频处理单元或其他功能单元使用该基带视频流。 步骤 601、 MCU视频处理单元通过其压缩视频流输入接口, 从压缩视频 流集中交换单元中获取其他 MCU视频处理单元或其他功能单元发送的压缩 视频流。 步骤 602、 MCU视频处理单元通过解码子单元, 对获取的压缩视频流进 行解码得到基带视频流, 以供该 MCU视频处理单元中的各子单元使用。 步骤 603、 MCU视频处理单元通过编码子单元, 对待传输基带视频流进 行压缩编码得到压缩视频流。 步骤 604、 MCU视频处理单元通过压缩视频流输出接口, 将步骤 603得 到的压缩视频流发送给压缩视频流集中交换单元, 以便其他 MCU视频处理 单元或其他功能单元使用该压缩视频流。 参见 6b, 为本发明实施例中实现 MCU视频处理单元之间, 或 MCU视 频处理单元与其他功能单元之间进行基带视频流的交换流程图, 该方法包括 步骤: 当 MCU视频处理单元需要从其他 MCU视频处理单元或其他功能单元 获取基带视频流时, 执行步骤 605~606; 当 MCU视频处理单元需要发送基 带视频流, 以供其他 MCU视频处理单元或其他功能单元使用时, 执行步骤 607-608„ 步骤 605、 MCU视频处理单元通过基带视频流输入接口, 从基带视频流 集中交换单元中获取其他 MCU视频处理单元或其他功能单元发送的浅压缩 基带视频流。 步骤 606、 MCU视频处理单元通过浅解码子单元, 对步骤 605获取到的 浅压缩基带视频流进行浅解码得到基带视频流, 以便该 MCU视频处理单元 中的子单元使用该基带视频流。 步骤 607、 MCU视频处理单元通过浅编码子单元, 对待传输的基带视频 流进行浅压缩编码得到浅压缩基带视频流。 步骤 608、 MCU视频处理单元通过基带视频流输出接口, 将步骤 607得 到的浅压缩基带视频流发送给基带视频流集中交换单元, 以便其他 MCU视 频处理单元或其他功能单元使用该浅压缩基带视频流。 可选地, 若 MCU视频处理单元对其他功能单元发送的基带视频流或者 从其他 MCU视频处理单元获取到的基带视频流进行缩放处理, 缩放成小画 面基带视频流时, 上述图 6a、 图 6b所示的流程还包括步骤 609: 步骤 609, MCU视频处理单元的缩放子单元将基带视频流缩放成设定大 小的小画面基带视频流。 可选地, 若 MCU处理子单元需要对缩放子单元或浅解码子单元得到的 多个小画面基带视频流进行合成处理时, 上述步骤 609之后还包括步骤: The MCU video processing unit is a functional unit for processing video in the MCU. The functional unit is a functional unit with appropriate granularity and capable of independently performing various forms of video processing functions, depending on the design requirements of different projects, according to the requirements of the MCU. The video processing unit needs to process the number of rate matching, the number of format matches, and the number of pictures to set the granularity of the MCU video processing unit. The compressed video stream centralized switching unit is configured to: receive and forward the compressed video stream uploaded by each MCU video processing unit; and send the compressed video stream to the MCU video processing unit that needs the compressed video stream. The baseband video stream centralized switching unit is configured to: receive and forward the shallow compressed baseband video stream uploaded by each MCU video processing unit; and send the shallow compressed baseband video stream to the MCU video processing unit that needs the shallow compressed baseband video stream. A plurality of MCU video processing units are collectively connected to the compressed video stream centralized switching unit and the baseband video stream centralized switching unit to form a star topology network; to achieve linear expansion of capacity, the plurality of MCU video processing units may constitute video processing. A single video board can form a video processing unit. Multiple video processing units can form a video processor. The above-mentioned baseband video stream centralized switching unit and the compressed video stream centralized switching unit are set to be applicable to switching units at all levels, and are suitable for interconnection between video processing boards, video processing units, and video processing machines, for better interconnection. Achieve linear expansion of capacity. The technical solution of the present invention will be described in detail below with reference to the accompanying drawings. 4 is a schematic structural diagram of an MCU video processing unit according to an embodiment of the present invention. The MCU video processing unit is improved on an existing MCU video processing unit, and a baseband video stream is added to the MCU video processing unit 4. Output interface 42, shallow coding sub-unit 48, baseband video stream input interface 43 and shallow decoding sub-unit 49. The MCU video processing unit 4 further includes a scaling subunit 46, a synthesizing subunit 47, a compressed video stream input interface 40, and a compressed video stream output interface. 41. Decoding subunit 44 and encoding subunit 45. The MCU video processing unit 4 is configured to: send the shallow compressed baseband video stream to the baseband video stream centralized switching unit through the baseband video stream output interface 42 for other MCU video processing units or other functional units to exchange the unit from the baseband video stream. Obtaining the shallow compressed baseband video stream; acquiring, by the baseband video stream input interface 43 from the baseband video stream centralized switching unit, the shallow compressed baseband video stream sent by another MCU video processing unit or other functional unit; by compressing the video stream input interface 40 from Acquiring a compressed video stream sent by another MCU video processing unit or other functional unit in the compressed video stream centralized switching unit; sending the compressed video stream to the compressed video stream centralized switching unit through the compressed video stream output interface 41 for other MCU video processing units Or other functional unit obtains the compressed video stream from the compressed video stream centralized switching unit. The decoding sub-unit 44 is configured to: decompress and encode the compressed video stream obtained by the compressed video stream input interface 40 to obtain a baseband video stream. The encoding sub-unit 45 is configured to compress-encode the baseband video stream to be obtained to obtain a compressed video stream, and send the compressed video stream to the compressed video stream centralized switching unit through the compressed video stream output interface 41. The shallow coding sub-unit 48 is configured to: use a shallow compression codec algorithm to perform shallow compression coding on the baseband video stream to obtain a shallow compressed baseband video stream, and send the shallow compressed baseband video stream to the baseband through the baseband video stream output interface 42. Video stream centralized switching unit. The shallow decoding sub-unit 49 is configured to: use a shallow compression codec algorithm to perform shallow decoding on the shallow compressed baseband video stream obtained by the baseband video stream input interface 43 to obtain a baseband video stream. The scaling sub-unit 46 is configured to: perform a scaling process on the baseband video stream to be transmitted before the shallow encoding sub-unit 48 performs shallow compression encoding on the video stream to be transmitted, to obtain a small-screen baseband video stream of a set size, and The picture baseband video stream is sent to the shallow coding subunit 48, and the size of the small picture baseband video stream is determined according to the number and form of pictures set by the user terminal. The scaling sub-unit 46 may be further configured to: perform a scaling process on the baseband video stream output by the decoding sub-unit 44 to obtain a small-screen baseband video stream of a size setting; or may be configured to: shallowly decode the shallow decoding sub-unit 49 to obtain a baseband video stream. The scaling process is performed to obtain a small-screen baseband video stream of a size setting. The synthesizing sub-unit 47 is configured to acquire a plurality of small-screen baseband video streams from the scaling sub-unit 46 or the shallow decoding sub-unit 49, and synthesize the plurality of small-screen baseband video streams to obtain a baseband video stream and transmit the same. The shallow compression codec algorithm used by the above-described shallow coding sub-unit 48 or shallow decoding sub-unit 49 can be obtained by simplifying the ordinary compression codec algorithm H.263 or H.264. 5 is a schematic structural diagram of interconnection of multiple MCU video processing units according to an embodiment of the present invention. In FIG. 5, multiple MCU video processing units are respectively connected to compression through respective compressed video stream input interfaces and compressed video stream output interfaces. The video stream is centralized on the switching unit to form a star topology network, which facilitates exchange of compressed video streams between each MCU video processing unit and other MCU video processing units or other functional units; and the plurality of MCU video processing units respectively pass The respective baseband video stream input interface and the baseband video stream output interface are collectively connected to the baseband video stream centralized switching unit to form a star topology network, which is convenient for each MCU video processing unit and other MCU video processing units or other functional units. Exchanging shallow compressed baseband video streams. The flow of compressed video stream exchange between the MCU video processing unit and other MCU video processing units or other functional units, and the flow of shallow compressed baseband video stream exchange are described in detail below through a plurality of flowcharts. 6a is a flowchart of exchanging compressed video streams between an MCU video processing unit and other MCU video processing units or other functional units according to an embodiment of the present invention, where the method includes the following steps: When the MCU video processing unit needs to acquire baseband video When streaming, the following steps 601 602 are performed; when the MCU video processing unit needs to send a baseband video stream, steps 603-604 are performed, so that other MCU video processing units or other functional units use the baseband video stream. Step 601: The MCU video processing unit acquires, by using the compressed video stream input interface, the compressed video stream sent by another MCU video processing unit or other functional unit from the compressed video stream centralized switching unit. Step 602: The MCU video processing unit decodes the obtained compressed video stream by using a decoding subunit to obtain a baseband video stream for use by each subunit in the MCU video processing unit. Step 603: The MCU video processing unit uses the encoding subunit to process the baseband video stream. Row compression coding yields a compressed video stream. Step 604: The MCU video processing unit sends the compressed video stream obtained in step 603 to the compressed video stream centralized switching unit by using the compressed video stream output interface, so that the other MCU video processing unit or other functional unit uses the compressed video stream. Referring to FIG. 6b, a flowchart of exchanging baseband video streams between MCU video processing units or between MCU video processing units and other functional units is performed according to an embodiment of the present invention, where the method includes the following steps: When the MCU video processing unit needs to be from other When the MCU video processing unit or other functional unit acquires the baseband video stream, steps 605-606 are performed; when the MCU video processing unit needs to send the baseband video stream for use by other MCU video processing units or other functional units, perform steps 607-608. Step 605: The MCU video processing unit acquires the shallow compressed baseband video stream sent by another MCU video processing unit or other functional unit from the baseband video stream centralized switching unit through the baseband video stream input interface. Step 606: The MCU video processing unit passes through Decoding the subunit, performing shallow decoding on the shallow compressed baseband video stream obtained in step 605 to obtain a baseband video stream, so that the subunits in the MCU video processing unit use the baseband video stream. Step 607: The MCU video processing unit passes the shallow coding sub- Unit, shallow compression of the baseband video stream to be transmitted The code obtains the shallow compressed baseband video stream. Step 608: The MCU video processing unit sends the shallow compressed baseband video stream obtained in step 607 to the baseband video stream centralized switching unit through the baseband video stream output interface, so as to enable other MCU video processing units or other functions. The unit uses the shallow compressed baseband video stream. Optionally, if the MCU video processing unit scales the baseband video stream sent by other functional units or the baseband video stream obtained from other MCU video processing units, the video is scaled to a small picture baseband video. When streaming, the flow shown in FIG. 6a and FIG. 6b further includes step 609: Step 609, the scaling subunit of the MCU video processing unit scales the baseband video stream into a small-size baseband video stream of a set size. Optionally, if the MCU processing sub-unit needs to perform a synthesis process on the plurality of small-screen baseband video streams obtained by the scaling sub-unit or the shallow decoding sub-unit, the step 609 further includes the following steps:
元获取多路小画面基带视频流,并对该多路小画面基带视频流进行合成处理, 得到大小设定的多画面基带视频流。 较佳地, 若多个 MCU视频处理单元都需要相同内容、 相同数目的多画 面时, 为提高获取多画面基带视频流的速率, 上述步骤 610之后还包括: 步骤 611、 MCU视频处理单元的浅编码子单元对该合成子单元得到的多 画面基带视频流进行浅压缩编码, 得到浅压缩基带视频流, 并将该浅压缩基 带视频流发送给基带视频流集中交换单元, 以供其他 MCU视频处理单元或 其他功能单元使用。 较佳地, 若多个 MCU视频处理单元都需要获取同一终端发送的基带视 频流时, 可通过以下步骤获取该终端发送的基带视频流: 步骤 1、 由该多个 MCU视频处理单元中的某一个 MCU视频处理单元执行上述步骤 601 602, 将该终端发送的压缩视频流转换成基带视频流; 该 MCU视频处理单元再通 过执行步骤 607~608, 将该基带视频流进行浅压缩编码得到浅压缩基带视频 流,并将该浅压缩基带视频流发送给基带视频流集中交换单元; 其他的 MCU 视频处理单元分别通过执行上述步骤 605 606, 从基带视频流集中交换单元 中获取该浅压缩基带视频流, 并将对该浅压缩视频流进行浅解码得到基带视 频流。 较佳地, 若多个 MCU视频处理单元都需要获取同一终端的缩小画面基 带视频流时, 可通过以下步骤获取该终端的缩小画面基带视频流: 步骤 1、 由该多个 MCU视频处理单元中的某一个 MCU视频处理单元执行上述步骤 601-602, 将该终端发送的压缩视频流转换成基带视频流; 该 MCU视频处理 单元通过执行上述步骤 609 610, 将该基带视频流缩放成大小设定大小的小 画面基带视频流, 并将该小画面基带视频流浅压缩编码成基带视频流; 该 MCU视频处理单元再通过执行步骤 608,将该浅压缩基带视频流发送给基带 视频流集中交换单元; 其他的 MCU视频处理单元分别通过执行上述步骤 605-606 , 从基带视频流集中交换单元中获取该浅压缩基带视频流, 并将对 该浅压缩视频流进行浅解码得到基带视频流。 其中, MCU视频处理单元是通过控制调度系统得知是从压缩视频流集 中交换单元中获取数据还是从基带视频流集中交换单元中获取数据控制调度 系统, 此外, MCU视频处理单元还通过如何控制调度系统得知是要获取小 画面基带视频流浅压缩编码成基带视频流还是合成子单元得到的多画面基带 视频流进行浅压缩编码的数据流。 控制调度系统, 一方面知道召开一个会议 需要进行哪些解码、 编码、 缩放和合成等处理步骤, 另一方面知道系统内有 哪些处理能力资源(如 DSP资源)可以使用, 根据这两方面的信息, 制定出 数据流动和处理路线, 并调度各 MCU视频处理单元进行接收(解决数据从 哪里来的问题) 、 处理(解决数据怎么处理的问题) 以及发送(解决数据到 哪里去的问题) 。 The element acquires a multi-channel small-picture baseband video stream, and synthesizes the multi-channel small-picture baseband video stream to obtain a multi-picture baseband video stream of a size setting. Preferably, if a plurality of MCU video processing units require the same content and the same number of multi-pictures, in order to improve the rate of acquiring the multi-picture baseband video stream, the step 610 further includes: Step 611: The MCU video processing unit is shallow The coding sub-unit performs shallow compression coding on the multi-picture baseband video stream obtained by the synthesis sub-unit to obtain a shallow compressed baseband video stream, and sends the shallow compressed baseband video stream to the baseband video stream centralized switching unit for other MCU video processing. Used by units or other functional units. Preferably, if multiple MCU video processing units need to acquire the baseband video stream sent by the same terminal, the baseband video stream sent by the terminal may be obtained by the following steps: Step 1. One of the multiple MCU video processing units An MCU video processing unit performs the above steps 601 602, and converts the compressed video stream sent by the terminal into a baseband video stream; the MCU video processing unit performs shallow compression coding on the baseband video stream to obtain a shallow compression by performing steps 607-608. Baseband video stream, and the shallow compressed baseband video stream is sent to the baseband video stream centralized switching unit; the other MCU video processing unit respectively obtains the shallow compressed baseband video stream from the baseband video stream centralized switching unit by performing the above steps 605 606 And shallow decoding the shallow compressed video stream to obtain a baseband video stream. Preferably, if a plurality of MCU video processing units need to obtain a reduced-picture baseband video stream of the same terminal, the reduced-picture baseband video stream of the terminal may be obtained by the following steps: Step 1. From the multiple MCU video processing units One of the MCU video processing units performs the above steps 601-602 to convert the compressed video stream sent by the terminal into a baseband video stream; the MCU video processing unit performs the above step 609 610 to scale the baseband video stream to a size setting. a small-size baseband video stream, and shallow-compressing the small-frame baseband video stream into a baseband video stream; the MCU video processing unit further transmitting the shallow compressed baseband video stream to the baseband video stream centralized switching unit by performing step 608 ; other MCU video processing units perform the above steps respectively 605-606: Acquire the shallow compressed baseband video stream from the baseband video stream centralized switching unit, and perform shallow decoding on the shallow compressed video stream to obtain a baseband video stream. The MCU video processing unit learns whether to acquire data from the compressed video stream centralized switching unit or the data control scheduling system from the baseband video stream centralized switching unit by controlling the scheduling system. In addition, the MCU video processing unit also controls how to control the scheduling. The system knows whether to obtain a small-screen baseband video stream, which is shallow-compressed into a baseband video stream or a multi-picture baseband video stream obtained by a synthesis sub-unit, to perform a shallow compression-encoded data stream. The control scheduling system knows which decoding, encoding, scaling, and synthesizing processing steps are required to hold a conference, and on the other hand, knows which processing capability resources (such as DSP resources) in the system can be used. According to the information of these two aspects, Develop data flow and processing routes, and schedule each MCU video processing unit to receive (resolve where data comes from), handle (solve how to deal with data), and send (resolve where data goes).
本发明实施例还提供一种视频处理系统, 该系统包括基带视频流集中交 换单元、 多个集中连接到所述基带视频流集中交换单元上的 MCU视频处理 单元, 其中: The embodiment of the present invention further provides a video processing system, where the system includes a baseband video stream centralized switching unit, and a plurality of MCU video processing units collectively connected to the baseband video stream centralized switching unit, where:
基带视频流集中交换单元, 其设置为: 接收并转发该多个 MCU视频处 理单元发送的浅压缩基带视频流;  The baseband video stream centralized switching unit is configured to: receive and forward the shallow compressed baseband video stream sent by the multiple MCU video processing units;
MCU视频处理单元, 其设置为: 将获得的待传输基带视频流进行浅压 缩编码, 得到浅压缩基带视频流, 并将该浅压缩基带视频流发送给所述基带 视频流集中交换单元。 该多个 MCU视频处理单元中的任意一个或多个 MCU视频处理单元从 基带视频流集中交换单元中获取所述浅压缩基带视频流, 并对该浅压缩视频 流进行浅解码, 得到所述待传输基带视频流。 较佳地, 在实际应用中, 可通过千兆以太网芯片来实现基带视频流集中 交换单元与压缩视频流集中交换单元, 即本发明实施例中的基带视频流集中 交换单元与压缩视频流集中交换单元为千兆以太网芯片。 较佳地, MCU视频处理单元可通过多个 DSP芯片来实现,并且每个 DSP 芯片包括视频接口与千兆以太网接口;该多个 DSP芯片分别通过各自的千兆 以太网接口与所述千兆以太网芯片连接,且该多个 DSP芯片依次通过视频接 口首尾相连, 组成菊花链形状。 结合实际应用, 下面以一具体的应用实例对本发明技术方案的实现进行 详细的描述。 每个 MCU视频处理单元包括多个 DSP ( Digital Signal Process, 数字信 号处理)芯片, 由于不同类型的 DSP芯片的处理能力、 接口资源不相同, 因 此, 本领域技术人员可根据 MCU视频处理单元的粒度选取相应数量与不同 类型的 DSP芯片组成 MCU视频处理单元; 本发明实施例中以一个具体的实 例对视频处理系统的结构进行详细的描述, 该系统的结构如图 7所示。 参见图 7 , 为本发明实施例中视频处理系统的具体结构示意图, 该视频 处理系统包括千兆以太网交换芯片 71、 多个 MCU视频处理单元 72, 其中: 千兆网以太网交换芯片 71 ,用于实现压缩视频流集中交换单元和基带视 频流集中交换单元的功能。 The MCU video processing unit is configured to: perform shallow compression coding on the obtained baseband video stream to be obtained, obtain a shallow compressed baseband video stream, and send the shallow compressed baseband video stream to the baseband video stream centralized switching unit. Acquiring any one or more MCU video processing units of the plurality of MCU video processing units to obtain the shallow compressed baseband video stream from a baseband video stream centralized switching unit, and performing shallow decoding on the shallow compressed video stream to obtain the to-be-processed Transfer the baseband video stream. Preferably, in a practical application, the baseband video stream centralized switching unit and the compressed video stream centralized switching unit can be implemented by using a Gigabit Ethernet chip, that is, the baseband video stream centralized switching unit and the compressed video stream set in the embodiment of the present invention The switching unit is a Gigabit Ethernet chip. Preferably, the MCU video processing unit can be implemented by multiple DSP chips, and each DSP The chip comprises a video interface and a Gigabit Ethernet interface; the plurality of DSP chips are respectively connected to the Gigabit Ethernet chip through respective Gigabit Ethernet interfaces, and the plurality of DSP chips are connected end to end through a video interface, forming a chrysanthemum Chain shape. The implementation of the technical solution of the present invention will be described in detail below with reference to a specific application example. Each MCU video processing unit includes a plurality of DSP (Digital Signal Processing) chips. The processing capability and interface resources of different types of DSP chips are different. Therefore, those skilled in the art can determine the granularity of the MCU video processing unit. The MCU video processing unit is composed of a corresponding number and different types of DSP chips. The structure of the video processing system is described in detail in a specific example in the embodiment of the present invention. The structure of the system is as shown in FIG. 7. FIG. 7 is a schematic diagram of a specific structure of a video processing system according to an embodiment of the present invention. The video processing system includes a Gigabit Ethernet switching chip 71 and a plurality of MCU video processing units 72, wherein: a Gigabit Ethernet switching chip 71, It is used to implement the function of the centralized switching unit of the compressed video stream and the centralized switching unit of the baseband video stream.
MCU视频处理单元 72由四片 DSP芯片 (分别为 DSP1芯片、 DSP2芯 片、 DSP3芯片、 DSP4芯片)组成, 每片 DSP芯片都包含有千兆以太网接口 和视频接口; DSP1芯片、 DSP2芯片、 DSP3芯片、 DSP4芯片依次通过视频 接口相连, 该四片 DSP芯片的视频接口首尾相连组成菊花链形状 , 通过视频 接口传输基带视频流来实现视频处理单元内部的基带视频流的传输; DSP1 芯片、 DSP2芯片、 DSP3芯片、 DSP4芯片分别通过各自的千兆以太网接口 集中连接到千兆以太网交换芯片上, 组成星型拓朴结构网络, 并通过千兆以 太网接口与其他 MCU视频处理单元或其他功能单元(如网络收发单元) 交 换压缩视频流和基带视频流。 The MCU video processing unit 72 is composed of four DSP chips (DSP1 chip, DSP2 chip, DSP3 chip, DSP4 chip), each DSP chip includes a Gigabit Ethernet interface and a video interface; DSP1 chip, DSP2 chip, DSP3 The chip and the DSP4 chip are sequentially connected through a video interface, and the video interfaces of the four DSP chips are connected end to end to form a daisy chain shape, and the baseband video stream is transmitted through the video interface to realize the transmission of the baseband video stream inside the video processing unit; the DSP1 chip and the DSP2 chip The DSP3 chip and the DSP4 chip are respectively connected to the Gigabit Ethernet switch chip through their respective Gigabit Ethernet interfaces to form a star topology network, and through the Gigabit Ethernet interface and other MCU video processing units or other functions. Units (such as network transceiver units) exchange compressed video streams and baseband video streams.
MCU视频处理单元 72中的每个 DSP芯片都可以实现解码子单元、编码 子单元、 缩放子单元、 合成子单元、 浅解码子单元以及浅编码子单元所要实 现的功能; DSP芯片的千兆以太网接口可实现前述压缩视频流输出 /输入接口 以及基带视频流输出 /输入接口所能实现的功能。 下面以一具体的实例对如图 8所示的系统进行视频处理的方式进行详细 的描述。 该实例中, 包括 20个终端参加视频会议, 并且每一个终端都具有 UP功 能, 即每个终端可以是速率不同、 视频格式不同的高清终端, 并且每个终端 的显示器显示的画面数目为 16, 该 20个终端所支持的视频格式都为 H.264 1080P30, 以终端 1为例进行说明。 参见图 8, 为本发明实施例中应用如图 8所示系统进行视频处理的方法 流程, 该流程包括以下步骤: 步骤 801、 MCU视频处理单元中的 DSP1芯片通过其千兆以太网接口从 千兆以太网交换芯片中获取终端 1发送的高清压缩视频流, 如高清压缩视频 流的视频格式为 H.2641080P30, 该压缩视频流的数据量氏于 8Mbps。 步骤 802、DSP1芯片对获取到的压缩视频流进行解码,得到基带视频流, 并将该基带视频流缩放成设定大小的小画面基带视频流。 步骤 803、 DSP1芯片釆用浅压缩编解码算法, 对步骤 802得到的小画面 基带视频流进行浅压缩编码, 得到浅压缩基带视频流(如该浅压缩基带视频 流的数据量低于 4Mbps ) , 并将该浅压缩基带视频流通过千兆以太网口多播 到千兆以太网交换芯片上, 以供其他 MCU视频处理单元使用该小画面基带 视频流。 步骤 804、 DSP2芯片从千兆网以太网交换芯片中获取其他 MCU视频处 理单元上传的 nl ( nl<16 )路小画面的浅压缩基带视频流, 并分别对该 nl路 浅压缩基带视频流进行浅解码, 得到 nl路小画面基带视频流。 步骤 805、 DSP2芯片对该 nl路小画面基带视频流进行合成, 并将合成 后的基带视频流通过视频接口发送给 DSP3芯片。 步骤 806、 DSP3芯片从千兆以太网交换芯片中获取其他 MCU视频处理 单元发送的 n2 ( n2<16, 且 nl+n2=16 )路小画面浅压缩基带视频流, 并对该 n2路浅压缩基带视频流进行解码, 得到 n2路小画面基带视频流。 步骤 807、 DSP3芯片对 DSP2芯片发送的 nl路小画面基带视频流与 n2 路小画面基带视频流进行合成,得到 16路画面的基带视频流,并通过视频接 口将该 16画面的基带视频流发送给 DSP4芯片。 步骤 808、 DSP4芯片通过视频接口接收该 16路画面的基带视频流, 并 对该 16路画面的基带视频流进行压缩编码,得到高清压缩视频流,并通过千 兆以太网接口将该高清压缩视频流发送给终端 1。 上述方法流程是指一个具体的实现方式,还可以有很多其他的实现方式, 如: 不仅限于 DSP1芯片获取终端 1的高清压缩视频流, 还可以是 DSP2芯 片、 DSP3芯片或 DSP4芯片来获取终端 1的高清压缩视频流以及进行后续的 解码、 浅压缩等操作; 不仅限于 DSP2芯片与 DSP3芯片从千兆以太网交换 芯片上获取小画面浅压缩基带视频流, 还可以是 DSP1芯片和 DSP2芯片, 或 DSP1芯片和 DSP3芯片,或 DSP1芯片和 DSP4芯片,或 DSP1芯片、DSP2 芯片和 DSP3芯片, 或 DSP1芯片、 DSP2芯片和 DSP4芯片, 或 DSP2芯片、 DSP3芯片和 DSP4芯片, 或 DSP1芯片、 DSP2芯片、 DSP3芯片和 DSP4芯 片来获取小画面浅压缩视频流, 实现方式多种多样, 本领域技术人员可根据 实际应用进行相应的设置。 釆用本发明实施例提供的视频处理方法和装置, 不仅解决了各 MCU视 频处理单元之间无法或难以交换基带视频流的问题, 而且对视频处理的实现 更灵活、 对视频处理的容量可线性扩展。 以 20个 MCU视频处理单元为例, 若该 20个 MCU视频处理单元都需要终端 1的视频数据时,釆用本发明技术 方案, 只需要其中一个 MCU视频处理单元从压缩视频流集中交换单元中获 取终端 1的压缩视频流, 并将该压缩视频流进行解码后得到基带视频流; 该 MCU视频处理单元将该基带视频流进行浅压缩编码得到浅压缩基带视频流; 该 MCU视频处理单元将该浅压缩基带视频流通过基带视频流输出接口发送 给基带视频流集中交换单元;其他 19个 MCU视频处理单元分别从基带视频 流集中交换单元中获取该浅压缩基带视频流, 并对该浅压缩基带视频流进行 浅解码得到基带视频流; 釆用本发明技术方案, 只需要对终端 1的压缩视频 流进行一次解码、一次浅压缩编码以及 19次浅解码步骤即可,与现有技术需 要对终端 1的压缩视频流进行 20次解码操作相比,提高了基带视频流的获取 速率, 节省了能力处理资源。 本领域普通技术人员可以理解上述方法中的全部或部分步骤可通过程序 来指令相关硬件完成, 所述程序可以存储于计算机可读存储介质中, 如只读 存储器、 磁盘或光盘等。 可选地, 上述实施例的全部或部分步骤也可以使用 一个或多个集成电路来实现。 相应地, 上述实施例中的各模块 /单元可以釆用 硬件的形式实现, 也可以釆用软件功能模块的形式实现。 本发明不限制于任 何特定形式的硬件和软件的结合。 Each DSP chip in the MCU video processing unit 72 can implement the functions to be implemented by the decoding subunit, the encoding subunit, the scaling subunit, the synthesizing subunit, the shallow decoding subunit, and the shallow encoding subunit; the Gigabit Ethernet of the DSP chip The network interface can implement the functions of the aforementioned compressed video stream output/input interface and the baseband video stream output/input interface. The following is a detailed example of the video processing method of the system shown in FIG. description of. In this example, 20 terminals participate in the video conference, and each terminal has an UP function, that is, each terminal can be a high-definition terminal with different rates and different video formats, and the number of pictures displayed by each terminal is 16, The video formats supported by the 20 terminals are all H.264 1080P30, and the terminal 1 is taken as an example for description. FIG. 8 is a flowchart of a method for performing video processing by using the system shown in FIG. 8 according to an embodiment of the present invention. The process includes the following steps: Step 801: A DSP1 chip in an MCU video processing unit passes through a Gigabit Ethernet interface from a thousand The high-definition compressed video stream sent by the terminal 1 is obtained from the mega Ethernet switch chip. For example, the video format of the HD compressed video stream is H.2641080P30, and the compressed video stream has a data volume of 8 Mbps. Step 802: The DSP1 chip decodes the acquired compressed video stream to obtain a baseband video stream, and scales the baseband video stream into a small-size baseband video stream of a set size. Step 803: The DSP1 chip uses a shallow compression codec algorithm to perform shallow compression coding on the small-screen baseband video stream obtained in step 802 to obtain a shallow compressed baseband video stream (eg, the data volume of the shallow compressed baseband video stream is less than 4 Mbps). The shallow compressed baseband video stream is multicast to the Gigabit Ethernet switch chip through the Gigabit Ethernet port for use by the other MCU video processing unit. Step 804: The DSP2 chip obtains the shallow compressed baseband video stream of the nl (nl<16) small picture uploaded by the other MCU video processing unit from the Gigabit Ethernet switch chip, and respectively performs the nl road shallow compressed baseband video stream. Shallow decoding, get nl road small picture baseband video stream. Step 805: The DSP2 chip synthesizes the nl small-frame baseband video stream, and sends the synthesized baseband video stream to the DSP3 chip through the video interface. Step 806: The DSP3 chip acquires a n2 (n2<16, and nl+n2=16) small picture shallow compressed baseband video stream sent by another MCU video processing unit from the Gigabit Ethernet switching chip, and shallowly compresses the n2 way. The baseband video stream is decoded to obtain an n2 way small picture baseband video stream. Step 807: The DSP3 chip synthesizes the nl small-screen baseband video stream sent by the DSP2 chip and the n2 small-screen baseband video stream, and obtains a 16-channel picture baseband video stream, and connects through the video. The port sends the 16-picture baseband video stream to the DSP4 chip. Step 808: The DSP4 chip receives the baseband video stream of the 16-channel picture through the video interface, and compresses and encodes the baseband video stream of the 16-channel picture to obtain a high-definition compressed video stream, and the HD compressed video is output through a Gigabit Ethernet interface. The stream is sent to the terminal 1. The above method flow refers to a specific implementation manner, and there are many other implementation manners, such as: not only the DSP1 chip acquires the high-definition compressed video stream of the terminal 1, but also the DSP2 chip, the DSP3 chip or the DSP4 chip to obtain the terminal 1 HD compressed video stream and subsequent decoding, shallow compression, etc.; not limited to DSP2 chip and DSP3 chip to obtain small picture shallow compression baseband video stream from Gigabit Ethernet switch chip, can also be DSP1 chip and DSP2 chip, or DSP1 chip and DSP3 chip, or DSP1 chip and DSP4 chip, or DSP1 chip, DSP2 chip and DSP3 chip, or DSP1 chip, DSP2 chip and DSP4 chip, or DSP2 chip, DSP3 chip and DSP4 chip, or DSP1 chip, DSP2 chip, The DSP3 chip and the DSP4 chip are used to obtain a small-screen shallow compressed video stream, and the implementation manners are various, and those skilled in the art can perform corresponding settings according to actual applications. The video processing method and apparatus provided by the embodiments of the present invention not only solve the problem that the baseband video streams cannot be exchanged between the MCU video processing units, but also realize the flexibility of the video processing and the linearity of the video processing capacity. Expansion. Taking 20 MCU video processing units as an example, if the 20 MCU video processing units require the video data of the terminal 1, the technical solution of the present invention is required, and only one of the MCU video processing units is required to be from the compressed video stream centralized switching unit. Obtaining a compressed video stream of the terminal 1 and decoding the compressed video stream to obtain a baseband video stream; the MCU video processing unit performs shallow compression encoding on the baseband video stream to obtain a shallow compressed baseband video stream; the MCU video processing unit The shallow compressed baseband video stream is sent to the baseband video stream centralized switching unit through the baseband video stream output interface; the other 19 MCU video processing units respectively obtain the shallow compressed baseband video stream from the baseband video stream centralized switching unit, and the shallow compressed baseband is obtained. The video stream is subjected to shallow decoding to obtain a baseband video stream. With the technical solution of the present invention, only one decoding, one shallow compression coding, and 19 shallow decoding steps of the compressed video stream of the terminal 1 are required, and the terminal needs to be used in the prior art. Compared with 20 decoding operations, the compressed video stream of 1 improves the acquisition speed of the baseband video stream. Rate, saving the ability to process resources. One of ordinary skill in the art will appreciate that all or part of the steps in the above methods may be passed through the program. The instructions are related to hardware completion, and the program can be stored in a computer readable storage medium such as a read only memory, a magnetic disk, or an optical disk. Alternatively, all or part of the steps of the above embodiments may also be implemented using one or more integrated circuits. Correspondingly, each module/unit in the foregoing embodiment may be implemented in the form of hardware, or may be implemented in the form of a software function module. The invention is not limited to any specific form of combination of hardware and software.
发明的精神和范围。 这样, 倘若本发明的这些修改和变型属于本发明权利要 求及其等同技术的范围之内, 则本发明也意图包含这些改动和变型在内。 The spirit and scope of the invention. Thus, it is intended that the present invention cover the modifications and variations of the inventions
工业实用性 釆用本发明技术方案, 由于 MCU视频处理单元将基带视频流进行浅压 缩编码之后得到的浅压缩视频流发送给基带视频流集中交换单元, 以便其他 MCU视频处理单元从该基带视频流交换单元中获取该浅压缩基带视频流并 进行浅解码之后即可得到上述基带视频流, 从而实现了 MCU视频处理单元 实现基带视频流的交换; 与现有技术中, MCU视频处理单元将待传输基带 视频流进行压缩编码之后得到压缩视频流, 并将该压缩视频流传输给压缩视 频流集中交换单元, 以供其他 MCU视频处理单元获取该压缩视频流, 并对 该压缩视频流进行解码之后得到待传输基带视频流相比, 本发明技术方案降 低能力处理资源的消耗, 提高能力处理资源的利用率。 Industrial Applicability According to the technical solution of the present invention, a shallow compressed video stream obtained by performing a shallow compression encoding of a baseband video stream by an MCU video processing unit is sent to a baseband video stream centralized switching unit, so that other MCU video processing units can receive the baseband video stream from the baseband video stream. After obtaining the shallow compressed baseband video stream in the switching unit and performing shallow decoding, the above baseband video stream can be obtained, thereby implementing the MCU video processing unit to implement baseband video stream exchange; and in the prior art, the MCU video processing unit is to be transmitted. The compressed video stream is obtained by compressing and encoding the baseband video stream, and the compressed video stream is transmitted to the compressed video stream centralized switching unit, so that the other MCU video processing unit obtains the compressed video stream, and the compressed video stream is decoded. Compared with the baseband video stream to be transmitted, the technical solution of the invention reduces the consumption of the capability processing resources and improves the utilization rate of the capability processing resources.

Claims

权 利 要 求 书 Claim
1、 一种多点控制单元(MCU )视频处理单元, 其包括: 浅编码子单元、 基带视频流输出接口、 基带视频流输入接口和浅解码子单元, 其中: 浅编码子单元设置为: 对待传输基带视频流进行浅压缩编码, 得到浅压 缩基带视频流并输出; 基带视频流输出接口设置为: 将所述浅编码子单元输出的浅压缩基带视 频流发送给基带视频流集中交换单元; 基带视频流输入接口设置为: 从所述基带视频流集中交换单元中获取浅 压缩基带视频流; 浅解码子单元设置为: 对所述基带视频流输入接口获取的所述浅压缩基 带视频流进行浅解码。 A multi-point control unit (MCU) video processing unit, comprising: a shallow coding subunit, a baseband video stream output interface, a baseband video stream input interface, and a shallow decoding subunit, wherein: the shallow coding subunit is set to: Transmitting a baseband video stream for shallow compression coding, and obtaining a shallow compressed baseband video stream and outputting; the baseband video stream output interface is configured to: send the shallow compressed baseband video stream output by the shallow coding subunit to a baseband video stream centralized switching unit; The video stream input interface is configured to: obtain a shallow compressed baseband video stream from the baseband video stream centralized switching unit; the shallow decoding subunit is configured to: shallowly convert the shallow compressed baseband video stream obtained by the baseband video stream input interface decoding.
2、 如权利要求 1所述的 MCU视频处理单元, 其还包括与所述浅编码子 单元相连接的缩放子单元: 缩放子单元设置为: 在所述浅编码子单元对所述待传输基带视频流进行 浅压缩编码之前, 对所述待传输基带视频流进行缩放处理, 得到设定大小的 小画面基带视频流, 并将该小画面基带视频流发送给浅编码子单元, 所述小 画面基带视频流的大小根据用户终端设置的画面数目和形式确定; 所述浅编码子单元还设置为: 对所述缩放子单元发送的小画面基带视频 流进行浅压缩编码得到小画面基带视频流, 并将该小画面基带视频流发送给 基带视频流集中交换单元。 2. The MCU video processing unit of claim 1, further comprising a scaling subunit coupled to the shallow encoding subunit: the scaling subunit is configured to: in the shallow encoding subunit pair the baseband to be transmitted Before the video stream is subjected to shallow compression coding, the baseband video stream to be transmitted is scaled to obtain a small-screen baseband video stream of a set size, and the small-screen baseband video stream is sent to the shallow coding sub-unit, the small picture The size of the baseband video stream is determined according to the number and format of the picture set by the user terminal; the shallow coding subunit is further configured to: perform shallow compression coding on the small picture baseband video stream sent by the scaling subunit to obtain a small picture baseband video stream, And transmitting the small picture baseband video stream to the baseband video stream centralized switching unit.
3、 如权利要求 2所述的 MCU视频处理单元, 其还包括分别与所述缩放 子单元和浅解码子单元相连接的合成子单元: 合成子单元设置为: 从缩放子单元或浅解码子单元获取多个小画面基带 视频流, 并对该多个小画面基带视频流进行合成处理, 得到基带视频流并发 送。 3. The MCU video processing unit of claim 2, further comprising a synthesis subunit connected to the scaling subunit and the shallow decoding subunit, respectively: the synthesis subunit is set to: from a scaling subunit or a shallow decoder The unit acquires a plurality of small-screen baseband video streams, and synthesizes the plurality of small-screen baseband video streams to obtain a baseband video stream and transmits the same.
4、一种利用权利要求 1至 3中任一项所述 MCU视频处理单元的视频处 理方法, 其包括: 浅编码子单元对待传输基带视频流进行浅压缩编码, 得到浅压缩基带视 频流并输出给基带视频流输出接口; 以及 基带视频流输出接口将所述浅编码子单元输出的所述浅压缩基带视频流 发送给基带视频流集中交换单元。 A video processing method using the MCU video processing unit according to any one of claims 1 to 3, comprising: the shallow coding sub-unit performs shallow compression coding on the transmission baseband video stream to obtain a shallow compressed baseband video stream and outputs And the baseband video stream output interface sends the shallow compressed baseband video stream output by the shallow coding subunit to the baseband video stream centralized switching unit.
5、 如权利要求 4所述的方法, 其还包括: 基带视频流输入接口从所述基带视频流集中交换单元中获取浅压缩视频 流, 并输出给浅解码子单元; 以及 浅解码子单元对所述基带视频流输入接口输出的浅压缩视频流进行浅解 码, 得到基带视频流。 5. The method of claim 4, further comprising: a baseband video stream input interface acquiring a shallow compressed video stream from the baseband video stream centralized switching unit and outputting to the shallow decoding subunit; and a shallow decoding subunit pair The shallow compressed video stream output by the baseband video stream input interface is shallowly decoded to obtain a baseband video stream.
6、 如权利要求 5所述的方法, 其中: 浅编码子单元对待传输基带视频流进行浅压缩编码的步骤之前, 所述方 法还包括: 缩放子单元对所述待传输基带视频流进行缩放处理, 得到设定大 小的小画面基带视频流, 并将该小画面基带视频流发送给浅编码子单元; 其 中,所述小画面基带视频流的大小根据用户终端设置的画面数目和形式确定; 浅编码子单元对待传输基带视频流进行浅压缩编码的步骤中, 所述浅编 码子单元对所述缩放子单元发送的小画面基带视频流进行浅压缩编码得到小 画面基带视频流; 基带视频流输出接口将所述浅压缩基带视频流发送给基带视频流集中交 换单元的步骤中, 将该小画面基带视频流发送给基带视频流集中交换单元。 6. The method according to claim 5, wherein: before the step of shallow coding sub-unit performing shallow compression coding on the transmission baseband video stream, the method further comprises: scaling the sub-unit to perform scaling processing on the baseband video stream to be transmitted And obtaining a small-screen baseband video stream of the set size, and transmitting the small-screen baseband video stream to the shallow coding sub-unit; wherein, the size of the small-screen baseband video stream is determined according to the number and form of the screen set by the user terminal; The encoding subunit performs shallow compression encoding on the transmission baseband video stream, the shallow coding subunit performs shallow compression encoding on the small picture baseband video stream sent by the scaling subunit to obtain a small picture baseband video stream; baseband video stream output The interface sends the shallow compressed baseband video stream to the baseband video stream centralized switching unit, and sends the small picture baseband video stream to the baseband video stream centralized switching unit.
7、 如权利要求 6所述的方法, 其还包括: 合成子单元从缩放子单元或浅解码子单元获取多个小画面基带视频流, 并对该多个小画面基带视频流进行合成处理, 得到基带视频流并发送。 7. The method according to claim 6, further comprising: synthesizing the subunit to acquire a plurality of small picture baseband video streams from the scaling subunit or the shallow decoding subunit, and synthesizing the plurality of small picture baseband video streams, Get the baseband video stream and send it.
8、 一种视频处理系统, 其包括: 基带视频流集中交换单元、 多个集中连 接到所述基带视频流集中交换单元上的多点控制单元( MCU )视频处理单元, 其中: 所述基带视频流集中交换单元设置为: 接收并转发所述多个 MCU视频 处理单元发送的浅压缩基带视频流; A video processing system, comprising: a baseband video stream centralized switching unit, and a plurality of multi-point control unit (MCU) video processing units collectively connected to the baseband video stream centralized switching unit, wherein: the baseband video The flow centralized switching unit is configured to: receive and forward the shallow compressed baseband video stream sent by the multiple MCU video processing units;
MCU视频处理单元设置为: 对待传输基带视频流进行浅压缩编码, 得 到浅压缩基带视频流, 并将该浅压缩基带视频流发送给所述基带视频流集中 交换单元; 以及,从所述基带视频流集中交换单元中获取浅压缩基带视频流, 并对该浅压缩基带视频流进行浅解码得到基带视频流。 The MCU video processing unit is configured to: perform shallow compression encoding on the transmission baseband video stream, obtain a shallow compressed baseband video stream, and send the shallow compressed baseband video stream to the baseband video stream centralized switching unit; and, from the baseband video The shallow compressed baseband video stream is obtained by the stream centralized switching unit, and the shallow compressed baseband video stream is shallowly decoded to obtain a baseband video stream.
9、 如权利要求 8所述的系统, 其中, 所述多个 MCU视频处理单元中的 任意一个或多个 MCU视频处理单元从所述基带视频流集中交换单元中获取 所述浅压缩基带视频流, 并对该浅压缩视频流进行浅解码, 得到所述待传输 基带视频流。 9. The system according to claim 8, wherein any one or more of the plurality of MCU video processing units acquire the shallow compressed baseband video stream from the baseband video stream centralized switching unit. And performing shallow decoding on the shallow compressed video stream to obtain the baseband video stream to be transmitted.
10、 如权利要求 8所述的系统, 其中, 所述 MCU视频处理单元包括: 浅编码子单元、基带视频流输出接口、基带视频流输入接口和浅解码子单元; 其中: 浅编码子单元设置为: 对待传输基带视频流进行浅压缩编码, 得到浅压 缩基带视频流并输出; 基带视频流输出接口设置为: 将所述浅编码子单元输出的浅压缩基带视 频流发送给基带视频流集中交换单元; 基带视频流输入接口其设置为: 从所述基带视频流集中交换单元中获取 浅压缩基带视频流; 浅解码子单元其设置为: 对所述基带视频流输入接口获取的所述浅压缩 基带视频流进行浅解码。 10. The system according to claim 8, wherein the MCU video processing unit comprises: a shallow coding subunit, a baseband video stream output interface, a baseband video stream input interface, and a shallow decoding subunit; wherein: the shallow coding subunit setting The method comprises: performing shallow compression coding on the transmission baseband video stream to obtain a shallow compressed baseband video stream and outputting; the baseband video stream output interface is configured to: send the shallow compressed baseband video stream output by the shallow coding subunit to the baseband video stream for centralized exchange a baseband video stream input interface configured to: obtain a shallow compressed baseband video stream from the baseband video stream centralized switching unit; the shallow decoding subunit is configured to: the shallow compression obtained on the baseband video stream input interface The baseband video stream is shallowly decoded.
PCT/CN2010/076995 2010-04-29 2010-09-16 Video processing method and system thereof, multipoint control unit (mcu) video processing unit WO2011134224A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN 201010160688 CN101860714B (en) 2010-04-29 2010-04-29 Video processing method and system thereof and MCU video processing units
CN201010160688.1 2010-04-29

Publications (1)

Publication Number Publication Date
WO2011134224A1 true WO2011134224A1 (en) 2011-11-03

Family

ID=42946317

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2010/076995 WO2011134224A1 (en) 2010-04-29 2010-09-16 Video processing method and system thereof, multipoint control unit (mcu) video processing unit

Country Status (2)

Country Link
CN (1) CN101860714B (en)
WO (1) WO2011134224A1 (en)

Families Citing this family (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102364945B (en) * 2011-11-28 2014-06-11 杭州海康威视数字技术股份有限公司 Multi-picture image decoding display method and video monitoring terminal
CN103313028A (en) * 2013-06-28 2013-09-18 成都思迈科技发展有限责任公司 Terminal of video conference
CN103313029A (en) * 2013-06-28 2013-09-18 成都思迈科技发展有限责任公司 Terminal for video conference
CN104427377B (en) * 2013-09-09 2018-05-18 杭州海康威视数字技术股份有限公司 The point-to-point optical transmitter and receiver of polymorphic type business
CN105992000B (en) * 2015-03-06 2019-03-22 扬智科技股份有限公司 The processing method and its image processor of video stream
CN110430383B (en) * 2019-08-06 2021-04-09 聚好看科技股份有限公司 Terminal, signaling server, audio and video communication method and computer storage medium
CN111901680B (en) * 2020-05-10 2022-06-21 天地阳光通信科技(北京)有限公司 Multimedia data processing method and device and server
CN113038183B (en) * 2021-03-26 2023-03-17 苏州科达科技股份有限公司 Video processing method, system, device and medium based on multiprocessor system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1466384A (en) * 2002-06-19 2004-01-07 华为技术有限公司 Image layered coding and exchanging method in video signal system
US20050231588A1 (en) * 2002-08-05 2005-10-20 Exedra Technology, Llc Implementation of MPCP MCU technology for the H.264 video standard
CN101341746A (en) * 2005-12-22 2009-01-07 维德约股份有限公司 System and method for videoconferencing using scalable video coding and compositing scalable video conferencing servers

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1466384A (en) * 2002-06-19 2004-01-07 华为技术有限公司 Image layered coding and exchanging method in video signal system
US20050231588A1 (en) * 2002-08-05 2005-10-20 Exedra Technology, Llc Implementation of MPCP MCU technology for the H.264 video standard
CN101341746A (en) * 2005-12-22 2009-01-07 维德约股份有限公司 System and method for videoconferencing using scalable video coding and compositing scalable video conferencing servers

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
GUO YUCHANG: "Exchange processing unit used for conference television MCU", TELECOMMUNICATION TECHNOLOGY, 2003, pages 26 - 29 *

Also Published As

Publication number Publication date
CN101860714A (en) 2010-10-13
CN101860714B (en) 2013-07-03

Similar Documents

Publication Publication Date Title
WO2011134224A1 (en) Video processing method and system thereof, multipoint control unit (mcu) video processing unit
US20110261151A1 (en) Video and audio processing method, multipoint control unit and videoconference system
KR100880150B1 (en) Multi-point video conference system and media processing method thereof
CN101257607B (en) Multiple-picture processing system and method for video conference
US6812955B2 (en) Multicast meeting unit and multicast meeting program
CN101262587B (en) A method and multi-point control units for realizing multi-image video conference
US9596433B2 (en) System and method for a hybrid topology media conferencing system
WO2012155660A1 (en) Telepresence method, terminal and system
JP2014068339A (en) Method and system for conducting video conferences of diverse participating devices
WO2008131644A1 (en) A method, device and system for realizing picture switching in the video service
US9961303B2 (en) Video conference virtual endpoints
WO2012041117A1 (en) Method, system and related device for centralized monitoring of video conference terminal
WO2012155659A1 (en) Media transmission method and system based on telepresence
WO2016082578A1 (en) Multi-screen processing method, multi control unit and video system
WO2012028018A1 (en) Distributed video processing method and video conference system
US9088690B2 (en) Video conference system
WO2014154065A2 (en) Data transmission method, media acquisition device, video conference terminal and storage medium
CN111601068A (en) Method for realizing multi-MCU cascade centerless video conference
CN101098244A (en) Method and system for media process in multi-point conference
WO2011134228A1 (en) Multipoint control unit of video conference system and video processing method thereof
JP2013042492A (en) Method and system for switching video streams in resident display type video conference
KR20170071251A (en) Multi-point control unit for providing conference service
TWI531244B (en) Method and system for processing video data of meeting
TWI419563B (en) Multimedia transferring system and method thereof
TW538642B (en) Videoconferencing system

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: 10850555

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: 10850555

Country of ref document: EP

Kind code of ref document: A1