JP2006050142A - Broadcast signal distribution storage device and broadcast signal transmitter - Google Patents

Broadcast signal distribution storage device and broadcast signal transmitter Download PDF

Info

Publication number
JP2006050142A
JP2006050142A JP2004226798A JP2004226798A JP2006050142A JP 2006050142 A JP2006050142 A JP 2006050142A JP 2004226798 A JP2004226798 A JP 2004226798A JP 2004226798 A JP2004226798 A JP 2004226798A JP 2006050142 A JP2006050142 A JP 2006050142A
Authority
JP
Japan
Prior art keywords
signal
encoded signal
encoded
basic
storage
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
JP2004226798A
Other languages
Japanese (ja)
Inventor
Takeshi Hanamura
剛 花村
Isao Nagayoshi
功 永吉
Seiji Ozaki
誠司 尾崎
Atsushi Narimi
淳 成見
Shinya Matsuda
伸也 松田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Media Glue Corp
Japan Broadcasting Corp
Original Assignee
Nippon Hoso Kyokai NHK
Media Glue Corp
Japan Broadcasting Corp
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 Nippon Hoso Kyokai NHK, Media Glue Corp, Japan Broadcasting Corp filed Critical Nippon Hoso Kyokai NHK
Priority to JP2004226798A priority Critical patent/JP2006050142A/en
Publication of JP2006050142A publication Critical patent/JP2006050142A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a broadcast signal distribution storage device and a broadcast signal transmitter capable of continuing distribution of contents such as program information even in a failure of a plurality of storage devices (HDDs). <P>SOLUTION: The broadcast signal distribution storage device includes: a TS distribution section 1100 that separates regular content information into a compressed base data (B) and extension information for extending the base data (B), separates furthermore the extension information into a plurality of enhance data (E), arbitrarily combines the base data (B) and a plurality of the enhance data (E), and multiplexes them to produce a plurality of storage bit streams; and a plurality of data storage devices 1210, 1220, 1230, 1240 for respectively storing a plurality of the storage bit streams, and the broadcast signal distribution storage device reduces the storage information amount of the respective data storage devices and can continue distribution of streams (contents) of the program information or the like even in a failure of a plurality of the storage devices. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、放送用途の番組等を記憶する放送用信号の記憶装置および送信装置に関し、特に、複数の記憶装置(HDD)の障害に対しても、記憶内容を失わず、番組の提供も継続して行うことができる放送用信号分散記憶装置および放送用信号送信装置に関するものである。   The present invention relates to a broadcast signal storage device and transmission device for storing a broadcast-use program and the like, and in particular, even if a plurality of storage devices (HDDs) fail, the stored contents are not lost and the provision of the program continues. The present invention relates to a broadcast signal distributed storage device and a broadcast signal transmission device that can be performed in this manner.

従来、重要な情報をハードディスク装置等に記憶させておく場合、ディスク障害が発生した場合に備え、記憶させた情報と同等の情報をバックアップデータとして、他の記憶装置、例えば、磁気テープや他のハードディスク等に記憶させている。   Conventionally, when important information is stored in a hard disk device or the like, in preparation for a disk failure, information equivalent to the stored information is used as backup data for other storage devices such as magnetic tape or other It is stored on a hard disk.

さらに、全く同一の情報をバックアップデータとするためには、通常の処理業務を一時的に停止させなくてはならないといった不具合の解消、また、ハードディスク装置等の記憶装置を複数台用いてアクセスを分散させることにより、高速、大容量で信頼性の高いディスク装置を実現するための技術として、RAID(Redundant Arrays of Independent(Inexpensive) Disks)と呼ばれる技術が提唱されている。   Furthermore, in order to use exactly the same information as backup data, the problem of having to temporarily stop normal processing operations is resolved, and access is distributed using multiple storage devices such as hard disk devices. Thus, a technique called RAID (Redundant Arrays of Independent (Inexpensive) Disks) has been proposed as a technique for realizing a high-speed, large-capacity and highly reliable disk device.

RAIDは、その機能によっていくつかの段階に分けることができる。もっとも単純なものでは、複数台のディスクにデータを分散させるだけだが、高度なものになると、書き込むデータにパリティやエラー訂正を付加して、さらにそれらを複数台に分散させ、1台故障してもデータが失われないようにするものである。   RAID can be divided into several stages according to its function. In the simplest case, data is distributed to multiple disks, but in advanced cases, parity and error correction are added to the data to be written, and then they are distributed to multiple disks. Is to prevent data loss.

RAIDは、RAID1からRAID5という5段階のRAIDレベルが定義され、さらに、RAID0とRAID6が追加されている。なお、RAIDレベルの番号が大きいからといって、多機能だったり、高性能だったりするわけではない。また、実際の製品に組み込まれているRAIDレベルは、上記の7段階から選択されるほか、複数のRAIDレベルを組み合わせたRAID0+1やRAID10/30/50などといった、共通化されていない独自のRAIDレベルが実装されることもある。   For RAID, five levels of RAID, RAID 1 to RAID 5, are defined, and RAID 0 and RAID 6 are added. Note that a large RAID level number does not mean that it is multifunctional or high performance. In addition, the RAID level incorporated in the actual product is selected from the above seven levels, and a unique RAID level that is not shared, such as RAID 0 + 1 or RAID 10/30/50 combining a plurality of RAID levels. May be implemented.

以下、主なRAIDレベルについて説明する。   Hereinafter, main RAID levels will be described.

まず、RAID0のシステム構成図を、図9に示し説明する。   First, a system configuration diagram of RAID 0 will be described with reference to FIG.

RAID0は、ディスクストライピングと呼ばれ、データを分割して保存する方式である。この方式では、記憶装置に冗長性がないため耐障害の機能は持っていないが、記憶装置に対する読み書きの処理速度を高速化する方法として用いられる。   RAID0 is called disk striping and is a method of storing data in a divided manner. This method does not have a fault tolerance function because the storage device has no redundancy, but is used as a method for increasing the read / write processing speed for the storage device.

図9に示すように、RAID0において、4つの記憶装置がある場合、[A]、[B]、[C]、[D]というデータを扱うときは、HDD20へ[A]、HDD21へ[B]、HDD22へ[C]、HDD23へ[D]というように、分散させて同時並行で処理することができる。また、複数の記憶装置を1つの論理的記憶装置と扱うことも特徴である。しかし、記憶装置に冗長性を持たせていないためRAIDではないといわれる場合もある。   As shown in FIG. 9, when there are four storage devices in RAID 0, when handling data [A], [B], [C], [D], [A] to HDD 20 and [B] to HDD 21 ], [C] to the HDD 22, and [D] to the HDD 23, and can be distributed and processed simultaneously. Another feature is that a plurality of storage devices are handled as one logical storage device. However, it may be said that the storage device is not RAID because it does not have redundancy.

次に、RAID1のシステム構成図を、図10に示し説明する。   Next, a system configuration diagram of RAID 1 will be described with reference to FIG.

RAID1は、ミラーリングと呼ばれている方式である。この方式では、2つの記憶装置HDD30とHDD31を持ち、書き込み時に同じデータを同時に書き込む。これにより1つの記憶装置が冗長であることで、障害発生時にも他方の記憶装置でデータの保全を実現するものである。例えば[A]、[B]というデータを扱う場合に、HDD30とHDD31は、まったく同じ[A]、[B]というデータを記録している。そのため、どちらか1つの記録装置に障害が発生しても、他方の記録装置によりデータを維持することができる。しかしながら、2つの記録装置が同時に障害となればデータの保全はできない。また、2つの記憶装置を持つが、内容が同一であるため、ディスクアレイとしての総容量は、1つの記憶装置の容量のままである。   RAID1 is a method called mirroring. In this method, two storage devices HDD30 and HDD31 are provided, and the same data is written simultaneously at the time of writing. Thus, since one storage device is redundant, data maintenance is realized in the other storage device even when a failure occurs. For example, when data [A] and [B] are handled, the HDD 30 and the HDD 31 record the same data [A] and [B]. Therefore, even if a failure occurs in one of the recording devices, the data can be maintained by the other recording device. However, data cannot be maintained if the two recording devices simultaneously fail. Moreover, although it has two storage devices, since the contents are the same, the total capacity of the disk array remains the capacity of one storage device.

また、読み出し時には、読み出しアルゴリズムの工夫により、性能向上が図られているが、RAIDでない通常の記憶装置に比べても、性能向上率はあまり大きいとはいえない。   Further, at the time of reading, the performance is improved by devising the reading algorithm, but the performance improvement rate is not so large compared to a normal storage device that is not RAID.

次に、RAID5のシステム構成図を、図11に示し説明する。   Next, a system configuration diagram of RAID 5 will be described with reference to FIG.

RAID5は、分散パリティと呼ばれ、データを分割し、さらにその分割したデータのパリティデータを作成し、各ディスクに分散保存する方式である(ストライピング(ブロック)とパリティドライブ(分散))。この方式では、3つ以上の記憶装置により構成され、読み書きのデータのパリティを記憶装置に分散させる。この場合、ディスクの高速化も行われるが、パリティデータを作成することによって信頼性も向上する。   RAID5 is called distributed parity, and is a system that divides data, further creates parity data of the divided data, and distributes and stores them on each disk (striping (block) and parity drive (distributed)). In this method, it is composed of three or more storage devices, and the parity of read / write data is distributed to the storage devices. In this case, the speed of the disk is increased, but the reliability is improved by creating parity data.

図11に示すように、RAID5において、4つの記憶装置により構成している場合、パリティによって1つの記憶装置に障害が発生しても、障害発生記憶装置にあるデータを残りの記憶装置のデータにより生成して、処理を継続させることができる。   As shown in FIG. 11, in RAID5, when four storage devices are configured, even if a failure occurs in one storage device due to parity, the data in the failure storage device is replaced by the data in the remaining storage devices. Generate and continue processing.

図11において、[A]、[B]、[C]というデータを扱う場合に、HDD40へ[A]、HDD41へ[B]、HDD42へ[C]、HDD43へパリティデータというように各記憶装置へアクセスされる。パリティデータを読み書きする記憶装置は分散するように制御され、この例では、次のアクセスではHDD40へパリティデータが記録されるようになる。パリティデータを生成したり、パリティデータによりデータの異常を検査したりするのは、ディスクアレイ制御装置6である。   In FIG. 11, when data [A], [B], and [C] are handled, the storage devices such as [A] to the HDD 40, [B] to the HDD 41, [C] to the HDD 42, and parity data to the HDD 43 are shown. Is accessed. Storage devices that read and write parity data are controlled to be distributed, and in this example, parity data is recorded in the HDD 40 at the next access. It is the disk array control device 6 that generates parity data and inspects for data anomalies using the parity data.

また、そのパリティデータの生成と検査を、システムのソフトウェアにより代替させる方式も考案されているが、システムのCPUにかかる負荷が大きいため、あまり使用されていない。なお、パリティデータを専用に特定の記憶装置におき、読み書きしているのがRAID4であるが、パリティデータの生成やチェックのための読み出しが特定の記録装置に集中するため、負荷がかかり、処理の速度のボトルネックとなる。RAID5では、パリティデータも記憶装置に分散させているためパリティデータの生成やチェックにかかる負荷も分散させ、処理速度を向上させることを実現している。   In addition, although a method of replacing the generation and checking of the parity data with system software has been devised, it is not used so much because the load on the CPU of the system is large. Note that parity data is dedicated to a specific storage device and is read and written in RAID 4, but reading for parity data generation and checking is concentrated on a specific recording device, which places a burden on the processing. Become the bottleneck of speed. In RAID5, parity data is also distributed to storage devices, so that the load for generating and checking parity data is also distributed to improve the processing speed.

また、RAID1と異なり3つ以上の記憶装置を扱い、パリティデータ分以外の記憶装置の容量をデータ処理用に扱えるため、記憶装置を追加することでRAID5全体の記憶装置の総容量も大きくすることができる。   In addition, unlike RAID 1, three or more storage devices can be handled, and the capacity of storage devices other than the amount of parity data can be handled for data processing. Therefore, by adding a storage device, the total capacity of the entire RAID 5 storage device can be increased. Can do.

さらに、仮に1つの記録装置に障害が発生しても、もう1つの記録装置でデータの保持をするという耐障害性と、読み出し時に2つの記録装置から読み出す順番を最も短時間となるように分析し、読み出しを実行することで高速読み出しを実現するという利点を生かし、ハードディスク等の記録装置を更に1つ追加して、3つの記録装置を用いる構成としたディスクアレイ制御装置が提案されている(例えば、特許文献1参照)。   Furthermore, even if a failure occurs in one recording device, the fault tolerance of holding data in the other recording device, and the order of reading from the two recording devices during reading is analyzed to be the shortest Then, taking advantage of realizing high-speed reading by executing reading, a disk array control device has been proposed in which one additional recording device such as a hard disk is added and three recording devices are used ( For example, see Patent Document 1).

このディスクアレイ制御装置のシステム構成図を、図12に示し説明する。   A system configuration diagram of this disk array control apparatus will be described with reference to FIG.

図12に示すように、このディスクアレイ制御装置50は、3つの記録装置HDD53、HDD54、HDD55に対し、書き込み時には同時に同じデータを書き込む。読み出し時にはあらかじめ読み出しデータを分析し、最も短時間で読み出せるように、読み出し対象記憶装置を選択したり、読み出し命令を与えたりすることができるアルゴリズムを有するディスクアレイ制御回路51を持つものである。   As shown in FIG. 12, the disk array control device 50 writes the same data simultaneously into the three recording devices HDD 53, HDD 54, and HDD 55 at the time of writing. It has a disk array control circuit 51 having an algorithm capable of analyzing read data in advance at the time of reading and selecting a read target storage device or giving a read command so that it can be read in the shortest time.

このように、RAID1に対し、記録装置が2つから3つになることで記録装置の耐障害性を向上させている。つまり、1つの記録装置に障害があっても、まだ2つの記録装置でRAID1の構成での稼働が可能であり、さらに1つの記録装置に障害があっても、記録装置に記録されているデータは最後の1つの記録装置により保存されている。3つの記録装置のうち、2つまでが障害となっても、記録データを保証することができるため、通常のRAID1に比べ耐障害性を向上させることができる。   Thus, with respect to RAID1, the number of recording devices is changed from two to three, thereby improving the fault tolerance of the recording device. That is, even if there is a failure in one recording device, it is still possible to operate with the configuration of RAID 1 with two recording devices, and even if there is a failure in one recording device, the data recorded in the recording device Is stored by the last one recording device. Even if up to two of the three recording devices become faults, the recorded data can be guaranteed, so that fault tolerance can be improved compared to normal RAID1.

このような従来の技術により、放送用の記憶装置(HDDレコーダー)は、記憶装置(HDD)が故障することも想定してRAID構成を用いた構成とすることが一般的である。例えば、放送用の記憶装置として、RAID5を使用し、1台のHDDが故障してしまった場合でも、動作に支障がないようにしている。
特開2003−316525号公報
According to such a conventional technique, a broadcasting storage device (HDD recorder) is generally configured to use a RAID configuration assuming that the storage device (HDD) fails. For example, RAID 5 is used as a broadcasting storage device so that even if one HDD fails, the operation is not hindered.
JP 2003-316525 A

しかしながら、このような従来の放送用の記憶装置(HDDレコーダー)においては、1台の記憶装置(HDD)故障の場合には、なんら動作に支障はないが、2台以上のHDDの故障に対しては、動作できなくなり、また、番組等の記録内容が完全に失われてしまうという問題があった。このように再生が継続できなかったり、記録内容が失われてしまったりという問題は、放送用途の場合では、致命的な問題となる。   However, in such a conventional storage device for broadcasting (HDD recorder), when one storage device (HDD) fails, there is no problem in operation, but for the failure of two or more HDDs. As a result, there is a problem that the operation cannot be performed and the recorded contents of the program and the like are completely lost. Thus, the problem that the reproduction cannot be continued or the recorded content is lost becomes a fatal problem in the case of broadcasting.

また、2台の記憶装置(HDD)の障害に対応するため、従来のディスクアレイ制御装置を使用する場合においては、3つの記憶装置に対してすべて同じデータを書き込むので、記憶できる情報量は、1つの記憶装置の容量しかない。このため、大量の情報を記憶させるためには、大きな記憶容量を待った記憶装置を3台用意しなければならないという問題があった。   Also, in order to cope with the failure of two storage devices (HDD), when using a conventional disk array control device, the same data is written to all three storage devices, so the amount of information that can be stored is There is only one storage capacity. For this reason, in order to store a large amount of information, there is a problem that three storage devices waiting for a large storage capacity must be prepared.

また、記憶装置が3台なので、2台までの障害には耐えられるが、3台に障害が起こってしまうと、すべてのデータを消失してしまうという問題点がある。この問題を回避するために、記憶装置の台数を多くすることが考えられるが、記憶装置の台数を多くすると上記のように、大きな記憶容量を持つ記憶装置を多数用意しなければならないという問題が出てきて、これは記憶装置の台数を多くするほど深刻な問題になってしまう。そして、この場合、大容量の記憶装置の台数をいかに増やしても、記憶できる情報量は1台分の記憶容量でしかないという問題もある。   Also, since there are three storage devices, it can withstand failures up to two, but there is a problem that all data will be lost if a failure occurs in three. In order to avoid this problem, it is conceivable to increase the number of storage devices. However, if the number of storage devices is increased, there is a problem that a large number of storage devices having a large storage capacity must be prepared as described above. As the number of storage devices increases, this becomes a serious problem. In this case, even if the number of large-capacity storage devices is increased, there is a problem that the amount of information that can be stored is only one storage capacity.

