JP4470345B2 - Data distribution apparatus and method, data distribution system - Google Patents

Data distribution apparatus and method, data distribution system Download PDF

Info

Publication number
JP4470345B2
JP4470345B2 JP2001173012A JP2001173012A JP4470345B2 JP 4470345 B2 JP4470345 B2 JP 4470345B2 JP 2001173012 A JP2001173012 A JP 2001173012A JP 2001173012 A JP2001173012 A JP 2001173012A JP 4470345 B2 JP4470345 B2 JP 4470345B2
Authority
JP
Japan
Prior art keywords
data
frame
reproduction
transmission
playback
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
Application number
JP2001173012A
Other languages
Japanese (ja)
Other versions
JP2002077827A (en
Inventor
愼治 根岸
秀樹 小柳
陽一 矢ヶ崎
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.)
Sony Corp
Original Assignee
Sony 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 Sony Corp filed Critical Sony Corp
Priority to JP2001173012A priority Critical patent/JP4470345B2/en
Publication of JP2002077827A publication Critical patent/JP2002077827A/en
Application granted granted Critical
Publication of JP4470345B2 publication Critical patent/JP4470345B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
  • Television Signal Processing For Recording (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、例えば動画像データ等のマルチメディアデータをネットワークを介して配信して、受信端末側で特殊再生をするためのデータ配信装置及び方法、データ配信システムに関する。
【0002】
【従来の技術】
ビデオデータやオーディオデータ等からなるマルチメディアデータを圧縮して蓄積し、伝送媒体を介して配信し、データ受信側である復号端末において受信し、復号して映像を表示するような従来のデータ配信システムは、例えば図19に示すように構成されている。この図19では、説明の簡単のために、ビデオデータのみを配信するデータ配信システムを示す。
【0003】
従来のデータ配信システムでは、データを送信するサーバ装置100と、サーバ装置100から送信されたビデオデータを受信する復号端末200からなる。このデータ配信システムは、サーバ装置100と復号端末200とが通信回線からなる伝送媒体300を介して接続され、伝送媒体300を介してビデオデータの伝送を行う。
【0004】
サーバ装置100は、ビデオデータを記憶するデータ記憶部101、特殊再生制御部102、送信部103を備え、送信部103によりビデオデータを復号端末200に送信する。
【0005】
復号端末200は、受信部201、復号部202、特殊再生制御部203を備え、受信部201によりサーバ装置100の送信部103から送信されたビデオデータを受信し、復号部202により受信したビデオデータを復号し、図示しない表示装置に出力してビデオデータの内容をユーザに提示する。
【0006】
このようなデータ配信システムにおいて、早送り再生や一時停止等の特殊再生を行う場合には、復号端末200を操作するユーザが特殊再生制御部203に特殊再生指定信号を入力する。これに応じ、復号端末200の特殊再生制御部203は、サーバ装置100の特殊再生制御部102に特殊再生指定に基づく特殊再生要求を送信する。
【0007】
サーバ装置100の特殊再生制御部102は、復号端末200からの特殊再生要求に応じて、特殊再生要求を示す制御信号S102を送信部103に供給し、送信部103により特殊再生要求に従った特殊再生用ビデオデータS101をデータ記憶部101から読み出して伝送媒体300を介して復号端末200に送信するように制御する。
【0008】
上述した従来のデータ配信システムを家庭内のネットワークで使用する場合、ビデオデータとして例えばISO/IEC13818−2(MPEG−2video)に準拠してエンコードされたビデオデータが使用される。ISO/IEC13818−2に規定されているビデオデータは、MPEG2規格に準拠したvbvバッファと呼ばれるデコーダバッファをオーバーフロー及びアンダーフローさせないように符号化されることが規定されている。
【0009】
すなわち、図20において、vbvバッファの占有量をvbvバッファのバッファサイズ(vbv_buffer_size)以上にオーバーフローさせず、vbvバッファの占有量をアンダーフローさせないようにビデオデータを各DTS(Decode Time Stamp)で符号化する必要がある。ここで、vbvバッファは、ビデオデータの伝送レート(占有量の軌跡の傾き)でビデオデータが入力され、デコードされるタイミング(DTS)でビデオデータが引き抜かれる。
【0010】
例えばデータサイズS(n)のn番目のビデオフレームnは、復号時刻DTS(n)においてvbvバッファから引き抜かれる。vbvバッファから引き抜かれるビデオデータは、復号時刻までにvbvバッファに入力されていることが必要であり、ビデオフレームのデータが入力し始めてから、ビデオフレームの復号時刻までの時間は、vbvディレイ(vbv_delay)と呼ばれ、そのフレームを符号化したデータのヘッダ中に符号化される。
【0011】
ISO/IEC13818−2のビデオフレームの符号化方法には、フレーム内データのみから符号化するIピクチャ(I(Intra)-Picture)と、フレーム間の動き予測を利用して符号化するBピクチャ(B(Bidirectionally predictive)-Picture)及びPピクチャ(P(Predictive)-Picture)がある。従来のデータ配信システムでは、特殊再生用に予め用意されている上記特殊再生用ビデオデータとして、ビデオフレーム間の予測処理を使用しないIピクチャを使用する。この特殊再生用データは、通常再生用ビデオデータ内に定期的に含まれるIピクチャが抽出されてなり、特殊再生用に使用される。
【0012】
また、従来のデータ配信システムでは、伝送するビデオデータとして例えばISO/IEC13818−1(MPEG−2システム)で規定されているトランスポートストリーム(Transport Stream:TS)を使用してビデオデータをパケット化し、他のオーディオデータ等と多重化することが行われている。TSのISO/IEC13818−1では、TSを復号するために、図21に示すようなデコーダモデルが規定されている。
【0013】
このデコーダモデルは、入力されたTSを切換出力するスイッチ部401、トランスポートバッファ(TB)402、マルチプレクシングバッファ(MB)403、エレメンタリバッファ(EB)404、ビデオデコーダ(D)405、リオーダバッファ406、スイッチ部407からなり、入力されたTSからビデオパケットがスイッチ部401により選択されて入力レートでトランスポートバッファ402に送られ、各バッファ402、403、404を介してビデオデコーダ405でデコードされてビデオ出力される。
【0014】
このようなデコーダモデルでは、それぞれのバッファサイズが決められたトランスポートバッファ402、マルチプレクシングバッファ403、エレメンタリバッファ404から構成され、各バッファ間のデータ転送レートも規定されている。
【0015】
このデコーダモデルにおいて、エレメンタリバッファ404はビデオデータについてのvbvバッファに相当し、ISO/IEC13818−1では、それぞれのバッファをオーバーフロー若しくはアンダーフローさせないようにパケット化する必要性を規定している。
【0016】
また、TS等の伝送データは、更に伝送媒体300で使用されるプロトコルを使用して伝送され、例えばISO/IEC13818−1の規定を満たすTSは、IEC61883の”Digital Interface for consumer audio/video equipment”で規定された方法でIEEE1394規格に準じたIEEE1394ケーブルで伝送することが可能である。MPEG2規格に準じたTSをIEEE1394規格に従って伝送するMPEG−2TSover1394は、ホームネットワークにおいてコンテンツを記憶しているサーバから、例えば各部屋に置かれたTV等のクライアントへのコンテンツ配信に使用されることが提案されている。
【0017】
【発明が解決しようとする課題】
上述の従来のデータ配信システムで特殊再生を行う際には、サーバ装置100が特殊再生用に用意した特別なビデオデータを伝送媒体300を介して配信する。特殊再生として例えば早送り再生するときには、ISO/IEC13818−2のIピクチャのみからなるビデオデータが伝送される。Iピクチャのみからなるビデオデータは、vbvバッファをオーバーフロー若しくはアンダーフローさせてしまうことがあるため、通常再生中とは異なる特殊再生用の特別な伝送データを配信する必要があった。更に、従来のデータ配信システムでは、特別な伝送データの形式に対応して特殊再生を行うことができる特別な復号端末200が必要となっていた。
【0018】
特殊再生として例えば早送り再生するときには、ISO/IEC13818−2のIピクチャのみからなるビデオデータが伝送されるが、そのためには、サーバ装置100のデータ記憶部101に、通常再生用ビデオデータとは異なる特殊再生用ビデオデータという特別なビデオデータを用意する必要がある。
【0019】
しかし、例えばTSをIEC61883で規定された手法でIEEE1394ケーブルで伝送する場合には、特殊再生用のビデオデータがISO/IEC13818−1で規定されたTSでないと伝送することができない。
【0020】
また、特殊再生用に特別な配信データ形式でのデータ伝送をしても、特別な配信データ形式に対応した特別な復号端末200が必要となってしまう。例えば、ISO/IEC13818−2のIピクチャのみからなるビデオデータは、vbvバッファの規定を満足するように符号化されている通常再生用のビデオストリームとは異なり、vbvバッファのオーバーフローやアンダーフローを引き起こす可能性がある。したがって、特別なサーバ装置100と復号端末200との組み合わせでなくとも使用可能なデータの配信方法が強く望まれている。
【0021】
また、特殊再生のために特別なデータ配信手法を使用する場合には、復号端末200は、通常再生だけでなく、特殊再生用の特別な処理が可能な復号機能を備える必要があり、構成が複雑となるという問題点がある。例えば、復号端末200側で早送り再生を行うときに、vbvバッファがアンダーフローする可能性のあるISO/IEC13818−2のIピクチャのみからなるビデオデータが入力された場合、復号端末200は、あるピクチャのデコード時刻において、そのピクチャの入力データが全て揃っていないときには、例えば前のピクチャのデータで代用するように扱う必要がある。
【0022】
更に、家庭内のネットワークシステムにおいて、複数の復号端末200がサーバ装置100と接続されている場合、簡易な構成の復号端末200で使用可能なデータ配信方法が望まれていたが、従来の技術では実現する手法が存在しなかったのが現状である。
【0023】
このような問題に対し、図22に示すようなデータ配信システムが考えられる。このデータ配信システムでは、サーバ装置100内にデータ記憶部501、特殊再生指定信号が入力される特殊再生制御部502、特殊再生制御部502からの特殊再生指定信号に基づく特殊再生制御信号に従って特殊再生用データを作成するデータ変換部503、多重化部504、送信部505を備え、復号端末200内に伝送媒体300を介してサーバ装置100から伝送データを受信する受信部601、受信部601からの特殊再生用データを復号して図示しない表示装置に表示してユーザに提示する復号部602を備えて構成されている。
【0024】
このようなデータ配信システムにおいて、データ変換部503は、特殊再生制御部502から特殊再生制御信号が供給されるとともに、データ記憶部501からビデオデータを入力するデコーダ701、デコーダ701で復号されたデータを変換するエンコーダ702を備える。
【0025】
デコーダ701は、特殊再生制御部502からの特殊再生制御信号に従って、指定されたビデオデータを、特殊再生の種類に応じて最適な読み出し手法でデータ記憶部501から読み出す。デコーダ701は、例えば特殊再生の種類として、早送り再生をすることを要求する特殊再生制御信号が入力されたときには、復号に使用しないBピクチャを読み飛ばすようにデータ変換部503からビデオデータを読み出す。
【0026】
デコーダ701は、読み出したビデオデータに復号処理をして、復号済ビデオ信号としてエンコーダ702に供給する。ここで、復号済ビデオ信号は、データ記憶部501から読み出されることで特殊再生の結果が反映されている。
【0027】
エンコーダ702は、デコーダ701からの復号済ビデオ信号にエンコード処理をし、エンコードすることで特殊再生用ビデオデータとして多重化部504に出力する。このエンコーダ702でエンコードされた特殊再生用ビデオデータは、上述のデコーダ701で読み出されたビデオデータが特殊再生の結果が反映されているので、特殊再生の種類に応じたビデオデータとなっている。例えば、ビデオデータの符号化方法として、ISO/IEC13818−2に準じたエンコードを行う場合、エンコーダ702から出力される特殊再生用ビデオデータは、ISO/IEC13818−2の規定を満たすデータである。
【0028】
このようなデータ配信システムによれば、特殊再生を行うときであっても、データ変換部503により変換した特殊再生用ビデオデータを、通常再生の場合と同様のビデオデータの形式に変換しているので、復号端末200側で特殊再生のための特別な受信処理や復号処理を必要とすることがなく、更には復号端末200側に特殊再生用の制御装置も必要とすることはない。
【0029】
しかし、図22に示すデータ配信システムにおけるサーバ装置100のデータ変換部503では、デコーダ701及びエンコーダ702によりデータ記憶部501に記憶されているビデオデータを再符号化するので、データを変換するときの処理負荷が大きく、更には画質が劣化するおそれもある。また、データの変換に要する処理遅延が大きくなると、結果として特殊再生指定信号がユーザにより入力されてから、実際に復号端末200で特殊再生の内容が表示装置で表示されるまでの遅延が増大してしまうという問題点もある。
【0030】
そこで、本発明は、上述したような実情に鑑みて提案されたものであり、データの復号及び再符号化を行うことなく特殊再生を行った結果のデータに変換することができるデータ配信装置及び方法、データ配信システムを提供することを目的とする。
【0031】
【課題を解決するための手段】
本発明に係るデータ配信装置は、上述の課題を解決するために、外部からの特殊再生要求を受信する受信手段と、再生装置に送信される送信データ及び送信データとともに上記再生装置に送信される挿入データを記憶するデータ記憶手段と、上記受信した特殊再生要求に基づいて上記データ記憶手段から送信データ及び挿入データを読み出す読み出し手段と、上記読み出された上記送信データと挿入データの符号発生量制御用の仮想バッファに対するビット占有量を検出するビット占有量検出手段と、上記ビット占有量検出手段で検出されたビット占有量に基づいて、上記読み出し手段で読み出された挿入データに付加データを付加して、挿入データのデータサイズを調整する挿入データ調整手段と、上記ビット占有量検出手段によりビット占有量が検出された送信データ、及び上記挿入データ調整手段でデータサイズが調整された挿入データを、上記受信手段で受信した特殊再生要求に含まれる特殊再生の種類に基づいて切換出力する切換出力手段と、上記切換出力手段から出力された送信データ及び挿入データを上記再生装置に送信する送信手段とを備える。
【0032】
本発明に係るデータ配信方法は、上述の課題を解決するために、外部からの特殊再生要求を受信し、受信した上記特殊再生要求に基づいて、再生装置に送信する送信データ及び送信データとともに上記再生装置に送信する挿入データをデータ記憶手段から読み出し、読み出した上記送信データと上記挿入データの符号発生量制御用の仮想バッファに対するビット占有量を検出し、検出した上記ビット占有量に基づいて、読み出した上記挿入データに付加データを付加して上記挿入データのデータサイズを調整し、上記ビット占有量が検出された上記送信データ、及びデータサイズが調整された上記挿入データを、受信した上記特殊再生要求に含まれる特殊再生の種類に基づいて切換出力し、出力された上記送信データ及び上記挿入データを上記再生装置に送信する。
【0033】
本発明に係るデータ配信システムは、上述の課題を解決するために、データを配信するデータ配信装置と、上記データ配信装置からのデータを受信する受信端末とが伝送媒体を介して接続されたデータ配信システムにおいて、上記データ配信装置は、ユーザによる特殊再生要求を受信する受信手段と、上記受信端末に送信される送信データ、及び送信データとともに上記受信端末に送信される挿入データを記憶するデータ記憶手段と、上記受信手段で受信した特殊再生要求に基づいて上記データ記憶手段から送信データ及び挿入データを読み出す読み出し手段と、上記読み出し手段で読み出された上記送信データと挿入データの符号発生量制御用の仮想バッファに対するビット占有量を検出するビット占有量検出手段と、上記ビット占有量検出手段で検出されたビット占有量に基づいて、上記読み出し手段で読み出された挿入データに付加データを付加して挿入データのデータサイズを調整する挿入データ調整手段と、上記ビット占有量検出手段によりビット占有量が検出された送信データ、及び上記挿入データ調整手段でデータサイズが調整された挿入データを上記受信手段で受信した特殊再生要求に含まれる特殊再生の種類に基づいて切換出力する切換出力手段と、上記切換出力手段から出力された送信データ及び挿入データを上記受信端末に送信する送信手段とを備え、上記受信端末は、上記特殊再生要求に基づく上記送信手段からの送信データ及び挿入データを特殊再生用データとして受信する受信手段と、上記受信手段で受信した特殊再生用データを復号する復号手段とを備える。
【0034】
【発明の実施の形態】
以下、本発明の実施の形態について図面を参照しながら詳細に説明する。
【0035】
本発明は、例えば図1に示すようなデータ配信システムに適用される。
【0036】
このデータ配信システムは、蓄積したデータを配信するサーバ装置1と、サーバ装置1と伝送媒体20を介して接続された復号端末10とを備える。
【0037】
サーバ装置1は、データを記憶するデータ記憶部2、特殊再生制御部3、データ変換部4、多重化部5、送信部6を備えて構成されている。
【0038】
データ記憶部2には、サーバ装置1から復号端末10に伝送媒体20を介して伝送するビデオデータ、挿入データが格納されている。このデータ記憶部2に記憶されているビデオデータは、時間的に連続した通常再生用ビデオデータとして格納されている。このデータ記憶部2は、データ変換部4からの要求に従って、ビデオデータ及び挿入データを読み出してデータ変換部4に出力する。
【0039】
このデータ記憶部2に記憶されている挿入データとして、例えばMPEG2規格に準拠したリピートピクチャが挙げられる。リピートピクチャとは、全てのマクロブロックがスキップマクロブロックで構成されることにより、予測元ビデオデータを繰り返すことを示すピクチャのことである。
【0040】
本例では、このデータ記憶部2にビデオデータ及び挿入データのみが記憶されている場合について説明するが、静止画像データ、オーディオデータ、テキストデータ、及びグラフィックデータ等のマルチメディアデータであっても良い。
【0041】
特殊再生制御部3は、外部から送信される特殊再生を要求する特殊再生指定信号を受信するための図示しない受信部を備えている。この特殊再生制御部3の図示しない受信部で受信される特殊再生指定信号は、例えば早送り再生やコマ送り再生等の特殊再生の種類、データ記憶部2に格納されているビデオデータの指定を含む。この特殊再生制御部3は、特殊再生指定信号に従って、特殊再生の種類、ビデオデータの指定を含む特殊再生制御信号をデータ変換部4に供給する。
【0042】
データ変換部4は、特殊再生制御信号に従って、データ記憶部2から指定されたビデオデータを入力し、入力したビデオデータに特殊再生の種類に応じたデータ変換処理をする。このとき、データ変換部4は、指定されたビデオデータをデータ記憶部2から読み出しながら、指定された種類の特殊再生を行った結果のビデオデータを示す特殊再生用データに変換する。データ変換部4は、変換した特殊再生用データを多重化部5に供給する。
【0043】
多重化部5は、データ変換部4からの特殊再生用データ、データ記憶部2からデータ変換部4により読み出されたビデオデータを必要に応じて多重化して、送信部6に供給する。
【0044】
多重化部5は、データ変換部4からのデータが、ビデオデータとオーディオデータのように複数のデータからなる場合には、伝送媒体20に配信するデータの形式に多重化する。
【0045】
送信部6は、多重化部5からの特殊再生用ビデオデータを、伝送媒体20を介して伝送するための形式に変換することで、伝送データとして、伝送媒体20を介して復号端末10に送信する。
【0046】
復号端末10は、伝送媒体20を介してサーバ装置1と接続された受信部11、復号部12を備えて構成されている。
【0047】
受信部11は、伝送媒体20を介してサーバ装置1の送信部6から送信された伝送データを受信する。この受信部11は、伝送データを後段の復号部12で処理可能なデータ形式に変換することで、特殊再生用ビデオデータにして復号部12に供給する。
【0048】
復号部12は、受信部11からの特殊再生用ビデオデータを復号して、図示しない表示装置に出力することで、特殊再生用ビデオデータの内容を表示させる。
【0049】
つぎに、上述のデータ変換部4の構成について説明する。
【0050】
データ変換部4は、データ記憶部2からビデオデータ及び挿入データを読み出す読み出し部21、vbvディレイ検出部22、スタッフィング挿入部23、切換出力部24を備えて構成されている。
【0051】
読み出し部21は、特殊再生制御部3から特殊再生制御信号に従って、指定されたビデオデータをデータ記憶部2から読み出すとともに、挿入データをデータ記憶部2から読み出す処理をする。読み出し部21は、特殊再生制御信号に含まれる特殊再生の種類に応じて、指定されたビデオデータのうち、特殊再生に必要なビデオデータのみを選択して読み出す。読み出し部21は、読み出したビデオデータS1をvbvディレイ検出部22に出力するとともに、読み出した挿入データS2をスタッフィング挿入部23に出力する。
【0052】
vbvディレイ検出部22は、ビデオデータごとに符号化されているvbvバッファのビット占有量の軌跡を表す情報であるvbvディレイを検出する。このvbvディレイ検出部22は、読み出し部21からのビデオデータを切換出力部24に出力するとともに、検出したvbvディレイをスタッフィング挿入部23に供給する。
【0053】
スタッフィング挿入部23は、vbvディレイ検出部22からのvbvディレイに基づいて、vbvバッファのビット占有量の軌跡を連続させるために、挿入データのデータサイズを調整する。このスタッフィング挿入部23は、挿入データにスタッフィングデータを挿入することにより挿入データのデータサイズを調整する。スタッフィング挿入部23は、データサイズを調整した後の挿入データを切換出力部24に出力する。
【0054】
例えば、スタッフィング挿入部23は、リピートピクチャのデータサイズがIピクチャと比較して小さいため、スタッフィングデータとしてリピートピクチャを加えることで、vbvバッファを破綻させないために望ましいデータサイズとすることが可能である。ビデオデータを接続するときのリピートピクチャのデータサイズは、編集に使用するビデオデータのvbvディレイ参照することで決定される。なお、挿入データは、複数のリピートピクチャから構成されていても良い。
【0055】
切換出力部24は、vbvディレイ検出部22からのビデオデータと、スタッフィング挿入部23からの挿入データを切り換えて、特殊再生制御部3からの特殊再生制御信号に従った特殊再生用データとして多重化部5に出力する。切換出力部24は、入力端子bからビデオデータを入力して出力端子aから出力するとともに、入力端子cから挿入データを入力して出力端子aから出力することで、ビデオデータ或いは挿入データを特殊再生用ビデオデータとして多重化部5に出力する。
【0056】
つぎに、上述したデータ変換部4において、特殊再生を行うときにビデオデータを切換出力部24によりビデオデータAからビデオデータBに切り換え出力するときの挿入データの挿入手法について説明する。
【0057】
図2にビデオデータAのvbvバッファのビット占有量の軌跡を示し、図3にビデオデータBのvbvバッファのビット占有量の軌跡を示す。ここで、ビデオデータA中のフレームn以降のデータを、ビデオデータBのフレームm以降のデータに切り換えて出力する一例について説明する。すなわち、ビデオデータAのフレームn−1がアウトフレームであるときにはフレームn−1の終了点がアウト点となり、ビデオデータBのフレームmがインフレームであるときにはフレームmの開始点がイン点となる。
【0058】
図2及び図3によれば、フレームnのvbvディレイと、フレームmのvbvディレイとが異なっているため、切換出力部24により切換を行うと、図4に示すようにvbvバッファのビット占有量の軌跡は整合がとれずにvbvバッファのバッファサイズをオーバーフローしたり、若しくはアンダーフローを発生させたりする。
【0059】
これに対し、データ変換部4では、ビデオデータの切換を行うに際して、vbvバッファのビット占有量の軌跡の整合性を保つ目的で、図5に示すようにフレームnとフレームmとの間に挿入データを挿入して、ビデオデータの切換前後においてvbvバッファを破綻させない処理をする。
【0060】
すなわち、vbvディレイ検出部22は、ビデオデータの切換を切換出力部24で行うに際して、vbvバッファのビット占有量の軌跡を連続させるために、切り換え前後のビデオデータのvbvディレイを検出する。これに対し、スタッフィング挿入部23は、vbvバッファのビット占有量の軌跡を連続させるためにスタッフィングデータとしてリピートピクチャを挿入し、挿入データのデータサイズを調整する。そして、切換出力部24は、ビデオデータAとビデオデータBとの間に挿入する挿入データを構成するリピートピクチャのピクチャタイプ、リピートピクチャの枚数を調整するように切り換え処理をすることで、ビデオデータAとビデオデータBとの間に挿入する挿入データのデータサイズを決定する。これにより、切換出力部24は、vbvバッファを破綻させることのない特殊再生用ビデオデータを多重化部5に出力する。
【0061】
つぎに、特殊再生制御部3の図示しない受信部で、外部から送信された特殊再生の種類として一時停止を指定する特殊再生指定信号が受信されたときのデータ変換部4の処理について説明する。
【0062】
データ変換部4は、特殊再生制御部3の図示しない受信部で、特殊再生の種類として一時停止をする特殊再生制御信号が受信されたときには、図6に示すようにアウトフレーム以降に挿入データを挿入し、一時停止を解除するときにはアウトフレーム以降のビデオデータに戻る。
【0063】
このような処理を行うときのデータ変換部4の処理手順を図7に示す。図7によれば、読み出し部21により通常再生用のビデオデータを読み出して、復号端末10に伝送データを伝送している最中に一時停止をする旨の特殊再生制御信号が入力されたときには(ステップST11)、先ず、アウトフレームを決定する処理をする(ステップST12)。このとき、読み出し部21は、アウトフレームのピクチャタイプがIピクチャ、或いはIピクチャ以降に連続しているBピクチャのビデオデータを選択することが望ましい。これにより、読み出し部21は、一時停止中の画質を高くすることができる。
【0064】
次に、データ変換部4は、一時停止に相当する時間だけ挿入データの挿入をし(ステップST13)、一時停止を解除する特殊再生制御信号が入力されるまで挿入データを挿入する処理を繰り返す(ステップST14)。
【0065】
このとき、読み出し部21は、一時停止中に復号端末10側に表示させるデータとして、挿入データとしてリピートピクチャをデータ記憶部2から読み出してスタッフィング挿入部23に出力する。スタッフィング挿入部23は、vbvバッファの破綻を防止すべく、ビデオデータのレートにビデオフレームの表示間隔時間を乗じたデータサイズとするように読み出し部21からのリピートピクチャにスタッフィングデータを付加して切換出力部24に出力する。切換出力部24は、一時停止をしている最中には、スタッフィング挿入部23からのリピートピクチャを多重化部5に出力する。
【0066】
ここで、スタッフィング挿入部23は、アウトフレーム以降に連続するBピクチャの枚数が一時停止を行わなかった通常再生時と同じ枚数となるように、リピートピクチャのピクチャタイプを決定することにより、アウトフレーム以前のピクチャの表示順序を保つことができる。
【0067】
一時停止が解除されたとき、データ変換部4の読み出し部21は、インフレーム以降の先頭のピクチャのピクチャタイプを判定し(ステップST15)、Bピクチャでないと判定したときにはそのまま通常再生に戻り(ステップST17)、処理を終了する。読み出し部21は、Bピクチャと判定したときには補正処理(ステップST16)を行い、インフレーム以降の先頭のピクチャのピクチャタイプがBピクチャでなくなったら、通常再生に戻って(ステップST17)、処理を終了する。
【0068】
上記補正処理を、図8(a)に示すような符号化順序、表示順序の通常再生用ビデオデータに一時停止の処理をしたときの一例を挙げて説明する。なお、以下の説明では、図中の矢印を動き予測方向、矢印が指し示すフレームを予測先ピクチャ、矢印の開始元を予測元ピクチャとする。
【0069】
図8(a)に示す通常再生用ビデオデータは、フレームI(表示順番が6番目のIピクチャ)をアウトフレーム、フレームBをインフレームとしたデータである。ここで、通常再生用ビデオデータは、インフレーム直後のフレームがBピクチャとなり、フレームB、フレームBはフレームP、フレームIからの予測を用いて符号化されている。
【0070】
図8(b)には、切換出力部24によりフレームIとフレームBとの間に一時停止用にリピートピクチャR(B)〜リピートピクチャR(P)を挿入したときの図を示す。フレームB及びフレームBは、リピートピクチャR(P)及びリピートピクチャR(P)からの予測を用いて復号端末10で復号されることになる。フレームB、フレームBは本来、フレームP及びフレームIからの予測を用いて復号される。このような場合、R(P)はリピートピクチャであるので、復号結果はフレームIと等しくなるが、フレームR(P)の復号結果はフレームPとは異なるため、フレームB、フレームBは正しく復号できないことになる。
【0071】
これに対し、補正処理において、読み出し部21は、図8(b)に示すようにインフレーム以降の表示順の先頭に続くBピクチャであるフレームB、フレームBを、後方予測のみを用いたリピートBピクチャで置き換えるように補正用のリピートピクチャを挿入することにより正しく復号させる。読み出し部21は、図8(c)に示すようにリピートピクチャR(P)からの予測のみを使用したリピートピクチャR(B)、リピートピクチャR(B)でフレームB、フレームBを差し替えるように挿入データをデータ記憶部2から読み出す処理をする。これにより、復号端末10では、フレームB、フレームBを正確に復号することができる。また、スタッフィング挿入部23は、補正用に差し替えたリピートピクチャR(B)、リピートピクチャR(B)にスタッフィングデータを挿入することにより、vbvバッファを破綻させないことを保証することができる。
【0072】
なお、ISO/IEC14496−2(所謂MPEG−4video)で規定されている符号化方式のようにピクチャの表示間隔を可変とすることが可能な符号化方式により符号化されているビデオデータを伝送するときには、リピートピクチャを挿入する代わりに、ピクチャの表示時間を変更することで、特殊再生におけるピクチャの繰り返しを行い、一時停止を実現することができる。
【0073】
つぎに、特殊再生制御部3の図示しない受信部で、外部から送信された特殊再生の種類として早送り再生を指定する特殊再生指定信号が受信されたときのデータ変換部4の処理について説明する。
【0074】
データ変換部4は、特殊再生制御部3の図示しない受信部で、特殊再生の種類として早送り再生をする特殊再生制御信号が受信されたときには、図9に示すようにアウトフレーム以降から適当なIピクチャを選択してデータ記憶部2から読み出すように読み出し部21を動作させ、vbvバッファを破綻させないように挿入データを挿入し、早送り再生を解除するときにはインフレーム以降のビデオデータに戻る。
【0075】
このような処理を行うときのデータ変換部4の処理手順を図10に示す。図10によれば、読み出し部21により通常再生用のビデオデータを読み出して、復号端末10に伝送データを伝送している最中に早送り再生をする旨の特殊再生制御信号が入力されたときには(ステップST21)、先ず、アウトフレームを決定する処理をする(ステップST22)。このとき、読み出し部21は、アウトフレームのピクチャタイプがIピクチャのビデオデータを選択することが望ましい。これにより、読み出し部21は、早送り再生直後の画質を高くすることができる。
【0076】
次に、読み出し部21は、データ記憶部2に記憶されている通常再生用のビデオデータから、早送り再生に使用するIピクチャ若しくはPピクチャを選択して読み出す(ステップST23)。ここで、読み出し部21は、Iピクチャを選択することにより、早送り再生をしているときの画質を高くすることができる。また、読み出し部21は、特殊再生制御部3からの特殊再生制御信号により早送り再生の速度が指定されたときには、選択するピクチャ間の間隔を調整することで、早送り再生の速度調整をする。
【0077】
次に、vbvディレイ検出部22はステップST23で読み出されたビデオデータが読み出し部21から供給され、スタッフィング挿入部23は、読み出し部21で読み出したリピートピクチャ(挿入データ)が供給される。vbvディレイ検出部22はビデオデータを用いてvbvディレイを検出し、スタッフィング挿入部23によりvbvディレイに基づいてvbvバッファのビット占有量の軌跡が連続するようにリピートピクチャにスタッフィングデータを挿入し、切換出力部24に出力する。これにより、切換出力部24は、図9に示すようにビデオデータにリピートピクチャ及びスタッフィングデータを挿入する(ステップST24)。
【0078】
次に、データ変換部4は、早送り再生の解除を示す特殊再生制御信号が入力されて早送り再生を解除すると判定するまで、上述のステップST23における処理及びステップST24における処理を繰り返して、早送り再生を解除するときには次の処理に進む(ステップST25)。
【0079】
早送り再生が解除されたときには、読み出し部21は、インフレームとするIピクチャを選択してデータ記憶部2から読み出す処理をし(ステップST26)、vbvディレイ検出部22に供給する。
【0080】
次に、vbvディレイ検出部22は読み出し部21からのインフレームとなるビデオデータのvbvディレイを検出し、スタッフィング挿入部23はvbvディレイに基づいてvbvバッファを破綻させないようにスタッフィングデータを挿入してリピートピクチャを切換出力部24に出力する(ステップST27)。
【0081】
次に、読み出し部21は、選択したインフレームとなるビデオデータがクローズドGOPの符号化順序における先頭であるか否かを判定する(ステップST28)。
【0082】
読み出し部21は、インフレームとなるビデオデータがクローズドGOPの符号化順序における先頭となるビデオデータであるときには、通常再生用のビデオデータを読み出す処理に戻り(ステップST30)、処理を終了する。
【0083】
具体的には、図11(a)に示すようなクローズドGOPの先頭であるフレームIをインフレームとして早送り再生を解除するときには、図11(b)に示すようにリピートピクチャを挿入することなく復号端末10側で復号することができる。
【0084】
一方、読み出し部21は、インフレームとなるビデオデータがクローズドGOPの符号化順序における先頭となるビデオデータで無いときには同じデータサイズのリピートピクチャで置き換える補正処理をし(ステップST29)、通常再生用のビデオデータを読み出す処理に戻り(ステップST30)、処理を終了する。
【0085】
具体的には、図12(a)に示すようなクローズドGOPの先頭でないフレームIをインフレームとして早送り再生を解除するときには、図12(b)に示すようにインフレーム直後の表示順における先頭から連続するBピクチャが予測元ピクチャが特殊再生用に切り換えられているため、正しく復号することができない。ここで、読み出し部21は、インフレーム直後のBピクチャを後方予測のみを用いたリピートピクチャR(B0)、R(B1)で置き換える補正処理をすることにより正確に復号端末10側で復号処理をさせる。また、スタッフィング挿入部23は、vbvバッファの破綻を防止するために、置き換える前のピクチャB、ピクチャBと、置き換えた後のリピートピクチャR(B)、R(B)とのデータサイズが等しくなるようにスタッフィングデータを挿入する。
【0086】
なお、早送り再生をするときにおいて、データ変換部4は、インフレームが必ずクローズドGOPを選択するといったように、ステップST26において決定するインフレームの条件に、ステップST23において選択するピクチャの条件と特に違いを設けている場合以外は、ステップST26及びステップST27での処理をそれぞれステップST23及びステップST24で行っても良い。
【0087】
また、データ変換部4は、逆方向での早送り再生をするときには、ステップST23で選択するIピクチャの時間方向を逆方向に配列する処理をする。
【0088】
つぎに、特殊再生制御部3の図示しない受信部で、外部から送信された特殊再生の種類としてスロー再生を指定する特殊再生指定信号が受信されたときのデータ変換部4の処理について説明する。
【0089】
データ変換部4は、特殊再生制御部3の図示しない受信部で、特殊再生の種類としてスロー再生をする特殊再生制御信号が受信されたときには、図13に示すようにアウトフレーム以降から通常再生用ビデオデータのフレーム間にリピートピクチャを挿入する処理をし、スロー再生を解除するときにはインフレーム以降のビデオデータに戻る。
【0090】
このような処理を行うときのデータ変換部4の処理手順を図14に示す。図14によれば、読み出し部21により通常再生用のビデオデータを読み出して、復号端末10に伝送データを伝送している最中にスロー再生をする旨の特殊再生制御信号が入力されたときには(ステップST41)、先ず、アウトフレームを決定する処理をする(ステップST42)。
【0091】
ここで、通常再生用のビデオデータがISO/IEC13818−1で規定されているTSである場合、Iピクチャ若しくはPピクチャの表示時刻情報を、ピクチャデータに先立って符号化して送出することがあり、リピートピクチャを挿入するとIピクチャ及びPピクチャの表示時刻が変化するため、表示時刻を符号化するときには、アウトフレームをIピクチャ若しくはPピクチャから選択する。
【0092】
次に、読み出し部21は、現在のIピクチャ若しくはPピクチャの表示時刻を求めるために、スロー再生を開始してから、次のIピクチャ又はPピクチャまでに挿入するリピートピクチャの枚数を決定する(ステップST43)。読み出し部21は、上記表示時刻を符号化しなくても良い場合には予め挿入枚数を決定しておく必要はない。読み出し部21は、挿入するピクチャの枚数によりスロー再生の速度を制御する。
【0093】
次に、切換出力部24は、通常再生用のビデオデータのピクチャ間に、Bピクチャであるリピートピクチャを挿入する処理をし(ステップST44)、スロー再生として復号される特殊再生用ビデオデータを多重化部5に出力する。このとき、スタッフィング挿入部23は、挿入するリピートピクチャのデータサイズを、ビデオデータのレートにビデオフレームの表示間隔時間を乗じたデータサイズとするようにスタッフィングデータを使用して、vbvバッファを破綻させないことを保証する。ここで、切換出力部24は、表示時刻を符号化している場合には、ステップST43で決定した枚数分のリピートピクチャを挿入するまでの間、スロー再生を解除しない制御をすることで、符号化した表示時刻の正確性を保持する。
【0094】
次に、データ変換部4は、特殊再生制御部3からスロー再生を解除する特殊再生制御信号が入力されたか否かを判定し(ステップST45)、スロー再生を解除するときには通常再生用データを読み出すように読み出し部21で動作して(ステップST46)、処理を終了し、スロー再生を解除しないときには上述のステップST43、ステップST44の処理を繰り返す。
【0095】
つぎに、特殊再生制御部3の図示しない受信部で、外部から送信された特殊再生の種類としてジャンプ再生を指定する特殊再生指定信号が受信されたときのデータ変換部4の処理について説明する。
【0096】
データ変換部4は、特殊再生制御部3の図示しない受信部で、特殊再生の種類としてジャンプ再生をする特殊再生制御信号が受信されたときには、図15に示すようにアウトフレーム以降から通常再生用ビデオデータのフレーム間にリピートピクチャを挿入する処理をし、インフレーム以降のビデオデータに戻る。すなわち、サーバ装置1は、通常再生用ビデオデータの送信中に、通常再生用ビデオデータの異なるフレームから再生を続ける。
【0097】
このような処理を行うときのデータ変換部4の処理手順を図16に示す。図16によれば、読み出し部21により通常再生用のビデオデータを読み出して、復号端末10に伝送データを伝送している最中にジャンプ再生をする旨の特殊再生制御信号が入力されたときには(ステップST51)、先ず、アウトフレーム直後のフレームとインフレームのvbvディレイを検出するようにvbvディレイ検出部22を動作させる。このとき、読み出し部21は、アウトフレーム直後のフレームと、インフレームのビデオデータをデータ記憶部2から読み出してvbvディレイ検出部22に供給するとともに、リピートピクチャをデータ記憶部2から読み出してスタッフィング挿入部23に供給する。
【0098】
次に、スタッフィング挿入部23は、検出したvbvディレイに基づいてvbvバッファを破綻させないようにスタッフィングデータを挿入することで、リピートピクチャのデータサイズを調整する(ステップST52)。
【0099】
また、サーバ装置1は、アウトフレーム以前の表示時刻情報をビデオデータに先立って符号化して復号端末10に送出している場合には、アウトフレーム以降に連続するBピクチャの枚数が、ジャンプ再生を行わなかった場合と同様の枚数となるように、リピートピクチャのピクチャタイプを決定することにより、アウトフレーム以前のピクチャの表示順番を保持する。
【0100】
次に、読み出し部21は、前のステップで読み出したインフレームのビデオデータがクローズドGOPの先頭であるか否かを判定する(ステップST53)。読み出し部21は、インフレームのビデオデータがクローズドGOPの先頭でないと判定したときには、上述のステップST29と同様に同じデータサイズのリピートピクチャで置き換える補正処理をし(ステップST54)、通常再生用のビデオデータを読み出す処理に戻り(ステップST55)、処理を終了する。これにより、サーバ装置1は、ジャンプ再生をしたときでも、正確に復号端末10側で復号処理をさせるとともに、vbvバッファの破綻を防止する。
【0101】
一方、読み出し部21は、インフレームのビデオデータがクローズドGOPの先頭であると判定したときには、通常再生用のビデオデータを読み出す処理に戻り(ステップST55)、処理を終了する。
【0102】
つぎに、特殊再生制御部3の図示しない受信部で、外部から送信された特殊再生の種類としてコマ送りを指定する特殊再生指定信号が受信されたときのデータ変換部4の処理について説明する。
【0103】
データ変換部4は、特殊再生制御部3の図示しない受信部で、特殊再生の種類としてコマ送り再生をする特殊再生制御信号が受信されたときには、図17に示すようにアウトフレーム以降から適当な間隔のIピクチャ若しくはPピクチャを選択し、選択したピクチャ間をリピートピクチャで置き換える処理をし、インフレーム以降のビデオデータに戻る。
【0104】
このような処理を行うときのデータ変換部4の処理手順を図18に示す。図18によれば、読み出し部21により通常再生用のビデオデータを読み出して、復号端末10に伝送データを伝送している最中にコマ送り再生をする旨の特殊再生制御信号が入力されたときには(ステップST61)、先ず、読み出し部21は、アウトフレームを決定する処理をする(ステップST62)。ここで、読み出し部21は、通常再生用ビデオデータ中の任意のピクチャをアウトフレームとして選択することができる。読み出し部21は、アウトフレームとしてIピクチャを選択することによりインフレームにおける画質を高くすることができる。
【0105】
次に、読み出し部21は、通常再生用ビデオデータ中から、次に抽出するIピクチャ又はPピクチャ(コマ送り再生用ビデオデータ)を選択する(ステップST63)。ここで、読み出し部21は、コマ送り再生用ビデオデータとしてPピクチャを選択する場合には、Pピクチャの予測元となるピクチャがリピートピクチャで差し替えられていると、復号端末10側で正しく復号することができないため、選択するPピクチャの直前のIピクチャ又はPピクチャが、リピートピクチャで差し替えられていないという条件を満たすようにデータ記憶部2からコマ送り再生用ビデオデータを読み出す処理をする。また、読み出し部21は、コマ送り再生中の画質を高くするためには、コマ送り再生用ビデオデータとしてIピクチャを選択する。
【0106】
また、読み出し部21は、リピートピクチャをデータ記憶部2から読み出す処理をする。このとき、読み出し部21は、リピートピクチャの枚数を選択することにより、各コマ送り再生用ビデオデータ間の間隔を調整し、各ピクチャごとに進む時間長を制御する。
【0107】
読み出し部21は、この処理で読み出したコマ送り再生用のビデオデータをvbvディレイ検出部22に供給するとともに、リピートピクチャをスタッフィング挿入部23に供給する。
【0108】
次に、データ変換部4は、前のステップで選択したコマ送り再生用ビデオデータ間を全てリピートピクチャで差し替える処理をする(ステップST64)。読み出し部21は、通常再生用ビデオデータの元のピクチャがIピクチャ又はPピクチャの場合にはPピクチャからなるリピートピクチャで差し替えるように読み出し部21からリピートピクチャを読み出し、元のピクチャがBピクチャの場合にはBピクチャからなるリピートピクチャで差し替えるように読み出し部21からリピートピクチャを読み出す。これにより、データ変換部4は、ピクチャタイプごとの表示順序を保持することが可能となる。また、スタッフィング挿入部23は、vbvバッファを破綻させないことを保証するために、リピートピクチャのデータサイズを差し替え前のピクチャと等しくするようにリピートピクチャにスタッフィングデータを付加する。
【0109】
次に、データ変換部4は、コマ送り再生の解除を示す特殊再生制御信号が入力されてコマ送り再生を解除すると判定するまで、上述のステップST63における処理及びステップST64における処理を繰り返して、コマ送り再生を解除するときには次の処理に進む(ステップST65)。
【0110】
コマ送り再生が解除されたときには、読み出し部21は、インフレームの直前のIピクチャ又はPピクチャがリピートピクチャにより差し替えたか否かを判定し(ステップST66)、差し替えていないときには、通常再生用のビデオデータを読み出す処理に戻り(ステップST69)、処理を終了する。
【0111】
一方、読み出し部21は、差し替えたと判定したときには、上述のステップST28及びステップST29と同様の処理をする。すなわち、読み出し部21は、選択したインフレームとなるビデオデータがクローズドGOPの符号化順序における先頭であるか否かを判定し(ステップST67)、インフレームとなるビデオデータがクローズドGOPの符号化順序における先頭であると判定したときには通常再生用のビデオデータを読み出す処理に戻り(ステップST69)、処理を終了する。また、読み出し部21は、インフレームとなるビデオデータがクローズドGOPの符号化順序における先頭となるビデオデータで無いときには同じデータサイズのリピートピクチャで置き換える補正処理をし(ステップST68)、通常再生用のビデオデータを読み出す処理に戻り(ステップST69)、処理を終了する。
【0112】
なお、データ変換部4は、コマ送り再生の速度が等倍速以外のコマ送り再生を行う旨の特殊再生制御信号が入力されたときには、ステップST63で選択するIピクチャ又はPピクチャの間隔を広げるようにリピートピクチャの枚数を調整する。このとき、データ変換部4は、ステップST64で差し替えたリピートピクチャを間引く処理又はリピートピクチャを更に挿入する処理をする。また、データ変換部4は、リピートピクチャのデータサイズを、上述のステップST24で説明した場合と同様にして決定する。
【0113】
また、データ変換部4は、逆方向のコマ送り再生を行う旨の特殊再生制御信号が入力されたときには、ステップST63で選択するIピクチャの時間方向を逆方向に並べる処理をする。
【0114】
このようなサーバ装置1では、特殊再生用ビデオデータを復号端末10に伝送するときでも、特殊再生の種類に応じて枚数、データサイズを調整してリピートピクチャを挿入するので、通常再生用ビデオデータと変わらないデータ形式の特殊再生用ビデオデータを作成することができる。
【0115】
このようなデータ配信システムによれば、特殊再生を行うときであっても、データ変換部4により変換した特殊再生用ビデオデータを、通常再生の場合と同様のビデオデータの形式に変換しているので、復号端末10側で特殊再生のための特別な受信処理や復号処理を必要とすることがなく、更には復号端末10側に特殊再生用の制御装置も必要とすることはない。
【0116】
また、上述のデータ配信システムによれば、例えばISO/IEC13818−2を使用している場合、データ変換部4により特殊再生を行うための特殊再生用ビデオデータに変換しているときにvbvバッファを破綻させない特殊再生用ビデオデータを出力する制御処理を行うことにより、復号端末10を、特殊再生のための特別な処理を必要としない簡易な構成とすることができる。
【0117】
更に、データ変換部4を備えたサーバ装置1によれば、特殊再生を行うときにも、通常再生を行う場合と同様のビデオデータの形式に変換しているために、特殊再生のための特別なデータ形式とする機能を持つ必要がない。サーバ装置1は、例えば、ISO/IEC13818−1で規定されているTSをIEC61883で定められた手法で、IEEE1394ケーブルを伝送媒体20としてデータ伝送をする場合であっても、vbvバッファを破綻させないビデオデータに変換されているため、ISO/IEC13818−1の規定を満たすTSに多重化することが可能であり、IEC61883の規定を満たすデータ形式でデータ伝送をすることができる。
【0118】
したがって、データ配信システムによれば、特殊再生をするためのデータを伝送するときに、特別なサーバと復号端末を組み合わせなくても良い。
【0119】
更に、このデータ配信システムによれば、サーバ装置1によりビデオデータを送出するときに、デコード及び再エンコードを行う必要がないので、データ変換部4の構成を簡単とすることができ、送出時の処理遅延を小さくすることができ、更には画質の劣化を発生させることがない。
【0120】
【発明の効果】
本発明によれば、ビット占有量が検出された送信データ、及びデータサイズが調整された挿入データを、外部から受信した特殊再生要求に含まれる特殊再生の種類に基づいて切換出力し、出力された送信データ及び挿入データを再生装置に送信するので、データ送信側は、再生装置に特殊再生をするためのビデオデータを送出する際に特殊再生のためのデコード及び再エンコードを行う必要がないため、データ送信側の構成を簡単とすることができるとともに、送出時の処理遅延を小さくすることができ、更には画質の劣化を発生させることがない。
【図面の簡単な説明】
【図1】本発明を適用したデータ配信システムを示すブロック図である。
【図2】ビデオデータAについてのvbvバッファのビット占有量の軌跡を示す図である。
【図3】ビデオデータBについてのvbvバッファのビット占有量の軌跡を示す図である。
【図4】ビデオデータAからビデオデータBに切り換えたときのvbvバッファのビット占有量の軌跡を示す図である。
【図5】ビデオデータAとビデオデータBとの間にリピートピクチャを挿入したときのvbvバッファのビット占有量の軌跡を示す図である。
【図6】本発明を適用したサーバ装置のデータ変換部により一時停止を行うときの処理を説明するための図である。
【図7】本発明を適用したサーバ装置のデータ変換部により一時停止を行うときの処理手順を説明するためのフローチャートである。
【図8】本発明を適用したサーバ装置のデータ変換部により一時停止を行うときの補正処理を説明するための図である。
【図9】本発明を適用したサーバ装置のデータ変換部により早送り再生を行うときの処理を説明するための図である。
【図10】本発明を適用したサーバ装置のデータ変換部により早送り再生を行うときの処理手順を説明するためのフローチャートである。
【図11】本発明を適用したサーバ装置のデータ変換部により早送り再生を行うときの一例について説明するための図である。
【図12】本発明を適用したサーバ装置のデータ変換部により早送り再生を行うときの補正処理について説明するための図である。
【図13】本発明を適用したサーバ装置のデータ変換部によりスロー再生を行うときの処理を説明するための図である。
【図14】本発明を適用したサーバ装置のデータ変換部によりスロー再生を行うときの処理手順を説明するためのフローチャートである。
【図15】本発明を適用したサーバ装置のデータ変換部によりジャンプを行うときの処理を説明するための図である。
【図16】本発明を適用したサーバ装置のデータ変換部によりジャンプを行うときの処理手順を説明するためのフローチャートである。
【図17】本発明を適用したサーバ装置のデータ変換部によりコマ送り再生を行うときの処理を説明するための図である。
【図18】本発明を適用したサーバ装置のデータ変換部によりコマ送り再生を行うときの処理手順を説明するためのフローチャートである。
【図19】従来のデータ配信システムを示すブロック図である。
【図20】vbvバッファのビット占有量の軌跡について説明するための図である。
【図21】ISO/IEC13818−1において、TSを復号するためのデコーダモデルについて説明するための図である。
【図22】データ配信システムを示すブロック図である。
【符号の説明】
1 サーバ装置、2 データ記憶部、3 特殊再生制御部、4 データ変換部、5 多重化部、6 送信部、10 復号端末、11 受信部、12 復号部、20 伝送媒体、21 読み出し部、22 vbvディレイ検出部、23 スタッフィング挿入部、24 切換出力部
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a data distribution apparatus and method, and a data distribution system for distributing multimedia data such as moving image data via a network and performing special reproduction on a receiving terminal side.
[0002]
[Prior art]
Conventional data distribution in which multimedia data consisting of video data, audio data, etc. is compressed and stored, distributed via a transmission medium, received by a decoding terminal on the data receiving side, and decoded to display video For example, the system is configured as shown in FIG. FIG. 19 shows a data distribution system that distributes only video data for the sake of simplicity.
[0003]
The conventional data distribution system includes a server device 100 that transmits data and a decoding terminal 200 that receives video data transmitted from the server device 100. In this data distribution system, the server apparatus 100 and the decoding terminal 200 are connected via a transmission medium 300 including a communication line, and video data is transmitted via the transmission medium 300.
[0004]
The server device 100 includes a data storage unit 101 that stores video data, a special playback control unit 102, and a transmission unit 103. The transmission unit 103 transmits the video data to the decoding terminal 200.
[0005]
The decoding terminal 200 includes a receiving unit 201, a decoding unit 202, and a special playback control unit 203, receives video data transmitted from the transmitting unit 103 of the server apparatus 100 by the receiving unit 201, and receives the video data received by the decoding unit 202. Is decoded and output to a display device (not shown) to present the contents of the video data to the user.
[0006]
In such a data distribution system, when performing special reproduction such as fast-forward reproduction or pause, a user operating the decoding terminal 200 inputs a special reproduction designation signal to the special reproduction control unit 203. In response to this, the special reproduction control unit 203 of the decoding terminal 200 transmits a special reproduction request based on the special reproduction designation to the special reproduction control unit 102 of the server device 100.
[0007]
The special reproduction control unit 102 of the server apparatus 100 supplies a control signal S102 indicating the special reproduction request to the transmission unit 103 in response to the special reproduction request from the decoding terminal 200, and the transmission unit 103 uses the special reproduction request according to the special reproduction request. The reproduction video data S 101 is read from the data storage unit 101 and controlled to be transmitted to the decoding terminal 200 via the transmission medium 300.
[0008]
When the above-described conventional data distribution system is used in a home network, video data encoded in conformity with, for example, ISO / IEC13818-2 (MPEG-2video) is used as video data. The video data defined in ISO / IEC13818-2 is defined to be encoded so that a decoder buffer called a vbv buffer compliant with the MPEG2 standard does not overflow and underflow.
[0009]
That is, in FIG. 20, video data is encoded with each DTS (Decode Time Stamp) so that the vbv buffer occupancy does not overflow beyond the vbv buffer size (vbv_buffer_size) and the vbv buffer occupancy does not underflow. There is a need to. Here, the video data is input to the vbv buffer at the transmission rate of the video data (the slope of the occupation locus), and the video data is extracted at the decoding timing (DTS).
[0010]
For example, the nth video frame n having the data size S (n) is extracted from the vbv buffer at the decoding time DTS (n). The video data extracted from the vbv buffer needs to be input to the vbv buffer by the decoding time, and the time from the start of the video frame data to the decoding time of the video frame is the vbv delay (vbv_delay). ) And is encoded in the header of data obtained by encoding the frame.
[0011]
The ISO / IEC13818-2 video frame encoding method includes an I picture (I (Intra) -Picture) that is encoded only from intra-frame data and a B picture that is encoded using motion prediction between frames ( There are B (Bidirectionally predictive) -Picture) and P picture (P (Predictive) -Picture). In a conventional data distribution system, an I picture that does not use prediction processing between video frames is used as the special reproduction video data prepared in advance for special reproduction. The special reproduction data is obtained by extracting I pictures periodically included in the normal reproduction video data and used for special reproduction.
[0012]
Further, in a conventional data distribution system, video data is packetized using, for example, a transport stream (Transport Stream: TS) defined by ISO / IEC13818-1 (MPEG-2 system) as video data to be transmitted, Multiplexing with other audio data or the like is performed. In ISO / IEC13818-1 of TS, a decoder model as shown in FIG. 21 is defined for decoding TS.
[0013]
This decoder model includes a switch unit 401 that switches and outputs an input TS, a transport buffer (TB) 402, a multiplexing buffer (MB) 403, an elementary buffer (EB) 404, a video decoder (D) 405, a reorder buffer. 406 and a switch unit 407, a video packet is selected from the input TS by the switch unit 401 and sent to the transport buffer 402 at the input rate, and is decoded by the video decoder 405 via each buffer 402, 403, and 404. Video output.
[0014]
Such a decoder model is composed of a transport buffer 402, a multiplexing buffer 403, and an elementary buffer 404 whose respective buffer sizes are determined, and the data transfer rate between the buffers is also defined.
[0015]
In this decoder model, the elementary buffer 404 corresponds to a vbv buffer for video data, and ISO / IEC13818-1 defines the necessity of packetizing each buffer so as not to overflow or underflow.
[0016]
Further, transmission data such as TS is further transmitted using a protocol used in the transmission medium 300. For example, a TS satisfying the specification of ISO / IEC13818-1 is “Digital Interface for consumer audio / video equipment” of IEC61883. It is possible to transmit with an IEEE 1394 cable conforming to the IEEE 1394 standard by the method defined in the above. MPEG-2TSover1394, which transmits TS in accordance with the MPEG2 standard according to the IEEE1394 standard, is used for content distribution from a server storing content in a home network to a client such as a TV set in each room. Proposed.
[0017]
[Problems to be solved by the invention]
When special reproduction is performed in the above-described conventional data distribution system, special video data prepared for special reproduction by the server apparatus 100 is distributed via the transmission medium 300. For example, when fast-forward playback is performed as special playback, video data including only ISO / IEC13818-2 I pictures is transmitted. Since video data consisting of only I pictures may cause the vbv buffer to overflow or underflow, special transmission data for special reproduction different from that during normal reproduction must be distributed. Furthermore, the conventional data distribution system requires a special decoding terminal 200 that can perform special reproduction in accordance with a special transmission data format.
[0018]
For example, when fast-forward playback is performed as special playback, video data including only an I / picture of ISO / IEC13818-2 is transmitted. For this purpose, the data storage unit 101 of the server apparatus 100 is different from the normal playback video data. It is necessary to prepare special video data called special reproduction video data.
[0019]
However, for example, when a TS is transmitted by an IEEE 1394 cable by a method defined by IEC61883, the video data for special reproduction cannot be transmitted unless it is a TS defined by ISO / IEC13818-1.
[0020]
Further, even if data transmission is performed in a special distribution data format for special reproduction, a special decoding terminal 200 corresponding to the special distribution data format is required. For example, video data consisting of only ISO / IEC13818-2 I-pictures causes vbv buffer overflow and underflow unlike normal playback video streams that are encoded to satisfy the vbv buffer specification. there is a possibility. Therefore, there is a strong demand for a data distribution method that can be used without using a combination of the special server device 100 and the decryption terminal 200.
[0021]
When a special data distribution method is used for special reproduction, the decoding terminal 200 needs to have a decoding function capable of performing special processing for special reproduction as well as normal reproduction. There is a problem that it becomes complicated. For example, when fast-forward playback is performed on the decoding terminal 200 side, when video data consisting only of ISO / IEC13818-2 I-picture that may cause the vbv buffer to underflow is input, the decoding terminal 200 When all the input data of the picture is not prepared at the decoding time, it is necessary to treat the data of the previous picture as a substitute.
[0022]
Furthermore, in a home network system, when a plurality of decryption terminals 200 are connected to the server apparatus 100, a data distribution method that can be used by the decryption terminal 200 with a simple configuration has been desired. At present, there is no method to realize.
[0023]
For such a problem, a data distribution system as shown in FIG. 22 can be considered. In this data distribution system, special reproduction according to a special reproduction control signal based on a special reproduction designation signal from the data reproduction unit 502, a special reproduction control unit 502 to which a special reproduction designation signal is input, and a special reproduction designation signal is input into the server device 100. A data conversion unit 503 that creates data for use, a multiplexing unit 504, and a transmission unit 505. The reception unit 601 that receives transmission data from the server device 100 via the transmission medium 300 in the decoding terminal 200, and the reception unit 601 The decoding unit 602 is configured to decode the special reproduction data, display it on a display device (not shown), and present it to the user.
[0024]
In such a data distribution system, the data conversion unit 503 is supplied with the special reproduction control signal from the special reproduction control unit 502 and receives the video data from the data storage unit 501 and the data decoded by the decoder 701. Is provided.
[0025]
The decoder 701 reads the designated video data from the data storage unit 501 by an optimum reading method according to the type of special reproduction in accordance with the special reproduction control signal from the special reproduction control unit 502. For example, when a special reproduction control signal that requests fast-forward reproduction is input as the type of special reproduction, the decoder 701 reads video data from the data conversion unit 503 so as to skip B pictures that are not used for decoding.
[0026]
The decoder 701 decodes the read video data and supplies the decoded video signal to the encoder 702 as a decoded video signal. Here, the decoded video signal is read from the data storage unit 501 to reflect the result of special reproduction.
[0027]
The encoder 702 encodes the decoded video signal from the decoder 701 and encodes it to output to the multiplexing unit 504 as video data for special reproduction. The special reproduction video data encoded by the encoder 702 is video data corresponding to the type of special reproduction because the video data read by the decoder 701 reflects the result of special reproduction. . For example, when encoding according to ISO / IEC13818-2 is performed as a video data encoding method, the video data for special reproduction output from the encoder 702 is data that satisfies the regulations of ISO / IEC13818-2.
[0028]
According to such a data distribution system, even when special playback is performed, the video data for special playback converted by the data conversion unit 503 is converted into the same video data format as that for normal playback. Therefore, special reception processing and decoding processing for special reproduction are not required on the decoding terminal 200 side, and further, a control device for special reproduction is not required on the decoding terminal 200 side.
[0029]
However, in the data conversion unit 503 of the server apparatus 100 in the data distribution system shown in FIG. 22, the video data stored in the data storage unit 501 is re-encoded by the decoder 701 and the encoder 702. The processing load is heavy, and there is a risk that the image quality will deteriorate. If the processing delay required for data conversion increases, the delay from when the special reproduction designation signal is input by the user until the content of the special reproduction is actually displayed on the display device at the decoding terminal 200 increases. There is also a problem that it ends up.
[0030]
Therefore, the present invention has been proposed in view of the above-described circumstances, and a data distribution device capable of converting into data obtained as a result of special reproduction without performing decoding and re-encoding of data, and It is an object to provide a method and a data distribution system.
[0031]
[Means for Solving the Problems]
In order to solve the above-described problem, the data distribution apparatus according to the present invention is transmitted to the reproduction apparatus together with a receiving unit that receives a special reproduction request from the outside, transmission data transmitted to the reproduction apparatus, and transmission data. Data storage means for storing insertion data, reading means for reading transmission data and insertion data from the data storage means based on the received special reproduction request, and code generation amount of the read transmission data and insertion data Based on the bit occupancy detection means for detecting the bit occupancy for the control virtual buffer and the bit occupancy detected by the bit occupancy detection means, the additional data is added to the insertion data read by the reading means. In addition, the inserted data adjusting means for adjusting the data size of the inserted data and the bit occupation amount detecting means A switching output for switching and outputting the transmission data whose quantity is detected and the insertion data whose data size has been adjusted by the insertion data adjusting means based on the type of special reproduction included in the special reproduction request received by the receiving means Means, and transmission means for transmitting the transmission data and insertion data output from the switching output means to the reproduction apparatus.
[0032]
In order to solve the above-described problem, the data distribution method according to the present invention receives a special reproduction request from the outside, and transmits the transmission data and transmission data to be transmitted to the reproduction device based on the received special reproduction request. Insert data to be transmitted to the playback device is read from the data storage means, the read data to be transmitted and the bit occupancy amount for the virtual buffer for code generation amount control of the insert data are detected, and based on the detected bit occupancy amount, The additional data is added to the read insertion data to adjust the data size of the insertion data, and the transmission data in which the bit occupancy is detected and the insertion data in which the data size is adjusted are received in the special data received. The output is switched based on the type of special playback included in the playback request, and the output transmission data and insertion data are It is sent to the playback device.
[0033]
In order to solve the above problems, a data distribution system according to the present invention is a data in which a data distribution device that distributes data and a receiving terminal that receives data from the data distribution device are connected via a transmission medium. In the distribution system, the data distribution apparatus includes a receiving unit that receives a special reproduction request from a user, transmission data transmitted to the receiving terminal, and data storage that stores insertion data transmitted to the receiving terminal together with the transmission data. Means for reading transmission data and insertion data from the data storage means based on the special reproduction request received by the reception means, and control of the amount of generated code of the transmission data and insertion data read by the reading means Bit occupancy detection means for detecting the bit occupancy with respect to a virtual buffer for use, and the bit occupancy detection Based on the bit occupation amount detected by the means, the insertion data adjustment means for adjusting the data size of the insertion data by adding additional data to the insertion data read by the reading means, and the bit occupation amount detection means A switching output for switching and outputting the transmission data in which the bit occupancy is detected and the insertion data whose data size has been adjusted by the insertion data adjustment means based on the type of special reproduction included in the special reproduction request received by the reception means And transmission means for transmitting the transmission data and insertion data output from the switching output means to the reception terminal, wherein the reception terminal transmits the transmission data and insertion data from the transmission means based on the special reproduction request. Receiving means for receiving the data as special reproduction data, and decoding means for decoding the special reproduction data received by the receiving means, Provided.
[0034]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
[0035]
The present invention is applied to a data distribution system as shown in FIG.
[0036]
The data distribution system includes a server device 1 that distributes accumulated data, and a decryption terminal 10 connected to the server device 1 via a transmission medium 20.
[0037]
The server device 1 includes a data storage unit 2 that stores data, a special reproduction control unit 3, a data conversion unit 4, a multiplexing unit 5, and a transmission unit 6.
[0038]
The data storage unit 2 stores video data and insertion data transmitted from the server device 1 to the decoding terminal 10 via the transmission medium 20. The video data stored in the data storage unit 2 is stored as video data for normal playback that is temporally continuous. The data storage unit 2 reads out the video data and the insertion data in accordance with a request from the data conversion unit 4 and outputs it to the data conversion unit 4.
[0039]
As the insertion data stored in the data storage unit 2, for example, a repeat picture compliant with the MPEG2 standard can be cited. A repeat picture is a picture that indicates that the prediction source video data is repeated when all macroblocks are composed of skip macroblocks.
[0040]
In this example, a case where only video data and insertion data are stored in the data storage unit 2 will be described. However, multimedia data such as still image data, audio data, text data, and graphic data may be used. .
[0041]
The special reproduction control unit 3 includes a reception unit (not shown) for receiving a special reproduction designation signal for requesting special reproduction transmitted from the outside. A special reproduction designation signal received by a receiving unit (not shown) of the special reproduction control unit 3 includes, for example, special reproduction types such as fast-forward reproduction and frame advance reproduction, and designation of video data stored in the data storage unit 2. . The special reproduction control unit 3 supplies a special reproduction control signal including a special reproduction type and video data designation to the data conversion unit 4 in accordance with the special reproduction designation signal.
[0042]
The data conversion unit 4 inputs the specified video data from the data storage unit 2 in accordance with the special reproduction control signal, and performs a data conversion process corresponding to the type of special reproduction on the input video data. At this time, the data conversion unit 4 converts the designated video data into special reproduction data indicating the video data as a result of the designated type of special reproduction while reading the designated video data from the data storage unit 2. The data conversion unit 4 supplies the converted special reproduction data to the multiplexing unit 5.
[0043]
The multiplexing unit 5 multiplexes the special reproduction data from the data conversion unit 4 and the video data read by the data conversion unit 4 from the data storage unit 2 as necessary, and supplies the multiplexed data to the transmission unit 6.
[0044]
The multiplexing unit 5 multiplexes the data from the data conversion unit 4 into a data format to be distributed to the transmission medium 20 when the data includes a plurality of data such as video data and audio data.
[0045]
The transmission unit 6 converts the special reproduction video data from the multiplexing unit 5 into a format for transmission via the transmission medium 20, thereby transmitting the transmission data to the decoding terminal 10 via the transmission medium 20. To do.
[0046]
The decoding terminal 10 includes a receiving unit 11 and a decoding unit 12 connected to the server device 1 via a transmission medium 20.
[0047]
The reception unit 11 receives transmission data transmitted from the transmission unit 6 of the server device 1 via the transmission medium 20. The receiving unit 11 converts the transmission data into a data format that can be processed by the subsequent decoding unit 12, and supplies the data to the decoding unit 12 as video data for special reproduction.
[0048]
The decoding unit 12 decodes the special reproduction video data from the reception unit 11 and outputs it to a display device (not shown), thereby displaying the contents of the special reproduction video data.
[0049]
Next, the configuration of the data conversion unit 4 will be described.
[0050]
The data conversion unit 4 includes a reading unit 21 that reads video data and insertion data from the data storage unit 2, a vbv delay detection unit 22, a stuffing insertion unit 23, and a switching output unit 24.
[0051]
The reading unit 21 reads the designated video data from the data storage unit 2 and reads the insertion data from the data storage unit 2 in accordance with the special playback control signal from the special playback control unit 3. The reading unit 21 selects and reads only the video data necessary for special reproduction out of the designated video data according to the type of special reproduction included in the special reproduction control signal. The reading unit 21 outputs the read video data S1 to the vbv delay detection unit 22, and outputs the read insertion data S2 to the stuffing insertion unit 23.
[0052]
The vbv delay detection unit 22 detects a vbv delay that is information indicating a locus of the bit occupation amount of the vbv buffer encoded for each video data. The vbv delay detection unit 22 outputs the video data from the reading unit 21 to the switching output unit 24 and supplies the detected vbv delay to the stuffing insertion unit 23.
[0053]
Based on the vbv delay from the vbv delay detection unit 22, the stuffing insertion unit 23 adjusts the data size of the insertion data in order to make the bit occupancy trace of the vbv buffer continuous. The stuffing insertion unit 23 adjusts the data size of the insertion data by inserting the stuffing data into the insertion data. The stuffing insertion unit 23 outputs the insertion data after adjusting the data size to the switching output unit 24.
[0054]
For example, since the data size of the repeat picture is smaller than that of the I picture, the stuffing insertion unit 23 can obtain a desirable data size by adding the repeat picture as the stuffing data so that the vbv buffer does not fail. . The data size of the repeat picture when connecting the video data is determined by referring to the vbv delay of the video data used for editing. Note that the insertion data may be composed of a plurality of repeat pictures.
[0055]
The switching output unit 24 switches the video data from the vbv delay detection unit 22 and the insertion data from the stuffing insertion unit 23 and multiplexes them as special reproduction data according to the special reproduction control signal from the special reproduction control unit 3. Output to unit 5. The switching output unit 24 receives the video data from the input terminal b and outputs it from the output terminal a, and also inputs the insertion data from the input terminal c and outputs it from the output terminal a. The video data for reproduction is output to the multiplexing unit 5.
[0056]
Next, a method for inserting insertion data when the video data is switched from the video data A to the video data B by the switching output unit 24 when performing special reproduction in the data conversion unit 4 will be described.
[0057]
FIG. 2 shows the locus of the bit occupancy of the vbv buffer of video data A, and FIG. 3 shows the locus of the bit occupancy of the vbv buffer of video data B. Here, an example in which data after frame n in video data A is switched to data after frame m of video data B and output will be described. That is, when frame n-1 of video data A is an out frame, the end point of frame n-1 is an out point, and when frame m of video data B is an in frame, the start point of frame m is an in point. .
[0058]
According to FIGS. 2 and 3, since the vbv delay of frame n and the vbv delay of frame m are different, when switching is performed by the switching output unit 24, the bit occupation amount of the vbv buffer as shown in FIG. Are not matched, and the buffer size of the vbv buffer overflows or underflow occurs.
[0059]
On the other hand, the data conversion unit 4 inserts between the frame n and the frame m as shown in FIG. 5 in order to maintain the consistency of the locus of the bit occupation amount of the vbv buffer when switching the video data. Data is inserted so that the vbv buffer is not broken before and after the video data switching.
[0060]
That is, the vbv delay detection unit 22 detects the vbv delay of the video data before and after switching in order to make the locus of the bit occupation amount of the vbv buffer continuous when switching the video data by the switching output unit 24. On the other hand, the stuffing insertion unit 23 inserts a repeat picture as stuffing data to adjust the bit size of the vbv buffer, and adjusts the data size of the insertion data. Then, the switching output unit 24 performs switching processing so as to adjust the picture type of the repeat picture and the number of repeat pictures constituting the insertion data to be inserted between the video data A and the video data B, whereby the video data The data size of insertion data to be inserted between A and video data B is determined. As a result, the switching output unit 24 outputs to the multiplexing unit 5 the video data for special playback that does not cause the vbv buffer to fail.
[0061]
Next, the processing of the data conversion unit 4 when a special reproduction designation signal designating pause as the type of special reproduction transmitted from the outside is received by a receiving unit (not shown) of the special reproduction control unit 3 will be described.
[0062]
When the special reproduction control signal that pauses as the type of special reproduction is received by the receiving unit (not shown) of the special reproduction control unit 3, the data conversion unit 4 receives the insertion data after the out frame as shown in FIG. 6. When inserting and releasing the pause, it returns to the video data after the out frame.
[0063]
FIG. 7 shows a processing procedure of the data conversion unit 4 when such processing is performed. According to FIG. 7, when the special reproduction control signal indicating that the video data for normal reproduction is read by the reading unit 21 and the transmission data is transmitted to the decoding terminal 10 is paused ( Step ST11) First, processing for determining an out frame is performed (step ST12). At this time, it is desirable that the reading unit 21 selects video data of a B picture in which the picture type of an out frame is an I picture or a sequence following the I picture. Thereby, the reading unit 21 can increase the image quality during the pause.
[0064]
Next, the data conversion unit 4 inserts the insertion data for a time corresponding to the pause (step ST13), and repeats the process of inserting the insertion data until a special reproduction control signal for canceling the pause is input ( Step ST14).
[0065]
At this time, the reading unit 21 reads a repeat picture as insertion data from the data storage unit 2 as data to be displayed on the decoding terminal 10 side during the pause and outputs the repeat picture to the stuffing insertion unit 23. The stuffing insertion unit 23 adds and adds stuffing data to the repeat picture from the reading unit 21 so as to obtain a data size obtained by multiplying the video data rate by the video frame display interval time in order to prevent the vbv buffer from failing. Output to the output unit 24. The switching output unit 24 outputs the repeat picture from the stuffing insertion unit 23 to the multiplexing unit 5 during the temporary stop.
[0066]
Here, the stuffing insertion unit 23 determines the picture type of the repeat picture so that the number of consecutive B pictures after the out frame is the same as that during normal playback without pause. The display order of previous pictures can be maintained.
[0067]
When the pause is released, the reading unit 21 of the data conversion unit 4 determines the picture type of the first picture after the in-frame (step ST15), and when it is determined that the picture is not a B picture, the normal playback is resumed (step ST15). ST17), the process ends. When the reading unit 21 determines that the picture is a B picture, it performs a correction process (step ST16). When the picture type of the first picture after the in-frame is no longer a B picture, the reading unit 21 returns to normal playback (step ST17) and ends the process. To do.
[0068]
The correction process will be described by taking an example when the normal playback video data in the encoding order and display order as shown in FIG. In the following description, the arrow in the figure is the motion prediction direction, the frame pointed to by the arrow is the prediction destination picture, and the start source of the arrow is the prediction source picture.
[0069]
The normal playback video data shown in FIG. 6 (I picture with the 6th display order) out-frame, frame B 4 Is data in-frame. Here, in the normal reproduction video data, the frame immediately after the in-frame is a B picture, and the frame B 4 , Frame B 5 Is frame P 3 , Frame I 6 Is encoded using the prediction from.
[0070]
In FIG. 8B, the switching output unit 24 sends the frame I. 6 And frame B 4 Repeat picture R (B 1 )-Repeat picture R (P 9 ) Is shown when inserted. Frame B 4 And frame B 5 Repeat picture R (P 6 ) And repeat picture R (P 9 ) Using the prediction from (). Frame B 4 , Frame B 5 Is essentially frame P 3 And frame I 6 Is decoded using the prediction from. In such a case, R (P 9 ) Is a repeat picture, the decoding result is frame I 6 But frame R (P 6 ) Is the frame P 3 Is different from frame B 4 , Frame B 5 Cannot be decrypted correctly.
[0071]
On the other hand, in the correction process, the reading unit 21 receives a frame B, which is a B picture that follows the head of the display order after the in-frame, as shown in FIG. 4 , Frame B 5 Is correctly decoded by inserting a repeating repeat picture for correction so as to be replaced with a repeat B picture using only backward prediction. As shown in FIG. 8C, the reading unit 21 repeats the repeat picture R (P 9 ) Repeat picture R (B 7 ), Repeat picture R (B 8 ) Frame B 4 , Frame B 5 The process of reading the insertion data from the data storage unit 2 is performed so as to replace. Thereby, in the decoding terminal 10, the frame B 4 , Frame B 5 Can be accurately decoded. In addition, the stuffing insertion unit 23 repeats the picture R (B 7 ), Repeat picture R (B 8 By inserting stuffing data into (), it is possible to ensure that the vbv buffer is not broken.
[0072]
Note that video data encoded by an encoding method capable of changing a picture display interval, such as an encoding method defined by ISO / IEC 14496-2 (so-called MPEG-4 video), is transmitted. Sometimes, instead of inserting a repeat picture, changing the display time of the picture allows the picture to be repeated in the special reproduction, thereby realizing a pause.
[0073]
Next, processing of the data conversion unit 4 when a special reproduction designation signal designating fast-forward reproduction as the type of special reproduction transmitted from the outside is received by a receiving unit (not shown) of the special reproduction control unit 3 will be described.
[0074]
When a special reproduction control signal for fast-forward reproduction as a type of special reproduction is received by a receiving unit (not shown) of the special reproduction control unit 3, the data conversion unit 4 receives an appropriate I and subsequent frames from the out frame as shown in FIG. The reading unit 21 is operated so that a picture is selected and read out from the data storage unit 2, insertion data is inserted so as not to break the vbv buffer, and when fast-forward playback is canceled, the video data after in-frame is returned.
[0075]
FIG. 10 shows a processing procedure of the data conversion unit 4 when such processing is performed. According to FIG. 10, when a special playback control signal indicating that fast-play playback is performed while video data for normal playback is read by the reading unit 21 and transmission data is being transmitted to the decoding terminal 10 is input ( Step ST21) First, processing for determining an out frame is performed (step ST22). At this time, it is desirable that the reading unit 21 selects video data whose out-frame picture type is I picture. Thereby, the reading unit 21 can improve the image quality immediately after the fast-forward reproduction.
[0076]
Next, the reading unit 21 selects and reads an I picture or a P picture used for fast-forward playback from the normal playback video data stored in the data storage unit 2 (step ST23). Here, the reading unit 21 can increase the image quality during fast-forward playback by selecting an I picture. Further, when the fast-forward playback speed is designated by the special playback control signal from the special playback control unit 3, the reading unit 21 adjusts the fast-forward playback speed by adjusting the interval between pictures to be selected.
[0077]
Next, the video data read in step ST23 is supplied to the vbv delay detection unit 22 from the read unit 21, and the stuffing insertion unit 23 is supplied with the repeat picture (insertion data) read by the read unit 21. The vbv delay detection unit 22 detects the vbv delay using the video data, and the stuffing insertion unit 23 inserts the stuffing data into the repeat picture based on the vbv delay so that the locus of the bit occupancy of the vbv buffer is continuous. Output to the output unit 24. Thereby, the switching output unit 24 inserts repeat pictures and stuffing data into the video data as shown in FIG. 9 (step ST24).
[0078]
Next, the data conversion unit 4 repeats the above-described processing in step ST23 and the processing in step ST24 until fast-forward playback is performed until a special playback control signal indicating cancellation of fast-forward playback is input and it is determined that fast-forward playback is cancelled. When canceling, the process proceeds to the next process (step ST25).
[0079]
When fast-forward playback is cancelled, the reading unit 21 performs processing for selecting an I picture to be in-frame and reading it from the data storage unit 2 (step ST26), and supplies it to the vbv delay detection unit 22.
[0080]
Next, the vbv delay detection unit 22 detects the vbv delay of the video data that is in-frame from the reading unit 21, and the stuffing insertion unit 23 inserts the stuffing data based on the vbv delay so as not to break the vbv buffer. The repeat picture is output to the switching output unit 24 (step ST27).
[0081]
Next, the reading unit 21 determines whether the selected in-frame video data is the head in the closed GOP encoding order (step ST28).
[0082]
When the in-frame video data is the head video data in the closed GOP encoding order, the reading unit 21 returns to the process of reading the video data for normal reproduction (step ST30) and ends the process.
[0083]
Specifically, the frame I that is the head of the closed GOP as shown in FIG. 2 When the fast-forward playback is canceled with the in-frame as shown in FIG. 11, the decoding terminal 10 can perform decoding without inserting a repeat picture as shown in FIG.
[0084]
On the other hand, when the in-frame video data is not the head video data in the closed GOP encoding order, the reading unit 21 performs a correction process of replacing with a repeat picture having the same data size (step ST29). Returning to the process of reading video data (step ST30), the process ends.
[0085]
Specifically, the frame I that is not the head of the closed GOP as shown in FIG. 2 When the fast-forward playback is canceled with the in-frame as the in-frame, as shown in FIG. 12B, the B picture continuous from the top in the display order immediately after the in-frame is decoded correctly because the prediction source picture is switched for special playback. Can not do it. Here, the reading unit 21 accurately performs the decoding process on the decoding terminal 10 side by performing a correction process to replace the B picture immediately after the in-frame with repeat pictures R (B0) and R (B1) using only backward prediction. Let The stuffing insertion unit 23 also prevents the picture B before replacement in order to prevent the vbv buffer from failing. 0 , Picture B 1 And the repeated picture R (B 0 ), R (B 1 The stuffing data is inserted so that the data size becomes equal.
[0086]
In fast-forward playback, the data conversion unit 4 is particularly different from the condition of the picture selected in step ST23 in the in-frame condition determined in step ST26 such that the in-frame always selects a closed GOP. Except for the case of providing ST, the processing in step ST26 and step ST27 may be performed in step ST23 and step ST24, respectively.
[0087]
In addition, when performing fast-forward playback in the reverse direction, the data conversion unit 4 performs processing for arranging the time direction of the I picture selected in step ST23 in the reverse direction.
[0088]
Next, the processing of the data conversion unit 4 when a special reproduction designation signal designating slow reproduction as the type of special reproduction transmitted from the outside is received by a receiving unit (not shown) of the special reproduction control unit 3 will be described.
[0089]
When a special reproduction control signal for slow reproduction as a type of special reproduction is received by a receiving unit (not shown) of the special reproduction control unit 3, the data conversion unit 4 performs normal reproduction from an out frame or later as shown in FIG. 13. A process of inserting a repeat picture between frames of video data is performed, and when slow playback is canceled, the video data returns to the video data after the in-frame.
[0090]
FIG. 14 shows a processing procedure of the data conversion unit 4 when such processing is performed. According to FIG. 14, when video data for normal playback is read by the reading unit 21 and a special playback control signal for slow playback is input during transmission of transmission data to the decoding terminal 10 ( Step ST41) First, processing for determining an out frame is performed (step ST42).
[0091]
Here, when the video data for normal reproduction is a TS defined by ISO / IEC13818-1, the display time information of the I picture or P picture may be encoded and transmitted prior to the picture data. When the repeat picture is inserted, the display time of the I picture and the P picture changes. Therefore, when encoding the display time, the out frame is selected from the I picture or the P picture.
[0092]
Next, in order to obtain the display time of the current I picture or P picture, the reading unit 21 determines the number of repeat pictures to be inserted before the next I picture or P picture after starting slow playback ( Step ST43). The reading unit 21 does not need to determine the number of inserted sheets in advance when the display time need not be encoded. The reading unit 21 controls the speed of slow reproduction according to the number of pictures to be inserted.
[0093]
Next, the switching output unit 24 performs a process of inserting a repeat picture, which is a B picture, between pictures of normal reproduction video data (step ST44), and multiplexes special reproduction video data decoded as slow reproduction. To the conversion unit 5. At this time, the stuffing insertion unit 23 uses the stuffing data so that the data size of the repeat picture to be inserted is the data size obtained by multiplying the video data rate by the display interval time of the video frame, and does not cause the vbv buffer to fail. Guarantee that. Here, when the display time is encoded, the switching output unit 24 performs control so as not to cancel the slow reproduction until the number of repeat pictures determined in step ST43 is inserted. The accuracy of the displayed time is maintained.
[0094]
Next, the data converter 4 determines whether or not a special playback control signal for canceling slow playback is input from the special playback controller 3 (step ST45), and reads normal playback data when canceling slow playback. As described above, when the reading unit 21 operates (step ST46), the process is terminated and the slow reproduction is not canceled, the processes of the above-described steps ST43 and ST44 are repeated.
[0095]
Next, the processing of the data conversion unit 4 when a special reproduction designation signal designating jump reproduction as the type of special reproduction transmitted from the outside is received by a receiving unit (not shown) of the special reproduction control unit 3 will be described.
[0096]
When a special reproduction control signal for performing jump reproduction as a type of special reproduction is received by a receiving unit (not shown) of the special reproduction control unit 3, the data conversion unit 4 performs normal reproduction from an out frame or later as shown in FIG. A process of inserting a repeat picture between the frames of the video data is performed, and the video data after the in-frame is returned. That is, the server device 1 continues playback from different frames of the normal playback video data during transmission of the normal playback video data.
[0097]
FIG. 16 shows a processing procedure of the data conversion unit 4 when such processing is performed. According to FIG. 16, when a special playback control signal for performing jump playback is input while video data for normal playback is read by the reading unit 21 and transmission data is being transmitted to the decoding terminal 10 ( Step ST51) First, the vbv delay detector 22 is operated so as to detect the vbv delay of the frame immediately after the out frame and the in frame. At this time, the reading unit 21 reads out the frame data immediately after the out frame and the in-frame video data from the data storage unit 2 and supplies them to the vbv delay detection unit 22, and also reads out repeat pictures from the data storage unit 2 and inserts stuffing. To the unit 23.
[0098]
Next, the stuffing insertion unit 23 adjusts the data size of the repeat picture by inserting stuffing data based on the detected vbv delay so as not to break the vbv buffer (step ST52).
[0099]
Further, when the display time information before the out frame is encoded prior to the video data and sent to the decoding terminal 10, the server device 1 performs jump playback of the number of B pictures consecutive after the out frame. By determining the picture type of the repeat picture so that the number is the same as the case where it is not performed, the display order of the pictures before the out-frame is maintained.
[0100]
Next, the reading unit 21 determines whether or not the in-frame video data read in the previous step is the head of the closed GOP (step ST53). When it is determined that the in-frame video data is not the head of the closed GOP, the reading unit 21 performs a correction process for replacing with a repeat picture having the same data size as in the above-described step ST29 (step ST54), and video for normal playback Returning to the process of reading data (step ST55), the process ends. As a result, even when jump playback is performed, the server device 1 correctly performs the decoding process on the decoding terminal 10 side, and prevents the vbv buffer from failing.
[0101]
On the other hand, when the reading unit 21 determines that the in-frame video data is the head of the closed GOP, the reading unit 21 returns to the process of reading the video data for normal reproduction (step ST55) and ends the process.
[0102]
Next, the processing of the data conversion unit 4 when a special reproduction designation signal designating frame advance as the type of special reproduction transmitted from the outside is received by a receiving unit (not shown) of the special reproduction control unit 3 will be described.
[0103]
When a special reproduction control signal for frame-by-frame reproduction is received as a special reproduction type by a receiving unit (not shown) of the special reproduction control unit 3, the data conversion unit 4 performs an appropriate operation after an out frame as shown in FIG. An interval I picture or P picture is selected, a process of replacing the selected pictures with a repeat picture is performed, and the video data after the in-frame is returned.
[0104]
FIG. 18 shows a processing procedure of the data conversion unit 4 when such processing is performed. According to FIG. 18, when the normal playback video data is read by the reading unit 21 and a special playback control signal for frame-by-frame playback is input during transmission of transmission data to the decoding terminal 10, (Step ST61) First, the reading unit 21 performs a process of determining an out frame (step ST62). Here, the reading unit 21 can select an arbitrary picture in the normal reproduction video data as an out frame. The reading unit 21 can increase the image quality in the in frame by selecting the I picture as the out frame.
[0105]
Next, the reading unit 21 selects the next I picture or P picture (frame advance playback video data) to be extracted from the normal playback video data (step ST63). Here, when the P picture is selected as the frame-advance playback video data, the reading unit 21 correctly decodes on the decoding terminal 10 side if the picture that is the prediction source of the P picture is replaced with a repeat picture. Therefore, the frame feed playback video data is read from the data storage unit 2 so as to satisfy the condition that the I picture or P picture immediately before the P picture to be selected is not replaced with a repeat picture. In addition, the reading unit 21 selects an I picture as frame-by-frame playback video data in order to increase the image quality during frame-by-frame playback.
[0106]
Further, the reading unit 21 performs a process of reading a repeat picture from the data storage unit 2. At this time, the reading unit 21 adjusts the interval between the video data for frame-by-frame playback by selecting the number of repeat pictures, and controls the time length for each picture.
[0107]
The reading unit 21 supplies the frame-by-frame playback video data read by this processing to the vbv delay detection unit 22 and supplies the repeat picture to the stuffing insertion unit 23.
[0108]
Next, the data conversion unit 4 performs a process of replacing all frame-by-frame playback video data selected in the previous step with repeat pictures (step ST64). When the original picture of the normal reproduction video data is an I picture or a P picture, the reading unit 21 reads the repeat picture from the reading unit 21 so that the original picture is a B picture. In this case, the repeat picture is read out from the reading unit 21 so as to be replaced with a repeat picture consisting of a B picture. Thereby, the data converter 4 can hold the display order for each picture type. The stuffing insertion unit 23 adds stuffing data to the repeat picture so that the data size of the repeat picture is equal to that of the picture before replacement in order to ensure that the vbv buffer does not fail.
[0109]
Next, the data conversion unit 4 repeats the processing in step ST63 and the processing in step ST64 described above until a special playback control signal indicating cancellation of frame advance playback is input and it is determined that frame advance playback is cancelled. When the forward reproduction is canceled, the process proceeds to the next process (step ST65).
[0110]
When the frame-by-frame playback is canceled, the reading unit 21 determines whether or not the I picture or P picture immediately before the in-frame is replaced with a repeat picture (step ST66). Returning to the process of reading data (step ST69), the process ends.
[0111]
On the other hand, when it is determined that the reading unit 21 has been replaced, the reading unit 21 performs the same processing as in the above-described step ST28 and step ST29. That is, the reading unit 21 determines whether or not the selected in-frame video data is the head in the closed GOP encoding order (step ST67), and the in-frame video data is in the closed GOP encoding order. When it is determined that it is the head of the video, the process returns to the process of reading video data for normal reproduction (step ST69), and the process is terminated. Further, when the in-frame video data is not the head video data in the closed GOP encoding order, the reading unit 21 performs a correction process of replacing with a repeat picture having the same data size (step ST68). Returning to the process of reading video data (step ST69), the process ends.
[0112]
Note that the data conversion unit 4 increases the interval of the I picture or P picture selected in step ST63 when a special reproduction control signal for performing frame advance reproduction with a frame advance reproduction speed other than the normal speed is input. Adjust the number of repeat pictures. At this time, the data conversion unit 4 performs a process of thinning out the repeat picture replaced in step ST64 or a process of further inserting a repeat picture. Further, the data conversion unit 4 determines the data size of the repeat picture in the same manner as described in step ST24 above.
[0113]
In addition, when a special playback control signal for performing reverse frame-by-frame playback is input, the data conversion unit 4 performs processing for arranging the time direction of the I picture selected in step ST63 in the reverse direction.
[0114]
In such a server device 1, even when special playback video data is transmitted to the decoding terminal 10, the repeat picture is inserted by adjusting the number and data size according to the type of special playback, so that the normal playback video data It is possible to create video data for special playback in the same data format.
[0115]
According to such a data distribution system, even when special reproduction is performed, the special reproduction video data converted by the data conversion unit 4 is converted into the same video data format as that in the normal reproduction. Therefore, special reception processing and decoding processing for special reproduction are not required on the decoding terminal 10 side, and further, a control device for special reproduction is not required on the decoding terminal 10 side.
[0116]
Further, according to the above data distribution system, for example, when ISO / IEC13818-2 is used, the vbv buffer is set when the data conversion unit 4 converts the video data for special reproduction for special reproduction. By performing control processing for outputting video data for special playback that does not fail, the decoding terminal 10 can have a simple configuration that does not require special processing for special playback.
[0117]
Furthermore, according to the server device 1 provided with the data conversion unit 4, since special video playback is converted into the same video data format as that used in normal playback, special playback for special playback is performed. It is not necessary to have a function to make a data format. The server apparatus 1 is a video that does not cause the vbv buffer to fail even when data transmission is performed using the IEEE 1394 cable as the transmission medium 20 with the TS defined in ISO / IEC13818-1 by the method defined in IEC61883, for example. Since it has been converted into data, it can be multiplexed into a TS that satisfies the ISO / IEC13818-1 standard, and data can be transmitted in a data format that meets the IEC61883 standard.
[0118]
Therefore, according to the data distribution system, it is not necessary to combine a special server and a decoding terminal when transmitting data for special reproduction.
[0119]
Furthermore, according to this data distribution system, it is not necessary to perform decoding and re-encoding when transmitting video data by the server device 1, so that the configuration of the data conversion unit 4 can be simplified, and at the time of transmission Processing delay can be reduced, and further, image quality is not deteriorated.
[0120]
【The invention's effect】
According to the present invention, transmission data whose bit occupancy is detected and insertion data whose data size is adjusted are switched and output based on the type of special reproduction included in the special reproduction request received from the outside. Since the transmitted data and the inserted data are transmitted to the playback device, the data transmission side does not need to perform decoding and re-encoding for special playback when sending video data for special playback to the playback device. In addition, the configuration on the data transmission side can be simplified, the processing delay at the time of transmission can be reduced, and the image quality is not deteriorated.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a data distribution system to which the present invention is applied.
FIG. 2 is a diagram showing a locus of bit occupancy of a vbv buffer for video data A;
FIG. 3 is a diagram illustrating a locus of bit occupancy of a vbv buffer for video data B;
FIG. 4 is a diagram illustrating a locus of bit occupancy of a vbv buffer when switching from video data A to video data B;
FIG. 5 is a diagram illustrating a locus of bit occupancy in a vbv buffer when a repeat picture is inserted between video data A and video data B;
FIG. 6 is a diagram for explaining processing when temporary suspension is performed by a data conversion unit of a server device to which the present invention is applied;
FIG. 7 is a flowchart for explaining a processing procedure when the data conversion unit of the server apparatus to which the present invention is applied performs a temporary stop.
FIG. 8 is a diagram for explaining a correction process when the data conversion unit of the server device to which the present invention is applied performs a temporary stop.
FIG. 9 is a diagram for explaining processing when fast-forward playback is performed by the data conversion unit of the server device to which the present invention is applied;
FIG. 10 is a flowchart for explaining a processing procedure when fast-forward playback is performed by the data conversion unit of the server apparatus to which the present invention is applied.
FIG. 11 is a diagram for explaining an example when fast-forward reproduction is performed by the data conversion unit of the server apparatus to which the present invention is applied.
FIG. 12 is a diagram for explaining correction processing when fast-forward reproduction is performed by the data conversion unit of the server device to which the present invention is applied.
FIG. 13 is a diagram for explaining processing when slow reproduction is performed by the data conversion unit of the server device to which the present invention is applied;
FIG. 14 is a flowchart for explaining a processing procedure when performing slow reproduction by the data conversion unit of the server device to which the present invention is applied;
FIG. 15 is a diagram for explaining processing when a jump is performed by a data conversion unit of a server device to which the present invention is applied;
FIG. 16 is a flowchart for explaining a processing procedure when a jump is performed by the data conversion unit of the server device to which the present invention is applied;
FIG. 17 is a diagram for explaining processing when frame-by-frame playback is performed by the data conversion unit of the server apparatus to which the present invention is applied.
FIG. 18 is a flowchart for explaining a processing procedure when frame-by-frame playback is performed by the data conversion unit of the server apparatus to which the present invention is applied.
FIG. 19 is a block diagram showing a conventional data distribution system.
FIG. 20 is a diagram for describing a locus of bit occupancy of a vbv buffer.
FIG. 21 is a diagram for describing a decoder model for decoding TS in ISO / IEC13818-1.
FIG. 22 is a block diagram showing a data distribution system.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 Server apparatus, 2 Data storage part, 3 Special reproduction | regeneration control part, 4 Data conversion part, 5 Multiplexing part, 6 Transmission part, 10 Decoding terminal, 11 Reception part, 12 Decoding part, 20 Transmission medium, 21 Reading part, 22 vbv delay detection unit, 23 stuffing insertion unit, 24 switching output unit

Claims (39)

外部からの特殊再生要求を受信する受信手段と、
再生装置に送信される送信データ及び送信データとともに上記再生装置に送信される挿入データを記憶するデータ記憶手段と、
上記受信した特殊再生要求に基づいて上記データ記憶手段から送信データ及び挿入データを読み出す読み出し手段と、
上記読み出された上記送信データと挿入データの符号発生量制御用の仮想バッファに対するビット占有量を検出するビット占有量検出手段と、
上記ビット占有量検出手段で検出されたビット占有量に基づいて、上記読み出し手段で読み出された挿入データに付加データを付加して、挿入データのデータサイズを調整する挿入データ調整手段と、
上記ビット占有量検出手段によりビット占有量が検出された送信データ、及び上記挿入データ調整手段でデータサイズが調整された挿入データを、上記受信手段で受信した特殊再生要求に含まれる特殊再生の種類に基づいて切換出力する切換出力手段と、
上記切換出力手段から出力された送信データ及び挿入データを上記再生装置に送信する送信手段とを備えること
を特徴とするデータ配信装置。
A receiving means for receiving a special reproduction request from the outside;
Data storage means for storing transmission data to be transmitted to the playback device and insertion data to be transmitted to the playback device together with the transmission data;
Reading means for reading transmission data and insertion data from the data storage means based on the received special reproduction request;
A bit occupancy detection means for detecting a bit occupancy with respect to a virtual buffer for code generation amount control of the read transmission data and insertion data;
Insertion data adjustment means for adjusting the data size of the insertion data by adding additional data to the insertion data read by the reading means based on the bit occupation amount detected by the bit occupation amount detection means;
The type of special reproduction included in the special reproduction request received by the receiving means for the transmission data whose bit occupation amount is detected by the bit occupation amount detecting means and the insertion data whose data size has been adjusted by the insertion data adjusting means Switching output means for switching output based on
A data distribution apparatus comprising: transmission means for transmitting transmission data and insertion data output from the switching output means to the reproduction apparatus.
上記受信手段は、一時停止を特殊再生の種類として指定した特殊再生要求を受信し、
上記読み出し手段は、一時停止中のデータとして上記挿入データを上記データ記憶手段から読み出し、
上記切換出力手段は、上記読み出し手段から読み出された挿入データを一時停止用データとして上記送信手段に出力すること
を特徴とする請求項1記載のデータ配信装置。
The receiving means receives a special reproduction request that specifies pause as the type of special reproduction,
The reading means reads the insertion data from the data storage means as data being paused,
2. The data distribution apparatus according to claim 1, wherein the switching output means outputs the insertion data read from the reading means to the transmission means as temporary stop data.
上記受信手段は、早送り再生を特殊再生の種類として指定した特殊再生要求を受信し、
上記読み出し手段は、早送り再生中のデータとして上記送信データ及び上記挿入データを上記データ記憶手段から読み出し、
上記切換出力手段は、上記読み出し手段により読み出された挿入データを送信データ間に挿入したデータを早送り再生用データとして上記送信手段に出力すること
を特徴とする請求項1記載のデータ配信装置。
The receiving means receives a special reproduction request that designates fast-forward reproduction as the type of special reproduction,
The reading means reads the transmission data and the insertion data from the data storage means as data during fast-forward playback,
2. The data distribution apparatus according to claim 1, wherein the switching output means outputs data obtained by inserting the insertion data read by the reading means between transmission data to the transmission means as fast-forward reproduction data.
上記読み出し手段は、上記早送り再生用データを構成する送信データとしてフレーム内符号化画像又はフレーム間順方向予測符号化画像を選択すること
を特徴とする請求項3記載のデータ配信装置。
4. The data distribution apparatus according to claim 3, wherein the reading unit selects an intra-frame encoded image or an inter-frame forward prediction encoded image as transmission data constituting the fast-forward reproduction data.
上記受信手段は、巻き戻し再生を特殊再生の種類として指定した特殊再生要求を受信し、
上記読み出し手段は、巻き戻し再生中のデータとして上記送信データ及び挿入データを上記データ記憶手段から読み出して、読み出した送信データを時間方向における逆順序に配列し、
上記切換出力手段は、上記読み出し手段により読み出された挿入データを送信データ間に挿入したデータを巻き戻し再生用データとして上記送信手段に出力すること
を特徴とする請求項1記載のデータ配信装置。
The receiving means receives a special reproduction request specifying rewind reproduction as a type of special reproduction,
The reading means reads the transmission data and insertion data as data during rewind reproduction from the data storage means, arranges the read transmission data in the reverse order in the time direction,
2. The data distribution apparatus according to claim 1, wherein the switching output means outputs data obtained by inserting the insertion data read by the reading means between transmission data to the transmission means as rewind reproduction data. .
上記読み出し手段は、上記巻き戻し再生用データを構成する送信データとしてフレーム内符号化画像を選択すること
を特徴とする請求項5記載のデータ配信装置。
6. The data distribution apparatus according to claim 5, wherein the reading means selects an intra-frame encoded image as transmission data constituting the rewind reproduction data.
上記受信手段は、スロー再生を特殊再生の種類として指定した特殊再生要求を受信し、
上記読み出し手段は、スロー再生中のデータとして上記送信データ及び挿入データを上記データ記憶手段から読み出し、
上記切換出力手段は、上記読み出し手段により読み出された挿入データを送信データ間に挿入したデータをスロー再生用データとして上記送信手段に出力すること
を特徴とする請求項1記載のデータ配信装置。
The receiving means receives a special reproduction request that specifies slow reproduction as a type of special reproduction,
The reading means reads the transmission data and insertion data from the data storage means as data during slow reproduction,
2. The data distribution apparatus according to claim 1, wherein the switching output means outputs data obtained by inserting the insertion data read by the reading means between transmission data to the transmission means as slow reproduction data.
上記読み出し手段は、上記受信手段で受信した特殊再生要求で指定されたスロー再生の速度に従って、上記挿入データのフレーム枚数を調整して読み出す処理をすること
を特徴とする請求項7記載のデータ配信装置。
8. The data distribution according to claim 7, wherein the reading means performs processing for adjusting and reading out the number of frames of the inserted data in accordance with a slow playback speed designated by the special playback request received by the receiving means. apparatus.
上記受信手段は、ジャンプ再生を特殊再生の種類として指定した特殊再生要求を受信し、
上記読み出し手段は、ジャンプ元の送信データ及びジャンプ先の送信データ及び挿入データを上記データ記憶手段から読み出し、
上記切換出力手段は、上記読み出し手段により読み出された挿入データをジャンプ元の送信データとジャンプ先の送信データとの間に挿入したデータをジャンプ再生用データとして上記送信手段に出力すること
を特徴とする請求項1記載のデータ配信装置。
The receiving means receives a special reproduction request specifying jump reproduction as a type of special reproduction,
The reading means reads the transmission data of the jump source, the transmission data of the jump destination and the insertion data from the data storage means,
The switching output means outputs insertion data read by the reading means between jump source transmission data and jump destination transmission data to the transmission means as jump reproduction data. The data distribution apparatus according to claim 1.
上記受信手段は、コマ送り再生を特殊再生の種類として指定した特殊再生要求を受信し、
上記読み出し手段は、コマ送り再生中のデータとして上記送信データ及び挿入データを上記データ記憶手段から読み出し、
上記切換出力手段は、上記読み出し手段により読み出された送信データの一部を挿入データに置き換えたデータをコマ送り再生用データとして上記送信手段に出力すること
を特徴とする請求項1記載のデータ配信装置。
The receiving means receives a special reproduction request that designates frame-by-frame reproduction as the type of special reproduction,
The reading means reads the transmission data and insertion data from the data storage means as data during frame-by-frame playback,
2. The data according to claim 1, wherein the switching output means outputs data obtained by replacing a part of the transmission data read by the reading means with insertion data to the transmission means as frame feed reproduction data. Distribution device.
上記読み出し手段は、上記コマ送り再生用データを構成する送信データとしてフレーム内符号化画像又はフレーム間順方向予測符号化画像を選択すること
を特徴とする請求項10記載のデータ配信装置。
11. The data distribution apparatus according to claim 10, wherein the reading unit selects an intra-frame encoded image or an inter-frame forward prediction encoded image as transmission data constituting the frame advance / playback data.
上記読み出し手段は、上記切り換え手段で置き換える送信データがフレーム内符号化画像又はフレーム間順方向予測符号化画像であるときにはフレーム間順方向予測符号化画像を挿入データとして読み出し、上記切り換え手段で置き換える送信データが双方向予測符号化画像であるときには双方向予測符号化画像を挿入データとして読み出すこと
を特徴とする請求項10記載のデータ配信装置。
When the transmission data to be replaced by the switching unit is an intra-frame encoded image or an inter-frame forward prediction encoded image, the reading unit reads the inter-frame forward prediction encoded image as insertion data and replaces the transmission data with the switching unit. 11. The data distribution apparatus according to claim 10, wherein when the data is a bi-directional predictive encoded image, the bi-directional predictive encoded image is read as insertion data.
上記読み出し手段は、上記受信手段で受信した特殊再生要求で指定されたコマ送り再生におけるフレームごとの時間間隔に従って、送信データ内から選択するフレームごとの時間長を調整してコマ送り再生用データとして読み出すこと
を特徴とする請求項10記載のデータ配信装置。
The reading means adjusts the time length for each frame selected from the transmission data according to the time interval for each frame in the frame advance reproduction specified by the special reproduction request received by the reception means, and serves as frame advance reproduction data. The data distribution device according to claim 10, wherein the data distribution device is read out.
上記読み出し手段は、上記受信手段で受信した特殊再生要求で指定されたコマ送り再生の速度に従って、送信データ内から選択するフレームごとの時間長を調整してコマ送り再生用データとして読み出すとともに、選択したフレーム間を置き換える挿入データを読み出すこと
を特徴とする請求項10記載のデータ配信装置。
The reading means adjusts the time length for each frame to be selected from the transmission data in accordance with the frame-by-frame playback speed specified by the special playback request received by the receiving means and reads out the frame-by-frame playback data and selects it. The data distribution apparatus according to claim 10, wherein insertion data for replacing between frames is read out.
上記挿入データ調整手段は、上記読み出し手段で読み出した挿入データの上記ビット占有量検出手段で検出したビット占有量、及び上記読み出し手段で読み出した送信データの上記ビット占有量検出手段で検出したビット占有量に基づいて、挿入データに付加データを付加すること
を特徴とする請求項14記載のデータ配信装置。
The insertion data adjustment means includes the bit occupation amount detected by the bit occupation amount detection means of the insertion data read by the reading means, and the bit occupation detected by the bit occupation amount detection means of the transmission data read by the readout means. 15. The data distribution apparatus according to claim 14, wherein the additional data is added to the insertion data based on the amount.
上記読み出し手段は、送信データから選択するフレームの間隔を調整して、再生の速度を調整すること
を特徴とする請求項1記載のデータ配信装置。
2. The data distribution apparatus according to claim 1, wherein the reading means adjusts the reproduction speed by adjusting an interval between frames to be selected from transmission data.
上記読み出し手段は、上記受信手段で受信した特殊再生を解除する特殊再生要求に応じて、特殊再生を解除する際の戻り先データのビット占有量に基づいて、挿入データを挿入すること
を特徴とする請求項1記載のデータ配信装置。
The reading means inserts insertion data based on the bit occupancy amount of return destination data when canceling special reproduction in response to the special reproduction request for canceling special reproduction received by the receiving means. The data distribution apparatus according to claim 1.
上記読み出し手段は、特殊再生から通常再生に戻るに際して、通常再生に戻ったときの送信データの上記再生装置の表示順先頭から連続するフレームを挿入データで差し替えるように上記データ記憶手段から挿入データを読み出すこと
を特徴とする請求項1記載のデータ配信装置。
When returning from the special reproduction to the normal reproduction, the reading means reads the insertion data from the data storage means so as to replace the continuous frames from the top of the display order of the reproduction apparatus of the transmission data when returning to the normal reproduction with the insertion data. The data distribution apparatus according to claim 1, wherein the data distribution apparatus reads the data.
上記挿入データ調整手段は、上記読み出し手段により読み出された挿入データを、差し替え前の送信データのデータサイズと等しくすること
を特徴とする請求項18記載のデータ配信装置。
19. The data distribution apparatus according to claim 18, wherein the insertion data adjustment unit makes the insertion data read by the reading unit equal to a data size of transmission data before replacement.
外部からの特殊再生要求を受信し、
受信した上記特殊再生要求に基づいて、再生装置に送信する送信データ及び送信データとともに上記再生装置に送信する挿入データをデータ記憶手段から読み出し、
読み出した上記送信データと上記挿入データの符号発生量制御用の仮想バッファに対するビット占有量を検出し、
検出した上記ビット占有量に基づいて、読み出した上記挿入データに付加データを付加して上記挿入データのデータサイズを調整し、
上記ビット占有量が検出された上記送信データ、及びデータサイズが調整された上記挿入データを、受信した上記特殊再生要求に含まれる特殊再生の種類に基づいて切換出力し、
出力された上記送信データ及び上記挿入データを上記再生装置に送信すること
を特徴とするデータ配信方法。
Receive a special playback request from the outside,
Based on the received special reproduction request, the transmission data to be transmitted to the reproduction device and the insertion data to be transmitted to the reproduction device together with the transmission data are read from the data storage means,
Detect the bit occupancy for the virtual buffer for code generation amount control of the read transmission data and the insertion data,
Based on the detected bit occupancy, add additional data to the read insertion data to adjust the data size of the insertion data,
The transmission data in which the bit occupation amount is detected and the insertion data in which the data size is adjusted are switched and output based on the type of special reproduction included in the received special reproduction request,
A data distribution method, wherein the output transmission data and the insertion data are transmitted to the playback device.
一時停止を特殊再生の種類として指定した上記特殊再生要求を受信し、
一時停止中のデータとして上記挿入データを上記データ記憶手段から読み出し、
読み出した挿入データを一時停止用データとして送信すること
を特徴とする請求項20記載のデータ配信方法。
The above special playback request specifying pause as the type of special playback is received,
The insertion data is read from the data storage means as temporarily stopped data,
21. The data distribution method according to claim 20, wherein the read insertion data is transmitted as temporary stop data.
早送り再生を特殊再生の種類として指定した上記特殊再生要求を受信し、
早送り再生中のデータとして上記送信データ及び上記挿入データを上記データ記憶手段から読み出し、
読み出した上記挿入データを上記送信データ間に挿入したデータを早送り再生用データとして送信すること
を特徴とする請求項20記載のデータ配信方法。
Receives the above special playback request that specifies fast forward playback as the type of special playback,
Read out the transmission data and the insertion data from the data storage means as data during fast-forward playback,
21. The data distribution method according to claim 20, wherein data obtained by inserting the read insertion data between the transmission data is transmitted as fast-forward reproduction data.
上記早送り再生用データを構成する送信データとしてフレーム内符号化画像又はフレーム間順方向予測符号化画像を選択すること
を特徴とする請求項22記載のデータ配信方法。
The data distribution method according to claim 22, wherein an intra-frame encoded image or an inter-frame forward prediction encoded image is selected as transmission data constituting the fast-forward reproduction data.
巻き戻し再生を特殊再生の種類として指定した上記特殊再生要求を受信し、
巻き戻し再生中のデータとして上記送信データ及び挿入データを上記データ記憶手段から読み出して、読み出した上記送信データを時間方向における逆順序に配列し、
読み出した上記挿入データを上記送信データ間に挿入したデータを巻き戻し再生用データとして送信すること
を特徴とする請求項20記載のデータ配信方法。
The above special playback request specifying the rewind playback as the special playback type is received,
Read the transmission data and insertion data as data during rewind playback from the data storage means, arrange the read transmission data in the reverse order in the time direction,
21. The data distribution method according to claim 20, wherein the inserted insertion data that has been read is transmitted as data for rewind reproduction.
上記巻き戻し再生用データを構成する送信データとしてフレーム内符号化画像を選択すること
を特徴とする請求項24記載のデータ配信方法。
25. The data distribution method according to claim 24, wherein an intra-frame encoded image is selected as transmission data constituting the rewind playback data.
スロー再生を特殊再生の種類として指定した上記特殊再生要求を受信し、
スロー再生中のデータとして上記送信データ及び挿入データを上記データ記憶手段から読み出し、
読み出した上記挿入データを送信データ間に挿入したデータをスロー再生用データとして送信すること
を特徴とする請求項20記載のデータ配信方法。
The above special playback request specifying slow playback as the type of special playback is received,
Read the transmission data and insertion data from the data storage means as data during slow playback,
21. The data distribution method according to claim 20, wherein data obtained by inserting the read insertion data between transmission data is transmitted as slow reproduction data.
受信した上記特殊再生要求で指定されたスロー再生の速度に従って、上記挿入データのフレーム枚数を調整して上記データ記憶手段から読み出す処理をすること
を特徴とする請求項26記載のデータ配信方法。
27. The data distribution method according to claim 26, wherein a process of adjusting the number of frames of the inserted data and reading from the data storage means is performed according to a slow reproduction speed designated by the received special reproduction request.
ジャンプ再生を特殊再生の種類として指定した上記特殊再生要求を受信し、
ジャンプ元の上記送信データ及びジャンプ先の上記送信データ及び上記挿入データを上記データ記憶手段から読み出し、
読み出した上記挿入データをジャンプ元の上記送信データとジャンプ先の上記送信データとの間に挿入したデータをジャンプ再生用データとして送信すること
を特徴とする請求項20記載のデータ配信方法。
The above special playback request specifying jump playback as the type of special playback is received,
Read the transmission data of the jump source, the transmission data of the jump destination and the insertion data from the data storage means,
21. The data distribution method according to claim 20, wherein the data inserted between the transmission data of the jump source and the transmission data of the jump destination is transmitted as jump reproduction data.
コマ送り再生を特殊再生の種類として指定した上記特殊再生要求を受信し、
コマ送り再生中のデータとして上記送信データ及び挿入データを上記データ記憶手段から読み出し、
読み出した上記送信データの一部を上記挿入データに置き換えたデータをコマ送り再生用データとして送信すること
を特徴とする請求項20記載のデータ配信方法。
The above special playback request specifying frame-by-frame playback as the type of special playback is received,
Read out the transmission data and insertion data from the data storage means as data during frame-by-frame playback,
21. The data distribution method according to claim 20, wherein data obtained by replacing a part of the read transmission data with the insertion data is transmitted as frame advance reproduction data.
上記コマ送り再生用データを構成する上記送信データとしてフレーム内符号化画像又はフレーム間順方向予測符号化画像を選択して上記データ記憶手段から読み出すこと
を特徴とする請求項29記載のデータ配信方法。
30. The data distribution method according to claim 29, wherein an intra-frame encoded image or an inter-frame forward prediction encoded image is selected and read from the data storage means as the transmission data constituting the frame advance / playback data. .
上記置き換える送信データがフレーム内符号化画像又はフレーム間順方向予測符号化画像であるときにはフレーム間順方向予測符号化画像を上記挿入データとして読み出し、上記置き換える送信データが双方向予測符号化画像であるときには双方向予測符号化画像を上記挿入データとして読み出すこと
を特徴とする請求項29記載のデータ配信方法。
When the replacement transmission data is an intra-frame encoded image or an inter-frame forward prediction encoded image, the inter-frame forward prediction encoded image is read as the insertion data, and the replacement transmission data is a bidirectional prediction encoded image. 30. The data distribution method according to claim 29, wherein a bidirectional predictive encoded image is sometimes read as the insertion data.
受信した上記特殊再生要求で指定されたコマ送り再生におけるフレームごとの時間間隔に従って、上記送信データ内から選択するフレームごとの時間長を調整して上記コマ送り再生用データとして読み出すこと
を特徴とする請求項29記載のデータ配信方法。
The time length for each frame selected from the transmission data is adjusted according to the time interval for each frame in the frame advance reproduction specified by the received special reproduction request, and is read as the frame advance reproduction data. 30. A data distribution method according to claim 29.
受信した上記特殊再生要求で指定されたコマ送り再生の速度に従って、上記送信データ内から選択するフレームごとの時間長を調整して上記コマ送り再生用データとして読み出すとともに、選択したフレーム間を置き換える上記挿入データを読み出すこと
を特徴とする請求項29記載のデータ配信方法。
In accordance with the frame-by-frame playback speed specified in the received special playback request, the time length for each frame selected from the transmission data is adjusted and read out as the frame-by-frame playback data, and the selected frames are replaced. 30. The data distribution method according to claim 29, wherein the insertion data is read out.
読み出した上記挿入データのビット占有量、及び読み出した上記送信データのビット占有量に基づいて、上記挿入データに付加データを付加すること
を特徴とする請求項33記載のデータ配信方法。
34. The data distribution method according to claim 33, wherein additional data is added to the insertion data based on the read bit occupation amount of the insertion data and the read bit occupation amount of the transmission data.
上記送信データから選択するフレームの間隔を調整して、再生の速度を調整すること
を特徴とする請求項20記載のデータ配信方法。
21. The data distribution method according to claim 20, wherein a playback speed is adjusted by adjusting an interval between frames selected from the transmission data.
受信した特殊再生を解除する特殊再生要求に応じて、特殊再生を解除する際の戻り先データのビット占有量に基づいて、上記挿入データを挿入すること
を特徴とする請求項20記載のデータ配信方法。
21. The data distribution according to claim 20, wherein the insertion data is inserted based on the bit occupation amount of the return destination data when canceling the special playback in response to the received special playback request for canceling the special playback. Method.
特殊再生から通常再生に戻るに際して、通常再生に戻ったときの送信データの上記再生装置の表示順先頭から連続するフレームを挿入データで差し替えるように上記データ記憶手段から挿入データを読み出すこと
を特徴とする請求項20記載のデータ配信方法。
When returning from the special playback to the normal playback, the insertion data is read from the data storage means so that the continuous frames from the top of the display order of the playback device of the transmission data when returning to the normal playback are replaced with the insertion data. The data distribution method according to claim 20.
読み出された上記挿入データを、差し替え前の送信データのデータサイズと等しくすること
を特徴とする請求項37記載のデータ配信方法。
38. The data distribution method according to claim 37, wherein the read insertion data is made equal to a data size of transmission data before replacement.
データを配信するデータ配信装置と、上記データ配信装置からのデータを受信する受信端末とが伝送媒体を介して接続されたデータ配信システムにおいて、
上記データ配信装置は、ユーザによる特殊再生要求を受信する受信手段と、上記受信端末に送信される送信データ、及び送信データとともに上記受信端末に送信される挿入データを記憶するデータ記憶手段と、上記受信手段で受信した特殊再生要求に基づいて上記データ記憶手段から送信データ及び挿入データを読み出す読み出し手段と、上記読み出し手段で読み出された上記送信データと挿入データの符号発生量制御用の仮想バッファに対するビット占有量を検出するビット占有量検出手段と、上記ビット占有量検出手段で検出されたビット占有量に基づいて、上記読み出し手段で読み出された挿入データに付加データを付加して挿入データのデータサイズを調整する挿入データ調整手段と、上記ビット占有量検出手段によりビット占有量が検出された送信データ、及び上記挿入データ調整手段でデータサイズが調整された挿入データを上記受信手段で受信した特殊再生要求に含まれる特殊再生の種類に基づいて切換出力する切換出力手段と、上記切換出力手段から出力された送信データ及び挿入データを上記受信端末に送信する送信手段とを備え、
上記受信端末は、上記特殊再生要求に基づく上記送信手段からの送信データ及び挿入データを特殊再生用データとして受信する受信手段と、上記受信手段で受信した特殊再生用データを復号する復号手段とを備えること
を特徴とするデータ配信システム。
In a data distribution system in which a data distribution device that distributes data and a receiving terminal that receives data from the data distribution device are connected via a transmission medium,
The data distribution apparatus includes: a receiving unit that receives a special reproduction request from a user; a transmission unit that transmits transmission data to the receiving terminal; and a data storage unit that stores insertion data to be transmitted to the receiving terminal together with the transmission data; Read means for reading transmission data and insertion data from the data storage means based on the special reproduction request received by the reception means, and a virtual buffer for controlling the amount of generated code of the transmission data and insertion data read by the read means Bit occupancy detection means for detecting the bit occupancy with respect to the data, and based on the bit occupancy detected by the bit occupancy detection means, additional data is added to the insertion data read by the reading means to insert data The bit occupancy amount by the insertion data adjustment means for adjusting the data size of the data and the bit occupancy amount detection means Switching output means for switching and outputting detected transmission data and insertion data whose data size has been adjusted by the insertion data adjustment means based on the type of special reproduction included in the special reproduction request received by the reception means; and Transmission means for transmitting transmission data and insertion data output from the switching output means to the receiving terminal, and
The receiving terminal includes receiving means for receiving transmission data and insertion data from the transmitting means based on the special reproduction request as special reproduction data, and decoding means for decoding the special reproduction data received by the receiving means. A data distribution system comprising:
JP2001173012A 2000-06-14 2001-06-07 Data distribution apparatus and method, data distribution system Expired - Fee Related JP4470345B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001173012A JP4470345B2 (en) 2000-06-14 2001-06-07 Data distribution apparatus and method, data distribution system

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
JP2000-179000 2000-06-14
JP2000179000 2000-06-14
JP2001173012A JP4470345B2 (en) 2000-06-14 2001-06-07 Data distribution apparatus and method, data distribution system

Publications (2)

Publication Number Publication Date
JP2002077827A JP2002077827A (en) 2002-03-15
JP4470345B2 true JP4470345B2 (en) 2010-06-02

Family

ID=26593960

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001173012A Expired - Fee Related JP4470345B2 (en) 2000-06-14 2001-06-07 Data distribution apparatus and method, data distribution system

Country Status (1)

Country Link
JP (1) JP4470345B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3671925B2 (en) 2002-03-20 2005-07-13 セイコーエプソン株式会社 Data transfer control device, electronic device, and data transfer control method
JP4118232B2 (en) 2003-12-19 2008-07-16 三菱電機株式会社 Video data processing method and video data processing apparatus
EP1779658B1 (en) 2004-07-01 2012-12-26 OY Gamecluster Ltd A method and a device for supplying a decoder with data
JP5781550B2 (en) * 2010-03-08 2015-09-24 サムスン エレクトロニクス カンパニー リミテッド Media content data reproducing apparatus and method

Also Published As

Publication number Publication date
JP2002077827A (en) 2002-03-15

Similar Documents

Publication Publication Date Title
JP4538908B2 (en) Data conversion apparatus and method
US8238438B2 (en) Image data transmitting apparatus and method and image data reproducing apparatus and method
US7342961B2 (en) Encoded data outputting apparatus and method
AU692223B2 (en) Method and device for transmitting data packets
US5974223A (en) Method of and apparatus for data recording, method of and apparatus for data reproduction, recording medium, and method of and apparatus for data transmission
KR20020045572A (en) Transmission rate control method
KR100772343B1 (en) Data reproduction transmission apparatus and data reproduction transmission method
US7333711B2 (en) Data distribution apparatus and method, and data distribution system
JP3668556B2 (en) Digital signal encoding method
US20060161676A1 (en) Apparatus for IP streaming capable of smoothing multimedia stream
JP4470345B2 (en) Data distribution apparatus and method, data distribution system
JP4373730B2 (en) Video data transmission apparatus, video data transmission / reception system, and method thereof
JP4491918B2 (en) Data distribution apparatus and method, data distribution system
JP3617177B2 (en) Video material supply apparatus and method
JP4295079B2 (en) Special video data processing method, special video data processing apparatus and special video data processing system
JP2002112194A (en) Data processing method and device, data transmission system, transmission medium
JP2002077811A (en) Method and device for data processing, data transmission system, and transmission medium
JP2002094938A (en) Data processing method and system, data transmission system, transmission medium
JP3792770B2 (en) Recording / playback device
JP2002171529A (en) Video encoder and method, recording medium, and decoder
JPH08191434A (en) Moving picture/audio coding data multiplexing method and moving picture/audio coding data multiplexer
JP2002335528A (en) Moving picture decoding device and its method
JP2002112221A (en) Data transmission method and device, data transmission system, transmission medium
JP2000244915A (en) Device and method for multi-stage image coding and transmission
JP2001128181A (en) Method and device for inserting broadcast for advertising into digital broadcasting

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080317

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100222

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130312

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130312

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140312

Year of fee payment: 4

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees