JP5389078B2 - Recording / reproducing apparatus and recording / reproducing method - Google Patents
Recording / reproducing apparatus and recording / reproducing method Download PDFInfo
- Publication number
- JP5389078B2 JP5389078B2 JP2011054338A JP2011054338A JP5389078B2 JP 5389078 B2 JP5389078 B2 JP 5389078B2 JP 2011054338 A JP2011054338 A JP 2011054338A JP 2011054338 A JP2011054338 A JP 2011054338A JP 5389078 B2 JP5389078 B2 JP 5389078B2
- Authority
- JP
- Japan
- Prior art keywords
- recording
- unit
- file
- data
- divided data
- 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.)
- Expired - Fee Related
Links
Images
Landscapes
- Television Signal Processing For Recording (AREA)
- Signal Processing For Digital Recording And Reproducing (AREA)
Description
本発明の実施形態は、映像・音声データを収録し、収録したデータ内容を確認する収録再生装置及び収録再生方法に関する。 Embodiments described herein relate generally to a recording / playback apparatus and a recording / playback method for recording video / audio data and checking the content of the recorded data.
映像・音声データを収録・再生する装置では、外部から入力した映像・音声データを記録媒体に記録する。記録媒体としては、例えば光ディスクやハードディスク、半導体メモリ等を使用する。 In an apparatus for recording / reproducing video / audio data, video / audio data input from the outside is recorded on a recording medium. As the recording medium, for example, an optical disk, a hard disk, a semiconductor memory, or the like is used.
記録媒体に記録したデータをリード・ライトする際、一定の確率でデータ化けが発生する。映像・音声データの途中でデータ化けが発生するとその部分のデータは正しく再生できない。そのため、ビデオ収録再生装置ではデータ化け対策として通常記憶媒体にデータを書き込む際にリードソロモン符号等の誤り訂正符号を付加しておき、データ読み出し時には誤り訂正処理を行う。 When data recorded on a recording medium is read / written, data corruption occurs with a certain probability. If data corruption occurs in the middle of video / audio data, that portion of the data cannot be played back correctly. For this reason, the video recording / playback apparatus adds an error correction code such as a Reed-Solomon code when writing data to a normal storage medium as a measure against data corruption, and performs error correction processing when reading data.
記憶媒体から読み出したデータの伝送経路の品質が悪かった場合にもデータ化けが発生する場合がありうる。TCP/IPベースの通信プロトコルを使用している場合は、プロトコルに誤り訂正の仕組みが組み込まれているため、誤り訂正が可能である。しかし、映像・音声の収録再生装置内のユニット間でデータ通信している時にデータ化けが発生したり、データパケットの順番が入れ替わった時は、誤り訂正ができない場合がある。 Data corruption may also occur when the quality of the transmission path of data read from a storage medium is poor. When a TCP / IP-based communication protocol is used, error correction is possible because an error correction mechanism is incorporated in the protocol. However, if data corruption occurs during data communication between units in the video / audio recording / playback apparatus, or if the order of data packets is switched, error correction may not be possible.
上記問題への対策として、ハッシュ値を用いることができる。記憶媒体から映像素材を読み出し、読み出したデータからハッシュ値を再計算し、事前に算出しておいたハッシュ値と再計算したハッシュ値が一致することを確認することで、記憶媒体に映像素材データが正常に記録されていることを確認することができる。 As a countermeasure against the above problem, a hash value can be used. Read video material from the storage medium, recalculate the hash value from the read data, and check that the hash value calculated in advance matches the recalculated hash value. Can be confirmed to be recorded normally.
しかしながら、1つの映像・音声素材データを収録し終わってからでないとそのデータのハッシュチェックが開始できないため、放送局などで上記の収録再生装置を用いて、収録した映像・音声素材をすぐに再生したい場合、ハッシュチェック処理を行わずに再生処理を行うことになり、放送事故が発生するリスクがある。 However, since one video / audio material data must be recorded before hash check of that data can be started, the recorded video / audio material can be played back immediately using the above recording / playback device at a broadcasting station or the like. If this is desired, the reproduction process is performed without the hash check process, and there is a risk that a broadcast accident will occur.
本実施形態の目的は、収録したデータ内容を短時間で確認することができる収録再生装置及び収録再生方法を提供することにある。 An object of the present embodiment is to provide a recording / reproducing apparatus and a recording / reproducing method capable of confirming recorded data contents in a short time.
本実施形態に係る収録再生装置は、複数のファイル収録ユニットと、複数のハッシュ処理ユニットとを具備し、前記ファイル収録ユニットは、収録対象ファイルを所定の単位で分割する分割手段と、前記分割手段により分割された分割データを記録装置に送信する送信手段とを備え、前記ハッシュ処理ユニットは、前記記録装置に処理対象ファイルの未処理の分割データが存在するか否かを問い合わせる問合せ手段と、前記分割データ毎に算出される暫定的なハッシュ値を保存する保存手段と、前記未処理の分割データが存在する場合に、前記暫定的なハッシュ値を前記未処理の分割データを用いて更新することにより前記処理対象ファイルのハッシュ値を算出する算出手段とを備える。 The recording / playback apparatus according to the present embodiment includes a plurality of file recording units and a plurality of hash processing units, and the file recording unit includes a dividing unit that divides a recording target file by a predetermined unit, and the dividing unit. Transmitting means for transmitting the divided data divided by the recording device to the recording device, the hash processing unit, the inquiry means for inquiring whether there is unprocessed divided data of the processing target file to the recording device, A storage unit that stores a temporary hash value calculated for each piece of divided data, and if the unprocessed divided data exists, the temporary hash value is updated using the unprocessed divided data. And calculating means for calculating a hash value of the processing target file.
本実施形態に係る収録再生方法は、複数のファイル収録ユニットと、複数のハッシュ処理ユニットとを具備する収録再生装置に用いられる方法であって、前記ファイル収録ユニットは、収録対象ファイルを所定の単位で分割する分割ステップと、前記分割された分割データを記録装置に送信する送信ステップとを備え、前記ハッシュ処理ユニットは、前記記録装置に処理対象ファイルの未処理の分割データが存在するか否かを問い合わせる問合せステップと、前記分割データ毎に算出される暫定的なハッシュ値を保存する保存ステップと、前記未処理の分割データが存在する場合に、前記暫定的なハッシュ値を前記未処理の分割データを用いて更新することにより前記処理対象ファイルのハッシュ値を算出する算出ステップとを有するものである。 The recording / playback method according to the present embodiment is a method used in a recording / playback apparatus including a plurality of file recording units and a plurality of hash processing units, and the file recording unit stores a file to be recorded in a predetermined unit. And a transmission step of transmitting the divided divided data to a recording device, and the hash value calculation unit determines whether or not unprocessed divided data of a processing target file exists in the recording device. An inquiry step for inquiring, a storage step for storing a temporary hash value calculated for each of the divided data, and if the unprocessed divided data exists, the temporary hash value is converted into the unprocessed divided value. A calculation step of calculating a hash value of the processing target file by updating using data. That.
以下、図面を参照しながら本実施形態に係る収録再生装置及び収録再生方法を説明する。 Hereinafter, a recording / reproducing apparatus and a recording / reproducing method according to the present embodiment will be described with reference to the drawings.
図1は、本実施形態に係る映像収録再生装置の構成を示す図である。 FIG. 1 is a diagram showing a configuration of a video recording / playback apparatus according to the present embodiment.
この映像収録再生装置には、複数のファイル収録ユニット2−1〜2−3(以下ファイル収録ユニット2と総称する)及び複数のハッシュチェック処理ユニット3−1〜3−3(以下ハッシュチェック処理ユニット3と総称する)が設けられる。1つのユニットで1転送分のファイル収録処理及びハッシュチェック処理を行う。ファイル収録ユニット2は、外部CPUユニット1から入力される映像・音声データを外部メモリユニット4に収録する。ハッシュチェック処理ユニット3は、外部メモリユニット4に収録されたデータを読み出す際にハッシュチェック処理を行う。
This video recording / playback apparatus includes a plurality of file recording units 2-1 to 2-3 (hereinafter collectively referred to as file recording unit 2) and a plurality of hash check processing units 3-1 to 3-3 (hereinafter referred to as hash check processing units). 3). One unit performs file transfer processing and hash check processing for one transfer. The
図2は、ファイル収録ユニットの構成を示すブロック図である。ファイル収録ユニット2は、ファイルデータを受信するファイルデータ入力部21、受信したファイルデータの構造解析を行うデータ構造解析部22、データ構造解析部22での解析結果に基づいて受信したデータを分割し、各分割データに管理用のヘッダ情報を付加するデータ分割部23、及びデータ分割部23で分割した各分割データを外部メモリユニット4に送信する分割データ出力部24を備える。
FIG. 2 is a block diagram showing the configuration of the file recording unit. The
図3は、ハッシュチェック処理ユニットの構成を示すブロック図である。ハッシュチェック処理ユニット3は、受信済ファイルサイズ保存部31、データ問い合わせ部32、分割データ入力部33、ヘッダ除去部34、暫定ハッシュ値保存部35、ハッシュ値算出部36、及び外部CPUインタフェース部37を備える。
FIG. 3 is a block diagram showing the configuration of the hash check processing unit. The hash
受信済みファイルサイズ保存部31は、ハッシュチェック処理ユニット3が受信したファイルサイズを管理する。データ問い合わせ部32は、外部メモリユニット4に未転送のファイルデータが存在するかをチェックする。分割データ入力部33は、外部メモリユニット4からのデータを受信する。ヘッダ除去部34は、受信した各分割データからヘッダ情報・誤り訂正符号・パディング情報等、オリジナルのファイルデータに対して付加されたデータを除去する処理を行う。暫定ハッシュ値保存部35は、ハッシュ値の途中結果を一時保存する。ハッシュ値算出部36は、ヘッダ除去部34から新たなファイルデータを受信した時に、ハッシュ値の更新処理を行う。外部CPUインタフェース部37は、外部のCPUユニット1との間で通信を行う。
The received file
以下、このように構成された収録再生装置の動作について説明する。 Hereinafter, the operation of the recording / playback apparatus configured as described above will be described.
(収録処理)
ここでは、ファイル収録ユニット2でMPEGデータをOP1a形式でフレームラッピングしたMXFファイルを収録する場合の動作について説明する。
(Recording process)
Here, an operation when the
ファイルデータ入力部21は、外部CPUユニット1からMXFファイルを受信する。データ構造解析部22は、MXFファイルのデータ構造解析を行う。データ分割部23は、この解析結果に基づいて、GOP(Group of Picture)単位に分割する。分割データ出力部24は、データ分割部23で分割されたデータを外部メモリユニット4へ送信する。
The file
(ハッシュチェック処理)
図4は、追っかけハッシュ処理の手順を示すフローチャートである。ハッシュチェック処理ユニット3で収録中のMXFファイルに対して、追っかけハッシュ処理を行う場合について、以下に説明する。外部CPUユニット1から外部CPUインタフェース部37に対し、ハッシュ計算開始要求が届くと、外部CPUインタフェース部37は、受信済みファイルサイズ保存部31と暫定ハッシュ値保存部35の初期化を行う。外部CPUインタフェース部37は、データ問い合わせ部32に対し指定されたファイル(処理対象ファイル)のハッシュ値計算要求を出す。
(Hash check processing)
FIG. 4 is a flowchart showing the procedure of the chasing hash process. A case where the chasing hash process is performed on the MXF file being recorded by the hash
図4において、データ問い合わせ部32は、先ず、タイマーを0にセットし(ステップS2)、外部メモリユニット4に対して、次に転送する未処理の分割データが存在するかを問い合わせる。まだ存在しない場合は一定時間をおいてリトライ処理を実行する(ステップS3:No)。外部メモリユニット4から収録済みとの応答が返ってきた場合は、データ問い合わせ部32は、分割データ入力部33に対して受信指示を出し(ステップS3:Yes)、ハッシュチェック処理を継続する(ステップS4)。
4, the
すなわち、分割データ入力部33は、分割データを受信後、受信済みファイルサイズ保存部31に記録されている受信済みファイルサイズの値を更新すると共に、受信した分割データをヘッダ除去部34に送る。ヘッダ除去部34は、ファイル収録時にオリジナルデータに対して付加したデータ(ヘッダ情報、誤り訂正符号、パディングデータ等)を除去して、ハッシュ値算出部36に送る。ハッシュ値算出部36は暫定ハッシュ値保存部35からハッシュ値の途中結果を読み出し、ヘッダ除去部34からのデータを使ってハッシュ値の更新処理を行う。更新したハッシュ値は、暫定ハッシュ値保存部35に記録する。
That is, after receiving the divided data, the divided
リトライタイムアウトまたは外部メモリユニット4からファイルの全データを受信してファイルのハッシュ値が求められるまで(ステップS5)、ステップS2〜S4までの処理を繰り返す。全データの受信が完了した場合は、ハッシュチェック処理を終了し(ステップS6)、外部CPUインタフェース部37は外部CPUユニット1に対してハッシュ値計算結果を送信する。
The processing from step S2 to step S4 is repeated until a retry timeout or all the file data is received from the
以上述べたように本実施形態によれば、データ収録と並行してハッシュチェック処理を実行するという追っかけハッシュ処理を実現することが可能となり、収録したデータ内容を短時間で確認することができるようになる。各転送を独立した処理ユニットが担当するため、外部メモリユニットのインタフェースが十分高速であれば、複数の追っかけハッシュ処理を実行しても個々の処理速度は低下することがない。また、各ユニットのCPUは安価なもので済むため、比較的低コストで実現できる。 As described above, according to the present embodiment, it is possible to realize a chasing hash process in which a hash check process is executed in parallel with data recording, and the recorded data contents can be confirmed in a short time. become. Since each transfer is handled by an independent processing unit, if the interface of the external memory unit is sufficiently fast, the individual processing speed will not decrease even if a plurality of chasing hash processes are executed. Further, since the CPU of each unit is inexpensive, it can be realized at a relatively low cost.
なお、いくつかの実施形態を説明したが、これらの実施形態は、例として提示したものであり、発明の範囲を限定することは意図していない。これら新規な実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施形態やその変形は、発明の範囲や要旨に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。 Although several embodiments have been described, these embodiments are presented as examples and are not intended to limit the scope of the invention. These novel embodiments can be implemented in various other forms, and various omissions, replacements, and changes can be made without departing from the scope of the invention. These embodiments and modifications thereof are included in the scope and gist of the invention, and are included in the invention described in the claims and the equivalents thereof.
1…外部CPUユニット、2−1〜2−3…ファイル収録ユニット、3−1〜3−3…ハッシュチェック処理ユニット、4…外部メモリユニット、21…ファイルデータ入力部、22…データ構造解析部、23…データ分割部、24…分割データ出力部、31…受信済ファイルサイズ保存部、32…データ問い合わせ部、33…分割データ入力部、34…ヘッダ除去部、35…暫定ハッシュ値保存部、36…ハッシュ値算出部、37…外部CPUインタフェース部。
DESCRIPTION OF
Claims (4)
前記ファイル収録ユニットは、
収録対象ファイルを所定の単位で分割する分割手段と、
前記分割手段により分割された分割データを記録装置に送信する送信手段と
を備え、
前記ハッシュ処理ユニットは、
前記記録装置に処理対象ファイルの未処理の分割データが存在するか否かを問い合わせる問合せ手段と、
前記問合せ手段の応答に従って前記未処理の分割データを受信する受信手段と、
前記分割データ毎に算出される暫定的なハッシュ値を保存する保存手段と、
前記未処理の分割データを受信した場合に、前記暫定的なハッシュ値を前記保存手段から読み出し、前記未処理の分割データを用いて更新することにより前記処理対象ファイルのハッシュ値を算出する算出手段と
を備えることを特徴とする収録再生装置。 A plurality of file recording units and a plurality of hash processing units;
The file recording unit is
A dividing means for dividing the recording target file into predetermined units;
Transmission means for transmitting the divided data divided by the dividing means to a recording device,
The hash processing unit is:
Inquiry means for inquiring whether there is unprocessed divided data of the processing target file in the recording device;
Receiving means for receiving the unprocessed divided data according to a response of the inquiry means;
Storage means for storing a provisional hash value calculated for each of the divided data;
A calculation unit that, when receiving the unprocessed divided data, calculates the hash value of the processing target file by reading the temporary hash value from the storage unit and updating it using the unprocessed divided data And a recording / reproducing apparatus.
前記ファイル収録ユニットは、
収録対象ファイルを所定の単位で分割する分割ステップと、
前記分割された分割データを記録装置に送信する送信ステップと
を備え、
前記ハッシュ処理ユニットは、
前記記録装置に処理対象ファイルの未処理の分割データが存在するか否かを問い合わせる問合せステップと、
前記問合せステップの応答に従って前記未処理の分割データを受信する受信ステップと、
前記分割データ毎に算出される暫定的なハッシュ値を保存する保存ステップと、
前記未処理の分割データを受信した場合に、前記保存された暫定的なハッシュ値を読み出し、前記未処理の分割データを用いて更新することにより前記処理対象ファイルのハッシュ値を算出する算出ステップと
を有することを特徴とする収録再生方法。 A method used in a recording / playback apparatus comprising a plurality of file recording units and a plurality of hash processing units,
The file recording unit is
A division step of dividing the recording target file into predetermined units;
A transmission step of transmitting the divided divided data to a recording device,
The hash processing unit is:
An inquiry step for inquiring whether there is unprocessed divided data of the processing target file in the recording device;
Receiving the unprocessed divided data according to the response of the inquiry step;
A storage step of storing a provisional hash value calculated for each of the divided data;
A calculation step of calculating the hash value of the file to be processed by reading the stored temporary hash value and updating it using the unprocessed divided data when the unprocessed divided data is received ; A recording and reproduction method characterized by comprising:
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011054338A JP5389078B2 (en) | 2011-03-11 | 2011-03-11 | Recording / reproducing apparatus and recording / reproducing method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2011054338A JP5389078B2 (en) | 2011-03-11 | 2011-03-11 | Recording / reproducing apparatus and recording / reproducing method |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2012191499A JP2012191499A (en) | 2012-10-04 |
JP5389078B2 true JP5389078B2 (en) | 2014-01-15 |
Family
ID=47084170
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2011054338A Expired - Fee Related JP5389078B2 (en) | 2011-03-11 | 2011-03-11 | Recording / reproducing apparatus and recording / reproducing method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5389078B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP6213345B2 (en) * | 2014-03-31 | 2017-10-18 | 富士通株式会社 | Transfer device, determination method, and data processing device |
WO2017077602A1 (en) * | 2015-11-04 | 2017-05-11 | 株式会社 東芝 | Storage device, computer-readable non-volatile storage medium to store control program for storage device, and storage device control method |
Family Cites Families (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2008022372A (en) * | 2006-07-13 | 2008-01-31 | Canon Inc | Alteration detection information generating apparatus, imaging apparatus, alteration detection information generating method, program, and storage medium |
JP2009229725A (en) * | 2008-03-21 | 2009-10-08 | Mitsubishi Electric Corp | Device,method,and program for embedding and detecting digital watermark |
-
2011
- 2011-03-11 JP JP2011054338A patent/JP5389078B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2012191499A (en) | 2012-10-04 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7337320B2 (en) | Streaming system for distributing encrypted data, and streaming method therefor | |
US20040022526A1 (en) | Hard disk apparatus, medium, and collection of information | |
US9081751B2 (en) | Video server and rebuild processing control method | |
EP1968318B1 (en) | Distribution apparatus and playback apparatus | |
JP5389078B2 (en) | Recording / reproducing apparatus and recording / reproducing method | |
US8356204B2 (en) | Method and system for error correction of a storage media | |
KR101817358B1 (en) | Apparatus and method for multimedia service, and therefor computer-readable medium | |
US20090067817A1 (en) | Error recovery method for recording audio-video interleaved file | |
JP4679609B2 (en) | Video recording / reproducing apparatus, video recording method and video reproducing method | |
JP6744262B2 (en) | Electronic device and method | |
JP4802141B2 (en) | Optical disc apparatus and optical disc reproducing method | |
US20110007751A1 (en) | Transport stream recording and transmission method and device thereof | |
JP2007053745A (en) | Receiver and program | |
JP2008258790A (en) | User terminal device | |
JP2006352784A (en) | Transmission method, receiver and computer program | |
US20130088946A1 (en) | Method for playing back recording medium and recording medium playback device using the same | |
JP4527672B2 (en) | Recording apparatus, recording method, recording system, distribution apparatus, and distribution method | |
KR101665853B1 (en) | Video streaming and user prefix caching methods for the playback delay reduction in wireless video streaming service | |
JP2007096853A (en) | Content transmission apparatus and content transmission method | |
WO2010044124A1 (en) | User terminal | |
JP2009081744A (en) | Picture work material playback device and picture work material playback method | |
JP2007053428A (en) | Video server apparatus | |
JP2009118086A (en) | Storage device and clock management method | |
JP2013123194A (en) | File processing apparatus, and file reception method | |
JP2009267828A (en) | Video image reproducer |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20130319 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130326 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130524 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20130910 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20131008 |
|
R151 | Written notification of patent or utility model registration |
Ref document number: 5389078 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
|
LAPS | Cancellation because of no payment of annual fees |