本発明は、このような従来の問題を解決するためになされたもので、正規のコンテンツの情報を、圧縮した基本情報と、この基本情報に付加して正規のコンテンツに近づける拡張情報と、に分離し、さらに、この拡張情報を複数に分離して、前記基本情報および前記複数の拡張情報を複数の記憶装置に分散して記憶を行うことにより、それぞれの記憶装置の記憶情報は小さくしつつ、複数の記憶装置(HDD)の故障に対しても、番組情報等のストリーム(コンテンツ)の配信を続けることができる放送用信号分散記憶装置および放送用信号送信装置を提供するものである。   The present invention has been made in order to solve such a conventional problem, and includes basic information obtained by compressing regular content information and extended information that is added to the basic information and approximates the regular content. Further, by separating the extended information into a plurality of pieces and distributing and storing the basic information and the plurality of extended information in a plurality of storage devices, the storage information of each storage device is reduced. The present invention provides a broadcast signal distributed storage device and a broadcast signal transmission device capable of continuing the distribution of a stream (content) such as program information even when a plurality of storage devices (HDDs) fail.

本発明の放送用信号分散記憶装置は、1つのコンテンツが納められたオリジナル符号化信号を、複数の符号化信号記憶装置に分散して記憶し、放送用信号を送信する放送用信号分散記憶装置において、前記オリジナル符号化信号の符号量を削減し、前記オリジナル符号化信号から復元される1次動画像の疑似動画像である2次動画像を復元させる基本符号化信号を生成する基本符号化信号生成手段と、前記オリジナル符号化信号から前記基本符号化信号に変換する際に欠落する情報から、複数の拡張符号化信号を生成する拡張符号化信号生成手段と、前記基本符号化信号と、複数の前記拡張符号化信号と、を任意に組み合わせて多重化し、複数の記憶用符号化信号を生成する符号化信号多重化手段と、前記基本符号化信号が含まれる複数の前記記憶用符号化信号を、それぞれ前記複数の符号化信号記憶装置に記憶させる記憶用符号化信号記憶手段と、前記複数の符号化信号記憶装置から前記記憶用符号化信号を読み取り、前記基本符号化信号と前記拡張符号化信号とを分離し、1つの前記基本符号化信号と、互いに異なる複数の前記拡張符号化信号と、を抽出する基本拡張符号化信号分離手段と、前記基本拡張符号化信号分離手段に抽出された前記1つの基本符号化信号と、前記互いに異なる複数の拡張符号化信号と、を合成して、合成符号化信号を生成する合成符号化信号生成手段と、前記合成符号化信号生成手段に生成された合成符号化信号を前記放送用信号に変換して送信する放送信号送信手段と、を備えたことを特徴とした構成を有している。   The broadcast signal distributed storage device according to the present invention is a broadcast signal distributed storage device that stores an original encoded signal in which one content is stored in a plurality of encoded signal storage devices, and transmits the broadcast signal. A basic encoding signal for reducing a code amount of the original encoded signal and generating a basic encoded signal for recovering a secondary moving image that is a pseudo moving image of the primary moving image recovered from the original encoded signal Signal generating means, extended encoded signal generating means for generating a plurality of extended encoded signals from information lost when converting the original encoded signal into the basic encoded signal, and the basic encoded signal; A plurality of the extension coded signals are arbitrarily combined and multiplexed to generate a plurality of storage coded signals, and a plurality of previous coded signals including the basic coded signal are included. A coded signal storage unit for storing the coded signal for storage in the plurality of coded signal storage devices, and the coded signal for storage is read from the plurality of coded signal storage devices, and the basic coding is performed. A basic extended encoded signal separating means for separating a signal and the extended encoded signal, and extracting one basic encoded signal and a plurality of different extended encoded signals, and the basic extended encoded signal A synthesized coded signal generating means for synthesizing the one basic coded signal extracted by the separating means and the plurality of different extended coded signals to generate a synthesized coded signal; and the synthesized coding Broadcast signal transmission means for converting the composite encoded signal generated by the signal generation means into the broadcast signal and transmitting it.

この構成により、複数の符号化信号記憶装置にオリジナル符号化信号より符号量が少ない基本符号化信号と拡張符号化信号が記憶され、複数の符号化信号記憶装置が故障しても他の基本符号化信号が記憶されている符号化信号記憶装置からデータを取り出すことによって放送を継続することができるとともに、放送用のデータを記憶しておく記憶容量も小さくすることができる。   With this configuration, a plurality of encoded signal storage devices store a basic encoded signal and an extended encoded signal that have a smaller code amount than the original encoded signal, and other basic codes can be used even if a plurality of encoded signal storage devices fail. Broadcasting can be continued by extracting data from the encoded signal storage device in which the encoded signal is stored, and the storage capacity for storing broadcast data can be reduced.

また、本発明の放送用信号分散記憶装置は、請求項1に記載の放送用信号分散記憶装置において、前記符号化信号多重化手段が、前記すべての記憶用符号化信号に、前記基本符号化信号を多重化して生成することを特徴とした構成を有している。   Also, the broadcast signal distributed storage device according to the present invention is the broadcast signal distributed storage device according to claim 1, wherein the encoded signal multiplexing means applies the basic encoding to all the stored encoded signals. It has a configuration characterized in that signals are multiplexed and generated.

この構成により、記憶用符号化信号が記憶されている符号化信号記憶装置の1つでもデータ読み出しを行うことができれば、放送を継続することができる。   With this configuration, broadcasting can be continued if data can be read out even with one of the encoded signal storage devices storing the encoded signal for storage.

さらに、本発明の放送用信号分散記憶装置は、請求項2に記載の放送用信号分散記憶装置において、前記符号化信号多重化手段が、前記基本符号化信号と、いずれか1つ以上の前記拡張符号化信号と、を多重化し、それぞれの前記記憶用符号化信号を生成することを特徴とした構成を有している。   Furthermore, the broadcast signal distributed storage device according to the present invention is the broadcast signal distributed storage device according to claim 2, wherein the encoded signal multiplexing means includes the basic encoded signal and any one or more of the one or more. It has a configuration characterized in that the extended encoded signal is multiplexed and each of the stored encoded signals is generated.

この構成により、それぞれの符号化信号記憶装置に拡張符号化信号が記憶されており、データ読み出しを行うことができる符号化信号記憶装置の台数分だけ高品質の映像を提供することができる。   With this configuration, an extended encoded signal is stored in each encoded signal storage device, and as many high-quality images as the number of encoded signal storage devices capable of reading data can be provided.

さらに、本発明の放送用信号分散記憶装置は、請求項1から請求項3のいずれか1項に記載の放送用信号分散記憶装置において、前記基本拡張符号化信号分離手段が、複数の前記符号化信号記憶装置から読み取った前記記憶用符号化信号から抽出した基本符号化信号の中から、信号誤りの少ない基本符号化信号を選択して抽出することを特徴とした構成を有している。   Furthermore, the broadcast signal distributed storage device according to the present invention is the broadcast signal distributed storage device according to any one of claims 1 to 3, wherein the basic extended encoded signal separation means includes a plurality of the codes. A basic encoded signal with few signal errors is selected and extracted from basic encoded signals extracted from the encoded signal for storage read from the encoded signal storage device.

この構成により、読み書きや保存時の障害が無いもっとも良質な符号化信号を選択することができ、復元時の映像品質を落とさずに再生させることができる。   With this configuration, it is possible to select the highest quality encoded signal that does not cause any trouble in reading / writing or saving, and it is possible to reproduce the image without reducing the video quality at the time of restoration.

さらに、本発明の放送用信号分散記憶装置は、請求項1から請求項4のいずれか1項に記載の放送用信号分散記憶装置において、前記オリジナル符号化信号から音声情報の信号である音声符号化信号を分離する音声符号化信号分離手段と、分離された前記音声符号化信号を、前記複数の符号化信号記憶装置のいずれかに記憶させる音声符号化信号記憶手段と、前記複数の符号化信号記憶装置から前記音声符号化信号を抽出する音声符号化信号抽出手段と、を備え、前記合成符号化信号生成手段が、前記音声符号化信号抽出手段に抽出された前記音声符号化信号を、前記合成符号化信号に合成することを特徴とした構成を有している。   Further, the broadcast signal distributed storage device according to the present invention is the broadcast signal distributed storage device according to any one of claims 1 to 4, wherein the audio code is a signal of audio information from the original encoded signal. Speech encoded signal separating means for separating encoded signals, speech encoded signal storage means for storing the separated speech encoded signals in any of the plurality of encoded signal storage devices, and the plurality of encodings Speech encoded signal extraction means for extracting the speech encoded signal from a signal storage device, and the synthesized encoded signal generating means outputs the speech encoded signal extracted by the speech encoded signal extracting means, It has a configuration characterized in that it is synthesized with the synthesized encoded signal.

この構成により、性質の異なる音声情報と映像情報とを完全に切り離して扱うことができ、取り扱いが容易になるとともに符号量の圧縮率の向上、とりわけ映像情報の圧縮を効率的に行うことができる。   With this configuration, audio information and video information having different properties can be handled completely separately, which facilitates handling and improves the compression rate of the code amount, particularly efficiently compressing video information. .

さらに、本発明の放送用信号分散記憶装置は、請求項5に記載の放送用信号分散記憶装置において、前記音声符号化信号記憶手段が、前記記憶用符号化信号が記憶されたすべての前記符号化信号記憶装置に、前記音声符号化信号を記憶させることを特徴とした構成を有している。   Furthermore, the broadcast signal distributed storage device according to the present invention is the broadcast signal distributed storage device according to claim 5, wherein the audio encoded signal storage means stores all the codes in which the storage encoded signals are stored. The encoded signal storage device stores the speech encoded signal.

この構成により、符号化信号記憶装置の1つでもデータ読み出しを行うことができれば、放送を継続することができる。   With this configuration, if one of the encoded signal storage devices can read data, broadcasting can be continued.

さらに、本発明の放送用信号分散記憶装置は、請求項5または請求項6に記載の放送用信号分散記憶装置において、前記音声符号化信号分離手段が、前記オリジナル符号化信号から前記音声情報のすべてを1つの音声符号化信号として分離し、前記音声符号化信号記憶手段が、前記1つの音声符号化信号を前記複数の符号化信号記憶装置のいずれかに記憶させることを特徴とした構成を有している。   Furthermore, the broadcast signal distributed storage device according to the present invention is the broadcast signal distributed storage device according to claim 5 or 6, wherein the audio encoded signal separating means converts the audio information from the original encoded signal. A configuration in which all are separated as one speech encoded signal, and the speech encoded signal storage means stores the one speech encoded signal in any of the plurality of encoded signal storage devices. Have.

この構成により、音声符号化信号の分散によるノイズの発生を起こすことが無く、復元時の音声をクリアなものとすることができる。   With this configuration, the generation of noise due to the dispersion of speech encoded signals does not occur, and the restored speech can be made clear.

さらに、本発明の放送用信号分散記憶装置は、請求項1から4のいずれか1項に記載の放送用信号分散記憶装置において、前記基本符号化信号生成手段が、前記オリジナル符号化信号から音声情報の信号である音声符号化信号を分離するとともに、前記オリジナル符号化信号から前記音声符号化信号を除いた符号化信号から前記基本符号化信号を生成し、前記符号化信号多重化手段が、前記基本符号化信号と複数の前記拡張符号化信号とともに、前記音声符号化信号を任意に組み合わせて多重化し、前記複数の記憶用符号化信号を生成し、前記基本拡張符号化信号分離手段が、前記複数の符号化信号記憶装置から前記記憶用符号化信号を読み取り、前記基本符号化信号と前記拡張符号化信号とともに前記音声符号化信号を分離し、1つの前記基本符号化信号と、互いに異なる複数の前記拡張符号化信号と、前記音声符号化信号と、を抽出し、前記合成符号化信号生成手段が、前記基本拡張符号化信号分離手段に抽出された前記音声符号化信号を、前記合成符号化信号に合成することを特徴とした構成を有している。   Furthermore, the broadcast signal distributed storage device according to the present invention is the broadcast signal distributed storage device according to any one of claims 1 to 4, wherein the basic encoded signal generating means generates a sound from the original encoded signal. Separating a speech encoded signal that is an information signal, generating the basic encoded signal from an encoded signal obtained by removing the speech encoded signal from the original encoded signal, and the encoded signal multiplexing means, Along with the basic encoded signal and the plurality of extended encoded signals, the speech encoded signals are arbitrarily combined and multiplexed to generate the plurality of storage encoded signals, and the basic extended encoded signal separating means includes: Read the encoded signal for storage from the plurality of encoded signal storage devices, separate the speech encoded signal together with the basic encoded signal and the extended encoded signal, and The encoded signal, a plurality of different extension encoded signals different from each other, and the speech encoded signal are extracted, and the synthesized encoded signal generating means is extracted by the basic extended encoded signal separating means A speech encoded signal is synthesized with the synthesized encoded signal.

この構成により、音声データ分離部や音声データ抽出部を設けずに、性質の異なる音声情報と映像情報とを切り離して扱うことができ、取り扱いを容易にすることができる。   With this configuration, audio information and video information having different properties can be handled separately without providing an audio data separation unit or audio data extraction unit, and handling can be facilitated.

さらに、本発明の放送用信号送信装置は、複数の符号化信号記憶装置に、1つのコンテンツが納められたオリジナル符号化信号が複数の記憶用符号化信号に分散して記憶され、前記記憶用符号化信号を読み取り、放送用信号を送信する放送用信号送信装置において、前記オリジナル符号化信号の符号量を削減し、前記オリジナル符号化信号から復元される1次動画像の疑似動画像である2次動画像を復元させる基本符号化信号と、前記オリジナル符号化信号から前記基本符号化信号に変換する際に欠落する情報から生成された複数の拡張符号化信号と、を任意に組み合わせて多重化した複数の記憶用符号化信号をそれぞれ記憶した符号化信号記憶装置から、前記記憶用符号化信号を読み取り、前記基本符号化信号と前記拡張符号化信号とを分離し、1つの前記基本符号化信号と、互いに異なる複数の前記拡張符号化信号と、を抽出する基本拡張符号化信号分離手段と、前記基本拡張符号化信号分離手段に抽出された前記1つの基本符号化信号と、前記互いに異なる複数の前記拡張符号化信号と、を合成して、合成符号化信号を生成する合成符号化信号生成手段と、前記合成符号化信号生成手段に生成された合成符号化信号を放送用信号に変換して送信する放送信号送信手段と、を備えたことを特徴とした構成を有している。   Furthermore, in the broadcast signal transmitting apparatus of the present invention, an original encoded signal in which one content is stored is distributed and stored in a plurality of encoded signal storage devices, and the storage signal is stored. In a broadcast signal transmitting apparatus that reads an encoded signal and transmits a broadcast signal, the image is a pseudo moving image of a primary moving image that is reduced from the original encoded signal and restored from the original encoded signal. A basic encoded signal for restoring a secondary moving image and a plurality of extended encoded signals generated from information lost when converting the original encoded signal into the basic encoded signal are multiplexed in any combination. The encoded signal for storage is read from the encoded signal storage device that stores the plurality of encoded encoded signals for storage, and the basic encoded signal and the extended encoded signal are separated. And a basic extended encoded signal separating means for extracting one basic encoded signal and a plurality of different extended encoded signals, and the one basic extracted by the basic extended encoded signal separating means. A synthesized encoded signal generating unit that generates a synthesized encoded signal by synthesizing the encoded signal and the plurality of different extended encoded signals, and a synthesized code generated by the synthesized encoded signal generating unit And a broadcast signal transmitting means for converting the converted signal into a broadcast signal and transmitting it.

この構成により、複数の符号化信号記憶装置が故障しても他の基本符号化信号が記憶されている符号化信号記憶装置からデータを取り出すことによって放送を継続することができる。   With this configuration, even if a plurality of encoded signal storage devices fail, broadcasting can be continued by extracting data from the encoded signal storage device in which other basic encoded signals are stored.

さらに、本発明の放送用信号送信装置は、請求項9に記載の放送用信号送信装置において、前記基本拡張符号化信号分離手段が、複数の前記符号化信号記憶装置から読み取った前記記憶用符号化信号から抽出した基本符号化信号の中から、信号誤りの少ない基本符号化信号を選択して抽出することを特徴とした構成を有している。   Furthermore, the broadcast signal transmitting apparatus according to the present invention is the broadcast signal transmitting apparatus according to claim 9, wherein the basic extended encoded signal separating means reads the plurality of encoded codes from the encoded signal storage apparatus. The basic encoded signal extracted from the encoded signal is selected and extracted from the basic encoded signal with few signal errors.

この構成により、読み書きや保存時の障害が無いもっとも良質な符号化信号を選択することができ、復元時の映像品質を落とさずに再生させることができる。   With this configuration, it is possible to select the highest quality encoded signal that does not cause any trouble in reading / writing or saving, and it is possible to reproduce the image without reducing the video quality at the time of restoration.

さらに、本発明の放送用信号送信装置は、請求項9または請求項10に記載の放送用信号送信装置において、前記基本拡張符号化信号分離手段が、前記複数の符号化信号記憶装置から前記記憶用符号化信号を読み取り、前記基本符号化信号と前記拡張符号化信号とともに前記オリジナル符号化信号から音声情報を分離した音声符号化信号を分離し、1つの前記基本符号化信号と、互いに異なる複数の前記拡張符号化信号と、前記音声符号化信号と、を抽出し、前記合成符号化信号生成手段が、前記基本拡張符号化信号分離手段に抽出された前記1つの基本符号化信号と、前記互いに異なる複数の拡張符号化信号と、が合成された信号に前記音声符号化信号を合成して、前記合成符号化信号を生成することを特徴とした構成を有している。   Furthermore, the broadcast signal transmitting apparatus according to the present invention is the broadcast signal transmitting apparatus according to claim 9 or 10, wherein the basic extended encoded signal separating means stores the memory from the plurality of encoded signal storage apparatuses. A coded signal obtained by separating voice information from the original coded signal together with the basic coded signal and the extended coded signal, and a plurality of different basic coded signals. The extended encoded signal and the speech encoded signal, and the synthesized encoded signal generation means extracts the one basic encoded signal extracted by the basic extended encoded signal separation means, It has a configuration characterized in that the synthesized coded signal is generated by synthesizing the speech coded signal with a signal obtained by synthesizing a plurality of different extended coded signals.

この構成により、性質の異なる音声情報と映像情報とを切り離して扱うことができ、取り扱いが容易になるとともに符号量の圧縮率の向上、とりわけ映像情報の圧縮を効率的に行うことができる。   With this configuration, audio information and video information having different properties can be handled separately, which facilitates handling and improves the compression rate of the code amount, and in particular, efficiently compresses video information.

さらに、本発明の放送用信号分散記憶方法は、1つのコンテンツが納められたオリジナル符号化信号を、複数の符号化信号記憶装置に分散して記憶し、放送用信号を送信する放送用信号分散記憶方法において、前記オリジナル符号化信号の符号量を削減し、前記オリジナル符号化信号から復元される1次動画像の疑似動画像である2次動画像を復元させる基本符号化信号を生成する基本符号化信号生成ステップと、前記オリジナル符号化信号から前記基本符号化信号に変換する際に欠落する情報から、複数の拡張符号化信号を生成する拡張符号化信号生成ステップと、前記基本符号化信号と、複数の前記拡張符号化信号と、を任意に組み合わせて多重化し、複数の記憶用符号化信号を生成する符号化信号多重化ステップと、前記基本符号化信号が含まれる前記記憶用符号化信号を複数含む複数の前記記憶用符号化信号を、それぞれ前記複数の符号化信号記憶装置に記憶させる記憶用符号化信号記憶ステップと、前記複数の符号化信号記憶装置から前記記憶用符号化信号を読み取り、前記基本符号化信号と前記拡張符号化信号とを分離し、1つの前記基本符号化信号と、互いに異なる複数の前記拡張符号化信号と、を抽出する基本拡張符号化信号分離ステップと、前記基本拡張符号化信号分離ステップに抽出された前記1つの基本符号化信号と、前記互いに異なる複数の拡張符号化信号と、を合成して、合成符号化信号を生成する合成符号化信号生成ステップと、前記合成符号化信号生成ステップで生成された合成符号化信号を前記放送用信号に変換して送信する放送信号送信ステップと、を備えたことを特徴とした構成を有している。   Furthermore, the broadcast signal distribution storage method of the present invention distributes and stores an original encoded signal containing one content in a plurality of encoded signal storage devices, and transmits the broadcast signal. In the storage method, a basic encoding signal for reducing a code amount of the original encoded signal and generating a secondary encoded image that is a pseudo moving image of the primary moving image recovered from the original encoded signal is generated. An encoded signal generating step, an extended encoded signal generating step for generating a plurality of extended encoded signals from information lost when converting the original encoded signal into the basic encoded signal, and the basic encoded signal And a plurality of the extended coded signals are arbitrarily combined and multiplexed to generate a plurality of coded signals for storage, and the basic coded signal. A plurality of encoded signal for storage, each of which stores a plurality of encoded signals for storage in the plurality of encoded signal storage devices, and a plurality of encoded signal storages Read the storage encoded signal from the apparatus, separate the basic encoded signal and the extended encoded signal, and extract one basic encoded signal and a plurality of different extended encoded signals from each other A combined encoded signal obtained by combining the basic extended encoded signal separation step, the one basic encoded signal extracted in the basic extended encoded signal separation step, and the plurality of different extended encoded signals. And a broadcast signal transmission step for converting the composite encoded signal generated in the composite encoded signal generating step into the broadcast signal and transmitting the broadcast signal. It has a structure obtained by comprising the and.

この構成により、複数の符号化信号記憶装置にオリジナル符号化信号より符号量が少ない基本符号化信号と拡張符号化信号が記憶され、複数の符号化信号記憶装置が故障しても他の基本符号化信号が記憶されている符号化信号記憶装置からデータを取り出すことによって放送を継続することができるとともに、放送用のデータを記憶しておく記憶容量も小さくすることができる。   With this configuration, a plurality of encoded signal storage devices store a basic encoded signal and an extended encoded signal that have a smaller code amount than the original encoded signal, and other basic codes can be used even if a plurality of encoded signal storage devices fail. Broadcasting can be continued by extracting data from the encoded signal storage device in which the encoded signal is stored, and the storage capacity for storing broadcast data can be reduced.

さらに、本発明の放送用信号分散記憶方法は、請求項12に記載の放送用信号分散記憶方法において、前記符号化信号多重化ステップが、前記すべての記憶用符号化信号に、前記基本符号化信号を多重化して生成することを特徴とした構成を有している。   Furthermore, the broadcast signal distributed storage method of the present invention is the broadcast signal distributed storage method according to claim 12, wherein the encoded signal multiplexing step includes the basic encoding for all the stored encoded signals. It has a configuration characterized in that signals are multiplexed and generated.

この構成により、記憶用符号化信号が記憶されている符号化信号記憶装置の1つでもデータ読み出しを行うことができれば、放送を継続することができる。   With this configuration, broadcasting can be continued if data can be read out even with one of the encoded signal storage devices storing the encoded signal for storage.

さらに、本発明の放送用信号分散記憶方法は、請求項13に記載の放送用信号分散記憶方法において、前記符号化信号多重化ステップが、前記基本符号化信号と、いずれか1つ以上の前記拡張符号化信号と、を多重化し、それぞれの前記記憶用符号化信号を生成することを特徴とした構成を有している。   Furthermore, the broadcast signal distributed storage method according to the present invention is the broadcast signal distributed storage method according to claim 13, wherein the encoded signal multiplexing step includes the basic encoded signal and any one or more of the one or more. It has a configuration characterized in that the extended encoded signal is multiplexed and each of the stored encoded signals is generated.

この構成により、それぞれの符号化信号記憶装置に拡張符号化信号が記憶されており、データ読み出しを行うことができる符号化信号記憶装置の台数分だけ高品質の映像を提供することができる。   With this configuration, an extended encoded signal is stored in each encoded signal storage device, and as many high-quality images as the number of encoded signal storage devices capable of reading data can be provided.

さらに、本発明の放送用信号分散記憶方法は、請求項12から請求項14のいずれか1項に記載の放送用信号分散記憶方法において、前記基本拡張符号化信号分離ステップが、複数の前記符号化信号記憶装置から読み取った前記記憶用符号化信号から抽出した基本符号化信号の中から、信号誤りの少ない基本符号化信号を選択して抽出することを特徴とした構成を有している。   Furthermore, the broadcast signal distributed storage method of the present invention is the broadcast signal distributed storage method according to any one of claims 12 to 14, wherein the basic extended coded signal separation step includes a plurality of the codes. A basic encoded signal with few signal errors is selected and extracted from basic encoded signals extracted from the encoded signal for storage read from the encoded signal storage device.

この構成により、読み書きや保存時の障害が無いもっとも良質な符号化信号を選択することができ、復元時の映像品質を落とさずに再生させることができる。   With this configuration, it is possible to select the highest quality encoded signal that does not cause any trouble in reading / writing or saving, and it is possible to reproduce the image without reducing the video quality at the time of restoration.

さらに、本発明の放送用信号分散記憶方法は、請求項12から請求項15のいずれか1項に記載の放送用信号分散記憶方法において、前記オリジナル符号化信号から音声情報の信号である音声符号化信号を分離する音声符号化信号分離ステップと、分離された前記音声符号化信号を、前記複数の符号化信号記憶装置のいずれかに記憶させる音声符号化信号記憶ステップと、前記複数の符号化信号記憶装置から前記音声符号化信号を抽出する音声符号化信号抽出ステップと、を備え、前記合成符号化信号生成ステップが、前記音声符号化信号抽出ステップで抽出された前記音声符号化信号を、前記合成符号化信号に合成することを特徴とした構成を有している。   Furthermore, the broadcast signal distributed storage method of the present invention is the broadcast signal distributed storage method according to any one of claims 12 to 15, wherein the audio code is a signal of audio information from the original encoded signal. A speech encoded signal separating step for separating the encoded signal, a speech encoded signal storing step for storing the separated speech encoded signal in any of the plurality of encoded signal storage devices, and the plurality of encodings A speech encoded signal extracting step for extracting the speech encoded signal from a signal storage device, and the synthesized encoded signal generating step includes extracting the speech encoded signal extracted in the speech encoded signal extracting step, It has a configuration characterized in that it is synthesized with the synthesized encoded signal.

この構成により、性質の異なる音声情報と映像情報とを完全に切り離して扱うことができ、取り扱いが容易になるとともに符号量の圧縮率の向上、とりわけ映像情報の圧縮を効率的に行うことができる。   With this configuration, audio information and video information having different properties can be handled completely separately, which facilitates handling and improves the compression rate of the code amount, particularly efficiently compressing video information. .

さらに、本発明の放送用信号分散記憶方法は、請求項16に記載の放送用信号分散記憶方法において、前記音声符号化信号記憶ステップが、前記記憶用符号化信号が記憶されたすべての前記符号化信号記憶装置に、前記音声符号化信号を記憶させることを特徴とした構成を有している。   Furthermore, the broadcast signal distributed storage method of the present invention is the broadcast signal distributed storage method according to claim 16, wherein the speech encoded signal storage step includes all the codes in which the storage encoded signals are stored. The encoded signal storage device stores the speech encoded signal.

この構成により、符号化信号記憶装置の1つでもデータ読み出しを行うことができれば、放送を継続することができる。   With this configuration, if one of the encoded signal storage devices can read data, broadcasting can be continued.

さらに、本発明の放送用信号分散記憶方法は、請求項16または請求項17に記載の放送用信号分散記憶方法において、前記音声符号化信号分離ステップが、前記オリジナル符号化信号から前記音声情報のすべてを1つの音声符号化信号として分離し、前記音声符号化信号記憶ステップが、前記1つの音声符号化信号を前記複数の符号化信号記憶装置のいずれかに記憶させることを特徴とした構成を有している。   Furthermore, the broadcast signal distributed storage method according to the present invention is the broadcast signal distributed storage method according to claim 16 or 17, wherein the audio encoded signal separation step includes: converting the audio information from the original encoded signal; A configuration in which all are separated as one speech encoded signal, and the speech encoded signal storage step stores the one speech encoded signal in any of the plurality of encoded signal storage devices. Have.

この構成により、音声符号化信号の分散によるノイズの発生を起こすことが無く、復元時の音声をクリアなものとすることができる。   With this configuration, the generation of noise due to the dispersion of speech encoded signals does not occur, and the restored speech can be made clear.

さらに、本発明の放送用信号送信方法は、複数の符号化信号記憶装置に、1つのコンテンツが納められたオリジナル符号化信号が複数の記憶用符号化信号に分散して記憶され、前記記憶用符号化信号を読み取り、放送用信号を送信する放送用信号送信方法において、前記オリジナル符号化信号の符号量を削減し、前記オリジナル符号化信号から復元される1次動画像の疑似動画像である2次動画像を復元させる基本符号化信号と、前記オリジナル符号化信号から前記基本符号化信号に変換する際に欠落する情報から生成された複数の拡張符号化信号と、を任意に組み合わせて多重化した複数の記憶用符号化信号をそれぞれ記憶した符号化信号記憶装置から、前記記憶用符号化信号を読み取り、前記基本符号化信号と前記拡張符号化信号とを分離し、1つの前記基本符号化信号と、互いに異なる複数の前記拡張符号化信号と、を抽出する基本拡張符号化信号分離ステップと、前記基本拡張符号化信号分離ステップで抽出された前記1つの基本符号化信号と、前記互いに異なる複数の前記拡張符号化信号と、を合成して、合成符号化信号を生成する合成符号化信号生成ステップと、前記合成符号化信号生成ステップで生成された合成符号化信号を放送用信号に変換して送信する放送信号送信ステップと、を備えたことを特徴とした構成を有している。   Furthermore, in the broadcast signal transmission method of the present invention, an original encoded signal storing one content is distributed and stored in a plurality of encoded signals for storage in a plurality of encoded signal storage devices. In a broadcast signal transmission method of reading an encoded signal and transmitting a broadcast signal, the video signal is a pseudo moving image of a primary moving image that is restored from the original encoded signal by reducing the code amount of the original encoded signal. A basic encoded signal for restoring a secondary moving image and a plurality of extended encoded signals generated from information lost when converting the original encoded signal into the basic encoded signal are multiplexed in any combination. The encoded signal for storage is read from the encoded signal storage device that stores the plurality of encoded encoded signals for storage, and the basic encoded signal and the extended encoded signal are separated. A basic extended encoded signal separation step for extracting one basic encoded signal and a plurality of different extended encoded signals, and the one basic extracted in the basic extended encoded signal separation step. A synthesized encoded signal generated in the synthesized encoded signal generating step by synthesizing the encoded signal and the plurality of different extended encoded signals different from each other to generate a synthesized encoded signal; And a broadcast signal transmission step of converting the converted signal into a broadcast signal and transmitting it.

この構成により、複数の符号化信号記憶装置が故障しても他の基本符号化信号が記憶されている符号化信号記憶装置からデータを取り出すことによって放送を継続することができる。   With this configuration, even if a plurality of encoded signal storage devices fail, broadcasting can be continued by extracting data from the encoded signal storage device in which other basic encoded signals are stored.

さらに、本発明の放送用信号送信方法は、請求項19に記載の放送用信号送信方法において、前記基本拡張符号化信号分離ステップが、複数の前記符号化信号記憶装置から読み取った前記記憶用符号化信号から抽出した基本符号化信号の中から、信号誤りの少ない基本符号化信号を選択して抽出することを特徴とした構成を有している。   Furthermore, the broadcast signal transmission method of the present invention is the broadcast signal transmission method according to claim 19, wherein the basic extended encoded signal separation step is read from the plurality of encoded signal storage devices. The basic encoded signal extracted from the encoded signal is selected and extracted from the basic encoded signal with few signal errors.

この構成により、読み書きや保存時の障害が無いもっとも良質な符号化信号を選択することができ、復元時の映像品質を落とさずに再生させることができる。   With this configuration, it is possible to select the highest quality encoded signal that does not cause any trouble in reading / writing or saving, and it is possible to reproduce the image without reducing the video quality at the time of restoration.

さらに、本発明の放送用信号送信方法は、請求項19または請求項20に記載の放送用信号送信方法において、前記基本拡張符号化信号分離ステップが、前記複数の符号化信号記憶装置から前記記憶用符号化信号を読み取り、前記基本符号化信号と前記拡張符号化信号とともに前記オリジナル符号化信号から音声情報を分離した音声符号化信号を分離し、1つの前記基本符号化信号と、互いに異なる複数の前記拡張符号化信号と、前記音声符号化信号と、を抽出し、前記合成符号化信号生成ステップが、前記基本拡張符号化信号分離ステップに抽出された前記1つの基本符号化信号と、前記互いに異なる複数の拡張符号化信号と、が合成された信号に前記音声符号化信号を合成して、前記合成符号化信号を生成することを特徴とした構成を有している。   Furthermore, the broadcast signal transmission method according to the present invention is the broadcast signal transmission method according to claim 19 or 20, wherein the basic extended coded signal separation step stores the storage from the plurality of coded signal storage devices. A coded signal obtained by separating voice information from the original coded signal together with the basic coded signal and the extended coded signal, and a plurality of different basic coded signals. The extended encoded signal and the speech encoded signal, and the synthesized encoded signal generation step includes the one basic encoded signal extracted in the basic extended encoded signal separation step, and It has a configuration characterized in that the synthesized coded signal is generated by synthesizing the speech coded signal with a signal obtained by synthesizing a plurality of different extended coded signals. To have.

この構成により、性質の異なる音声情報と映像情報とを切り離して扱うことができ、取り扱いが容易になるとともに符号量の圧縮率の向上、とりわけ映像情報の圧縮を効率的に行うことができる。   With this configuration, audio information and video information having different properties can be handled separately, which facilitates handling and improves the compression rate of the code amount, and in particular, efficiently compresses video information.

本発明は、オリジナル符号化信号の符号量を削減した基本符号化信号と、差分情報である複数の拡張符号化信号と、を生成し、前記基本符号化信号と複数の前記拡張符号化信号とを任意に組み合わせて多重化した前記基本符号化信号が含まれる複数の前記記憶用符号化信号を、それぞれ複数の符号化信号記憶装置に記憶させ、この複数の符号化信号記憶装置から前記記憶用符号化信号を読み取り、1つの基本符号化信号と互いに異なる複数の拡張符号化信号とを抽出し、合成して、放送用信号に変換して送信するので、複数の符号化信号記憶装置にオリジナル符号化信号より符号量が少ない基本符号化信号と拡張符号化信号が記憶され、複数の符号化信号記憶装置が故障しても他の基本符号化信号が記憶されている符号化信号記憶装置からデータを取り出すことによって放送を継続することができるとともに、放送用のデータを記憶しておく記憶容量も小さくすることができる。   The present invention generates a basic encoded signal in which a code amount of an original encoded signal is reduced and a plurality of extended encoded signals that are difference information, and the basic encoded signal and the plurality of extended encoded signals, Are stored in a plurality of encoded signal storage devices, and the storage signals are stored in the plurality of encoded signal storage devices. Reads the encoded signal, extracts one basic encoded signal and a plurality of different extended encoded signals, synthesizes them, converts them into broadcast signals, and transmits them to the original encoded signal storage devices. From an encoded signal storage device in which a basic encoded signal and an extended encoded signal having a smaller amount of code than an encoded signal are stored, and other basic encoded signals are stored even if a plurality of encoded signal storage devices fail De It is possible to continue broadcasting by retrieving data, it is also possible to reduce the storage capacity for storing data for broadcasting.

また、本発明は、前記すべての記憶用符号化信号に、前記基本符号化信号を多重化して生成するので、記憶用符号化信号が記憶されている符号化信号記憶装置の1つでもデータ読み出しを行うことができれば、放送を継続することができる。   In addition, since the present invention multiplexes and generates the basic coded signal to all the coded signals for storage, data can be read out even in one of the coded signal storage devices in which the coded signals for storage are stored. Broadcasting can be continued if it can be performed.

さらに、本発明は、前記基本符号化信号と、いずれか1つ以上の前記拡張符号化信号と、を多重化し、それぞれの前記記憶用符号化信号を生成するので、それぞれの符号化信号記憶装置に拡張符号化信号が記憶されており、データ読み出しを行うことができる符号化信号記憶装置の台数分だけ高品質の映像を提供することができる。   Furthermore, since the present invention multiplexes the basic encoded signal and any one or more of the extended encoded signals to generate the respective encoded signals for storage, each encoded signal storage device The extended encoded signal is stored in the high-quality video as many as the number of encoded signal storage devices capable of reading data.

さらに、本発明は、複数の前記符号化信号記憶装置から読み取った前記記憶用符号化信号から信号誤りの少ない基本符号化信号を選択して抽出するので、読み書きや保存時の障害が無いもっとも良質な符号化信号を選択することができ、復元時の映像品質を落とさずに再生させることができる。   Further, the present invention selects and extracts a basic encoded signal with few signal errors from the encoded signal for storage read from the plurality of encoded signal storage devices, so that there is no obstacle in reading / writing and storage. An encoded signal can be selected and reproduced without degrading the video quality at the time of restoration.

さらに、本発明は、前記オリジナル符号化信号から音声情報の信号である音声符号化信号を分離し、前記音声符号化信号を前記複数の符号化信号記憶装置のいずれかに記憶させ、前記複数の符号化信号記憶装置から前記音声符号化信号を抽出し、抽出された前記音声符号化信号を前記合成符号化信号に合成するので、性質の異なる音声情報と映像情報とを完全に切り離して扱うことができ、取り扱いが容易になるとともに符号量の圧縮率の向上、とりわけ映像情報の圧縮を効率的に行うことができる。   Furthermore, the present invention separates a speech encoded signal that is a speech information signal from the original encoded signal, stores the speech encoded signal in any of the plurality of encoded signal storage devices, and Extracting the audio encoded signal from the encoded signal storage device and synthesizing the extracted audio encoded signal into the synthesized encoded signal, so that audio information and video information having different properties are completely separated and handled. This makes it easy to handle and improves the compression rate of the code amount, particularly efficiently compressing video information.

さらに、本発明は、前記記憶用符号化信号が記憶されたすべての前記符号化信号記憶装置に、前記音声符号化信号を記憶させるので、符号化信号記憶装置の1つでもデータ読み出しを行うことができれば、放送を継続することができる。   Furthermore, the present invention stores the speech encoded signal in all the encoded signal storage devices in which the storage encoded signals are stored, so that even one of the encoded signal storage devices reads data. If you can, you can continue broadcasting.

さらに、本発明は、前記オリジナル符号化信号から前記音声情報のすべてを1つの音声符号化信号として分離し、前記符号化信号記憶装置に記憶させるので、音声符号化信号の分散によるノイズの発生を起こすことが無く、復元時の音声をクリアなものとすることができる。   Furthermore, the present invention separates all of the audio information from the original encoded signal as one audio encoded signal and stores it in the encoded signal storage device, so that noise is generated due to dispersion of the audio encoded signal. There is no waking and the sound at the time of restoration can be made clear.

さらに、本発明は、前記オリジナル符号化信号から音声情報の信号である音声符号化信号を分離するとともに、前記オリジナル符号化信号から前記音声符号化信号を除いた符号化信号から前記基本符号化信号を生成し、前記基本符号化信号と複数の前記拡張符号化信号とともに、前記音声符号化信号を任意に組み合わせて多重化し、前記複数の記憶用符号化信号を生成し、前記複数の符号化信号記憶装置から前記記憶用符号化信号を読み取り、前記基本符号化信号と前記拡張符号化信号とともに前記音声符号化信号を分離し、前記音声符号化信号を前記合成符号化信号に合成するので、音声データ分離部や音声データ抽出部を設けずに、性質の異なる音声情報と映像情報とを切り離して扱うことができ、取り扱いを容易にすることができる。   Furthermore, the present invention separates a speech encoded signal, which is a speech information signal, from the original encoded signal, and the basic encoded signal from an encoded signal obtained by removing the speech encoded signal from the original encoded signal. And generating a plurality of encoded signals for storage by multiplexing the speech encoded signals together with the basic encoded signal and the plurality of extended encoded signals in any combination, and generating the plurality of encoded signals. Since the encoded signal for storage is read from the storage device, the speech encoded signal is separated together with the basic encoded signal and the extended encoded signal, and the speech encoded signal is synthesized with the synthesized encoded signal. Without providing a data separation unit or audio data extraction unit, audio information and video information having different properties can be handled separately, and handling can be facilitated.

以下、本発明の実施の形態における放送用信号分散記憶装置について、図面を用いて説明する。なお、本放送用信号分散記憶装置は、特願2003−054048号公報記載の「符号化信号分離・合成装置」および特願2003−381859号公報記載の「符号化信号分離・合成装置」の技術を用いて、オリジナルの符号化信号の分離および合成処理を行う。   A broadcast signal distributed storage device according to an embodiment of the present invention will be described below with reference to the drawings. Note that this broadcast signal distributed storage device is a technology of “encoded signal separation / synthesis device” described in Japanese Patent Application No. 2003-054048 and “encoded signal separation / synthesis device” described in Japanese Patent Application No. 2003-381859. Is used to separate and synthesize the original encoded signal.

上記特願2003−054048号公報および上記特願2003−381859号公報記載の「符号化信号分離・合成装置」は、符号量削減前の第1符号化信号(オリジナルの符号化信号)を入力し、この第1符号化信号に符号量変換処理を行い、符号量を削減した第2符号化信号(基本符号化信号)に変換して出力するとともに、前記第1符号化信号と前記第2符号化信号との差分情報の一部である拡張差分符号化信号(拡張符号化信号)を複数生成して出力するストリーム分離装置と、前記第2符号化信号を入力するとともに、前記拡張差分符号化信号を入力して、前記第2符号化信号と前記拡張差分符号化信号とを合成して合成符号化信号を生成するストリーム合成装置と、により、もとの信号を受信せずに、符号量削減後の第2符号化信号を利用して、符号量削減前の第1符号化信号と同じ、または、第1符号化信号と同じではないが第2符号化信号より高品質な映像を再生することができる符号化信号を得るものである。   The “encoded signal separating / synthesizing device” described in Japanese Patent Application No. 2003-054048 and Japanese Patent Application No. 2003-381859 receives a first encoded signal (original encoded signal) before code amount reduction. The first encoded signal is subjected to code amount conversion processing, converted into a second encoded signal (basic encoded signal) with a reduced code amount, and output, and the first encoded signal and the second code are also output. A stream demultiplexer that generates and outputs a plurality of extended differentially encoded signals (enhanced encoded signals) that are a part of difference information from the encoded signal, the second encoded signal, and the extended differential encoding A stream synthesizer that receives a signal and synthesizes the second encoded signal and the extended differential encoded signal to generate a combined encoded signal. Second code after reduction An encoded signal that can reproduce a video having the same quality as the first encoded signal before the code amount reduction, or higher quality than the second encoded signal, though not the same as the first encoded signal. Is what you get.

(第1の実施の形態)
本発明の第1の実施の形態における放送用信号分散記憶装置の構成を示すブロック図を、図1に示す。なお、以下の実施の形態においては、番組等のコンテンツの情報は、オリジナル符号化信号としてMPEG−TS(トランスポート・ストリーム)として入力されるものとする。MPEG−TSとは、複数のプログラムを1本のストリームにできるものである。
(First embodiment)
FIG. 1 is a block diagram showing a configuration of a broadcast signal distributed storage device according to the first embodiment of the present invention. In the following embodiment, information on content such as a program is input as an MPEG-TS (transport stream) as an original encoded signal. MPEG-TS is a program that can make a plurality of programs into one stream.

図1に示すように、放送用信号分散記憶装置1000は、TS分散部1100、ストリームデータ記憶部1200、TS合成部1300およびストリームデータ復号部1400を備え、MPEG−TSを入力し、記憶用ビットストリームに変換し、複数の記憶装置に分散して記憶して、さらに、分散して記憶した記憶用ビットストリームを合成して、放送用の信号に変換し、出力するものである。   As shown in FIG. 1, a broadcast signal distribution storage device 1000 includes a TS distribution unit 1100, a stream data storage unit 1200, a TS synthesis unit 1300, and a stream data decoding unit 1400, receives MPEG-TS, and stores bits. It is converted into a stream, distributed and stored in a plurality of storage devices, and further, the storage bit stream stored in a distributed manner is synthesized, converted into a broadcast signal, and output.

TS分散部1100の構成を示すブロック図を、図2に示す。   A block diagram showing the configuration of the TS distribution unit 1100 is shown in FIG.

図2に示すように、TS分散部1100は、ベースデータ生成部1120、エンハンスデータ生成部1130および記憶用データ多重化部1140を備え、MPEG−TSを入力し、基本符号化信号であるベースデータ(B)と、拡張符号化信号であるエンハンスデータ(E)を複数生成し、前記ベースデータ(B)と、前記複数のエンハンスデータ(E)と、を任意に組み合わせ多重化し、複数の記憶用ビットストリームを生成するものである。   As shown in FIG. 2, the TS distribution unit 1100 includes a base data generation unit 1120, an enhancement data generation unit 1130, and a storage data multiplexing unit 1140. The TS data is input to the MPEG-TS and is base data that is a basic encoded signal. (B) and a plurality of enhancement data (E) which are extended encoded signals are generated, the base data (B) and the plurality of enhancement data (E) are arbitrarily combined and multiplexed, and a plurality of storage data are stored. A bit stream is generated.

ここで、ベースデータ(B)とエンハンスデータ(E)について、説明する。   Here, the base data (B) and the enhancement data (E) will be described.

まず、MPEG−TSは、復号すると高品質な映像信号を得ることができるビットストリームである。この映像を「1次動画像」とする。このMPEG−TSは、高品質な映像を得ることができるが、符号量が大きいため、データ保存時に大きな容量を食うばかりでなく、データ送受信時に時間がかかる等の不都合がある。   First, MPEG-TS is a bit stream that can obtain a high-quality video signal when decoded. This video is referred to as a “primary moving image”. Although this MPEG-TS can obtain high-quality video, since it has a large code amount, it does not only consume a large capacity when storing data, but also has the disadvantage that it takes time to transmit and receive data.

このような不都合を解消するため、このMPEG−TSの中から省略しても影響の少ないものの情報を削減し、もとのMPEG−TSより符号量の小さなビットストリームに変換するものがある。これをトランスコード(符号量変換、符号量圧縮)といい、このとき、MPEG−TSから符号量が削減されるように変換されたビットストリームが基本となるデータであるので、ベースデータ(B)とする。また、ベースデータ(B)から復号される映像を「2次動画像」とする。この「2次動画像」は、MPEG−TSより符号量が少ないベースデータ(B)から復号されるものなので、「1次動画像」より映像の品質は劣化する。   In order to eliminate such an inconvenience, there is one that reduces information that is less affected even if omitted from the MPEG-TS, and converts it into a bitstream having a smaller code amount than the original MPEG-TS. This is called transcoding (code amount conversion, code amount compression). At this time, since the bit stream converted so as to reduce the code amount from MPEG-TS is the basic data, the base data (B) And Also, the video decoded from the base data (B) is referred to as “secondary moving image”. Since the “secondary moving image” is decoded from the base data (B) having a smaller code amount than the MPEG-TS, the video quality is deteriorated compared to the “primary moving image”.

通常、トランスコードされた後はベースデータ(B)のみを取り扱い、低品質の映像を得るだけである。このため、トランスコード後の受信側では、もとの映像品質を得ることができない。または、もとの映像品質を得るためには、もとのMPEG−TSを受信しなければならない。そこで、トランスコードにより残る情報を基本階層とし、トランスコードにより欠落する情報を拡張階層として、この拡張階層の情報から複数のエンハンスデータ(E)を得るというのが、上記特願2003−054048号公報および上記特願2003−381859号公報記載の「符号化信号分離・合成装置」である。   Normally, after transcoding, only the base data (B) is handled and a low-quality video is obtained. For this reason, the original video quality cannot be obtained on the receiving side after transcoding. Or, in order to obtain the original video quality, the original MPEG-TS must be received. Therefore, Japanese Patent Application No. 2003-054048 discloses that a plurality of enhancement data (E) is obtained from information in this extended layer, with information remaining by transcoding as a basic layer and information missing by transcoding as an extended layer. And “encoded signal separating / combining device” described in Japanese Patent Application No. 2003-381859.

この拡張階層の情報は、MPEG−TSとベースデータ(B)との差分情報であり、例えば、トランスコードの際の再量子化により丸められる係数情報がある。ここで得られた差分情報を複数に分散してビットストリームを生成することにより、それぞれのエンハンスデータ(E)を得ることができる。   The information on the enhancement layer is difference information between the MPEG-TS and the base data (B). For example, there is coefficient information rounded by re-quantization at the time of transcoding. Each difference data obtained here is distributed to a plurality of pieces to generate a bitstream, whereby each enhancement data (E) can be obtained.

TS分散部1100の説明に戻り、ベースデータ生成部1120は、MPEG−TSの符号量を削減し、前記MPEG−TSから復元される1次動画像の疑似動画像である2次動画像を復元させるベースデータ(B)を生成し、出力するものである。この処理は、通常のトランスコーダーと同一の処理である。   Returning to the description of the TS distribution unit 1100, the base data generation unit 1120 reduces the MPEG-TS code amount and restores a secondary moving image that is a pseudo moving image of the primary moving image restored from the MPEG-TS. Base data (B) to be generated is generated and output. This process is the same as a normal transcoder.

また、ベースデータ生成部1120は、入力したMPEG−TSと生成したベースデータ(B)との差分情報(MPEG−TSからベースデータ(B)に変換する際に欠落する情報)を出力する。さらに、MPEG−TSからベースデータ(B)に変換する際の変換情報(圧縮情報)を出力することもできる。上記差分情報(変換の際に欠落する情報)とは、MPEG−TSをベースデータ(B)に圧縮する際に切り捨てられる情報であり、この情報を拡張階層のデータとし、上記トランスコードにより残る情報(ベースデータ(B))を基本階層のデータとする。   In addition, the base data generation unit 1120 outputs difference information between the input MPEG-TS and the generated base data (B) (information lost when converting from MPEG-TS to base data (B)). Furthermore, conversion information (compression information) when converting from MPEG-TS to base data (B) can also be output. The difference information (information lost at the time of conversion) is information that is truncated when MPEG-TS is compressed into base data (B). This information is extended layer data, and is information that remains after transcoding. Let (base data (B)) be the data of the basic hierarchy.

ここで、ベースデータ(B)は、上記のようにMPEG−TSの符号量を削減したものであるから、
(ベースデータ(B)の符号量)<(MPEG−TSの符号量)
である。
Here, the base data (B) is obtained by reducing the MPEG-TS code amount as described above.
(Code amount of base data (B)) <(Code amount of MPEG-TS)
It is.

エンハンスデータ生成部1130は、上記差分情報を複数に分散し、それぞれエンハンスデータ(En)(nは任意の整数)を生成するものである。このエンハンスデータ(En)のすべてと、上記ベースデータ(B)と、を合成することにより、元のMPEG−TSを復元することができ、全く同じ映像を再生することができる。また、この拡張階層のデータを複数に分散して、複数のエンハンスデータ(E)とすることにより、すべてのエンハンスデータ(En)が得られなくても、ベースデータ(B)と得られたエンハンスデータ(En)だけで、ベースデータ(B)のみから得られる映像よりも高品質な映像を得ることができる。   The enhancement data generation unit 1130 distributes the difference information into a plurality of pieces, and generates enhancement data (En) (n is an arbitrary integer). By synthesizing all the enhancement data (En) and the base data (B), the original MPEG-TS can be restored and the same video can be reproduced. In addition, by distributing the data of this extended hierarchy to a plurality of pieces to obtain a plurality of enhancement data (E), even if all the enhancement data (En) is not obtained, the base data (B) and the obtained enhancement are obtained. With only the data (En), it is possible to obtain a higher quality video than the video obtained from only the base data (B).

記憶用データ多重化部1140は、ベースデータ生成部1120に生成されたベースデータ(B)と、エンハンスデータ生成部1130に生成された複数のエンハンスデータ(E)と、を任意に組み合わせて多重化し、複数の記憶用ビットストリームを生成するものである。   The storage data multiplexing unit 1140 multiplexes the base data (B) generated by the base data generation unit 1120 and a plurality of enhancement data (E) generated by the enhancement data generation unit 1130 in any combination. A plurality of storage bitstreams are generated.

次に、ストリームデータ記憶部1200は、複数のデータ記憶装置1210,1220,1230,1240を備え、TS分散部1100により多重化された複数の記憶用ビットストリームを記憶するものである。   Next, the stream data storage unit 1200 includes a plurality of data storage devices 1210, 1220, 1230, and 1240, and stores a plurality of storage bitstreams multiplexed by the TS distribution unit 1100.

データ記憶装置1210,1220,1230,1240は、それぞれ同様のものであり、HDD等の記憶装置である。また、データ記憶装置1210,1220,1230,1240は、複数あればよく、数に限定されないが、本実施の形態においては4つとする。さらに、データ記憶装置1210,1220,1230,1240のそれぞれは、記憶容量が異なっても構わない。   Data storage devices 1210, 1220, 1230, and 1240 are similar to each other and are storage devices such as HDDs. Further, the data storage devices 1210, 1220, 1230, and 1240 may be plural, and the number is not limited to the number, but is assumed to be four in the present embodiment. Furthermore, the data storage devices 1210, 1220, 1230, and 1240 may have different storage capacities.

各データ記憶装置1210,1220,1230,1240は、記憶用データ多重化部1140に多重化された前記記憶用ビットストリームを、それぞれ記憶するものである。   Each of the data storage devices 1210, 1220, 1230, 1240 stores the storage bitstream multiplexed in the storage data multiplexing unit 1140.

TS合成部1300の構成を示すブロック図を、図3に示す。   A block diagram showing the configuration of the TS synthesis unit 1300 is shown in FIG.

図3に示すように、TS合成部1300は、記憶用データ多重分離部1310および合成データ生成部1320を備え、ストリームデータ記憶部1200に記憶された複数の記憶用ビットストリームを入力し、ベースデータ(B)と複数のエンハンスデータ(E)とに分けてそれぞれを合成して、合成ビットストリームを生成するものである。   As shown in FIG. 3, the TS combining unit 1300 includes a storage data demultiplexing unit 1310 and a combined data generating unit 1320, and inputs a plurality of storage bitstreams stored in the stream data storage unit 1200, and base data This is divided into (B) and a plurality of enhancement data (E) and synthesized to generate a synthesized bit stream.

記憶用データ多重分離部1310は、複数のデータ記憶装置1210,1220,1230,1240からそれぞれ前記記憶用ビットストリームを読み取り、ベースデータ(B)とエンハンスデータ(En)とを分離し、1つのベースデータ(B)と、互いに異なる複数のエンハンスデータ(En)と、を抽出するものである。   A storage data demultiplexing unit 1310 reads the storage bitstream from each of a plurality of data storage devices 1210, 1220, 1230, and 1240, separates base data (B) and enhancement data (En), and provides one base Data (B) and a plurality of different enhancement data (En) are extracted.

合成データ生成部1320は、記憶用データ多重分離部1310に抽出された前記ベースデータ(B)と、複数の前記エンハンスデータ(En)と、を合成して、合成ビットストリームを生成するものである。この合成により、入力したMPEG−TSとまったく同じ合成ビットストリーム、あるいは、ベースデータ(B)から再生される映像よりも高品質な映像を生成することができる合成ビットストリームを得ることができる。   The combined data generation unit 1320 combines the base data (B) extracted by the storage data demultiplexing unit 1310 and the plurality of enhancement data (En) to generate a combined bitstream. . By this synthesis, it is possible to obtain the same synthesized bit stream as that of the input MPEG-TS or a synthesized bit stream that can generate a higher quality video than the video reproduced from the base data (B).

次に、ストリームデータ復号部1400は、合成データ復号部および放送用信号送信部を備え、TS合成部1300に合成された合成ビットストリームを復号し、放送用信号に変換して送信するものである。   Next, the stream data decoding unit 1400 includes a combined data decoding unit and a broadcast signal transmitting unit, decodes the combined bit stream combined by the TS combining unit 1300, converts it into a broadcast signal, and transmits it. .

合成データ復号部は、合成データ生成部1320に生成された合成ビットストリームを、記憶および復号して映像信号を生成するものである。放送用信号送信部は、合成データ復号部に生成された映像信号を、放送用の映像信号に変換し、この放送用信号を送信するものである。   The combined data decoding unit stores and decodes the combined bit stream generated by the combined data generation unit 1320 to generate a video signal. The broadcast signal transmission unit converts the video signal generated by the combined data decoding unit into a broadcast video signal and transmits the broadcast signal.

次に、本実施の形態における放送用信号分散記憶装置1000の分散記憶、放送用信号送信処理動作について、説明する。   Next, the distributed storage and broadcast signal transmission processing operation of broadcast signal distributed storage apparatus 1000 in the present embodiment will be described.

まず、放送用信号分散記憶装置1000では、MPEG−TSを入力すると、TS分散部1100のベースデータ生成部1120に取り込む。ベースデータ生成部1120では、MPEG−TSをトランスコード(符号量圧縮)して、ベースデータ(B)を生成し、出力する。さらに、ベースデータ(B)の生成と同時に、MPEG−TSから欠落する情報(差分情報)を出力する。このベースデータ生成部1120から出力される差分情報とは、例えば、再量子化パラメータによる量子化で丸められる係数情報や、MPEG−TS生成時の量子化パラメータ等である。   First, in the broadcast signal distribution storage device 1000, when MPEG-TS is input, it is taken into the base data generation unit 1120 of the TS distribution unit 1100. The base data generation unit 1120 transcodes (code amount compression) the MPEG-TS to generate and output base data (B). Furthermore, simultaneously with the generation of the base data (B), information (difference information) that is missing from the MPEG-TS is output. The difference information output from the base data generation unit 1120 is, for example, coefficient information rounded by quantization using a requantization parameter, a quantization parameter at the time of MPEG-TS generation, and the like.

エンハンスデータ生成部1130では、ベースデータ生成部1120から上記差分情報を入力し、任意に分割する。そして分割したそれぞれの差分情報から、エンハンスデータ(E)を生成し、出力する。ここでは、差分情報4つに分割し、4つのエンハンスデータ(E1)、(E2)、(E3)、(E4)を生成するものとする。また、この差分情報の分割方法としては、上記特願2003−054048号公報記載の方法、上記特願2003−381859号公報記載の方法がある。   The enhancement data generation unit 1130 receives the difference information from the base data generation unit 1120 and arbitrarily divides it. Then, enhancement data (E) is generated from each divided difference information and output. Here, the difference information is divided into four pieces, and four pieces of enhancement data (E1), (E2), (E3), and (E4) are generated. Further, as a method for dividing the difference information, there are a method described in Japanese Patent Application No. 2003-054048 and a method described in Japanese Patent Application No. 2003-381859.

記憶用データ多重化部1140では、ベースデータ生成部1120から出力されたベースデータ(B)と、エンハンスデータ生成部1130から出力されたエンハンスデータ(E1)、(E2)、(E3)、(E4)を入力し、任意に組み合わせ多重化し、複数の記憶用ビットストリームを生成し、出力する。ここでは、ベースデータ(B)にエンハンスデータ(E1)、(E2)、(E3)、(E4)をそれぞれ多重化し、4つの記憶用ビットストリーム(B+E1)、(B+E2)、(B+E3)、(B+E4)を生成し、出力するものとする。   In the storage data multiplexing unit 1140, the base data (B) output from the base data generation unit 1120 and the enhancement data (E1), (E2), (E3), (E4) output from the enhancement data generation unit 1130 ) Are arbitrarily combined and multiplexed to generate and output a plurality of storage bitstreams. Here, the enhancement data (E1), (E2), (E3), and (E4) are multiplexed on the base data (B), respectively, and four storage bit streams (B + E1), (B + E2), (B + E3), ( B + E4) is generated and output.

以上の処理で、TS分散部1100により、MPEG−TSを変換して、4つの記憶用ビットストリーム(B+E1)、(B+E2)、(B+E3)、(B+E4)が生成される。   With the above processing, the TS distribution unit 1100 converts the MPEG-TS to generate four storage bit streams (B + E1), (B + E2), (B + E3), and (B + E4).

続いて、TS分散部1100から出力された4つの記憶用ビットストリーム(B+E1)、(B+E2)、(B+E3)、(B+E4)は、ストリームデータ記憶部1200の4つのデータ記憶装置1210,1220,1230,1240にそれぞれ入力され、記憶される。   Subsequently, the four storage bit streams (B + E1), (B + E2), (B + E3), and (B + E4) output from the TS distribution unit 1100 are the four data storage devices 1210, 1220, and 1230 of the stream data storage unit 1200. , 1240, respectively.

以上の分散記憶処理を簡単に表した模式図を、図4に示す。上記のように、TSデータをベースデータ(B)と、複数のエンハンスデータ(E1〜E4)に分離し、ベースデータ(B)とそれぞれのエンハンスデータ(E1〜E4)を多重化し、各ストリームデータ記憶装置1210,1220,1230,1240に記憶させる。したがって、ストリームデータ記憶装置1210には、ベースデータ(B)とエンハンスデータ(E1)を多重化した(B+E1)が、ストリームデータ記憶装置1220には(B+E2)が、ストリームデータ記憶装置1230には(B+E3)が、ストリームデータ記憶装置1240には(B+E4)が、それぞれ記憶される。   A schematic diagram simply showing the above distributed storage processing is shown in FIG. As described above, the TS data is separated into base data (B) and a plurality of enhancement data (E1 to E4), the base data (B) and the respective enhancement data (E1 to E4) are multiplexed, and each stream data The data is stored in the storage devices 1210, 1220, 1230, and 1240. Therefore, the stream data storage device 1210 has the base data (B) and the enhancement data (E1) multiplexed (B + E1), the stream data storage device 1220 has (B + E2), and the stream data storage device 1230 has ( (B + E3) and (B + E4) are stored in the stream data storage device 1240, respectively.

ここで、上記説明したように、ベースデータ(B)は、基本データでこれのみでも映像劣化はあるものの再生は可能なものである。エンハンスデータ(En)(1≦n≦4)は、拡張データでこれのみでは再生はできず、ベースデータ(B)と合わせることで再生が可能なものである。したがって、データ記憶装置1210,1220,1230,1240のうちの複数台に故障が発生しても、残りの装置からデータを取り出して映像を復元することができる。   Here, as described above, the base data (B) is basic data and can be played back even though only this data has video deterioration. The enhancement data (En) (1 ≦ n ≦ 4) is extended data and cannot be reproduced by itself, and can be reproduced by combining with the base data (B). Therefore, even if a failure occurs in a plurality of data storage devices 1210, 1220, 1230, and 1240, it is possible to retrieve data from the remaining devices and restore the video.

次に、TS合成部1300がストリームデータ記憶部1200から記憶用ビットストリームを入力する。具体的には、TS合成部1300の記憶用データ多重分離部1310が、ストリームデータ記憶部1200のデータ記憶装置1210から記憶用ビットストリーム(B+E1)を入力し、データ記憶装置1220から記憶用ビットストリーム(B+E2)を入力し、データ記憶装置1230から記憶用ビットストリーム(B+E3)を入力し、データ記憶装置1240から記憶用ビットストリーム(B+E4)を入力する。ここでは、故障などにより読み込みができないデータ記憶装置1210,1220,1230,1240については記憶用ビットストリーム(B+En)の入力を断念する。   Next, the TS synthesis unit 1300 inputs a storage bitstream from the stream data storage unit 1200. Specifically, the storage data demultiplexing unit 1310 of the TS combining unit 1300 inputs the storage bitstream (B + E1) from the data storage device 1210 of the stream data storage unit 1200, and stores the storage bitstream from the data storage device 1220. (B + E2) is input, the storage bit stream (B + E3) is input from the data storage device 1230, and the storage bit stream (B + E4) is input from the data storage device 1240. Here, for the data storage devices 1210, 1220, 1230, and 1240 that cannot be read due to a failure or the like, the input of the storage bit stream (B + En) is abandoned.

記憶用データ多重分離部1310では、入力した記憶用ビットストリーム(B+E1)、(B+E2)、(B+E3)、(B+E4)を、多重分離し、ベースデータ(B)と、エンハンスデータ(E1)、(E2)、(E3)、(E4)とに、それぞれ分離し、出力する。   The storage data demultiplexing unit 1310 demultiplexes the input storage bitstreams (B + E1), (B + E2), (B + E3), and (B + E4) to demultiplex the base data (B), the enhancement data (E1), ( E2), (E3), and (E4) are separated and output.

ここで、ベースデータ(B)は、すべての記憶用ビットストリーム(B+E1)、(B+E2)、(B+E3)、(B+E4)に多重化されているため、4つ分離されるが、1つのベースデータ(B)のみ出力すればよい。また、多重化の方法によっては、エンハンスデータ(En)が複数分離される場合もあるが、この場合も1つのエンハンスデータ(En)のみ出力すればよい。   Here, since the base data (B) is multiplexed into all the storage bit streams (B + E1), (B + E2), (B + E3), and (B + E4), four base data are separated, but one base data Only (B) needs to be output. Depending on the multiplexing method, a plurality of enhancement data (En) may be separated. In this case, only one enhancement data (En) needs to be output.

合成データ生成部1320では、記憶用データ多重分離部1310から出力されたベースデータ(B)、エンハンスデータ(E1)、(E2)、(E3)、(E4)を入力し、合成処理を行って合成ビットストリームを生成し、出力する。このとき、エンハンスデータ(En)のすべてが入力できれば、生成される合成ビットストリームは、放送用信号分散記憶装置1000に入力されたMPEG−TSとまったく同一のビットストリームを復元することができる。また、エンハンスデータ(En)のいずれかが入力できなかったとしても、ベースデータ(B)が入力できれば、画像劣化等が多少あってももとの映像を再生することができる合成ビットストリームを生成することができる。   The composite data generation unit 1320 inputs the base data (B) and the enhancement data (E1), (E2), (E3), and (E4) output from the storage data demultiplexing unit 1310, and performs the synthesis process. Generate and output a composite bitstream. At this time, if all of the enhancement data (En) can be input, the generated synthesized bitstream can restore the same bitstream as the MPEG-TS input to the broadcast signal distributed storage device 1000. In addition, even if any of the enhancement data (En) cannot be input, if the base data (B) can be input, a composite bit stream that can reproduce the original video even if there is some image degradation is generated. can do.

次に、ストリームデータ復号部1400では、TS合成部1300から合成ビットストリームを入力する。ストリームデータ復号部1400の合成データ復号部は、TS合成部1300の合成データ生成部1320から合成ビットストリームを入力し、復号して映像信号を生成する。合成データ復号部に生成された映像信号は、放送用信号送信部に入力され、放送用の映像信号に変換され、送信される。   Next, the stream data decoding unit 1400 receives the combined bit stream from the TS combining unit 1300. The synthesized data decoding unit of the stream data decoding unit 1400 receives the synthesized bit stream from the synthesized data generation unit 1320 of the TS synthesis unit 1300 and decodes it to generate a video signal. The video signal generated in the combined data decoding unit is input to the broadcast signal transmission unit, converted into a broadcast video signal, and transmitted.

以上により、TS合成部1300で記憶用ビットストリームを入力して合成ビットストリームを合成し、ストリームデータ復号部1400で合成ストリームを放送用信号に変換して出力することができる。   As described above, the TS synthesis unit 1300 can input the storage bit stream to synthesize the synthesis bit stream, and the stream data decoding unit 1400 can convert the synthesis stream to a broadcast signal and output it.

以上の合成処理を簡単に表した模式図を、図5に示す。図5に示すように、TS合成の原理は、上記分散の逆の方法によるが、合成により復元できる映像の画質は、正常にデータ読み込みができた記憶装置(HDD)の台数による。   FIG. 5 shows a schematic diagram simply showing the above synthesis process. As shown in FIG. 5, the principle of TS synthesis is based on the inverse method of dispersion, but the image quality of video that can be restored by synthesis depends on the number of storage devices (HDDs) that have successfully read data.

例えば、ベースデータ(B)とエンハンスデータ(E2)を合成した記憶用ビットストリーム(B+E2)を記憶したデータ記憶装置1220と、記憶用ビットストリーム(B+E3)を記憶したデータ記憶装置1230と、が故障してしまった場合、記憶用ビットストリーム(B+E1)を記憶したデータ記憶装置1210と、記憶用ビットストリーム(B+E4)を記憶したデータ記憶装置1240と、の2台から記憶用ビットストリームを入力し、映像を復元することができ、復元される映像品質は、合成ビットストリーム(B+E1+E4)から復号される映像の再生品質となる。   For example, the data storage device 1220 that stores the storage bitstream (B + E2) obtained by combining the base data (B) and the enhancement data (E2) and the data storage device 1230 that stores the storage bitstream (B + E3) fail. In such a case, the storage bitstream is input from two units, the data storage device 1210 storing the storage bitstream (B + E1) and the data storage device 1240 storing the storage bitstream (B + E4), The video can be restored, and the restored video quality is the reproduction quality of the video decoded from the composite bit stream (B + E1 + E4).

また、エンハンスデータ(En)のそれぞれの符号量(情報量)を異なるように分散記憶させている場合には、データ読み込みができる記憶装置に記憶させたエンハンスデータ(En)の符号量による。   Further, when the code amounts (information amounts) of the enhancement data (En) are distributed and stored differently, the code amounts of the enhancement data (En) stored in a storage device that can read the data.

したがって、放送用信号のためのデータを記憶したデータ記憶装置1210,1220,1230,1240のうちのいくつかが同時に故障しても、1台でもデータを読み出すことができる記憶装置が残っていれば、放送を中断せずに続けることができる。   Therefore, even if some of the data storage devices 1210, 1220, 1230, and 1240 that store data for broadcasting signals fail at the same time, there is still a storage device that can read data. , Can continue broadcasting without interruption.

(第2の実施の形態)
本発明の第2の実施の形態における放送用信号分散記憶装置の構成を示すブロック図を、図6に示す。
(Second Embodiment)
FIG. 6 is a block diagram showing the configuration of the broadcast signal distributed storage device according to the second embodiment of the present invention.

図6に示すように、本実施の形態の放送用信号分散記憶装置1002は、TS分散部1102、ストリームデータ記憶部1202、TS合成部1302、ストリームデータ復号部1402、音声データ分離部1502および音声データ抽出部1602を備え、音声データ(A)が含まれるMPEG−TSを入力し、音声データ(A)も複数の記憶装置に分散して記憶し、放送用信号を出力するものである。   As shown in FIG. 6, the broadcast signal distribution storage device 1002 of this embodiment includes a TS distribution unit 1102, a stream data storage unit 1202, a TS synthesis unit 1302, a stream data decoding unit 1402, an audio data separation unit 1502, and an audio. A data extraction unit 1602 is provided to input MPEG-TS including audio data (A), audio data (A) is also distributed and stored in a plurality of storage devices, and broadcast signals are output.

TS分散部1102は、上記実施の形態のTS分散部1100と同様のものであり、MPEG−TSを入力し、ベースデータ(B)と、エンハンスデータ(E)を複数生成し、前記ベースデータ(B)と、前記複数のエンハンスデータ(E)と、を任意に組み合わせ多重化し、複数の記憶用ビットストリームを生成するものである。   The TS distribution unit 1102 is the same as the TS distribution unit 1100 of the above embodiment, inputs MPEG-TS, generates a plurality of base data (B) and enhancement data (E), and generates the base data ( B) and the plurality of enhancement data (E) are arbitrarily combined and multiplexed to generate a plurality of storage bit streams.

ストリームデータ記憶部1202は、データ記憶装置1212,1222,1232,1242を備え、各データ記憶装置1212,1222,1232,1242は、記憶用ビットストリームを記憶するとともに、音声データ(A)を記憶することができるものである。   The stream data storage unit 1202 includes data storage devices 1212, 1222, 1232, and 1242, and each of the data storage devices 1212, 1222, 1232, and 1242 stores a bit stream for storage and also stores audio data (A). It is something that can be done.

TS合成部1302は、記憶用データ多重分離部と、合成データ生成部と、を備えている。   The TS synthesis unit 1302 includes a storage data demultiplexing unit and a synthesized data generation unit.

記憶用データ多重分離部は、上記実施の形態の記憶用多重分離部1310と同様のものであり、複数のデータ記憶装置1212,1222,1232,1242からそれぞれ前記記憶用ビットストリームを読み取り、ベースデータ(B)とエンハンスデータ(E)とを分離し、1つのベースデータ(B)と、互いに異なる複数のエンハンスデータ(E)と、を抽出するものである。   The storage data demultiplexing unit is the same as the storage demultiplexing unit 1310 of the above-described embodiment, and reads the storage bitstream from each of a plurality of data storage devices 1212, 1222, 1232, 1242, and generates base data (B) and enhancement data (E) are separated, and one base data (B) and a plurality of different enhancement data (E) are extracted.

合成データ生成部は、上記実施の形態の合成データ生成部1320と同様の機能に加え、ベースデータ(B)と、複数のエンハンスデータ(E)とともに、音声データ(A)も合成するものである。   In addition to the same function as the synthesis data generation unit 1320 of the above embodiment, the synthesis data generation unit synthesizes the voice data (A) together with the base data (B) and the plurality of enhancement data (E). .

ストリームデータ復号部1402は、上記実施の形態のストリームデータ復号部1400と同様の機能に加え、音声データ(A)も含めた合成ビットストリームを復号し、放送用信号に変換し送信するものである。さらに、ストリームデータ復号部1402は、音声データ(A)を含まない合成ビットストリームと、音声データ(A)と、を別々に入力し、復号して、復号した映像および音声を放送用信号に変換し、送信することもできる。   In addition to the same functions as the stream data decoding unit 1400 of the above embodiment, the stream data decoding unit 1402 decodes the synthesized bit stream including the audio data (A), converts it into a broadcast signal, and transmits it. . Further, the stream data decoding unit 1402 separately inputs the synthesized bit stream not including the audio data (A) and the audio data (A), decodes them, and converts the decoded video and audio into broadcast signals. And can be sent.

音声データ分離部1502は、MPEG−TSを入力し、MPEG−TSの中から音声データ(A)を分離し、音声データ(A)と音声データ以外のMPEG−TSとを別々に出力するものである。   The audio data separation unit 1502 receives MPEG-TS, separates audio data (A) from the MPEG-TS, and outputs the audio data (A) and MPEG-TS other than the audio data separately. is there.

音声データ抽出部1602は、ストリームデータ記憶部1202の各データ記憶装置1212,1222,1232,1242から音声データ(A)を抽出し、出力するものである。また、この音声データ(A)の抽出時には、すべてのデータ記憶装置から音声データ(A)を読み出し、1つの音声データ(A)を選択して出力してもよいし、1つのデータ記憶装置のみから音声データ(A)を読み出し、該当のデータ記憶装置から読み出しができないときのみ他のデータ記憶装置から読み出すようにしてもよい。   The audio data extraction unit 1602 extracts and outputs audio data (A) from each data storage device 1212, 1222, 1232, 1242 of the stream data storage unit 1202. Further, at the time of extracting the audio data (A), the audio data (A) may be read from all the data storage devices, and one audio data (A) may be selected and output, or only one data storage device. The audio data (A) may be read out from the other data storage device only when it cannot be read out from the corresponding data storage device.

次に、本実施の形態における放送用信号分散記憶装置1002の音声データ分散記憶処理動作について、説明する。   Next, the audio data distributed storage processing operation of the broadcast signal distributed storage device 1002 in this embodiment will be described.

まず、放送用信号分散記憶装置1002では、MPEG−TSを入力すると、音声データ分離部1502に取り込む。音声データ分離部1502では、MPEG−TSの中から音声データ(A)を分離し、音声データ(A)とそれ以外のMPEG−TSとをそれぞれ出力する。また、このMPEG−TSの中から音声データ(A)を分離したデータの代わりに、MPEG−TSそのものを出力してもよい。   First, in the broadcast signal distributed storage device 1002, when MPEG-TS is input, it is taken into the audio data separation unit 1502. The audio data separation unit 1502 separates the audio data (A) from the MPEG-TS, and outputs the audio data (A) and the other MPEG-TS. Further, instead of the data obtained by separating the audio data (A) from the MPEG-TS, the MPEG-TS itself may be output.

TS分散部1102での処理は、上記実施の形態と同様で、上記音声データを除いたMPEG−TSを入力し、ベースデータ(B)と、4つのエンハンスデータ(E1)、(E2)、(E3)、(E4)を生成して、これらを多重化し、4つの記憶用ビットストリーム(B+E1)、(B+E2)、(B+E3)、(B+E4)を生成し、出力する。   The processing in the TS distribution unit 1102 is the same as in the above embodiment, and the MPEG-TS excluding the audio data is input, and the base data (B) and the four enhancement data (E1), (E2), ( E3) and (E4) are generated, and these are multiplexed, and four storage bit streams (B + E1), (B + E2), (B + E3), and (B + E4) are generated and output.

次に、ストリームデータ記憶部1202では、音声データ分離部1502から出力された音声データ(A)と、TS分散部1102から出力された4つの記憶用ビットストリーム(B+E1)、(B+E2)、(B+E3)、(B+E4)を、それぞれのデータ記憶装置1212,1222,1232,1242で記憶する。これにより、データ記憶装置1212で音声データ(A)と記憶用ビットストリーム(B+E1)、データ記憶装置1222で音声データ(A)と記憶用ビットストリーム(B+E2)、データ記憶装置1232で音声データ(A)と記憶用ビットストリーム(B+E3)、データ記憶装置1242で音声データ(A)と記憶用ビットストリーム(B+E4)が記憶される。   Next, in the stream data storage unit 1202, the audio data (A) output from the audio data separation unit 1502 and the four storage bit streams (B + E1), (B + E2), (B + E3) output from the TS distribution unit 1102 ) And (B + E4) are stored in the respective data storage devices 1212, 1222, 1232 and 1242. Thus, the audio data (A) and the storage bit stream (B + E1) are stored in the data storage device 1212, the audio data (A) and the storage bit stream (B + E2) are stored in the data storage device 1222, and the audio data (A ) And the storage bit stream (B + E3), and the data storage device 1242 stores the audio data (A) and the storage bit stream (B + E4).

したがって、データ記憶装置1212,1222,1232,1242のうちの複数台に故障が発生してしまっても、残りの装置からデータを取り出して音声も復元することができる。さらに、音声データ(A)は映像データに比べて小さいことと、音声データ(A)の性質上分散を行うとノイズとなることが避けられないため、分散を行わず1つの音声データ(A)として、全データ記憶装置1212,1222,1232,1242に対してデータ書き込みを行うこととした。もちろん、音声データ(A)は、データ記憶装置1212,1222,1232,1242のすべてではなく、いくつかの記憶装置にのみ書き込むようにしてもよい。   Therefore, even if a failure occurs in a plurality of data storage devices 1212, 1222, 1232, and 1242, it is possible to extract data from the remaining devices and restore voice. Furthermore, since the audio data (A) is smaller than the video data and due to the nature of the audio data (A), it is inevitable that noise will be generated. As described above, data is written to all the data storage devices 1212, 1222, 1232, and 1242. Of course, the audio data (A) may be written only in some storage devices instead of all of the data storage devices 1212, 1222, 1232, and 1242.

次に、音声データ抽出部1602がストリームデータ記憶部1202のデータ記憶装置1212,1222,1232,1242のすべて、あるいは、いずれかから音声データ(A)を読み出し出力する。このとき、データ記憶装置1212,1222,1232,1242のすべてから音声データ(A)を読み出すときには、その中の1つを選んで出力し、データ記憶装置1212,1222,1232,1242のいずれかから音声データ(A)を読み出すときには、そのデータ記憶装置、例えばデータ記憶装置1212から音声データ(A)が読み出せない場合には、他のデータ記憶装置、例えばデータ記憶装置1222から音声データ(A)を読み出して出力する。   Next, the audio data extraction unit 1602 reads out and outputs the audio data (A) from all or any of the data storage devices 1212, 1222, 1232 and 1242 of the stream data storage unit 1202. At this time, when the audio data (A) is read from all of the data storage devices 1212, 1222, 1232, and 1242, one of them is selected and output, and either one of the data storage devices 1212, 1222, 1232, 1242 is selected. When the audio data (A) is read, if the audio data (A) cannot be read from the data storage device such as the data storage device 1212, the audio data (A) is read from another data storage device such as the data storage device 1222. Is read and output.

TS合成部1302では、ストリームデータ記憶部1202から記憶用ビットストリーム(B+E1)、(B+E2)、(B+E3)、(B+E4)を、音声データ抽出部1602から音声データ(A)を、それぞれ入力する。   The TS synthesis unit 1302 inputs the bit stream for storage (B + E1), (B + E2), (B + E3), and (B + E4) from the stream data storage unit 1202, and the audio data (A) from the audio data extraction unit 1602.

TS合成部1302の記憶用データ多重分離部では、上記実施の形態と同様に、入力した記憶用ビットストリーム(B+E1)、(B+E2)、(B+E3)、(B+E4)を、多重分離し、ベースデータ(B)と、エンハンスデータ(E1)、(E2)、(E3)、(E4)とに、それぞれ分離し、出力する。   The storage data demultiplexing unit of the TS synthesis unit 1302 demultiplexes the input storage bitstreams (B + E1), (B + E2), (B + E3), and (B + E4), as in the above embodiment, and generates base data. Separated into (B) and enhanced data (E1), (E2), (E3), (E4) and output.

TS合成部1302の合成データ生成部では、記憶用データ多重分離部から出力されたベースデータ(B)、エンハンスデータ(E1)、(E2)、(E3)、(E4)を入力するとともに、音声データ抽出部1602から入力した音声データ(A)を入力し、合成処理を行って合成ビットストリームを生成し、出力する。   The synthesis data generation unit of the TS synthesis unit 1302 inputs the base data (B) and the enhancement data (E1), (E2), (E3), and (E4) output from the storage data demultiplexing unit, as well as the voice The audio data (A) input from the data extraction unit 1602 is input, a combining process is performed, and a combined bit stream is generated and output.

次に、ストリームデータ復号部1402では、TS合成部1302から合成ビットストリームを入力し、復号して映像信号および音声信号を生成する。生成した映像信号および音声信号は、放送用の映像信号および音声信号に変換し、送信する。   Next, the stream data decoding unit 1402 receives the combined bit stream from the TS combining unit 1302 and decodes it to generate a video signal and an audio signal. The generated video signal and audio signal are converted into a broadcast video signal and audio signal and transmitted.

また、ストリームデータ復号部1402では、TS合成部1302から音声データ(A)を含まない合成ビットストリームを入力し、音声データ抽出部1602から音声データ(A)を直接入力し、復号して映像信号および音声信号を生成し、生成した映像信号および音声信号を、放送用の映像信号および音声信号に変換し、送信することもできる。   Also, the stream data decoding unit 1402 receives a synthesized bit stream that does not include the audio data (A) from the TS synthesis unit 1302, directly inputs the audio data (A) from the audio data extraction unit 1602, and decodes the video signal. It is also possible to generate an audio signal and convert the generated video signal and audio signal into a broadcast video signal and audio signal and transmit them.

以上により、同時複数のデータ記憶装置(HDD)障害に対しても、音声データを含む放送継続を行うことができる。   As described above, it is possible to continue broadcasting including audio data even for a plurality of simultaneous data storage device (HDD) failures.

(第3の実施の形態)
さらに、上記音声データ(A)を記憶する放送用信号分散記憶装置の他の構成について説明する。本発明の第3の実施の形態における放送用信号分散記憶装置の構成は、図1に示す放送用信号分散記憶装置1000と同様の構成であり、そのTS分散部1100およびTS合成部1300を、図7、図8に示すTS分散部1103およびTS合成部1303としたものである。
(Third embodiment)
Further, another configuration of the broadcast signal distributed storage device for storing the audio data (A) will be described. The configuration of the broadcast signal distribution storage device in the third embodiment of the present invention is the same as that of the broadcast signal distribution storage device 1000 shown in FIG. 1, and the TS distribution unit 1100 and the TS synthesis unit 1300 are The TS dispersion unit 1103 and the TS composition unit 1303 shown in FIGS. 7 and 8 are used.

図7に示すように、TS分散部1103は、ベースデータ生成部1123、エンハンスデータ生成部1133および記憶用データ多重化部1143を備え、MPEG−TSを入力し、ベースデータ(B)と、複数のエンハンスデータ(E)と、音声データ(A)と、を生成し、前記ベースデータ(B)と、前記複数のエンハンスデータ(E)と、前記音声データ(A)と、を任意に組み合わせ多重化し、複数の記憶用ビットストリームを生成するものである。   As shown in FIG. 7, the TS distribution unit 1103 includes a base data generation unit 1123, an enhancement data generation unit 1133, and a storage data multiplexing unit 1143, and inputs MPEG-TS, base data (B), and a plurality of Enhancement data (E) and voice data (A) are generated, and the base data (B), the plurality of enhancement data (E), and the voice data (A) are arbitrarily combined and multiplexed. To generate a plurality of storage bitstreams.

ベースデータ生成部1123は、音声データ(A)と、MPEG−TSの符号量を削減したベースデータ(B)を生成し、出力するものである。また、ベースデータ生成部1123は、入力したMPEG−TSと生成したベースデータ(B)との差分情報を出力する。   The base data generation unit 1123 generates and outputs audio data (A) and base data (B) with a reduced MPEG-TS code amount. Further, the base data generation unit 1123 outputs difference information between the input MPEG-TS and the generated base data (B).

エンハンスデータ生成部1133は、上記エンハンスデータ生成部1130と同様のものであり、上記差分情報を複数に分散し、それぞれエンハンスデータ(En)を生成するものである。   The enhancement data generation unit 1133 is the same as the enhancement data generation unit 1130. The enhancement data generation unit 1133 distributes the difference information into a plurality of pieces and generates enhancement data (En).

記憶用データ多重化部1143は、ベースデータ生成部1123に生成されたベースデータ(B)および音声データ(A)と、エンハンスデータ生成部1133に生成された複数のエンハンスデータ(E)と、を任意に組み合わせて多重化し、複数の記憶用ビットストリームを生成するものである。   The storage data multiplexing unit 1143 includes the base data (B) and audio data (A) generated by the base data generation unit 1123, and a plurality of enhancement data (E) generated by the enhancement data generation unit 1133. A plurality of bitstreams for storage are generated by arbitrarily combining and multiplexing.

ストリームデータ記憶部1200は、複数のデータ記憶装置1210,1220,1230,1240を備え、各データ記憶装置1210,1220,1230,1240は、記憶用データ多重化部1143に音声データ(A)とともに多重化された前記記憶用ビットストリームを、それぞれ記憶するものである。   The stream data storage unit 1200 includes a plurality of data storage devices 1210, 1220, 1230, and 1240. Each of the data storage devices 1210, 1220, 1230, and 1240 is multiplexed with the audio data (A) in the storage data multiplexing unit 1143. Each of the stored bitstreams for storage is stored.

図8に示すように、TS合成部1303は、記憶用データ多重分離部1313および合成データ生成部1323を備え、ストリームデータ記憶部1200に記憶された複数の記憶用ビットストリームを入力し、ベースデータ(B)と複数のエンハンスデータ(E)と音声データ(A)とに分けてそれぞれを合成して、合成ビットストリームを生成するものである。   As shown in FIG. 8, the TS combining unit 1303 includes a storage data demultiplexing unit 1313 and a combined data generating unit 1323, and inputs a plurality of storage bitstreams stored in the stream data storage unit 1200, and base data (B), a plurality of enhancement data (E), and audio data (A) are divided and combined to generate a combined bit stream.

記憶用データ多重分離部1313は、複数のデータ記憶装置1210,1220,1230,1240からそれぞれ記憶用ビットストリームを読み取り、ベースデータ(B)とエンハンスデータ(En)と音声データ(A)とを分離し、1つのベースデータ(B)と、互いに異なる複数のエンハンスデータ(En)と、1つの音声データ(A)と、を抽出するものである。   The storage data demultiplexing unit 1313 reads storage bitstreams from a plurality of data storage devices 1210, 1220, 1230, and 1240, and separates base data (B), enhancement data (En), and audio data (A). One base data (B), a plurality of different enhancement data (En), and one audio data (A) are extracted.

合成データ生成部1323は、記憶用データ多重分離部1313に抽出された前記ベースデータ(B)と、複数の前記エンハンスデータ(En)と、前記音声データ(A)と、を合成して、合成ビットストリームを生成するものである。   The synthesized data generating unit 1323 synthesizes the base data (B) extracted by the storage data demultiplexing unit 1313, the plurality of enhanced data (En), and the audio data (A), and synthesizes them. A bit stream is generated.

このような構成により、TS分散部1103において、MPEG−TSから音声データ(A)を含んだ記憶用ビットストリームを生成して、ストリームデータ記憶部1200の各データ記憶装置1210,1220,1230,1240で映像と音声が多重化された記憶用ビットストリームが記憶される。TS合成部1303では、上記記憶用ビットストリームをいったん各データに分離して合成ビットストリームを生成する。   With such a configuration, the TS distribution unit 1103 generates a storage bitstream including the audio data (A) from the MPEG-TS, and each data storage device 1210, 1220, 1230, 1240 of the stream data storage unit 1200. The bit stream for storage in which video and audio are multiplexed is stored. In the TS synthesizing unit 1303, the storage bit stream is once separated into each data to generate a synthesized bit stream.

したがって、音声データ分離部や音声データ抽出部を設けなくても、同時複数のデータ記憶装置(HDD)障害に対しても、音声データを含む放送継続を行うことができる。   Therefore, it is possible to continue broadcasting including audio data even when a plurality of data storage device (HDD) failures occur simultaneously, without providing an audio data separation unit and an audio data extraction unit.

以上のように、本発明にかかる放送用信号分散記憶装置および放送用信号送信装置は、複数の符号化信号記憶装置(データ記憶装置)が故障しても他の基本符号化信号(ベースデータ(B))が記憶されている符号化信号記憶装置からデータを取り出すことによって放送を継続することができるとともに、放送用のデータを記憶しておく記憶容量も小さくすることができるという効果を有し、放送用途の番組等を記憶する放送用信号の記憶装置および送信装置等として有用である。   As described above, the broadcast signal distributed storage device and the broadcast signal transmission device according to the present invention are capable of receiving other basic encoded signals (base data (base data)) even if a plurality of encoded signal storage devices (data storage devices) fail. B)) has the effect that broadcasting can be continued by extracting data from the encoded signal storage device in which the data is stored, and the storage capacity for storing data for broadcasting can be reduced. It is useful as a storage device and transmission device for broadcast signals for storing programs for broadcast use.

本発明の第1の実施の形態における放送用信号分散記憶装置を示すブロック図である。It is a block diagram which shows the signal distribution storage apparatus for broadcasting in the 1st Embodiment of this invention. 本発明の第1の実施の形態におけるTS分散部を示すブロック図である。It is a block diagram which shows the TS dispersion | distribution part in the 1st Embodiment of this invention. 本発明の第1の実施の形態におけるTS合成部を示すブロック図である。It is a block diagram which shows the TS synthetic | combination part in the 1st Embodiment of this invention. 本発明の第1の実施の形態における分散記憶処理を示す模式図である。It is a schematic diagram which shows the distributed storage process in the 1st Embodiment of this invention. 本発明の第1の実施の形態における合成処理を示す模式図である。It is a schematic diagram which shows the synthetic | combination process in the 1st Embodiment of this invention. 本発明の第2の実施の形態における放送用信号分散記憶装置を示すブロック図である。It is a block diagram which shows the signal distribution storage apparatus for broadcasting in the 2nd Embodiment of this invention. 本発明の第3の実施の形態におけるTS分散部を示すブロック図である。It is a block diagram which shows the TS dispersion | distribution part in the 3rd Embodiment of this invention. 本発明の第3の実施の形態におけるTS合成部を示すブロック図である。It is a block diagram which shows the TS synthetic | combination part in the 3rd Embodiment of this invention. 従来のディスクアレイ技術のRAID0(HDDが4台の場合)を示すシステム構成図である。It is a system configuration diagram showing RAID 0 (when there are four HDDs) of conventional disk array technology. 従来のディスクアレイ技術のRAID1(HDDが2台)を示すシステム構成図である。It is a system block diagram which shows RAID1 (two HDDs) of the conventional disk array technology. 従来のディスクアレイ技術のRAID5(HDDが4台の場合)を示すシステム構成図である。It is a system configuration diagram showing RAID 5 (when there are four HDDs) of conventional disk array technology. 従来のディスクアレイ制御装置(HDDが3台)を示すシステム構成図である。It is a system configuration diagram showing a conventional disk array control device (three HDDs).

符号の説明Explanation of symbols

5 システムバス
6 ディスクアレイ制御装置
7 ディスクコントローラ
11 テープドライブ
20 RAID0の0番目のHDD
21 RAID0の1番目のHDD
22 RAID0の2番目のHDD
23 RAID0の3番目のHDD
30 RAID1の0番目のHDD
31 RAID1の1番目のHDD
40 RAID5の0番目のHDD
41 RAID5の1番目のHDD
42 RAID5の2番目のHDD
43 RAID5の3番目のHDD
50 ディスクアレイ制御装置
51 ディスクアレイ制御回路
52 切り替え回路
53 ディスクアレイの0番目のHDD
54 ディスクアレイの1番目のHDD
55 ディスクアレイの2番目のHDD
1000、1002 放送用信号分散記憶装置
1100、1102、1103 TS分散部
1120、1123 ベースデータ生成部
1130、1133 エンハンスデータ生成部
1140、1143 記憶用データ多重化部
1200、1202 ストリームデータ記憶部
1210、1220、1230、1240、
1212、1222、1232、1242 データ記憶装置
1300、1302、1303 TS合成部
1310、1313 記憶用データ多重分離部
1320、1323 合成データ生成部
1400、1402 ストリームデータ復号部
1502 音声データ分離部
1602 音声データ抽出部
5 System Bus 6 Disk Array Controller 7 Disk Controller 11 Tape Drive 20 RAID 0 0th HDD
21 RAID0 first HDD
22 RAID 0 second HDD
23 RAID 0 third HDD
30 0th HDD in RAID1
31 RAID 1 first HDD
40 0th HDD in RAID5
41 First HDD in RAID5
42 RAID 5 second HDD
43 RAID5 third HDD
50 disk array control device 51 disk array control circuit 52 switching circuit 53 0th HDD of the disk array
54 The first HDD in the disk array
55 Second HDD in disk array
1000, 1002 Broadcast signal distribution storage device 1100, 1102, 1103 TS distribution unit 1120, 1123 Base data generation unit 1130, 1133 Enhancement data generation unit 1140, 1143 Storage data multiplexing unit 1200, 1202 Stream data storage unit 1210, 1220 1230, 1240,
1212, 1222, 1232, 1242 Data storage devices 1300, 1302, 1303 TS synthesis units 1310, 1313 Storage data demultiplexing units 1320, 1323 Synthesis data generation units 1400, 1402 Stream data decoding unit 1502 Audio data separation unit 1602 Audio data extraction Part

Claims (21)

1つのコンテンツが納められたオリジナル符号化信号を、複数の符号化信号記憶装置に分散して記憶し、放送用信号を送信する放送用信号分散記憶装置において、
前記オリジナル符号化信号の符号量を削減し、前記オリジナル符号化信号から復元される1次動画像の疑似動画像である2次動画像を復元させる基本符号化信号を生成する基本符号化信号生成手段と、
前記オリジナル符号化信号から前記基本符号化信号に変換する際に欠落する情報から、複数の拡張符号化信号を生成する拡張符号化信号生成手段と、
前記基本符号化信号と、複数の前記拡張符号化信号と、を任意に組み合わせて多重化し、複数の記憶用符号化信号を生成する符号化信号多重化手段と、
前記基本符号化信号が含まれる複数の前記記憶用符号化信号を、それぞれ前記複数の符号化信号記憶装置に記憶させる記憶用符号化信号記憶手段と、
前記複数の符号化信号記憶装置から前記記憶用符号化信号を読み取り、前記基本符号化信号と前記拡張符号化信号とを分離し、1つの前記基本符号化信号と、互いに異なる複数の前記拡張符号化信号と、を抽出する基本拡張符号化信号分離手段と、
前記基本拡張符号化信号分離手段に抽出された前記1つの基本符号化信号と、前記互いに異なる複数の拡張符号化信号と、を合成して、合成符号化信号を生成する合成符号化信号生成手段と、
前記合成符号化信号生成手段に生成された合成符号化信号を前記放送用信号に変換して送信する放送信号送信手段と、
を備えたことを特徴とする放送用信号分散記憶装置。
In a broadcast signal distributed storage device that distributes and stores an original encoded signal containing one content in a plurality of encoded signal storage devices and transmits a broadcast signal,
Basic encoded signal generation for generating a basic encoded signal for reducing a code amount of the original encoded signal and restoring a secondary moving image that is a pseudo moving image of the primary moving image restored from the original encoded signal Means,
Extended encoded signal generating means for generating a plurality of extended encoded signals from information lost when converting the original encoded signal to the basic encoded signal;
An encoded signal multiplexing means for multiplexing the basic encoded signal and a plurality of the extended encoded signals in an arbitrary combination and generating a plurality of encoded signals for storage;
Encoded signal storage means for storage for storing the plurality of encoded signals for storage including the basic encoded signal in the encoded signal storage devices, respectively.
The storage encoded signal is read from the plurality of encoded signal storage devices, the basic encoded signal and the extended encoded signal are separated, and one basic encoded signal and a plurality of different extended codes A basic extended encoded signal separating means for extracting the encoded signal;
A synthesized encoded signal generating unit that generates a synthesized encoded signal by synthesizing the one basic encoded signal extracted by the basic extended encoded signal separating unit and the plurality of different extended encoded signals. When,
Broadcast signal transmitting means for converting the composite encoded signal generated by the composite encoded signal generating means into the broadcast signal and transmitting the signal;
A broadcast signal distributed storage device comprising:
請求項1に記載の放送用信号分散記憶装置において、
前記符号化信号多重化手段が、前記すべての記憶用符号化信号に、前記基本符号化信号を多重化して生成することを特徴とする放送用信号分散記憶装置。
The broadcast signal distributed storage device according to claim 1,
The broadcast signal distributed storage device, wherein the encoded signal multiplexing means multiplexes and generates the basic encoded signal on all the encoded signals for storage.
請求項2に記載の放送用信号分散記憶装置において、
前記符号化信号多重化手段が、前記基本符号化信号と、いずれか1つ以上の前記拡張符号化信号と、を多重化し、それぞれの前記記憶用符号化信号を生成することを特徴とする放送用信号分散記憶装置。
The broadcast signal distributed storage device according to claim 2.
The encoded signal multiplexing means multiplexes the basic encoded signal and any one or more of the extended encoded signals, and generates the respective encoded signals for storage. Signal distributed storage device.
請求項1から請求項3のいずれか1項に記載の放送用信号分散記憶装置において、
前記基本拡張符号化信号分離手段が、複数の前記符号化信号記憶装置から読み取った前記記憶用符号化信号から抽出した基本符号化信号の中から、信号誤りの少ない基本符号化信号を選択して抽出することを特徴とする放送用信号分散記憶装置。
The broadcast signal distributed storage device according to any one of claims 1 to 3,
The basic extended encoded signal separation means selects a basic encoded signal with few signal errors from among the basic encoded signals extracted from the encoded signals for storage read from the plurality of encoded signal storage devices. A broadcast signal distributed storage device characterized by being extracted.
請求項1から請求項4のいずれか1項に記載の放送用信号分散記憶装置において、
前記オリジナル符号化信号から音声情報の信号である音声符号化信号を分離する音声符号化信号分離手段と、
分離された前記音声符号化信号を、前記複数の符号化信号記憶装置のいずれかに記憶させる音声符号化信号記憶手段と、
前記複数の符号化信号記憶装置から前記音声符号化信号を抽出する音声符号化信号抽出手段と、を備え、
前記合成符号化信号生成手段が、前記音声符号化信号抽出手段に抽出された前記音声符号化信号を、前記合成符号化信号に合成することを特徴とする放送用信号分散記憶装置。
The broadcast signal distributed storage device according to any one of claims 1 to 4,
Speech encoded signal separating means for separating a speech encoded signal that is a signal of speech information from the original encoded signal;
Speech encoded signal storage means for storing the separated speech encoded signal in any of the plurality of encoded signal storage devices;
Voice encoded signal extraction means for extracting the voice encoded signal from the plurality of encoded signal storage devices,
The broadcast signal distributed storage device, wherein the synthesized coded signal generating unit synthesizes the speech coded signal extracted by the speech coded signal extracting unit with the synthesized coded signal.
請求項5に記載の放送用信号分散記憶装置において、
前記音声符号化信号記憶手段が、前記記憶用符号化信号が記憶されたすべての前記符号化信号記憶装置に、前記音声符号化信号を記憶させることを特徴とする放送用信号分散記憶装置。
The broadcast signal distributed storage device according to claim 5,
The broadcast signal distributed storage device, wherein the speech encoded signal storage means stores the speech encoded signal in all the encoded signal storage devices in which the storage encoded signals are stored.
請求項5または請求項6に記載の放送用信号分散記憶装置において、
前記音声符号化信号分離手段が、前記オリジナル符号化信号から前記音声情報のすべてを1つの音声符号化信号として分離し、
前記音声符号化信号記憶手段が、前記1つの音声符号化信号を前記複数の符号化信号記憶装置のいずれかに記憶させることを特徴とする放送用信号分散記憶装置。
The broadcast signal distributed storage device according to claim 5 or 6,
The speech encoded signal separating means separates all of the speech information from the original encoded signal as one speech encoded signal;
The broadcast signal distributed storage device, wherein the speech encoded signal storage means stores the one speech encoded signal in any of the plurality of encoded signal storage devices.
請求項1から4のいずれか1項に記載の放送用信号分散記憶装置において、
前記基本符号化信号生成手段が、前記オリジナル符号化信号から音声情報の信号である音声符号化信号を分離するとともに、前記オリジナル符号化信号から前記音声符号化信号を除いた符号化信号から前記基本符号化信号を生成し、
前記符号化信号多重化手段が、前記基本符号化信号と複数の前記拡張符号化信号とともに、前記音声符号化信号を任意に組み合わせて多重化し、前記複数の記憶用符号化信号を生成し、
前記基本拡張符号化信号分離手段が、前記複数の符号化信号記憶装置から前記記憶用符号化信号を読み取り、前記基本符号化信号と前記拡張符号化信号とともに前記音声符号化信号を分離し、1つの前記基本符号化信号と、互いに異なる複数の前記拡張符号化信号と、前記音声符号化信号と、を抽出し、
前記合成符号化信号生成手段が、前記基本拡張符号化信号分離手段に抽出された前記音声符号化信号を、前記合成符号化信号に合成することを特徴とする放送用信号分散記憶装置。
The broadcast signal distributed storage device according to any one of claims 1 to 4,
The basic encoded signal generating means separates a speech encoded signal that is a signal of speech information from the original encoded signal, and removes the speech encoded signal from the original encoded signal and generates the basic encoded signal. Generate an encoded signal,
The encoded signal multiplexing means multiplexes the speech encoded signal with any combination of the basic encoded signal and the plurality of extended encoded signals, and generates the plurality of storage encoded signals,
The basic extension encoded signal separation means reads the storage encoded signal from the plurality of encoded signal storage devices, separates the speech encoded signal together with the basic encoded signal and the extended encoded signal, Extracting the two basic encoded signals, the plurality of different extended encoded signals, and the audio encoded signal,
The broadcast signal distributed storage device, wherein the synthesized coded signal generating means synthesizes the speech coded signal extracted by the basic extended coded signal separating means with the synthesized coded signal.
複数の符号化信号記憶装置に、1つのコンテンツが納められたオリジナル符号化信号が複数の記憶用符号化信号に分散して記憶され、前記記憶用符号化信号を読み取り、放送用信号を送信する放送用信号送信装置において、
前記オリジナル符号化信号の符号量を削減し、前記オリジナル符号化信号から復元される1次動画像の疑似動画像である2次動画像を復元させる基本符号化信号と、前記オリジナル符号化信号から前記基本符号化信号に変換する際に欠落する情報から生成された複数の拡張符号化信号と、を任意に組み合わせて多重化した複数の記憶用符号化信号をそれぞれ記憶した符号化信号記憶装置から、前記記憶用符号化信号を読み取り、前記基本符号化信号と前記拡張符号化信号とを分離し、1つの前記基本符号化信号と、互いに異なる複数の前記拡張符号化信号と、を抽出する基本拡張符号化信号分離手段と、
前記基本拡張符号化信号分離手段に抽出された前記1つの基本符号化信号と、前記互いに異なる複数の前記拡張符号化信号と、を合成して、合成符号化信号を生成する合成符号化信号生成手段と、
前記合成符号化信号生成手段に生成された合成符号化信号を放送用信号に変換して送信する放送信号送信手段と、
を備えたことを特徴とする放送用信号送信装置。
An original encoded signal containing one content is distributed and stored in a plurality of storage encoded signals in a plurality of encoded signal storage devices, and the storage encoded signal is read and a broadcast signal is transmitted. In a broadcast signal transmitter,
From the original encoded signal, a basic encoded signal for reducing a code amount of the original encoded signal and restoring a secondary moving image that is a pseudo moving image of the primary moving image restored from the original encoded signal, and From encoded signal storage devices each storing a plurality of storage encoded signals multiplexed by arbitrarily combining a plurality of extended encoded signals generated from information lost when converting to the basic encoded signal Reading the encoded signal for storage, separating the basic encoded signal and the extended encoded signal, and extracting one basic encoded signal and a plurality of different extended encoded signals from each other Extended encoded signal separation means;
Synthetic coded signal generation for synthesizing the one basic coded signal extracted by the basic extended coded signal separating means and the plurality of different extended coded signals from each other to generate a synthesized coded signal Means,
Broadcast signal transmitting means for converting the composite encoded signal generated by the composite encoded signal generating means into a broadcast signal and transmitting it,
A broadcast signal transmitting apparatus comprising:
請求項9に記載の放送用信号送信装置において、
前記基本拡張符号化信号分離手段が、複数の前記符号化信号記憶装置から読み取った前記記憶用符号化信号から抽出した基本符号化信号の中から、信号誤りの少ない基本符号化信号を選択して抽出することを特徴とする放送用信号送信装置。
The broadcast signal transmission device according to claim 9,
The basic extended encoded signal separation means selects a basic encoded signal with few signal errors from among the basic encoded signals extracted from the encoded signals for storage read from the plurality of encoded signal storage devices. A broadcast signal transmitter characterized by extracting.
請求項9または請求項10に記載の放送用信号送信装置において、
前記基本拡張符号化信号分離手段が、前記複数の符号化信号記憶装置から前記記憶用符号化信号を読み取り、前記基本符号化信号と前記拡張符号化信号とともに前記オリジナル符号化信号から音声情報を分離した音声符号化信号を分離し、1つの前記基本符号化信号と、互いに異なる複数の前記拡張符号化信号と、前記音声符号化信号と、を抽出し、
前記合成符号化信号生成手段が、前記基本拡張符号化信号分離手段に抽出された前記1つの基本符号化信号と、前記互いに異なる複数の拡張符号化信号と、が合成された信号に前記音声符号化信号を合成して、前記合成符号化信号を生成することを特徴とする放送用信号送信装置。
In the broadcast signal transmitting apparatus according to claim 9 or 10,
The basic extended encoded signal separation means reads the encoded signal for storage from the plurality of encoded signal storage devices, and separates speech information from the original encoded signal together with the basic encoded signal and the extended encoded signal. Separating the encoded speech signal, and extracting one basic encoded signal, a plurality of different extended encoded signals, and the encoded speech signal,
The synthesized encoded signal generating means generates the speech code into a signal obtained by synthesizing the one basic encoded signal extracted by the basic extended encoded signal separating means and the plurality of different extended encoded signals. A broadcast signal transmitting apparatus characterized in that a synthesized encoded signal is generated by synthesizing a synthesized signal.
1つのコンテンツが納められたオリジナル符号化信号を、複数の符号化信号記憶装置に分散して記憶し、放送用信号を送信する放送用信号分散記憶方法において、
前記オリジナル符号化信号の符号量を削減し、前記オリジナル符号化信号から復元される1次動画像の疑似動画像である2次動画像を復元させる基本符号化信号を生成する基本符号化信号生成ステップと、
前記オリジナル符号化信号から前記基本符号化信号に変換する際に欠落する情報から、複数の拡張符号化信号を生成する拡張符号化信号生成ステップと、
前記基本符号化信号と、複数の前記拡張符号化信号と、を任意に組み合わせて多重化し、複数の記憶用符号化信号を生成する符号化信号多重化ステップと、
前記基本符号化信号が含まれる前記記憶用符号化信号を複数含む複数の前記記憶用符号化信号を、それぞれ前記複数の符号化信号記憶装置に記憶させる記憶用符号化信号記憶ステップと、
前記複数の符号化信号記憶装置から前記記憶用符号化信号を読み取り、前記基本符号化信号と前記拡張符号化信号とを分離し、1つの前記基本符号化信号と、互いに異なる複数の前記拡張符号化信号と、を抽出する基本拡張符号化信号分離ステップと、
前記基本拡張符号化信号分離ステップに抽出された前記1つの基本符号化信号と、前記互いに異なる複数の拡張符号化信号と、を合成して、合成符号化信号を生成する合成符号化信号生成ステップと、
前記合成符号化信号生成ステップで生成された合成符号化信号を前記放送用信号に変換して送信する放送信号送信ステップと、
を備えたことを特徴とする放送用信号分散記憶方法。
In a broadcast signal distributed storage method in which an original encoded signal containing one content is distributed and stored in a plurality of encoded signal storage devices, and a broadcast signal is transmitted.
Basic encoded signal generation for generating a basic encoded signal for reducing a code amount of the original encoded signal and restoring a secondary moving image that is a pseudo moving image of the primary moving image restored from the original encoded signal Steps,
An extended encoded signal generating step for generating a plurality of extended encoded signals from information lost when converting the original encoded signal to the basic encoded signal;
An encoded signal multiplexing step for multiplexing the basic encoded signal and a plurality of the extended encoded signals in an arbitrary combination and generating a plurality of encoded signals for storage;
A storage encoding signal storage step of storing a plurality of storage encoding signals including a plurality of storage encoding signals including the basic encoding signal in the plurality of encoding signal storage devices, respectively;
The storage encoded signal is read from the plurality of encoded signal storage devices, the basic encoded signal and the extended encoded signal are separated, and one basic encoded signal and a plurality of different extended codes A basic extended encoded signal separation step for extracting the encoded signal;
A synthesized encoded signal generating step for generating a synthesized encoded signal by synthesizing the one basic encoded signal extracted in the basic extended encoded signal separating step and the plurality of different extended encoded signals. When,
A broadcast signal transmission step of converting the composite encoded signal generated in the synthetic encoded signal generation step into the broadcast signal and transmitting the signal;
A broadcast signal distributed storage method comprising:
請求項12に記載の放送用信号分散記憶方法において、
前記符号化信号多重化ステップが、前記すべての記憶用符号化信号に、前記基本符号化信号を多重化して生成することを特徴とする放送用信号分散記憶方法。
The broadcast signal distributed storage method according to claim 12,
The broadcast signal distributed storage method, wherein the encoded signal multiplexing step generates the basic encoded signal by multiplexing all the encoded signals for storage.
請求項13に記載の放送用信号分散記憶方法において、
前記符号化信号多重化ステップが、前記基本符号化信号と、いずれか1つ以上の前記拡張符号化信号と、を多重化し、それぞれの前記記憶用符号化信号を生成することを特徴とする放送用信号分散記憶方法。
The broadcast signal distributed storage method according to claim 13,
The encoded signal multiplexing step multiplexes the basic encoded signal and any one or more of the extended encoded signals, and generates the respective encoded signals for storage. Signal distributed storage method.
請求項12から請求項14のいずれか1項に記載の放送用信号分散記憶方法において、
前記基本拡張符号化信号分離ステップが、複数の前記符号化信号記憶装置から読み取った前記記憶用符号化信号から抽出した基本符号化信号の中から、信号誤りの少ない基本符号化信号を選択して抽出することを特徴とする放送用信号分散記憶方法。
The broadcast signal distributed storage method according to any one of claims 12 to 14,
The basic extended encoded signal separation step selects a basic encoded signal with few signal errors from among the basic encoded signals extracted from the encoded signals for storage read from the plurality of encoded signal storage devices. A broadcast signal distributed storage method characterized by extracting.
請求項12から請求項15のいずれか1項に記載の放送用信号分散記憶方法において、
前記オリジナル符号化信号から音声情報の信号である音声符号化信号を分離する音声符号化信号分離ステップと、
分離された前記音声符号化信号を、前記複数の符号化信号記憶装置のいずれかに記憶させる音声符号化信号記憶ステップと、
前記複数の符号化信号記憶装置から前記音声符号化信号を抽出する音声符号化信号抽出ステップと、を備え、
前記合成符号化信号生成ステップが、前記音声符号化信号抽出ステップで抽出された前記音声符号化信号を、前記合成符号化信号に合成することを特徴とする放送用信号分散記憶方法。
The broadcast signal distributed storage method according to any one of claims 12 to 15,
A speech encoded signal separation step for separating a speech encoded signal that is a signal of speech information from the original encoded signal;
A speech encoded signal storage step of storing the separated speech encoded signal in any of the plurality of encoded signal storage devices;
A speech encoded signal extraction step for extracting the speech encoded signal from the plurality of encoded signal storage devices,
The broadcast signal distributed storage method characterized in that the synthesized coded signal generating step synthesizes the speech coded signal extracted in the speech coded signal extracting step with the synthesized coded signal.
請求項16に記載の放送用信号分散記憶方法において、
前記音声符号化信号記憶ステップが、前記記憶用符号化信号が記憶されたすべての前記符号化信号記憶装置に、前記音声符号化信号を記憶させることを特徴とする放送用信号分散記憶方法。
The broadcast signal distributed storage method according to claim 16,
The broadcast signal distributed storage method, wherein the speech encoded signal storage step stores the speech encoded signal in all the encoded signal storage devices in which the storage encoded signals are stored.
請求項16または請求項17に記載の放送用信号分散記憶方法において、
前記音声符号化信号分離ステップが、前記オリジナル符号化信号から前記音声情報のすべてを1つの音声符号化信号として分離し、
前記音声符号化信号記憶ステップが、前記1つの音声符号化信号を前記複数の符号化信号記憶装置のいずれかに記憶させることを特徴とする放送用信号分散記憶方法。
The broadcast signal distributed storage method according to claim 16 or 17,
The speech encoded signal separation step separates all of the speech information from the original encoded signal as one speech encoded signal;
The broadcast signal distributed storage method, wherein the speech encoded signal storage step stores the one speech encoded signal in any of the plurality of encoded signal storage devices.
複数の符号化信号記憶装置に、1つのコンテンツが納められたオリジナル符号化信号が複数の記憶用符号化信号に分散して記憶され、前記記憶用符号化信号を読み取り、放送用信号を送信する放送用信号送信方法において、
前記オリジナル符号化信号の符号量を削減し、前記オリジナル符号化信号から復元される1次動画像の疑似動画像である2次動画像を復元させる基本符号化信号と、前記オリジナル符号化信号から前記基本符号化信号に変換する際に欠落する情報から生成された複数の拡張符号化信号と、を任意に組み合わせて多重化した複数の記憶用符号化信号をそれぞれ記憶した符号化信号記憶装置から、前記記憶用符号化信号を読み取り、前記基本符号化信号と前記拡張符号化信号とを分離し、1つの前記基本符号化信号と、互いに異なる複数の前記拡張符号化信号と、を抽出する基本拡張符号化信号分離ステップと、
前記基本拡張符号化信号分離ステップで抽出された前記1つの基本符号化信号と、前記互いに異なる複数の前記拡張符号化信号と、を合成して、合成符号化信号を生成する合成符号化信号生成ステップと、
前記合成符号化信号生成ステップで生成された合成符号化信号を放送用信号に変換して送信する放送信号送信ステップと、
を備えたことを特徴とする放送用信号送信方法。
An original encoded signal containing one content is distributed and stored in a plurality of storage encoded signals in a plurality of encoded signal storage devices, and the storage encoded signal is read and a broadcast signal is transmitted. In the broadcasting signal transmission method,
From the original encoded signal, a basic encoded signal for reducing a code amount of the original encoded signal and restoring a secondary moving image that is a pseudo moving image of the primary moving image restored from the original encoded signal, and From encoded signal storage devices each storing a plurality of storage encoded signals multiplexed by arbitrarily combining a plurality of extended encoded signals generated from information lost when converting to the basic encoded signal Reading the encoded signal for storage, separating the basic encoded signal and the extended encoded signal, and extracting one basic encoded signal and a plurality of different extended encoded signals from each other An extended encoded signal separation step;
Synthetic coded signal generation for synthesizing the one basic encoded signal extracted in the basic extended encoded signal separation step and the plurality of different extended encoded signals from each other to generate a combined encoded signal Steps,
A broadcast signal transmitting step of converting the composite encoded signal generated in the composite encoded signal generating step into a broadcast signal and transmitting the signal;
A broadcast signal transmission method comprising:
請求項19に記載の放送用信号送信方法において、
前記基本拡張符号化信号分離ステップが、複数の前記符号化信号記憶装置から読み取った前記記憶用符号化信号から抽出した基本符号化信号の中から、信号誤りの少ない基本符号化信号を選択して抽出することを特徴とする放送用信号送信方法。
The broadcast signal transmission method according to claim 19,
The basic extended encoded signal separation step selects a basic encoded signal with few signal errors from among the basic encoded signals extracted from the encoded signals for storage read from the plurality of encoded signal storage devices. A broadcast signal transmission method characterized by extracting.
請求項19または請求項20に記載の放送用信号送信方法において、
前記基本拡張符号化信号分離ステップが、前記複数の符号化信号記憶装置から前記記憶用符号化信号を読み取り、前記基本符号化信号と前記拡張符号化信号とともに前記オリジナル符号化信号から音声情報を分離した音声符号化信号を分離し、1つの前記基本符号化信号と、互いに異なる複数の前記拡張符号化信号と、前記音声符号化信号と、を抽出し、
前記合成符号化信号生成ステップが、前記基本拡張符号化信号分離ステップに抽出された前記1つの基本符号化信号と、前記互いに異なる複数の拡張符号化信号と、が合成された信号に前記音声符号化信号を合成して、前記合成符号化信号を生成することを特徴とする放送用信号送信方法。
The broadcast signal transmission method according to claim 19 or 20,
The basic extended encoded signal separation step reads the storage encoded signal from the plurality of encoded signal storage devices, and separates speech information from the original encoded signal together with the basic encoded signal and the extended encoded signal. Separating the encoded speech signal, and extracting one basic encoded signal, a plurality of different extended encoded signals, and the encoded speech signal,
In the synthesized encoded signal generation step, the speech code is combined with a signal obtained by synthesizing the one basic encoded signal extracted in the basic extended encoded signal separation step and the plurality of different extended encoded signals. A broadcast signal transmission method characterized in that a synthesized encoded signal is generated by synthesizing a synthesized signal.
JP2004226798A 2004-08-03 2004-08-03 Broadcast signal distribution storage device and broadcast signal transmitter Pending JP2006050142A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004226798A JP2006050142A (en) 2004-08-03 2004-08-03 Broadcast signal distribution storage device and broadcast signal transmitter

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004226798A JP2006050142A (en) 2004-08-03 2004-08-03 Broadcast signal distribution storage device and broadcast signal transmitter

Publications (1)

Publication Number Publication Date
JP2006050142A true JP2006050142A (en) 2006-02-16

Family

ID=36028204

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004226798A Pending JP2006050142A (en) 2004-08-03 2004-08-03 Broadcast signal distribution storage device and broadcast signal transmitter

Country Status (1)

Country Link
JP (1) JP2006050142A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8732436B2 (en) 2010-07-02 2014-05-20 Empire Technology Development Llc Device for storing data by utilizing pseudorandom number sequence

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8732436B2 (en) 2010-07-02 2014-05-20 Empire Technology Development Llc Device for storing data by utilizing pseudorandom number sequence

Similar Documents

Publication Publication Date Title
US8495468B2 (en) Data storage apparatus and data writing/reading method
US6108584A (en) Multichannel digital audio decoding method and apparatus
US20120266203A1 (en) Ingest-once write-many broadcast video production system
JP2007279761A (en) Apparatus for encoding/decoding scalable lossless audio and method therefor
CN100542241C (en) Information recording/regenerating system, equipment and method
JP2000165644A (en) Method and unit for image processing, served medium and image processing system
RU2251819C2 (en) Inserting additional data in coded signal
AU2006200573B2 (en) Realizing High Quality LPCM Audio Data as Two Separate Elementary Streams
KR101389681B1 (en) Video server and method for controlling rebuild process
US7721180B2 (en) Information management system, information management apparatus and information management method
US6587640B1 (en) Video and audio recording with audio being recorded in plural channels independently of video on different recording media
JPH0614295A (en) Method and apparatus for correcting error of digital vtr
JP2006050142A (en) Broadcast signal distribution storage device and broadcast signal transmitter
JP4983429B2 (en) Transcoder, video storage device, and video data storage / readout method
US20040240860A1 (en) Apparatus, a record carrier and a method for reproducing video data signals
US9088759B2 (en) Data control apparatus, data backup apparatus, and recording medium
JP5384943B2 (en) Audio data encoding and / or decoding method, recording medium and system
JP2675130B2 (en) Image data transfer reproduction method and transfer reproduction apparatus
JP2006301748A (en) Information recording reproduction system, information recording reproduction device, and information recording reproduction method
JP3926102B2 (en) MPEG video / audio data recording system and editing system thereof
CN1215711C (en) Image recordimg device and method
JP5700853B2 (en) Digital data recording / reproducing device
JP2009005317A (en) Video/audio playback apparatus
JP2001357628A (en) Information recording method, information recording medium, information recording device and information reproducing device
JP2002271747A (en) Recorder and method, coder and method, and coded data recording system and method