JPH10136017A - Data transfer system - Google Patents

Data transfer system

Info

Publication number
JPH10136017A
JPH10136017A JP28786496A JP28786496A JPH10136017A JP H10136017 A JPH10136017 A JP H10136017A JP 28786496 A JP28786496 A JP 28786496A JP 28786496 A JP28786496 A JP 28786496A JP H10136017 A JPH10136017 A JP H10136017A
Authority
JP
Japan
Prior art keywords
data
resolution
reception
packet
unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP28786496A
Other languages
Japanese (ja)
Inventor
Mitsuo Tamura
光雄 田村
Akino Inoue
あきの 井上
Shinji Nojima
晋二 野島
Satoru Kageyu
哲 勘解由
Hitoshi Kato
等 加藤
Shugo Horigami
周吾 堀上
Tsutomu Uenoyama
上野山  努
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co Ltd
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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP28786496A priority Critical patent/JPH10136017A/en
Publication of JPH10136017A publication Critical patent/JPH10136017A/en
Pending legal-status Critical Current

Links

Landscapes

  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a data transfer system, where plural reception devices can receive multimedia data which a transmission device transmits at the desired resolution. SOLUTION: This data transmission device 101 inputs multimedia data and separates it at every medium. A data resolution conversion means 106 sequentially generates difference data to a maximum resolution from data of prescribed minimum resolution, difference data with data of second resolution and difference data with data of second and third resolutions, and transmits a multicast address (MA in the following), corresponding to respective data stored in an address corresponding table storage means 109. A data reception device 102 takes out MA, corresponding to reception resolution which a user desires from an address corresponding table storage means 117, designates it in a packet transmission/reception means 110, receives only the data of designated MA and reconstitutes multimedia data of desired resolution so as to output it.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明はマルチメディアデー
タストリームをネットワークを通して転送し、複数の端
末で各々が所望の解像度でマルチメディアデータストリ
ームを出力するマルチメディアデータストリーム転送シ
ステムに関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a multimedia data stream transfer system for transferring a multimedia data stream through a network and outputting a multimedia data stream at a desired resolution at a plurality of terminals.

【0002】[0002]

【従来の技術】複数の端末に別々の解像度でデータを配
布する従来の技術としては、特開平7−327219号
公報の電子会議システムが知られている。この電子会議
システムの構成図を図22に示す。この電子会議システ
ムは、ネットワークに接続した会議サーバ9001と、
複数の参加者コンピュータ9002から構成されてお
り、それぞれの参加者コンピュータは会議サーバ900
1を経由して他の参加者コンピュータへ電子化資料デー
タを配布し、電子化資料データを受けた参加者コンピュ
ータは各々の表示解像度での表示を行うものである。ま
ず、送信者となる参加者コンピュータ9002では、ア
プリケーション9009の資料データを配布する場合、
9010にて資料データをベクトル形式にし、9014
のOSを介して、9015の通信制御がネットワークに
対してデータを送信する。次に、会議サーバ9001で
は、9008の通信制御が受け取り、9007のOSを
介して配布先管理9006に渡し、配布先の最も低解像
度な電子化資料データを作成し、配布先のより高い解像
度の電子化資料データに戻すための差分データを順次作
成するための処理を9003で行い、9004にて資料
データか差分データかの別および表示解像度等の属性の
属性付与を行い、9005でデータ圧縮し、9007の
OSを介して、ネットワークに対して、通信制御900
8が資料データと差分データを全配布先にマルチキャス
トする。次に、受信者となる参加者コンピュータ900
2は、通信制御9015が資料データと差分データを受
け取り、9014のOSを介して、属性判断9013に
渡し、ここで自身の表示解像度と比較して表示できると
判断されたものを、9012でデータ伸長し、9011
で表示する。
2. Description of the Related Art As a conventional technique for distributing data at different resolutions to a plurality of terminals, an electronic conference system disclosed in Japanese Patent Application Laid-Open No. 7-327219 is known. FIG. 22 shows a configuration diagram of this electronic conference system. This electronic conference system includes a conference server 9001 connected to a network,
It is composed of a plurality of participant computers 9002, and each participant computer is a conference server 900.
The electronic material data is distributed to other participant computers via 1 and the participant computers receiving the electronic material data perform display at the respective display resolutions. First, in the participant computer 9002 serving as the sender, when distributing material data of the application 9009,
At 9010, the material data is converted to a vector format, and 9014
The communication control of 9015 transmits data to the network via the OS. Next, the conference server 9001 receives the communication control of 9008, passes it to the distribution destination management 9006 via the OS of 9007, creates the lowest resolution electronic material data of the distribution destination, and creates At 9003, a process for sequentially creating difference data for returning to digitized material data is performed, and at 9004, attributes such as material data or difference data and attributes such as display resolution are assigned, and data compression is performed at 9005. , 9007, the communication control 900 to the network
8 multicasts the material data and the difference data to all distribution destinations. Next, a participant computer 900 as a recipient
2, the communication control 9015 receives the material data and the difference data, passes it to the attribute determination 9013 via the OS of 9014, and determines that the data can be displayed by comparing it with its own display resolution at 9012. Stretched, 9011
To display.

【0003】[0003]

【発明が解決しようとする課題】上記従来のデータ配布
の技術では、会議サーバは、低解像度の資料データと差
分データすべてを、すべての配布先の参加者コンピュー
タに転送する。ここで会議サーバは配布先参加者コンピ
ュータの表示解像度に基づいて資料データと差分データ
を生成するために、すべての参加者コンピュータの表示
解像度を記憶している。しかし、参加者コンピュータの
表示解像度の変更、あるいは新しい参加者コンピュータ
が加わった場合には、これらの解像度を知る手段はな
い。
In the above-mentioned conventional data distribution technique, the conference server transfers all the low-resolution material data and difference data to the participant computers of all distribution destinations. Here, the conference server stores the display resolutions of all the participant computers in order to generate the material data and the difference data based on the display resolution of the destination participant computers. However, when the display resolution of the participant computer is changed or a new participant computer is added, there is no way to know these resolutions.

【0004】また、配布先参加者コンピュータでは、自
身の表示解像度より高解像度の差分データも、9015
の通信制御、9014のOSを介し、9013の属性判
断で不要と判断するまで処理する。配布先参加者コンピ
ュータが、このような不要なデータの処理を行うこと
は、 他のデータ処理のためのCPU性能、通信性能を
低下させてしまう。
[0004] In addition, the distribution destination participant computer also obtains 9015 difference data having a resolution higher than its own display resolution.
Through the communication control of 9014, the processing is performed until the attribute is determined to be unnecessary in 9013 through the OS of 9014. When the distribution destination participant computer processes such unnecessary data, the CPU performance and the communication performance for other data processing are reduced.

【0005】また、会議サーバから電子化資料データを
マルチキャスト転送する際にデータの一部が欠落した場
合、受信側参加者コンピュータは電子化資料データを表
示することができない。
[0005] Further, when a part of the data is lost when the digitized material data is multicast-transferred from the conference server, the receiving participant computer cannot display the digitized material data.

【0006】これらの問題点を解決するために、本発明
は、マルチメディアデータストリームを転送するデータ
転送システムにおいて、第1に、データ送信装置が、任
意の受信解像度に対応した形式でデータを送出すること
ができ、データ受信装置は、不要なデータを処理せず、
所望の解像度のデータを効率よく受信することができる
データ転送システムを提供することを目的とする。
In order to solve these problems, the present invention relates to a data transfer system for transferring a multimedia data stream. First, a data transmission device transmits data in a format corresponding to an arbitrary reception resolution. The data receiving device does not process unnecessary data,
It is an object of the present invention to provide a data transfer system capable of efficiently receiving data of a desired resolution.

【0007】第2に、データ送信装置がデータ受信装置
の受信解像度を収集することができるようにし、不要な
データのネットワークへの送出を行わずネットワークの
負荷を軽減でき、効率よくデータを転送することができ
るデータ転送システムを提供することを目的とする。
Second, the data transmitting apparatus can collect the receiving resolution of the data receiving apparatus, and can reduce the load on the network without sending unnecessary data to the network, thereby transferring data efficiently. It is an object of the present invention to provide a data transfer system that can perform the data transfer.

【0008】第3に、ネットワークでデータの一部が欠
落した場合に、データを補完して出力することができる
データ転送システムを提供することを目的とする。
A third object of the present invention is to provide a data transfer system capable of complementing and outputting data when a part of the data is lost in a network.

【0009】第4に、ネットワークでデータの一部が欠
落した場合に、欠落したデータを再送することにより、
信頼性の高いデータ転送を行うことができるデータ転送
システムを提供することを目的とする。
Fourth, when a part of data is lost in the network, the missing data is retransmitted,
It is an object of the present invention to provide a data transfer system capable of performing highly reliable data transfer.

【0010】第5に、ネットワークでデータの一部が欠
落した場合に、解像度の低い基本的なデータである場合
にのみデータを再送することにより、効率が良く実用的
な信頼性のあるデータ転送を行うことができるデータ転
送システムを提供することを目的とする。
Fifth, when a part of data is lost in the network, the data is retransmitted only when the data is basic data having a low resolution, so that efficient, practical and reliable data transfer is possible. It is an object of the present invention to provide a data transfer system capable of performing the data transfer.

【0011】第6に、ネットワークでのデータの欠落の
割合に従って、データ受信装置における受信解像度を変
更することにより、ネットワークのトラフィック状態に
適した解像度で効率よくデータ転送を行うことができる
データ転送システムを提供することを目的とする。
Sixth, a data transfer system capable of efficiently performing data transfer at a resolution suitable for the traffic condition of the network by changing the reception resolution in the data receiving apparatus in accordance with the rate of data loss in the network. The purpose is to provide.

【0012】[0012]

【課題を解決するための手段】上記目的を達成するため
に、本発明は第1に、「データ送信装置と複数のデータ
受信装置をネットワークに接続したデータ転送システム
であって、 前記データ送信装置は、データ入力手段
と、データ種別識別手段と、データ解像度変換手段と、
送信制御手段とを具備し、前記データ入力手段は、デー
タを入力し、前記データ種別識別手段は、前記データ入
力手段が入力するデータをメディア毎に識別し、前記デ
ータ解像度変換手段は、前記データ種別識別手段がメデ
ィア毎に識別したデータから、所定の解像度の段階のう
ち、最も低い1番目の解像度のデータである基本データ
を生成し、前記基本データと次に解像度の高い2番目の
解像度のデータとの差分である第1差分データを生成
し、2番目と3番目の解像度のデータの差分である第2
差分データを生成し、以下順次、前記所定の解像度の段
階のうち最高解像度までの差分データを生成して出力
し、前記送信制御手段は、前記データ解像度変換手段が
出力する基本データおよび差分データに属性情報を付加
して、前記ネットワークへ送信を行うものであり、前記
データ受信装置は、受信制御手段と、データ再構成手段
と、データ出力手段とを具備し、前記受信制御手段は、
前記ネットワークからメディア毎に所望の解像度のデー
タを構成する基本および差分データの属性情報を持つデ
ータを受信して出力し、前記データ再構成手段は、前記
データ受信制御手段が出力するメディア毎の基本データ
および差分データより、メディア毎に前記所望の解像度
のデータを生成し、前記データ出力手段は、前記データ
再構成手段が生成したデータを出力する」ものであり、
これにより、データ送信装置が、任意の受信解像度に
対応した形式でデータを送出することができ、データ受
信装置は、不要なデータを処理せず、所望の解像度のデ
ータを効率よく受信することができるデータ転送システ
ムが得られる。
According to one aspect of the present invention, there is provided a data transfer system in which a data transmitting apparatus and a plurality of data receiving apparatuses are connected to a network. Is a data input unit, a data type identification unit, a data resolution conversion unit,
Transmission control means, wherein the data input means inputs data, the data type identification means identifies data inputted by the data input means for each medium, and the data resolution conversion means comprises: From the data identified by the type identification means for each medium, basic data that is the lowest resolution data among the predetermined resolution stages is generated, and the basic data and the second highest resolution second resolution data are generated. First difference data which is a difference from the data is generated, and a second difference data which is a difference between the second and third resolution data is generated.
Generate difference data, and sequentially generate and output difference data up to the highest resolution among the stages of the predetermined resolution, and the transmission control unit converts the basic data and the difference data output by the data resolution conversion unit into basic data and difference data. In addition to the attribute information, to transmit to the network, the data receiving device includes a reception control unit, a data reconfiguration unit, a data output unit, the reception control unit,
Receiving and outputting, from the network, data having attribute information of basic data and difference data for forming data of a desired resolution for each medium from the network; and the data reconstructing means outputs the basic data for each medium output by the data reception control means. From the data and the difference data, the data of the desired resolution is generated for each medium, and the data output unit outputs the data generated by the data reconstructing unit.
As a result, the data transmission device can transmit data in a format corresponding to any reception resolution, and the data reception device can efficiently receive data of a desired resolution without processing unnecessary data. A data transfer system that can be obtained.

【0013】本発明は第2に、第1の発明において、デ
ータ送信装置が、受信解像度記憶手段を備えた送信解像
度決定手段を更に備え、前記送信解像度決定手段がパケ
ット送受信手段を用いて複数のデータ受信装置からメデ
ィア毎の受信解像度の通知を収集して前記受信解像度記
憶手段に記憶し、メディア毎に最も解像度の高いものを
送信解像度として決定し、データ受信装置が、メディア
毎の受信解像度をパケット送受信手段を用いて前記デー
タ送信装置に通知する受信解像度通知手段を更に備えた
ものであり、これにより、データ送信装置がデータ受信
装置の受信解像度を収集することができ、不要なデータ
のネットワークへの送出を行わずネットワークの負荷を
軽減でき、効率よくデータを転送することができるデー
タ転送システムが得られる。
According to a second aspect of the present invention, in the first aspect, the data transmitting apparatus further comprises transmission resolution determining means provided with a receiving resolution storage means, wherein the transmission resolution determining means uses a plurality of packet transmitting / receiving means to transmit a plurality of packets. A notification of the reception resolution for each medium is collected from the data reception device and stored in the reception resolution storage unit, and the highest resolution is determined as the transmission resolution for each medium, and the data reception device determines the reception resolution for each medium. A receiving resolution notifying unit for notifying the data transmitting device using a packet transmitting / receiving unit, whereby the data transmitting device can collect the receiving resolution of the data receiving device, and a network of unnecessary data can be collected. A data transfer system that can reduce the load on the network without sending data to It is.

【0014】本発明は第3に、第1の発明において、デ
ータ受信装置のデータ受信制御手段が、データストリー
ムを構成するパケットの消失を検出するパケット消失検
出手段を更に備え、データ再構成手段が、パケット消失
検出手段により検出した消失したパケットの補完データ
を生成する補完データ生成手段を更に備えたものであ
り、これにより、ネットワークでデータの一部が欠落し
た場合に、データを補完して出力することができるデー
タ転送システムが得られる。
According to a third aspect of the present invention, in the first aspect, the data reception control means of the data receiving apparatus further comprises a packet loss detecting means for detecting loss of a packet constituting the data stream, and the data reconstructing means comprises: Further comprising supplementary data generating means for generating complementary data of the lost packet detected by the packet loss detecting means, whereby the data is complemented and output when a part of the data is lost in the network. A data transfer system that can

【0015】本発明は第4に、第1の発明において、デ
ータ送信装置のデータ送信制御手段が、パケット再送要
求を受けた場合にパケットを再送するパケット再送手段
と、再送するためのパケットを記憶しておく再送パケッ
ト記憶手段を更に備え、データ受信装置のデータ受信制
御手段が、データストリームを構成するパケットの消失
を検出するパケット消失検出手段とパケット消失検出手
段により検出した消失したパケットの再送要求を行うパ
ケット再送要求手段を更に備えたものであり、これによ
り、ネットワークでデータの一部が欠落した場合に、欠
落したデータを再送することにより、信頼性の高いデー
タ転送を行うことができるデータ転送システムが得られ
る。
Fourthly, the present invention is based on the first aspect, wherein the data transmission control means of the data transmission apparatus retransmits the packet when receiving the packet retransmission request, and stores the packet for retransmission. A packet loss detecting means for detecting a loss of a packet constituting the data stream; and a retransmission request for the lost packet detected by the packet loss detecting means. And a packet retransmission requesting means for performing a reliable data transfer by retransmitting the missing data when a part of the data is lost in the network. A transfer system is obtained.

【0016】本発明は第5に、第4の発明において、デ
ータ受信装置のパケット再送要求手段を、パケット消失
検出手段により検出した消失した特定のデータストリー
ムのパケットの再送要求を行う特定パケット再送要求手
段に置き換えたものであり、これにより、ネットワーク
でデータの一部が欠落した場合に、解像度の低い基本的
なデータである場合にのみデータを再送することによ
り、効率が良く実用的な信頼性のあるデータ転送を行う
ことができるデータ転送システムが得られる。
According to a fifth and a fourth aspect of the present invention, in the fourth aspect, the packet retransmission requesting means of the data receiving apparatus includes a specific packet retransmission request for requesting a retransmission of a packet of a specific data stream that has been lost detected by the packet loss detecting means. Means that when data is partially lost in the network, data is retransmitted only if it is basic data with low resolution, resulting in efficient and practical reliability. A data transfer system capable of performing certain data transfer is obtained.

【0017】本発明は第6に、第1の発明において、デ
ータ受信装置が、データ受信制御手段に、データストリ
ームを構成するパケットの消失を検出するパケット消失
検出手段を更に備え、更に、パケット消失検出手段が検
出するパケットの消失の状態に従って受信解像度を変更
する受信解像度変更手段を備えたものであり、これによ
り、ネットワークでのデータの欠落の割合に従って、デ
ータ受信装置における受信解像度を変更することによ
り、ネットワークのトラフィック状態に適した解像度で
効率よくデータ転送を行うことができるデータ転送シス
テムが得られる。
According to a sixth aspect of the present invention, in the first aspect, the data receiving apparatus further includes a packet loss detecting means in the data reception control means for detecting a loss of a packet constituting the data stream. A receiving resolution changing means for changing a receiving resolution in accordance with a state of packet loss detected by the detecting means, whereby the receiving resolution in the data receiving apparatus is changed in accordance with a rate of data loss in the network. Accordingly, a data transfer system capable of efficiently performing data transfer with a resolution suitable for a network traffic state is obtained.

【0018】[0018]

【発明の実施の形態】以下、本発明の実施の形態につい
て、図1から図21を用いて説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiments of the present invention will be described below with reference to FIGS.

【0019】(実施の形態1)まず、請求項1乃至3に
対応する第1の実施の形態について説明する.図1は、
本システムの実施の形態1の構成図である。図1に示す
ように本システムは、データ送信装置101と複数のデ
ータ受信装置102がネットワーク103に接続されて
いる。
(Embodiment 1) First, a first embodiment corresponding to claims 1 to 3 will be described. FIG.
FIG. 1 is a configuration diagram of a first embodiment of the present system. As shown in FIG. 1, in the present system, a data transmitting apparatus 101 and a plurality of data receiving apparatuses 102 are connected to a network 103.

【0020】データ送信装置101は、データ入力手段
104と、データ分離手段105と、データ解像度変換
手段106と、データ送信制御手段107と、パケット
送受信手段108と、アドレス対応表記憶手段109か
ら構成される。
The data transmitting apparatus 101 comprises a data input means 104, a data separating means 105, a data resolution converting means 106, a data transmission controlling means 107, a packet transmitting / receiving means 108, and an address correspondence table storage means 109. You.

【0021】データ受信装置102は、パケット送受信
手段110と、データ受信制御手段111と、データ再
構成手段112と、データ結合手段113と、データ出
力手段114と、受信解像度指示手段116と、受信ア
ドレス記憶手段115と、アドレス対応表記憶手段11
7から構成される。
The data receiving apparatus 102 includes a packet transmitting / receiving unit 110, a data reception control unit 111, a data reconstructing unit 112, a data combining unit 113, a data output unit 114, a reception resolution instruction unit 116, a reception address Storage means 115 and address correspondence table storage means 11
7 is comprised.

【0022】ここで、ネットワークは、Ethernet、ATM
交換網などを用いる。パケット送受信手段は、IPマル
チキャストなどのマルチキャスト転送が行えるものを用
いる。
Here, the network is Ethernet, ATM
An exchange network or the like is used. As the packet transmitting / receiving means, means capable of performing multicast transfer such as IP multicast is used.

【0023】図2は、本システムが扱う解像度の種類の
例であり、映像が3段階、音声が2段階となっている。
FIG. 2 shows an example of the types of resolutions handled by the present system. The video has three levels and the audio has two levels.

【0024】図3は、本システムによるマルチメディア
データストリームの転送を示す図である。1001はネ
ットワーク、1002はマルチメディアデータストリー
ムを送信するデータ送信装置、1003、1004はマ
ルチメディアデータストリームを受信するデータ受信装
置である。1005はデータ送信装置1002が入力と
するオリジナルのマルチメディアデータストリームであ
り、映像と音声の2つのメディアから構成され、映像は
フレーム毎にデータブロックV1,V2,V3,・・・
を、音声は一定時間毎にデータブロックA1,A2,・
・・を構成している。1006はデータ受信装置100
3が出力するマルチメディアデータストリームであり、
映像についてはオリジナルのマルチメディアデータスト
リーム1005と同じフレーム構成で解像度は映像第3
解像度、音声についてはそれぞれのデータブロックはオ
リジナルの音声のデータブロックを倍のサンプリング周
期のデータに変換したものであり解像度は2分の1の音
声第1解像度である。1007はデータ受信装置100
4が出力するマルチメディアデータストリームであり、
映像についてはオリジナルのマルチメディアデータスト
リーム1005の2分の1のフレームレートの映像第2
解像度、音声についてはオリジナルのマルチメディアデ
ータストリーム1005と同じデータブロックで構成さ
れ同じ解像度の音声第2解像度である。
FIG. 3 is a diagram showing the transfer of a multimedia data stream by the present system. 1001 is a network, 1002 is a data transmitting device for transmitting a multimedia data stream, and 1003 and 1004 are data receiving devices for receiving a multimedia data stream. Reference numeral 1005 denotes an original multimedia data stream input to the data transmitting apparatus 1002, which is composed of two media of video and audio, and the video is composed of data blocks V1, V2, V3,.
And the audio data blocks A1, A2,.
・ ・ Is composed. 1006 is the data receiving device 100
3 is a multimedia data stream output;
The video has the same frame configuration as the original multimedia data stream 1005 and the resolution is
Regarding the resolution and the sound, each data block is obtained by converting the data block of the original sound into data having a double sampling period, and the resolution is the half sound first resolution. 1007 is the data receiving device 100
4 is a multimedia data stream output,
For the video, a second video having a frame rate that is half the original multimedia data stream 1005
Regarding the resolution and audio, the original multimedia data stream 1005 is composed of the same data blocks and has the same audio second resolution.

【0025】図4は、本システムのデータ分離の例を示
す図である。映像は図2の3つの解像度に対応するため
に、映像基本データストリーム1101、映像第1差分
データストリーム1102、映像第2差分データストリ
ーム1103に分離する。データストリーム1101、
1102、1103を用いて映像第1解像度、110
1、1102を用いて映像第2解像度、1101を用い
て映像第3解像度の映像データストリームを得ることが
できる。音声は、図2の2つの解像度に対応するため
に、音声基本データストリーム1104と、音声第1差
分データストリーム1105に分離する。1104、1
105の各データブロックは、オリジナル1005の音
声データブロックを倍のサンプリング周期のデータに変
換したものであり、サンプリングのタイミングを半周期
ずらしている。データストリーム1104、1105を
用いて音声第1解像度、1104を用いて音声第2解像
度の音声データストリームを得ることができる。
FIG. 4 is a diagram showing an example of data separation in the present system. The video is separated into a video basic data stream 1101, a video first difference data stream 1102, and a video second difference data stream 1103 to correspond to the three resolutions in FIG. Data stream 1101,
1101 and 1103 using the first video resolution, 110
1 and 1102, a video data stream having a video second resolution and a video third resolution using 1101 can be obtained. The audio is separated into an audio basic data stream 1104 and an audio first difference data stream 1105 to support the two resolutions in FIG. 1104, 1
Each data block 105 is obtained by converting the audio data block of the original 1005 into data having a double sampling period, and the sampling timing is shifted by a half period. Using the data streams 1104 and 1105, an audio data stream having the first audio resolution and the second audio resolution using the 1104 can be obtained.

【0026】本システムのデータ送信装置は、オリジナ
ルのマルチメディアデータストリームから生成した基本
データストリーム、差分データストリームをパケット化
し、データストリーム毎に別々のマルチキャストアドレ
スを用いてネットワークに送出する。
The data transmitting apparatus of the present system packetizes a basic data stream and a differential data stream generated from an original multimedia data stream, and transmits the packets to a network using a different multicast address for each data stream.

【0027】図5は、マルチキャストアドレス対応表の
例である。5種類のデータストリームに対応した5個の
マルチキャストアドレスを定義している。
FIG. 5 is an example of a multicast address correspondence table. Five multicast addresses corresponding to five types of data streams are defined.

【0028】図3において、データ受信装置1003
は、1008に示す4つのマルチキャストアドレス宛て
のパケットを受信し、映像基本、映像第1差分、映像第
2差分、音声基本データストリームを生成し、映像第3
解像度、音声第1解像度のマルチメディアデータストリ
ームを出力する。データ受信装置1004は1009に
示す4つのマルチキャストアドレス宛てのパケットを受
信し、映像基本、映像第1差分、音声基本、音声第1差
分データストリームを生成し、映像第2解像度、音声第
2解像度のデータストリームを出力する。
In FIG. 3, data receiving apparatus 1003
Receives the packets addressed to the four multicast addresses indicated by 1008, generates the video basic, video first difference, video second difference, and audio basic data streams,
A multimedia data stream having a resolution and a first audio resolution is output. The data receiving device 1004 receives the packets addressed to the four multicast addresses indicated by 1009, generates a video basic, video first difference, audio basic, and audio first difference data streams, and outputs the video second resolution and the audio second resolution. Output a data stream.

【0029】次に本システムの詳しい動作について、例
を用いて説明する。まず、データ送信装置101の動作
について説明する。データ入力手段104は、マルチメ
ディアデータストリームの入力を受け付ける。マルチメ
ディアデータストリームは、図4の1005の様な連続
したデータである。
Next, the detailed operation of the present system will be described using an example. First, the operation of the data transmission device 101 will be described. The data input unit 104 receives an input of a multimedia data stream. The multimedia data stream is continuous data such as 1005 in FIG.

【0030】次に、データ分離手段105は、データ入
力手段104よりマルチメディアデータストリームを受
け、メディア毎のデータストリームを出力する。
Next, the data separating means 105 receives the multimedia data stream from the data input means 104 and outputs a data stream for each medium.

【0031】図6は、メディア毎のデータストリームの
分離の例であり、1301は図4の1005のマルチメ
ディアデータストリームと等しく、1301を2つのデ
ータストリーム1302、1303に分離する。130
2は、映像メディアのデータストリーム、1303は、
音声メディアのデータストリームである。
FIG. 6 shows an example of separation of a data stream for each medium. 1301 is the same as the multimedia data stream 1005 in FIG. 4 and separates 1301 into two data streams 1302 and 1303. 130
2 is a video media data stream, 1303 is
It is a data stream of audio media.

【0032】次に、データ解像度変換手段106は、デ
ータ分離手段105からメディア毎のデータストリーム
を受け、基本データストリーム、差分データストリーム
に分離する。例えば、図6の映像メディアデータストリ
ーム1302を図4の映像基本データストリーム110
1と、映像第1差分データストリーム1102と、映像
第2差分データストリーム1103に分離し、図6の音
声メディアデータストリーム1303を、図4の音声基
本データストリーム1104と、音声第1差分データス
トリーム1105に分離する。さらに、分離した各デー
タストリームをデータブロック毎に出力する。
Next, the data resolution conversion means 106 receives the data stream for each medium from the data separation means 105 and separates the data stream into a basic data stream and a difference data stream. For example, the video media data stream 1302 of FIG.
1, the video first difference data stream 1102, and the video second difference data stream 1103, and the audio media data stream 1303 in FIG. 6 is converted into the audio basic data stream 1104 and the audio first difference data stream 1105 in FIG. To separate. Further, each separated data stream is output for each data block.

【0033】図8は、データブロックのメッセージの例
であり、以下の4つの部分から構成される。 1601:データ種別。データストリームの種別をコー
ド化したもの。 1602:データストリーム毎のデータブロックの通し
番号 1603:データ本体のデータ長 1604:データ本体(データブロック1つ) この例では、データストリームの種別が“映像第1差分
データストリーム”であり、該データブロックは、該デ
ータストリームの2番目のデータブロックであり、デー
タ長は4096、データはデータブロックV7の内容と
なっている。
FIG. 8 shows an example of a data block message, which is composed of the following four parts. 1601: Data type. Coded data stream type. 1602: Serial number of the data block for each data stream 1603: Data length of the data body 1604: Data body (one data block) In this example, the type of the data stream is “video first differential data stream” and the data block Is the second data block of the data stream, the data length is 4096, and the data is the content of the data block V7.

【0034】次に、データ送信制御手段107は、デー
タ解像度変換手段106よりデータブロックのメッセー
ジを受け、複数のパケットに分割する。
Next, the data transmission control means 107 receives the data block message from the data resolution conversion means 106 and divides it into a plurality of packets.

【0035】図9は、データ送信制御手段107が生成
するパケットの例であり、以下の6つの部分から構成さ
れる。 1701:送信元アドレス(自分のアドレス) 1702:データ種別。データストリームの種別をコー
ド化したもの 1703:データストリーム毎のデータブロックの通し
番号 1704:データブロック中のパケット番号/総パケッ
ト数 1705:データ本体のデータ長 1706:データ本体(データブロックを分割したも
の) この例のパケットは、送信元アドレスがss.ss.s
s.01であり、データストリームの種別が“映像第1
差分データストリーム”であり、該データブロックは、
該データストリームの2番目のデータブロックであり、
該データブロックを4つに分割したうちの1つめのパケ
ットであり、データ長は1024であり、データ本体
は、データブロックV7を4つに分割した1つ目の内容
となっている。次に、該データストリームを送信するマ
ルチキャストアドレスをアドレス対応表記憶手段109
より取得し、パケット送信手段108に、生成したパケ
ットをメッセージとして出力しへ、該マルチキャストア
ドレスへ送信するように指示する。ここで、アドレス対
応表記憶手段109は、図5に示すようなマルチキャス
トアドレス対応表を記憶しており、メディア毎の基本お
よび各差分データストリームに対応したマルチキャスト
アドレスを取り出すことができる。図5の例によれば、
図9のパケットは映像第1差分データストリームである
から、xx.xx.xx.11へ送信する。
FIG. 9 shows an example of a packet generated by the data transmission control means 107, which is composed of the following six parts. 1701: Source address (own address) 1702: Data type. Coded type of data stream 1703: Serial number of data block for each data stream 1704: Packet number / total number of packets in data block 1705: Data length of data body 1706: Data body (divided data block) The packet of this example has a source address of ss. ss. s
s. 01 and the data stream type is “video first
Differential data stream ", wherein the data blocks are:
The second data block of the data stream,
This is the first packet of the data block divided into four, the data length is 1024, and the data body is the first content of the data block V7 divided into four. Next, the multicast address for transmitting the data stream is stored in the address correspondence table storage means 109.
It instructs the packet transmitting means 108 to output the generated packet as a message and transmit it to the multicast address. Here, the address correspondence table storage means 109 stores a multicast address correspondence table as shown in FIG. 5, and can extract a basic address for each medium and a multicast address corresponding to each differential data stream. According to the example of FIG.
Since the packet in FIG. 9 is the video first difference data stream, xx. xx. xx. Send to 11.

【0036】次に、パケット送受信手段108は、デー
タ送信制御手段107から受けたメッセージからパケッ
トを生成し、指定されたアドレスに対して、ネットワー
ク103へ送出する。図10は、パケット送受信手段1
08が生成するパケットの例であり、以下の4つの部分
から構成される。 1801:送信先アドレス 1802:送信元アドレス 1803:データ長 1804:データ本体 図9のパケットを送信するパケットでは、送信先アドレ
ス1801はxx.xx.xx.11、送信元アドレス
1802はss.ss.ss.01、データ長1803
はデータ本体1804の長さ、データ本体1804には
図9のメッセージ全体を含んでいる。
Next, the packet transmission / reception means 108 generates a packet from the message received from the data transmission control means 107, and sends the packet to the network 103 to the designated address. FIG.
08 is an example of a packet generated, and is composed of the following four parts. 1801: destination address 1802: source address 1803: data length 1804: data body In the packet for transmitting the packet in FIG. 9, the destination address 1801 is xx. xx. xx. 11, the source address 1802 is ss. ss. ss. 01, data length 1803
Is the length of the data body 1804, and the data body 1804 includes the entire message of FIG.

【0037】上記、データ入力手段104、データ分離
手段105、データ解像度変換手段106、データ送信
制御手段107、パケット送受信手段108の動作は並
行して行い、マルチメディアデータストリームを連続し
て入力しながら、ネットワーク103に対してパケット
を送出できるように構成する。
The operations of the data input unit 104, the data separation unit 105, the data resolution conversion unit 106, the data transmission control unit 107, and the packet transmission / reception unit 108 are performed in parallel, and the multimedia data stream is input continuously. , So that packets can be transmitted to the network 103.

【0038】次に、データ受信装置102の動作につい
て説明する。まず、受信解像度指示手段116が、受信
側利用者が受信したい解像度である受信解像度を受け付
ける。利用者からは、図7のように映像が映像第2解像
度、音声が音声第1解像度の解像度を入力されたものと
する。次にアドレス対応表記憶手段117から、受信解
像度のマルチメディアデータストリームを構成するデー
タストリームに対応するマルチキャストアドレスを得て
受信アドレスリストを作成する。アドレス対応表記憶手
段117は、データ送信装置101のアドレス対応表記
憶手段109と同じアドレス対応表を記憶している。図
11は作成した受信アドレスリストの例であり、図7の
利用者解像度の例に対応している。すなわち、図7の解
像度(映像第2解像度、音声第1解像度)のデータスト
リームは、図4によれば映像基本データストリーム11
01、映像第1差分データストリーム1102、音声基
本データストリーム1104によって構成され、図5に
よればそれらに対応するマルチキャストアドレスは図1
1の3つのアドレスになる。このようにして作成した受
信アドレスリストをパケット送受信手段110に渡す。
また、データ受信制御手段111、データ再構成手段1
12、データ結合手段113に、受信解像度を渡す。
Next, the operation of the data receiving apparatus 102 will be described. First, the receiving resolution instructing means 116 receives a receiving resolution which is a resolution that the receiving user wants to receive. As shown in FIG. 7, it is assumed that the user has input the resolution of the video at the second resolution and the audio has the resolution of the first audio. Next, a multicast address corresponding to the data stream constituting the multimedia data stream of the reception resolution is obtained from the address correspondence table storage means 117, and a reception address list is created. The address correspondence table storage means 117 stores the same address correspondence table as the address correspondence table storage means 109 of the data transmitting apparatus 101. FIG. 11 shows an example of the created reception address list, which corresponds to the example of the user resolution in FIG. That is, the data stream having the resolution (the second video resolution and the first audio resolution) shown in FIG.
01, a video first differential data stream 1102, and an audio basic data stream 1104. According to FIG.
It becomes three addresses of 1. The reception address list created in this way is passed to the packet transmission / reception means 110.
Further, the data reception control unit 111, the data reconfiguration unit 1
12. The receiving resolution is passed to the data combining means 113.

【0039】次にパケット送受信手段110は、受信解
像度指示手段116から受信アドレスリストを受け、受
信アドレス記憶手段115に記憶し、そこに記されるア
ドレスを送信先アドレスに持つパケットをネットワーク
103から選択的に受信する。受信するパケットは図1
0の形式である。このようなパケットからデータ本体1
804を取り出し、図9の形式のメッセージを生成す
る。
Next, the packet transmission / reception means 110 receives the reception address list from the reception resolution instructing means 116, stores it in the reception address storage means 115, and selects a packet having the address described therein as the transmission destination address from the network 103. To receive. Figure 1 shows the received packet.
0 format. From such a packet, the data body 1
804 is extracted, and a message in the format of FIG. 9 is generated.

【0040】次にデータ受信制御手段111は、パケッ
ト送受信手段110から図9の形式のメッセージを受け
取り、データストリームの種別を示すデータ種別170
2、データブロック番号1703、パケット番号170
4に従ってパケットを結合し、データストリーム中のデ
ータブロックを構成し、図8の形式のメッセージとして
出力する。
Next, the data reception control means 111 receives the message in the format of FIG. 9 from the packet transmission / reception means 110, and receives a data type 170 indicating the type of the data stream.
2, data block number 1703, packet number 170
4 to form a data block in the data stream and output it as a message in the format of FIG.

【0041】次にデータ再構成手段112は、データ受
信制御手段111から図8の形式のメッセージによりデ
ータブロックを受け取り、データ種別1601、データ
ブロック番号1602に従って再構成し、図6の映像メ
ディアデータストリーム1302あるいは音声メディア
データストリーム1303のようなメディア毎のデータ
ストリームを指定された解像度で生成する。
Next, the data reconstructing means 112 receives the data block from the data reception control means 111 by a message in the format of FIG. 8, reconstructs the data block according to the data type 1601 and the data block number 1602, A data stream for each medium such as 1302 or an audio media data stream 1303 is generated at a specified resolution.

【0042】次にデータ結合手段113は、データ再構
成手段112からメディア毎のデータストリームを受け
取り、結合して、指定された解像度のマルチメディアス
トリームを生成する。
Next, the data combining means 113 receives the data streams for each medium from the data reconstructing means 112 and combines them to generate a multimedia stream having a designated resolution.

【0043】次にデータ出力手段114は、データ結合
手段113が生成したマルチメディアデータストリーム
をデコーダや記憶装置に出力する。デコーダとしては、
ソフトウェアのみで実現されているもの、ハードウェア
とドライバソフトであったりする。
Next, the data output means 114 outputs the multimedia data stream generated by the data combining means 113 to a decoder or a storage device. As a decoder,
Some are realized only by software, and some are hardware and driver software.

【0044】上記、パケット送受信手段110、データ
受信制御手段111、データ再構成手段112、データ
結合手段113、データ出力手段114の動作は並行し
て行い、ネットワーク103からパケットを受信しなが
ら、マルチメディアデータストリームを連続して出力で
きるように構成する。
The operations of the packet transmitting / receiving means 110, the data reception control means 111, the data reconstructing means 112, the data combining means 113, and the data output means 114 are performed in parallel. The data stream is configured to be continuously output.

【0045】なお、マルチメディアデータストリーム
は、複数の映像、音声から構成されていてもよく、また
音声、映像の他に、テキスト、イメージ、各メディアの
表示位置/表示タイミングなどから構成されていてもよ
い。また、本実施の形態では、映像の解像度を3段階、
音声の解像度を2段階としたが、任意の段階に設定して
よい。
The multimedia data stream may be composed of a plurality of videos and audios, and may be composed of texts, images, display positions / display timings of respective media, etc. in addition to the audios and videos. Is also good. Also, in the present embodiment, the resolution of the video is set in three levels,
Although the audio resolution is set to two levels, it may be set to any level.

【0046】なお、本実施の形態では、データをデコー
ド、つまり再生する手段(ハードウェア/ソフトウェ
ア)が、マルチメディアデータストリーム、例えば、W
indowsの標準のAVIデータ形式のように動画と
音声を含んだ、データ形式しか受け付けない場合を想定
してデータ結合手段を必要とする例を説明したが、デー
タ受信装置側の再生手段が、動画、音声で別に持ってい
るような場合には、データ送信装置側の入力データに関
わらず、データを結合してマルチメディアデータストリ
ームにする必要はないため、データ結合手段を必ずしも
必要とはしない。
In this embodiment, the means (hardware / software) for decoding, that is, reproducing data is a multimedia data stream such as W
An example has been described in which the data combining means is required on the assumption that only the data format including moving images and audio is accepted, such as the standard AVI data format of Windows, In the case where the data is separately provided by voice, it is not necessary to combine the data into a multimedia data stream irrespective of the input data on the data transmitting apparatus side, and thus the data combining means is not necessarily required.

【0047】以上のように、本実施の形態では、データ
送信装置がマルチメディアデータストリームを分割、解
像度変換、差分データの生成を行い、それぞれ個別のマ
ルチキャストアドレスに送出し、データ受信装置が指定
された解像度に対応したマルチキャストアドレスのパケ
ットを受信し、マルチメディアデータストリームを再構
成して出力するようにしたことにより、データ送信装置
が、任意の受信解像度に対応した形式でデータを送出す
ることができ、データ受信装置は、不要なデータを処理
せず、所望の解像度のデータを効率よく出力することが
でき、その実用的効果は大きい。
As described above, in this embodiment, the data transmitting apparatus divides the multimedia data stream, performs resolution conversion, and generates difference data, sends the data to individual multicast addresses, and specifies the data receiving apparatus. Receiving the packet of the multicast address corresponding to the received resolution, and reconstructing and outputting the multimedia data stream, the data transmitting apparatus can transmit data in a format corresponding to an arbitrary receiving resolution. The data receiving apparatus can efficiently output data of a desired resolution without processing unnecessary data, and the practical effect is large.

【0048】(実施の形態2)次に、請求項4に対応す
る第2の実施の形態について説明する。図12は、本シ
ステムの実施の形態2の構成図である。図12に示すよ
うに本システムは、データ送信装置101と複数のデー
タ受信装置102がネットワーク103に接続されてい
る。
(Embodiment 2) Next, a second embodiment of the present invention will be described. FIG. 12 is a configuration diagram of Embodiment 2 of the present system. As shown in FIG. 12, in the present system, a data transmitting apparatus 101 and a plurality of data receiving apparatuses 102 are connected to a network 103.

【0049】データ送信装置101は、データ入力手段
104と、データ分離手段105と、データ解像度変換
手段106と、データ送信制御手段107と、パケット
送受信手段108と、アドレス対応表記憶手段109
と、送信解像度決定手段2001と、受信解像度記憶手
段2002から構成される。
The data transmission device 101 includes a data input unit 104, a data separation unit 105, a data resolution conversion unit 106, a data transmission control unit 107, a packet transmission / reception unit 108, and an address correspondence table storage unit 109.
, Transmission resolution determination means 2001 and reception resolution storage means 2002.

【0050】データ受信装置102は、パケット送受信
手段110と、データ受信制御手段111と、データ再
構成手段112と、データ結合手段113と、データ出
力手段114と、受信解像度指示手段116と、受信ア
ドレス記憶手段115と、アドレス対応表記憶手段11
7と、受信解像度通知手段2003から構成される。
The data receiving apparatus 102 includes a packet transmitting / receiving means 110, a data receiving control means 111, a data reconstructing means 112, a data combining means 113, a data output means 114, a receiving resolution instructing means 116, a receiving address Storage means 115 and address correspondence table storage means 11
7 and a receiving resolution notifying means 2003.

【0051】次に本システムの動作について説明する。
まず、データ送信装置101について説明する。パケッ
ト送受信手段108は、ネットワーク103から図10
の形式のパケットを受信し、データ本体1804が、受
信解像度通知メッセージであれば、送信解像度決定手段
2001へ出力する。
Next, the operation of the present system will be described.
First, the data transmission device 101 will be described. The packet transmission / reception means 108 is connected to the network 103 as shown in FIG.
Is received, and if the data body 1804 is a reception resolution notification message, it is output to the transmission resolution determination unit 2001.

【0052】図13は、受信解像度通知メッセージの例
であり、以下の3つの部分から構成される。 2101:送信元アドレス 2102:種別コード(「受信解像度通知メッセージ」
を示すコード) 2103:受信解像度 この例では、送信元アドレスがss.ss.ss.0
2、種別コードが「受信解像度通知メッセージ」を示す
コード、内容が「映像送信解像度=映像第2解像度、音
声送信解像度=音声第1解像度」となっている。
FIG. 13 shows an example of the reception resolution notification message, which is composed of the following three parts. 2101: Source address 2102: Type code ("Reception resolution notification message"
2103: Reception resolution In this example, the source address is ss. ss. ss. 0
2. The type code is a code indicating the “reception resolution notification message”, and the content is “video transmission resolution = video second resolution, audio transmission resolution = audio first resolution”.

【0053】送信解像度決定手段2001は、パケット
送受信手段108から受信解像度通知メッセージを受け
ると、受信解像度記憶手段2002に記憶する。
Upon receiving the reception resolution notification message from the packet transmission / reception means 108, the transmission resolution determination means 2001 stores it in the reception resolution storage means 2002.

【0054】図14は、受信解像度記憶手段2002が
記憶している受信解像度テーブルの例であり、データ受
信装置102毎に、アドレスと、最新の受信解像度を1
つのレコードとして記憶している。ここで、ss.s
s.ss.08は、音声メディアのデータを受信してい
ないことを示す。また、ss.ss.ss.16は、す
べてのデータの受信を中止していることを示し、このレ
コードは削除してもよい。送信解像度決定手段2001
は、受信解像度記憶手段2002に記憶された受信解像
度からメディア毎に最も高い解像度を選択し、送信解像
度として決定する。図14の例においては、映像第2解
像度、音声第2解像度が送信解像度となる。
FIG. 14 shows an example of the reception resolution table stored in the reception resolution storage means 2002. For each data receiving apparatus 102, the address and the latest reception resolution are set to 1
As one record. Here, ss. s
s. ss. 08 indicates that no audio media data has been received. Also, ss. ss. ss. 16 indicates that reception of all data has been stopped, and this record may be deleted. Transmission resolution determining means 2001
Selects the highest resolution for each medium from the reception resolutions stored in the reception resolution storage unit 2002 and determines the highest resolution as the transmission resolution. In the example of FIG. 14, the video second resolution and the audio second resolution are the transmission resolutions.

【0055】データ分離手段105、データ解像度変換
手段106、データ送信手段107は、入力されたマル
チメディアデータストリームから送信解像度決定手段2
001が決定した送信解像度に対応したデータストリー
ムのパケットを生成する。図14の例に基づいて決定さ
れた送信解像度(映像第2解像度、音声第2解像度)に
おいては、映像基本、映像第1差分、音声基本、音声第
1差分の4つのデータストリームを生成する。
The data separation means 105, the data resolution conversion means 106, and the data transmission means 107 are provided for the transmission resolution determination means 2 based on the input multimedia data stream.
001 generates a data stream packet corresponding to the determined transmission resolution. At the transmission resolutions (video second resolution, audio second resolution) determined based on the example of FIG. 14, four data streams of video basic, video first difference, audio basic, and audio first difference are generated.

【0056】その他、データ送信装置101の動作は、
実施の形態1の動作と同様である。次に、データ受信装
置102の動作について説明する。
In addition, the operation of the data transmitting apparatus 101 is as follows.
The operation is the same as that of the first embodiment. Next, the operation of the data receiving apparatus 102 will be described.

【0057】受信解像度指示手段116は実施の形態1
の動作に加え、受信解像度通知手段2003に、利用者
より受け付けた受信解像度を受け渡す。受信解像度通知
手段2003は、受信解像度指示手段116より受けた
受信解像度を受信解像度通知メッセージとして、パケッ
ト送受信手段110を用いてデータ送信装置101へ通
知する。また、受信側利用者の指示、あるいはデータ受
信装置102における異常などにより、データの受信を
中止する場合には、受信を中止することを受信解像度通
知メッセージによりデータ送信装置101に通知する。
The receiving resolution instruction means 116 is used in the first embodiment.
In addition to the above operation, the receiving resolution notified from the user is passed to the receiving resolution notifying means 2003. The receiving resolution notifying means 2003 notifies the data transmitting apparatus 101 of the receiving resolution received from the receiving resolution instructing means 116 as a receiving resolution notifying message using the packet transmitting / receiving means 110. Further, when data reception is stopped due to an instruction of the receiving side user or an abnormality in the data receiving apparatus 102, the data transmission apparatus 101 is notified of the reception stop by a reception resolution notification message.

【0058】その他、データ送信装置102の動作は、
実施の形態1の動作と同様である。なお、受信解像度通
知手段2003が定期的に受信解像度通知メッセージを
送出し、送信解像度決定手段2001は、受信解像度通
知メッセージの定期的な通知がないデータ受信装置10
2が、データを受信していないと判断するようにしても
よい。
In addition, the operation of the data transmitting apparatus 102 is as follows.
The operation is the same as that of the first embodiment. Note that the receiving resolution notifying unit 2003 periodically sends out the receiving resolution notifying message, and the transmitting resolution determining unit 2001 checks that the data receiving device 10 has no periodic notification of the receiving resolution notifying message.
2 may determine that data has not been received.

【0059】以上のように、本実施の形態では、データ
送信装置が、受信解像度記憶手段を備えた送信解像度決
定手段を備え、データ受信装置が、メディア毎の受信解
像度をパケット送受信手段を用いて前記データ送信装置
に通知する受信解像度通知手段を備えることにより、デ
ータ送信装置がデータ受信装置の受信解像度を収集する
ことができ、不要なデータのネットワークへの送出を行
わずネットワークの負荷を軽減でき、効率よくデータを
転送することができ、その実用的効果は大きい。
As described above, in the present embodiment, the data transmitting apparatus includes the transmission resolution determining means including the receiving resolution storing means, and the data receiving apparatus determines the receiving resolution for each medium by using the packet transmitting / receiving means. By providing the receiving resolution notifying means for notifying the data transmitting apparatus, the data transmitting apparatus can collect the receiving resolution of the data receiving apparatus, and can reduce the load on the network without sending unnecessary data to the network. The data can be efficiently transferred, and the practical effect is great.

【0060】(実施の形態3)次に、請求項5及び6に
対応する第3の実施の形態について説明する。図15
は、本システムの実施の形態3の構成図である。図15
に示すように本システムは、データ送信装置101と複
数のデータ受信装置102がネットワーク103に接続
されている。
(Embodiment 3) Next, a third embodiment corresponding to claims 5 and 6 will be described. FIG.
Is a configuration diagram of a third embodiment of the present system. FIG.
As shown in the figure, in this system, a data transmitting apparatus 101 and a plurality of data receiving apparatuses 102 are connected to a network 103.

【0061】データ送信装置101は、データ入力手段
104と、データ分離手段105と、データ解像度変換
手段106と、データ送信制御手段107と、パケット
送受信手段108と、アドレス対応表記憶手段109か
ら構成される。
The data transmitting apparatus 101 comprises a data input unit 104, a data separating unit 105, a data resolution converting unit 106, a data transmission controlling unit 107, a packet transmitting / receiving unit 108, and an address correspondence table storing unit 109. You.

【0062】データ受信装置102は、パケット送受信
手段110と、データ受信制御手段111と、データ再
構成手段112と、データ結合手段113と、データ出
力手段114と、受信解像度指示手段116と、受信ア
ドレス記憶手段115と、アドレス対応表記憶手段11
7と、パケット消失検出手段3001と、補完データ生
成手段3002から構成される。
The data receiving device 102 includes a packet transmitting / receiving means 110, a data reception control means 111, a data reconstructing means 112, a data combining means 113, a data output means 114, a reception resolution instructing means 116, a reception address Storage means 115 and address correspondence table storage means 11
7; a packet loss detection unit 3001; and a supplementary data generation unit 3002.

【0063】次に本システムの動作について説明する。
データ送信装置101の動作は、実施の形態1と同様で
ある。
Next, the operation of the present system will be described.
The operation of data transmitting apparatus 101 is the same as in the first embodiment.

【0064】データ受信装置102の動作は、データ受
信制御手段111およびデータ再構成手段112の動作
が実施の形態1と異なる。
The operation of data receiving apparatus 102 is different from that of the first embodiment in the operations of data reception control means 111 and data reconstruction means 112.

【0065】データ受信制御手段111は、実施の形態
1の動作に加えて、パケット消失検出手段3001を用
いてパケットの消失を検出する。パケットの消失の検出
は「あるパケットの到着よりも、先に後者の番号のパケ
ットが到着した場合に、一定時間過ぎても該パケットが
到着しないならば、該パケットが消失したとする」など
の条件によって行う。パケットが消失した場合には、デ
ータブロックメッセージが生成できなかった旨を、デー
タ再構成手段112に通知する。
Data reception control means 111 detects packet loss using packet loss detection means 3001 in addition to the operation of the first embodiment. The detection of packet loss is described as "If a packet of the latter number arrives earlier than the arrival of a certain packet, and if the packet does not arrive after a certain period of time, it is assumed that the packet has been lost." Perform according to conditions. When the packet is lost, the data reconfiguration unit 112 is notified that the data block message could not be generated.

【0066】データ再構成手段112は、実施の形態1
の動作に加えて、データ受信制御手段111からパケッ
ト消失の通知を受けた場合には、補完データ生成手段3
002により補完データを作成し、補完データを用いて
メディア毎のデータストリームを生成する。
The data reconstructing means 112 is used in the first embodiment.
In addition to the above operation, when a notification of packet loss is received from the data reception control unit 111, the supplementary data generation unit 3
002, the complementary data is created, and a data stream for each medium is generated using the complementary data.

【0067】補完データ生成手段3002は、データス
トリームの欠落した部分を穴埋めすることのできる補完
データを作成する。補完データは、データストリームの
正しい形式であれば、任意のものを用いることができ、
映像であれば白紙、音声であれば無音などのデータでよ
い。しかしながら、再生したときに違和感の少ないデー
タストリームになるような補完データを生成することが
望ましい。例えば、映像のデータに関しては、補完デー
タ生成手段3002が直前のデータブロックを保存する
手段をさらに持つことにより、直前のフレームを補完デ
ータとして出力することができる。また、映像データの
フォーマット、あるいは出力した映像データの伸長表示
を行う手段において「直前のフレームから変化なし」と
いう意味をもつ特別なブロックの使用を許せば、補完デ
ータとして用いることができる。
The supplementary data generation means 3002 creates supplementary data capable of filling in missing portions of the data stream. The complementary data can be any data as long as it is in the correct format of the data stream.
Data such as blank paper for video and silence for audio may be used. However, it is desirable to generate complementary data that will result in a data stream with less discomfort when reproduced. For example, with respect to video data, the supplementary data generation means 3002 further includes a means for storing the immediately preceding data block, so that the immediately preceding frame can be output as supplementary data. Further, if the format of the video data or the means for expanding and displaying the output video data allows the use of a special block meaning "no change from the immediately preceding frame", it can be used as supplementary data.

【0068】以上のように、本実施の形態では、データ
受信装置のデータ受信制御手段がパケット消失検出手段
を備え、データ再構成手段が補完データ生成手段を備え
ることにより、ネットワークでパケットが消失した場合
に、データを補完して出力することができ、その実用的
効果は大きい。
As described above, in the present embodiment, the data reception control means of the data receiving apparatus has the packet loss detecting means, and the data restructuring means has the complementary data generating means. In this case, data can be complemented and output, and the practical effect is great.

【0069】(実施の形態4)次に、請求項7に対応す
る第4のの実施の形態について説明する。図16は、本
システムの実施の形態4の構成図である。図16に示す
ように本システムは、データ送信装置101と複数のデ
ータ受信装置102がネットワーク103に接続されて
いる。
(Embodiment 4) Next, a fourth embodiment of the present invention will be described. FIG. 16 is a configuration diagram of Embodiment 4 of the present system. As shown in FIG. 16, in the present system, a data transmitting apparatus 101 and a plurality of data receiving apparatuses 102 are connected to a network 103.

【0070】データ送信装置101は、データ入力手段
104と、データ分離手段105と、データ解像度変換
手段106と、データ送信制御手段107と、パケット
送受信手段108と、アドレス対応表記憶手段109
と、パケット再送手段4001と、再送パケット記憶手
段4002から構成される。
The data transmission device 101 includes a data input unit 104, a data separation unit 105, a data resolution conversion unit 106, a data transmission control unit 107, a packet transmission / reception unit 108, and an address correspondence table storage unit 109
, A packet retransmission unit 4001 and a retransmission packet storage unit 4002.

【0071】データ受信装置102は、パケット送受信
手段110と、データ受信制御手段111と、データ再
構成手段112と、データ結合手段113と、データ出
力手段114と、受信解像度指示手段116と、受信ア
ドレス記憶手段115と、アドレス対応表記憶手段11
7と、パケット消失検出手段3001と、パケット再送
要求手段4003から構成される。
The data receiving apparatus 102 includes a packet transmitting / receiving means 110, a data receiving control means 111, a data reconstructing means 112, a data combining means 113, a data output means 114, a receiving resolution instructing means 116, a receiving address Storage means 115 and address correspondence table storage means 11
7, packet loss detection means 3001, and packet retransmission request means 4003.

【0072】次に本システムの動作について説明する。
まず、データ送信装置101の動作について説明する。
データ送信制御手段107は、実施の形態1で説明した
ように動作し、さらにパケット再送手段4001と再送
パケット記憶手段4002の動作が加わる。データ受信
装置102からパケット再送要求を受けると、パケット
再送手段4001が、再送パケット記憶手段4002か
らパケット再送要求により指定されたパケットを取り出
し再送する。このときの送出先は、パケット再送要求を
送出したデータ受信装置102のアドレス、あるいは、
パケットのデータストリームに対応したマルチキャスト
アドレスであり、複数のデータ受信装置102からパケ
ット再送要求を受けた場合には、特に後者のマルチキャ
ストアドレスを用いる方法がネットワークのトラフィッ
クの軽減になり好ましい。再送パケット記憶手段400
2は、パケットの再送に備えるためにデータ送信制御手
段107が生成したパケットを、期間あるいは量などの
制限の範囲で記憶する。
Next, the operation of the present system will be described.
First, the operation of the data transmission device 101 will be described.
The data transmission control unit 107 operates as described in the first embodiment, and further includes the operations of the packet retransmission unit 4001 and the retransmission packet storage unit 4002. When receiving a packet retransmission request from the data receiving apparatus 102, the packet retransmission unit 4001 retrieves and retransmits the packet specified by the packet retransmission request from the retransmission packet storage unit 4002. At this time, the transmission destination is the address of the data receiving apparatus 102 that has transmitted the packet retransmission request, or
When a packet retransmission request is received from a plurality of data receiving devices 102, a multicast address corresponding to the data stream of the packet is received. In particular, the latter method using the multicast address is preferable because it reduces network traffic. Retransmission packet storage means 400
Reference numeral 2 stores the packets generated by the data transmission control means 107 in preparation for retransmission of the packets, within a range such as a period or a limit.

【0073】図17は、パケット再送要求メッセージの
例であり、以下の5つの部分から構成される。 4101:送信元アドレス(データ受信装置のアドレ
ス) 4102:データ種別。パケット再送要求であることを
示す 4103:再送データ種別。再送するデータストリーム
の種別 4104:データストリーム毎のデータブロックの通し
番号 4105:データブロック内のパケット番号の通し番号 この例は、図9のパケットの再送要求を行うものであ
る。
FIG. 17 shows an example of a packet retransmission request message, which is composed of the following five parts. 4101: Source address (address of data receiving device) 4102: Data type. Indicates a packet retransmission request 4103: Retransmission data type. Type of data stream to be retransmitted 4104: Serial number of data block for each data stream 4105: Serial number of packet number in data block In this example, a request for retransmission of the packet in FIG. 9 is made.

【0074】パケット送受信手段108は、ネットワー
ク103から図10の形式のパケットを受信し、データ
本体1804が、図17のパケット再送要求メッセージ
の形式であれば、データ送信制御手段107へ出力す
る。
The packet transmitting / receiving means 108 receives a packet in the format of FIG. 10 from the network 103, and outputs the data to the data transmission control means 107 if the data body 1804 is in the format of the packet retransmission request message in FIG.

【0075】その他、データ送信装置101の動作は、
実施の形態1の動作と同様である。次に、データ受信装
置102の動作について説明する。データ受信制御手段
111は実施の形態1と同様の動作に加え、パケット消
失検出手段3001が実施の形態3と同様に動作し、さ
らに、パケット消失を検出するとパケット再送要求手段
4003により、パケット再送要求を行う。パケット再
送要求は、図17のようなパケット再送要求メッセージ
をパケット送受信手段110を用いてデータ送信装置1
01に送信することで行う。なお、パケット再送要求を
行ってから、一定時間経ってもパケットが再送されない
場合には更にパケット再送要求を行ってもよい。また、
パケット再送要求を行う回数を制限してもよい。このよ
うにパケット再送要求を行っても到着しなかったパケッ
トは、消失したものとしてデータ再構成手段112に通
知する。
In addition, the operation of the data transmitting apparatus 101 is as follows.
The operation is the same as that of the first embodiment. Next, the operation of the data receiving apparatus 102 will be described. The data reception control means 111 operates in the same manner as in the first embodiment, and the packet loss detection means 3001 operates in the same manner as in the third embodiment. I do. The packet retransmission request is transmitted by transmitting a packet retransmission request message as shown in FIG.
01. Note that if a packet is not retransmitted after a certain period of time has passed since the packet retransmission request was made, a packet retransmission request may be further made. Also,
The number of times of making a packet retransmission request may be limited. As described above, the packet which has not arrived even when the packet retransmission request is issued is notified to the data reconfiguration unit 112 as having been lost.

【0076】データ再構成手段112は、実施の形態1
と同様の動作に加え、データ受信制御手段111からパ
ケット消失の通知を受けた場合に、例えば、映像メディ
アでは消失したパケットを含むフレームデータ全体を欠
落させ、あるいは実施の形態3のように補完データ生成
手段を具備していれば補完データを生成し、利用可能な
データストリームを生成する。
The data reconstructing means 112 is used in the first embodiment.
In addition to the same operation as described above, when a notification of packet loss is received from the data reception control unit 111, for example, the entire frame data including the lost packet is deleted in the video media, or the supplementary data as in the third embodiment is used. If it has a generating means, it generates complementary data and generates a usable data stream.

【0077】その他、データ受信装置102の動作は、
実施の形態1の動作と同様である。以上のように、本実
施の形態では、データ送信装置のデータ送信制御手段が
パケット再送手段と、再送パケット記憶手段を備え、デ
ータ受信装置のデータ受信制御手段がパケット消失検出
手段とパケット再送要求手段を備えることにより、ネッ
トワークでパケットが消失した場合に、消失したデータ
を再送することにより、信頼性の高いデータ転送を行う
ことができ、その実用的効果は大きい。
The operation of the data receiving apparatus 102 is as follows.
The operation is the same as that of the first embodiment. As described above, in the present embodiment, the data transmission control unit of the data transmission device includes the packet retransmission unit and the retransmission packet storage unit, and the data reception control unit of the data reception device includes the packet loss detection unit and the packet retransmission request unit. Is provided, when the packet is lost in the network, the lost data is retransmitted, so that highly reliable data transfer can be performed, and the practical effect is large.

【0078】(実施の形態5)次に、請求項8に対応す
る第5の実施の形態について説明する。図18は、本シ
ステムの実施の形態5の構成図である。図18に示すよ
うに本システムは、データ送信装置101と複数のデー
タ受信装置102がネットワーク103に接続されてい
る。
(Embodiment 5) Next, a fifth embodiment of the present invention will be described. FIG. 18 is a configuration diagram of a fifth embodiment of the present system. As shown in FIG. 18, in the present system, a data transmitting apparatus 101 and a plurality of data receiving apparatuses 102 are connected to a network 103.

【0079】データ送信装置101は、データ入力手段
104と、データ分離手段105と、データ解像度変換
手段106と、データ送信制御手段107と、パケット
送受信手段108と、アドレス対応表記憶手段109
と、パケット再送手段4001と、再送パケット記憶手
段4002から構成される。
The data transmission device 101 includes a data input unit 104, a data separation unit 105, a data resolution conversion unit 106, a data transmission control unit 107, a packet transmission / reception unit 108, and an address correspondence table storage unit 109
, A packet retransmission unit 4001 and a retransmission packet storage unit 4002.

【0080】データ受信装置102は、パケット送受信
手段110と、データ受信制御手段111と、データ再
構成手段112と、データ結合手段113と、データ出
力手段114と、受信解像度指示手段116と、受信ア
ドレス記憶手段115と、アドレス対応表記憶手段11
7と、パケット消失検出手段3001と、特定パケット
再送要求手段5001から構成される。
The data receiving apparatus 102 includes a packet transmission / reception unit 110, a data reception control unit 111, a data reconfiguration unit 112, a data combination unit 113, a data output unit 114, a reception resolution instruction unit 116, a reception address Storage means 115 and address correspondence table storage means 11
7, a packet loss detection unit 3001 and a specific packet retransmission request unit 5001.

【0081】次に本システムの動作について説明する。
まず、データ送信装置101の動作は、実施の形態4と
同様である。次に、データ受信装置102の動作につい
て説明する。
Next, the operation of the present system will be described.
First, the operation of the data transmitting apparatus 101 is the same as that of the fourth embodiment. Next, the operation of the data receiving apparatus 102 will be described.

【0082】データ受信制御手段111は実施の形態4
のパケット再送要求手段4003を特定パケット再送要
求手段5001に置き換えたものであり、パケット消失
検出手段3001がパケット消失を検出した際に、特定
のデータストリームのパケットであった場合にのみ、特
定パケット再送要求手段5001がパケット再送要求を
行う。例えば、映像メディアについて、映像第3解像度
まで受信している場合、特定のデータストリームを、図
11の映像基本データストリーム1101とする。ある
いは、映像基本データストリーム1101と映像第1差
分データストリーム1102の2つとする。このように
すると、一定間隔毎に正しいフレームデータを得ること
ができ、実用的な品質のデータを得ることができる。さ
らに、本実施の形態に加えて、実施の形態3のようにデ
ータ補完を行う場合には、再送をまったく行わない場合
に比べて、一定間隔毎に正しいデータフレームがあるた
めに、より正確にデータ補完を行うことができる。ま
た、すべてのデータストリームに対してパケット再送を
行う場合に比べ、パケット再送要求メッセージ、再送さ
れるパケットが少なく、ネットワークのトラフィックの
増加を軽減できる。
Data reception control means 111 is used in the fourth embodiment.
The packet retransmission request unit 4003 is replaced with a specific packet retransmission request unit 5001. When the packet loss detection unit 3001 detects the packet loss, the packet retransmission request unit Requesting means 5001 makes a packet retransmission request. For example, when the video media is received up to the third video resolution, the specific data stream is the video basic data stream 1101 in FIG. Alternatively, there are two video basic data streams 1101 and a video first difference data stream 1102. In this way, correct frame data can be obtained at regular intervals, and data of practical quality can be obtained. Furthermore, in addition to the present embodiment, when data complementation is performed as in the third embodiment, there is a correct data frame at regular intervals, compared to a case where retransmission is not performed at all. Data completion can be performed. Also, compared to the case where packet retransmission is performed for all data streams, the number of packet retransmission request messages and retransmitted packets is smaller, and an increase in network traffic can be reduced.

【0083】図19は、受信解像度と再送する特定デー
タストリームの例であり、この例のように、再送要求を
行う特定のデータストリームは、メディア毎に受信解像
度によって決めておく。その他、データ受信装置102
の動作は、実施の形態4と同様である。
FIG. 19 shows an example of a reception resolution and a specific data stream to be retransmitted. As in this example, a specific data stream for which a retransmission request is made is determined according to the reception resolution for each medium. In addition, the data receiving device 102
Is similar to that of the fourth embodiment.

【0084】以上のように、本実施の形態では、データ
送信装置のデータ送信制御手段がパケット再送手段と、
再送パケット記憶手段を備え、データ受信装置のデータ
受信制御手段がパケット消失検出手段と特定パケット再
送要求手段を備えることにより、ネットワークでパケッ
トが消失した場合に、解像度の低い基本的なデータであ
る場合にのみデータを再送することにより、効率が良く
実用的な信頼性のあるデータ転送を行うことができ、そ
の実用的効果は大きい。
As described above, according to the present embodiment, the data transmission control means of the data transmission apparatus includes the packet retransmission means,
When the packet is lost in the network, the data is basic data having a low resolution by providing a retransmission packet storage unit and the data reception control unit of the data receiving apparatus including a packet loss detection unit and a specific packet retransmission request unit. By retransmitting the data only to the data, efficient and practical reliable data transfer can be performed, and the practical effect is large.

【0085】(実施の形態6)次に、請求項9に対応す
る第6の実施の形態について説明する。図20は、本シ
ステムの実施の形態6の構成図である。図20に示すよ
うに本システムは、データ送信装置101と複数のデー
タ受信装置102がネットワーク103に接続されてい
る。
(Embodiment 6) Next, a sixth embodiment of the present invention will be described. FIG. 20 is a configuration diagram of Embodiment 6 of the present system. As shown in FIG. 20, in this system, a data transmitting apparatus 101 and a plurality of data receiving apparatuses 102 are connected to a network 103.

【0086】データ送信装置101は、データ入力手段
104と、データ分離手段105と、データ解像度変換
手段106と、データ送信制御手段107と、パケット
送受信手段108と、アドレス対応表記憶手段109か
ら構成される。
The data transmitting apparatus 101 comprises a data inputting unit 104, a data separating unit 105, a data resolution converting unit 106, a data transmitting control unit 107, a packet transmitting / receiving unit 108, and an address correspondence table storing unit 109. You.

【0087】データ受信装置102は、パケット送受信
手段110と、データ受信制御手段111と、データ再
構成手段112と、データ結合手段113と、データ出
力手段114と、受信解像度指示手段116と、受信ア
ドレス記憶手段115と、アドレス対応表記憶手段11
7と、パケット消失検出手段3001と、受信解像度変
更手段6001から構成される。
The data receiving apparatus 102 includes a packet transmitting / receiving means 110, a data reception control means 111, a data reconstructing means 112, a data combining means 113, a data output means 114, a reception resolution instructing means 116, a receiving address Storage means 115 and address correspondence table storage means 11
7, a packet loss detecting unit 3001, and a receiving resolution changing unit 6001.

【0088】次に本システムの動作について説明する。
まず、データ送信装置101の動作は、実施の形態1と
同様である。次に、データ受信装置102の動作につい
て説明する。
Next, the operation of the present system will be described.
First, the operation of the data transmitting apparatus 101 is the same as in the first embodiment. Next, the operation of the data receiving apparatus 102 will be described.

【0089】受信解像度変更手段6001は、パケット
消失検出手段3001におけるパケット消失の検出に基
づき、パケット消失率を算出しその結果に基づいて受信
解像度を新たに決定する。
Receiving resolution changing means 6001 calculates the packet loss rate based on the detection of packet loss by packet loss detecting means 3001, and newly determines the receiving resolution based on the calculation result.

【0090】図21は、映像メディアの受信解像度の変
更の例である。例えば映像第3解像度を受信している状
態6103においてパケット消失率が3%を超えるとい
う条件6105を満たすと映像第2解像度を受信する状
態6102に移行する。ここでパケット消失率が、1%
未満という条件6107を満たせば前記の状態6103
に復帰することができ、3%を超えるという条件610
4を満たすと映像第1解像度を受信する状態6101に
移行する。ただし、受信側利用者が受信解像度指示手段
116に入力した受信解像度より高い解像度を受信する
状態には移行しない。
FIG. 21 shows an example of changing the reception resolution of a video medium. For example, if the condition 6105 that the packet loss rate exceeds 3% is satisfied in the state 6103 in which the video third resolution is received, the state shifts to the state 6102 in which the video second resolution is received. Here, the packet loss rate is 1%
If the condition 6107 of less than is satisfied, the above state 6103 is satisfied.
Condition 610 that it can return to
If 4 is satisfied, the flow shifts to a state 6101 for receiving the first video resolution. However, the state does not shift to a state in which the receiving user receives a resolution higher than the receiving resolution input to the receiving resolution instructing means 116.

【0091】受信解像度指示手段116は受信解像度変
更手段6001が決定した受信解像度に従って、実施の
形態1と同様の動作を行う。
The receiving resolution instructing means 116 performs the same operation as in the first embodiment according to the receiving resolution determined by the receiving resolution changing means 6001.

【0092】その他、データ受信装置102の動作は、
実施の形態1と同様である。データ受信装置102にお
いて、受信解像度変更手段6001により受信解像度を
低くすることにより、マルチメディアストリームデータ
受信処理の負荷が減り、他の処理へより多くの処理性能
を割り当てることができる。また、実施の形態2のよう
にデータ送信装置101へ変更した受信解像度を通知す
る場合には、ネットワークに送出されるデータが少なく
なる。
In addition, the operation of the data receiving apparatus 102 is as follows.
This is the same as in the first embodiment. In the data receiving apparatus 102, by lowering the reception resolution by the reception resolution changing unit 6001, the load of the multimedia stream data reception processing is reduced, and more processing performance can be allocated to other processing. Further, when notifying the data transmitting apparatus 101 of the changed reception resolution as in the second embodiment, the amount of data transmitted to the network is reduced.

【0093】なお、受信解像度変更手段6001におい
て、変更できる受信解像度は受信側利用者などにより制
限されていてもよく、変更された受信解像度を受信側利
用者に通知してもよい。
Note that the receiving resolution that can be changed by the receiving resolution changing means 6001 may be limited by the receiving user or the like, or the changed receiving resolution may be notified to the receiving user.

【0094】以上のように、本実施の形態では、データ
受信装置が、データ受信制御手段にパケット消失検出手
段を備え、更に、受信解像度変更手段を備えたことによ
り、ネットワークでのパケット消失の割合に従って、デ
ータ受信装置における受信解像度を変更することによ
り、ネットワークのトラフィック状態に適した解像度で
効率よくデータ転送を行うことができ、その実用的効果
は大きい。
As described above, according to the present embodiment, the data receiving apparatus includes the packet loss detecting means in the data receiving control means and the reception resolution changing means, so that the rate of packet loss in the network is reduced. , The data transfer can be efficiently performed at a resolution suitable for the traffic condition of the network, and the practical effect is large.

【0095】なお、実施の形態1乃至6では、複数ある
受信装置の構成がいずれも同じ場合、例えば、 ・送信側が再送手段がなく、受信側が再送要求手段がな
いもの ・送信側が再送手段を備え、受信側が再送要求手段を備
えたもの などで説明したが、請求項10に記載の発明のように、
複数ある受信装置の構成がそれぞれに異なるもの、例え
ば、 再送手段を備えた送信装置 + 再送要求手段がない受信装置1台以上 + 再送要求手段を備えた受信装置1台以上 のような構成も、様々な組合せとして考えられることは
言うまでもない。
In the first to sixth embodiments, when the configurations of a plurality of receiving apparatuses are all the same, for example, the transmitting side has no retransmitting means and the receiving side has no retransmitting request means. The transmitting side has retransmitting means. , The receiving side is provided with retransmission request means, etc., but as in the invention according to claim 10,
A configuration in which a plurality of receiving apparatuses have different configurations, for example, a transmitting apparatus having retransmission means, at least one receiving apparatus having no retransmission request means, and at least one receiving apparatus having retransmission request means, It goes without saying that it can be considered as various combinations.

【0096】[0096]

【発明の効果】以上のように、第1の発明によれば、デ
ータ送信装置が、任意の受信解像度に対応した形式でデ
ータを送出することができ、データ受信装置は、不要な
データを処理せず、所望の解像度のデータを効率よく出
力することができるデータ転送システムを提供すること
ができる。
As described above, according to the first aspect, the data transmitting apparatus can transmit data in a format corresponding to an arbitrary receiving resolution, and the data receiving apparatus processes unnecessary data. Thus, it is possible to provide a data transfer system capable of efficiently outputting data having a desired resolution.

【0097】第2の発明によれば、データ送信装置がデ
ータ受信装置の受信解像度を収集することができるよう
にし、不要なデータのネットワークへの送出を行わずネ
ットワークの負荷を軽減でき、効率よくデータを転送す
ることができるデータ転送システムを提供することがで
きる。
According to the second aspect of the present invention, the data transmission device can collect the reception resolution of the data reception device, and unnecessary data is not sent to the network, so that the load on the network can be reduced. A data transfer system capable of transferring data can be provided.

【0098】第3の発明によれば、ネットワークでデー
タの一部が欠落した場合に、データを補完して出力する
ことができるデータ転送システムを提供することができ
る。
According to the third aspect of the invention, it is possible to provide a data transfer system capable of complementing and outputting data when part of the data is lost in the network.

【0099】第4の発明によれば、ネットワークでデー
タの一部が欠落した場合に、欠落したデータを再送する
ことにより、信頼性の高いデータ転送を行うことができ
るデータ転送システムを提供することができる。
According to the fourth invention, there is provided a data transfer system capable of performing highly reliable data transfer by retransmitting the missing data when a part of the data is lost in the network. Can be.

【0100】第5の発明によれば、ネットワークでデー
タの一部が欠落した場合に、解像度の低い基本的なデー
タである場合にのみデータを再送することにより、効率
が良く実用的な信頼性のあるデータ転送を行うことがで
きるデータ転送システムを提供することができる。
According to the fifth aspect, when a part of the data is lost in the network, the data is retransmitted only when the data is basic data having a low resolution. A data transfer system capable of performing certain data transfer can be provided.

【0101】第6の発明によれば、ネットワークでのデ
ータの欠落の割合に従って、データ受信装置における受
信解像度を変更することにより、ネットワークのトラフ
ィック状態に適した解像度で効率よくデータ転送を行う
ことができるデータ転送システムを提供することができ
る。
According to the sixth aspect, by changing the receiving resolution in the data receiving apparatus in accordance with the rate of data loss in the network, data can be efficiently transferred at a resolution suitable for the traffic state of the network. And a data transfer system capable of providing the same.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の第1の実施の形態における構成図FIG. 1 is a configuration diagram according to a first embodiment of the present invention.

【図2】解像度の種類の例図FIG. 2 is an example diagram of types of resolution.

【図3】マルチメディアデータストリームの転送の例図FIG. 3 is an example diagram of transfer of a multimedia data stream.

【図4】データ分離の例図FIG. 4 is an example diagram of data separation.

【図5】マルチキャストアドレス対応表の例図FIG. 5 is an example diagram of a multicast address correspondence table;

【図6】メディア毎のデータストリームの例図FIG. 6 is an example diagram of a data stream for each medium.

【図7】利用者受信解像度の例図FIG. 7 shows an example of a user reception resolution.

【図8】データブロックメッセージの例図FIG. 8 is an example diagram of a data block message.

【図9】データ送信制御手段が生成するパケットの例図FIG. 9 is an example of a packet generated by the data transmission control means.

【図10】ネットワークへ送出するパケットの例図FIG. 10 is an example diagram of a packet transmitted to a network.

【図11】受信アドレスリストの例図FIG. 11 is an example of a reception address list.

【図12】本発明の第2の実施の形態における構成図FIG. 12 is a configuration diagram according to a second embodiment of the present invention.

【図13】受信解像度通知メッセージの例図FIG. 13 is an example diagram of a reception resolution notification message.

【図14】要求解像度リストの例図FIG. 14 is an example diagram of a required resolution list.

【図15】本発明の第3の実施の形態における構成図FIG. 15 is a configuration diagram according to a third embodiment of the present invention.

【図16】本発明の第4の実施の形態における構成図FIG. 16 is a configuration diagram according to a fourth embodiment of the present invention.

【図17】データ送信制御手段が生成するパケットの例
FIG. 17 shows an example of a packet generated by the data transmission control means.

【図18】本発明の第5の実施の形態における構成図FIG. 18 is a configuration diagram according to a fifth embodiment of the present invention.

【図19】受信解像度と再送する特定データストリーム
の例図
FIG. 19 is an example diagram of a reception resolution and a specific data stream to be retransmitted;

【図20】本発明の第6の実施の形態における構成図FIG. 20 is a configuration diagram according to a sixth embodiment of the present invention.

【図21】映像メディアの受信解像度の変更の例図FIG. 21 is a diagram illustrating an example of changing the reception resolution of a video medium.

【図22】従来の電子会議システムの構成図FIG. 22 is a configuration diagram of a conventional electronic conference system.

【符号の説明】[Explanation of symbols]

101 データ送信装置 102 データ受信装置 103 ネットワーク 104 データ入力手段 105 データ分離手段 106 データ解像度変換手段 107 データ送信制御手段 108 パケット送受信手段 109 アドレス対応表記憶手段 110 パケット送受信手段 111 データ受信制御手段 112 データ再構成手段 113 データ結合手段 114 データ出力手段 115 受信アドレス記憶手段 1001 ネットワーク 1002 データ送信装置 1003 データ受信装置 1004 データ受信装置 1005 マルチメディアデータストリーム 1006 マルチメディアデータストリーム 1007 マルチメディアデータストリーム 1008 受信アドレス 1009 受信アドレス 1101 映像基本データストリーム 1102 映像第1差分データストリーム 1103 映像第2差分データストリーム 1104 音声基本データストリーム 1105 音声第1差分データストリーム 1301 マルチメディアデータストリーム 1302 映像メディアデータストリーム 1303 音声メディアデータストリーム 1601 データ種別 1602 データブロック番号 1603 データ長 1604 データ本体 1701 送信元アドレス 1702 データ種別 1703 データブロック番号 1704 パケット番号 1705 データ長 1706 データ本体 1801 送信先アドレス 1802 送信元アドレス 1803 データ長 1804 データ本体 2001 送信解像度決定手段 2002 受信解像度記憶手段 2003 受信解像度通知手段 2101 送信元アドレス 2102 データ種別 2103 受信解像度 3001 パケット消失検出手段 3002 補完データ生成手段 4001 パケット再送手段 4002 再送パケット記憶手段 4003 パケット再送要求手段 4101 送信元アドレス 4102 データ種別 4103 再送データ種別 4104 データブロック番号 4105 パケット番号 5001 特定パケット再送要求手段 6001 受信解像度変更手段 9001 会議サーバ 9002 参加者コンピュータ 9003 イメージ展開/差分データ生成 9004 属性付与 9005 圧縮 9006 配布先管理 9007 OS 9008 通信制御 9009 アプリケーション 9010 ベクトル形式化 9011 表示 9012 伸長 9013 属性判断 9014 OS 9015 通信制御 Reference Signs List 101 data transmission device 102 data reception device 103 network 104 data input means 105 data separation means 106 data resolution conversion means 107 data transmission control means 108 packet transmission / reception means 109 address correspondence table storage means 110 packet transmission / reception means 111 data reception control means 112 data retransmission Configuration means 113 Data combining means 114 Data output means 115 Receive address storage means 1001 Network 1002 Data transmitter 1003 Data receiver 1004 Data receiver 1005 Multimedia data stream 1006 Multimedia data stream 1007 Multimedia data stream 1008 Receive address 1009 Receive address 1101 Video basic data stream 1102 Video first difference data Stream 1103 Video second differential data stream 1104 Audio basic data stream 1105 Audio first differential data stream 1301 Multimedia data stream 1302 Video media data stream 1303 Audio media data stream 1601 Data type 1602 Data block number 1603 Data length 1604 Data body 1701 Transmission Original address 1702 Data type 1703 Data block number 1704 Packet number 1705 Data length 1706 Data body 1801 Destination address 1802 Source address 1803 Data length 1804 Data body 2001 Transmission resolution determination means 2002 Reception resolution storage means 2003 Reception resolution notification means 2101 Transmission source Address 2102 Data type 2103 Reception Visibility 3001 Packet loss detection means 3002 Complementary data generation means 4001 Packet retransmission means 4002 Retransmission packet storage means 4003 Packet retransmission request means 4101 Source address 4102 Data type 4103 Retransmission data type 4104 Data block number 4105 Packet number 5001 Specific packet retransmission request means 6001 reception resolution changing means 9001 conference server 9002 participant computer 9003 image development / difference data generation 9004 attribute addition 9005 compression 9006 distribution destination management 9007 OS 9008 communication control 9009 application 9010 vector format 9011 display 9012 expansion 9013 attribute judgment 9014 OS 9015 communication control

───────────────────────────────────────────────────── フロントページの続き (72)発明者 勘解由 哲 大阪府門真市大字門真1006番地 松下電器 産業株式会社内 (72)発明者 加藤 等 大阪府門真市大字門真1006番地 松下電器 産業株式会社内 (72)発明者 堀上 周吾 大阪府門真市大字門真1006番地 松下電器 産業株式会社内 (72)発明者 上野山 努 大阪府門真市大字門真1006番地 松下電器 産業株式会社内 ──────────────────────────────────────────────────の Continuing on the front page (72) Inventor Yutetsu Kansuke 1006 Kadoma Kadoma, Kadoma City, Osaka Prefecture Inside Matsushita Electric Industrial Co., Ltd. (72) Kato et al. (72) Inventor Shugo Horigami 1006 Kadoma, Kazuma, Osaka Prefecture Inside Matsushita Electric Industrial Co., Ltd. (72) Inventor Tsutomu Uenoyama 1006, Kazuma Kadoma, Kadoma City, Osaka Matsushita Electric Industrial Co., Ltd.

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】 データ送信装置と複数のデータ受信装置
をネットワークに接続したデータ転送システムであっ
て、 前記データ送信装置は、データ入力手段と、データ種別
識別手段と、データ解像度変換手段と、送信制御手段と
を具備し、前記データ入力手段は、データを入力し、前
記データ種別識別手段は、前記データ入力手段が入力す
るデータをメディア毎に識別し、前記データ解像度変換
手段は、前記データ種別識別手段がメディア毎に識別し
たデータから、所定の解像度の段階のうち、最も低い1
番目の解像度のデータである基本データを生成し、前記
基本データと次に解像度の高い2番目の解像度のデータ
との差分である第1差分データを生成し、2番目と3番
目の解像度のデータの差分である第2差分データを生成
し、以下順次、前記所定の解像度の段階のうち最高解像
度までの差分データを生成して出力し、前記送信制御手
段は、前記データ解像度変換手段が出力する基本データ
及び差分データに、それぞれが基本データや各差分デー
タであることがわかる属性情報を付加して、前記ネット
ワークへ送信を行うものであり、 前記データ受信装置は、受信制御手段と、データ再構成
手段と、データ出力手段とを具備し、前記受信制御手段
は、前記ネットワークからメディア毎に所望の解像度の
データを構成する基本および差分データの属性情報を持
つデータを受信して出力し、前記データ再構成手段は、
前記データ受信制御手段が出力するメディア毎の基本デ
ータおよび差分データより、メディア毎に前記所望の解
像度のデータを生成し、前記データ出力手段は、前記デ
ータ再構成手段が生成したデータを出力するものであ
り、 前記データ送信装置にデータを入力し、前記ネットワー
クを通して転送し、各々の前記データ受信装置が所望の
解像度のデータを出力することを特徴とするデータ転送
システム。
1. A data transfer system in which a data transmission device and a plurality of data reception devices are connected to a network, the data transmission device comprising: a data input unit; a data type identification unit; a data resolution conversion unit; Control means, wherein the data input means inputs data, the data type identification means identifies data input by the data input means for each medium, and the data resolution conversion means comprises: From the data identified for each medium by the identification means, the lowest one of the predetermined resolution stages is selected.
Generating first difference data which is a difference between the basic data and the next higher resolution second resolution data, and generating second and third resolution data; , And sequentially generates and outputs difference data up to the highest resolution among the predetermined resolution stages, and the transmission control means outputs the data resolution conversion means. The basic data and the differential data are added to attribute information that indicates that they are the basic data and the respective differential data, and are transmitted to the network. The data receiving device includes: a reception control unit; And a data output unit, wherein the reception control unit is configured to provide basic and differential data for configuring data of a desired resolution for each medium from the network. Receiving and outputting data having attribute information of
The data having the desired resolution is generated for each medium from the basic data and difference data for each medium output by the data reception control means, and the data output means outputs the data generated by the data reconstructing means. A data transfer system, wherein data is input to the data transmission device, transferred through the network, and each of the data reception devices outputs data having a desired resolution.
【請求項2】 データ送信装置と複数のデータ受信装置
をネットワークに接続したデータ転送システムであっ
て、 前記データ送信装置は、データ入力手段と、アドレス対
応表記憶手段と、データ分離手段と、データ解像度変換
手段と、データ送信制御手段と、パケット送受信手段と
を具備し、前記データ入力手段は、マルチメディアデー
タストリームを入力し、前記データ分離手段は、前記デ
ータ入力手段が入力するマルチメディアデータストリー
ムをメディア毎のデータストリームに分離し、前記デー
タ解像度変換手段は、前記データ分離手段がメディア毎
に分離したデータストリームから、所定の解像度の段階
のうち、最も低い1番目の解像度のデータストリームで
ある基本データストリームを生成し、前記基本データス
トリームと次に解像度の高い2番目の解像度のデータス
トリームとの差分である第1差分データストリームを生
成し、2番目と3番目の解像度のデータストリームの差
分である第2差分データストリームを生成し、以下順
次、前記所定の解像度の段階のうち最高解像度までの差
分データストリームを生成して出力し、前記アドレス対
応表記憶手段は、メディア毎の基本データストリームお
よび各差分データストリームに対応する送信マルチキャ
ストアドレスを記憶し、前記データ送信制御手段は、前
記データ解像度変換手段が出力するデータストリームを
分割し、対応した送信先マルチキャストアドレスを前記
アドレス対応表記憶手段から得てパケット化し、前記パ
ケット送受信手段は、ネットワークへのパケットの送信
と、ネットワークから自アドレス宛てのパケットの受信
を行うものであり、 前記データ受信装置は、アドレス対応表記憶手段と、受
信アドレス記憶手段を有するパケット送受信手段と、受
信解像度指示手段と、データ受信制御手段と、データ再
構成手段と、データ出力手段とを具備し、前記アドレス
対応表記憶手段は、メディア毎の基本および各差分デー
タストリームに対応するマルチキャストアドレスを記憶
し、前記受信解像度指示手段は、受信側利用者よりメデ
ィア毎に所望の受信解像度を入力し、前記所望の受信解
像度のデータを構成する基本および差分データストリー
ムに対応する複数のマルチキャストアドレスを前記アド
レス対応表記憶手段から得て前記パケット送受信手段に
与え、前記パケット送受信手段は、前記受信解像度指示
手段により指示された複数のマルチキャストアドレスを
前記受信アドレス記憶手段に記憶し、ネットワークへの
パケットの送信と、ネットワークから自アドレス宛てお
よび前記受信アドレス記憶手段に記憶した複数のマルチ
キャストアドレス宛てのパケットの受信を行い、前記デ
ータ受信制御手段は、前記パケット送受信手段が受信し
たパケットから、メディア毎に前記所望の受信解像度の
データを構成する基本および差分データストリームを生
成して出力し、前記データ再構成手段は、前記データ受
信制御手段が出力するメディア毎の基本データストリー
ムおよび差分データストリームより、メディア毎に前記
所望の解像度のデータストリームを生成し、前記データ
出力手段は、前記データ再構成手段が生成したマルチメ
ディアデータストリームを出力するものであり、 前記データ送信装置にマルチメディアデータストリーム
を入力し、前記ネットワークを通して転送し、各々の前
記データ受信装置が所望の解像度のマルチメディアデー
タストリームを出力することを特徴とするデータ転送シ
ステム。
2. A data transfer system in which a data transmission device and a plurality of data reception devices are connected to a network, the data transmission device comprising: a data input unit; an address correspondence table storage unit; a data separation unit; Resolution conversion means, data transmission control means, and packet transmission / reception means, wherein the data input means receives a multimedia data stream, and the data separation means receives the multimedia data stream inputted by the data input means Into a data stream for each medium, and the data resolution conversion means converts the data stream separated for each medium by the data separation means into a data stream having the lowest resolution among the predetermined resolution stages. Generate a basic data stream, and A first difference data stream which is a difference between the second resolution data stream having a high resolution and a second difference data stream which is a difference between the second and third resolution data streams is generated. Generating and outputting a differential data stream up to the highest resolution among the predetermined resolution stages, wherein the address correspondence table storage means stores a basic data stream for each medium and a transmission multicast address corresponding to each differential data stream. The data transmission control unit divides the data stream output by the data resolution conversion unit, obtains a corresponding destination multicast address from the address correspondence table storage unit and packetizes the data stream. Packet transmission and network address Wherein the data receiving apparatus includes an address correspondence table storage unit, a packet transmission / reception unit having a reception address storage unit, a reception resolution instruction unit, a data reception control unit, and a data reconfiguration unit. And a data output unit. The address correspondence table storage unit stores a basic address for each medium and a multicast address corresponding to each differential data stream. Inputting a desired reception resolution to the packet, obtaining a plurality of multicast addresses corresponding to basic and differential data streams constituting the data of the desired reception resolution from the address correspondence table storage means, and providing the multicast addresses to the packet transmission / reception means, The transmission / reception means includes a plurality of multi-channels designated by the reception resolution designating means. Storing a cast address in the reception address storage means, transmitting a packet to a network, and receiving a packet from the network to the own address and to a plurality of multicast addresses stored in the reception address storage means; Means for generating and outputting, from the packet received by the packet transmitting / receiving means, basic and differential data streams constituting the data of the desired reception resolution for each medium, the data reconstructing means comprising: the data reception control means Generates a data stream of the desired resolution for each medium from the basic data stream and the difference data stream for each medium output by the device, and the data output unit outputs the multimedia data stream generated by the data reconstructing unit The said A data transfer system, wherein a multimedia data stream is input to a data transmitting device and transferred through the network, and each of the data receiving devices outputs a multimedia data stream having a desired resolution.
【請求項3】 データ送信装置と複数のデータ受信装置
をネットワークに接続したデータ転送システムであっ
て、 前記データ送信装置は、データ入力手段と、アドレス対
応表記憶手段と、データ解像度変換手段と、データ送信
制御手段と、パケット送受信手段とを具備し、前記デー
タ入力手段は、複数のデータストリームを入力し、前記
データ解像度変換手段は、前記データ入力手段が入力し
た複数のデータストリームの各々から、所定の解像度の
段階のうち、最も低い1番目の解像度のデータストリー
ムである基本データストリームを生成し、前記基本デー
タストリームと次に解像度の高い2番目の解像度のデー
タストリームとの差分である第1差分データストリーム
を生成し、2番目と3番目の解像度のデータストリーム
の差分である第2差分データストリームを生成し、以下
順次、前記所定の解像度の段階のうち最高解像度までの
差分データストリームを生成して出力し、前記アドレス
対応表記憶手段は、メディア毎の基本データストリーム
および各差分データストリームに対応する送信マルチキ
ャストアドレスを記憶し、前記データ送信制御手段は、
前記データ解像度変換手段が出力するデータストリーム
を分割し、対応した送信先マルチキャストアドレスを前
記アドレス対応表記憶手段から得てパケット化し、前記
パケット送受信手段は、ネットワークへのパケットの送
信と、ネットワークから自アドレス宛てのパケットの受
信を行うものであり、 前記データ受信装置は、アドレス対応表記憶手段と、受
信アドレス記憶手段を有するパケット送受信手段と、受
信解像度指示手段と、データ受信制御手段と、データ再
構成手段と、データ出力手段とを具備し、前記アドレス
対応表記憶手段は、メディア毎の基本および各差分デー
タストリームに対応するマルチキャストアドレスを記憶
し、前記受信解像度指示手段は、受信側利用者よりメデ
ィア毎に所望の受信解像度を入力し、前記所望の受信解
像度のデータを構成する基本および差分データストリー
ムに対応する複数のマルチキャストアドレスを前記アド
レス対応表記憶手段から得て前記パケット送受信手段に
与え、前記パケット送受信手段は、前記受信解像度指示
手段により指示された複数のマルチキャストアドレスを
前記受信アドレス記憶手段に記憶し、ネットワークへの
パケットの送信と、ネットワークから自アドレス宛てお
よび前記受信アドレス記憶手段に記憶した複数のマルチ
キャストアドレス宛てのパケットの受信を行い、前記デ
ータ受信制御手段は、前記パケット送受信手段が受信し
たパケットから、メディア毎に前記所望の受信解像度の
データを構成する基本および差分データストリームを生
成して出力し、前記データ再構成手段は、前記データ受
信制御手段が出力するメディア毎の基本データストリー
ムおよび差分データストリームより、メディア毎に前記
所望の解像度のデータストリームを生成し、前記データ
出力手段は、前記データ再構成手段が生成したマルチメ
ディアデータストリームを出力するものであり、 前記データ送信装置に複数のデータストリームを入力
し、前記ネットワークを通して転送し、各々の前記デー
タ受信装置が所望の解像度のマルチメディアデータスト
リームを出力することを特徴とするデータ転送システ
ム。
3. A data transfer system in which a data transmission device and a plurality of data reception devices are connected to a network, wherein the data transmission device includes a data input unit, an address correspondence table storage unit, a data resolution conversion unit, Data transmission control means, comprising a packet transmission and reception means, wherein the data input means inputs a plurality of data streams, the data resolution conversion means, from each of the plurality of data streams input by the data input means, A basic data stream which is a data stream having the lowest resolution among the predetermined resolution steps is generated, and a first data stream which is a difference between the basic data stream and a data stream having the second highest resolution is generated. A difference data stream is generated, and a difference data stream having a difference between the second and third resolution data streams is generated. Generating a differential data stream, and sequentially generating and outputting a differential data stream up to the highest resolution among the predetermined resolution stages. The address correspondence table storage means stores a basic data stream for each medium and each differential data stream. Storing a transmission multicast address corresponding to the stream;
The data stream output by the data resolution conversion unit is divided, a corresponding destination multicast address is obtained from the address correspondence table storage unit and packetized, and the packet transmission / reception unit transmits a packet to the network and sends the packet to the network automatically. The data reception device receives a packet addressed to an address. The data reception device includes: an address correspondence table storage unit; a packet transmission / reception unit having a reception address storage unit; a reception resolution instruction unit; a data reception control unit; Comprising a configuration unit and a data output unit, wherein the address correspondence table storage unit stores a basic address for each medium and a multicast address corresponding to each differential data stream. Enter the desired receiving resolution for each medium and enter the desired receiving resolution. A plurality of multicast addresses corresponding to the basic and differential data streams constituting the data of the transmission resolution are obtained from the address correspondence table storage means and given to the packet transmission / reception means, and the packet transmission / reception means is instructed by the reception resolution instruction means. Storing the plurality of multicast addresses in the reception address storage means, transmitting a packet to the network, and receiving packets addressed to the own address from the network and to the plurality of multicast addresses stored in the reception address storage means, The data reception control means generates and outputs, from the packet received by the packet transmission / reception means, a basic data and a differential data stream constituting data of the desired reception resolution for each medium, and outputs the data. Reception control means Generating a data stream of the desired resolution for each medium from a basic data stream and a differential data stream for each medium to be output, and the data output means for outputting the multimedia data stream generated by the data reconstructing means A data transfer system, comprising: inputting a plurality of data streams to the data transmitting device, transferring the plurality of data streams through the network, and each of the data receiving devices outputting a multimedia data stream having a desired resolution.
【請求項4】 データ送信装置が、受信解像度記憶手段
を有した送信解像度決定手段を更に備え、前記送信解像
度決定手段は、パケット送受信手段を用いて複数のデー
タ受信装置からメディア毎の受信解像度の通知を収集し
て前記受信解像度記憶手段に記憶し、メディア毎に最も
解像度の高いものを送信解像度として決定し、 データ受信装置が、メディア毎の受信解像度をパケット
送受信手段を用いて前記データ送信装置に通知する受信
解像度通知手段を更に備えたことを特徴とする請求項2
又は請求項3に記載のデータ転送システム。
4. The data transmitting apparatus further comprises a transmission resolution determining means having a receiving resolution storing means, wherein the transmitting resolution determining means uses a packet transmitting / receiving means to determine a receiving resolution of each medium from a plurality of data receiving apparatuses. The notification is collected and stored in the reception resolution storage means, and the highest resolution for each medium is determined as the transmission resolution. The data reception apparatus determines the reception resolution for each medium by using the packet transmission / reception means. 3. The apparatus according to claim 2, further comprising: a receiving resolution notifying unit for notifying the receiving device.
Or the data transfer system according to claim 3.
【請求項5】 データ受信装置のデータ受信制御手段
が、データストリームを構成するパケットの消失を検出
するパケット消失検出手段を有することを特徴とする請
求項2乃至請求項4に記載のデータ転送システム。
5. The data transfer system according to claim 2, wherein the data reception control means of the data reception device has a packet loss detection means for detecting loss of a packet constituting the data stream. .
【請求項6】 データ受信装置のデータ再構成手段が、
パケット消失検出手段により検出した消失したパケット
の補完データを生成する補完データ生成手段を有するこ
とを特徴とする請求項5に記載のデータ転送システム。
6. The data reconstructing means of the data receiving device,
6. The data transfer system according to claim 5, further comprising complementary data generation means for generating complementary data of the lost packet detected by the packet loss detection means.
【請求項7】 データ送信装置のデータ送信制御手段
が、パケット再送要求を受けた場合にパケットを再送す
るパケット再送手段と、再送するためのパケットを記憶
しておく再送パケット記憶手段とを有し、 データ受信装置のデータ受信制御手段が、パケット消失
検出手段により検出した消失したパケットの再送要求を
行うパケット再送要求手段を更に有することを特徴とす
る請求項5又は請求項6に記載のデータ転送システム。
7. The data transmission control means of the data transmission device includes packet retransmission means for retransmitting a packet when a packet retransmission request is received, and retransmission packet storage means for storing a packet for retransmission. 7. The data transfer according to claim 5, wherein the data reception control means of the data receiving apparatus further comprises packet retransmission request means for requesting retransmission of the lost packet detected by the packet loss detection means. system.
【請求項8】 データ受信装置のパケット再送要求手段
に替えて、パケット消失検出手段により検出した消失し
た特定のデータストリームのパケットの再送要求を行う
特定パケット再送要求手段を有する請求項7に記載のデ
ータ転送システム。
8. A specific packet retransmission request unit for requesting a retransmission of a packet of a specific data stream that has been lost detected by the packet loss detection unit, instead of the packet retransmission request unit of the data receiving device. Data transfer system.
【請求項9】 データ受信装置が、パケット消失検出手
段が検出するパケットの消失の状態に従って受信解像度
を変更する受信解像度変更手段を更に備えたことを特徴
とする請求項5乃至請求項8に記載のデータ転送システ
ム。
9. The data receiving apparatus according to claim 5, further comprising a receiving resolution changing unit for changing a receiving resolution in accordance with a packet loss state detected by the packet loss detecting unit. Data transfer system.
【請求項10】 請求項1、2、3、4、7のいずれか
に記載のデータ送信装置と、請求項1、2、及び4から
9に記載のデータ受信装置の任意の組合せと、それらを
繋ぐネットワークとから構成されるデータ転送システ
ム。
10. An arbitrary combination of the data transmission device according to any one of claims 1, 2, 3, 4, and 7, and the data reception device according to any one of claims 1, 2, and 4 to 9, A data transfer system consisting of a network that connects computers.
JP28786496A 1996-10-30 1996-10-30 Data transfer system Pending JPH10136017A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP28786496A JPH10136017A (en) 1996-10-30 1996-10-30 Data transfer system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP28786496A JPH10136017A (en) 1996-10-30 1996-10-30 Data transfer system

Publications (1)

Publication Number Publication Date
JPH10136017A true JPH10136017A (en) 1998-05-22

Family

ID=17722749

Family Applications (1)

Application Number Title Priority Date Filing Date
JP28786496A Pending JPH10136017A (en) 1996-10-30 1996-10-30 Data transfer system

Country Status (1)

Country Link
JP (1) JPH10136017A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007508783A (en) * 2003-10-14 2007-04-05 クゥアルコム・インコーポレイテッド Scalable coding for multicast broadcast multimedia services
JP2008148255A (en) * 2006-12-13 2008-06-26 Yamaha Corp Network box
JP2010148092A (en) * 2008-12-22 2010-07-01 Korea Electronics Telecommun Iptv service method and apparatus for channel change
JP2012501099A (en) * 2008-08-22 2012-01-12 トムソン ライセンシング Method and system for content delivery
CN102956177A (en) * 2011-08-22 2013-03-06 冠捷投资有限公司 Display screen and method for preventing blurring of images on display screen
WO2014045614A1 (en) * 2012-09-18 2014-03-27 Kabushiki Kaisha Toshiba Video signal transmitting method, video signal receiving apparatus, and video signal receiving method
CN104112418A (en) * 2013-04-18 2014-10-22 冠捷投资有限公司 Analog video signal identifying method

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007508783A (en) * 2003-10-14 2007-04-05 クゥアルコム・インコーポレイテッド Scalable coding for multicast broadcast multimedia services
US8437347B2 (en) 2003-10-14 2013-05-07 Qualcomm Incorporated Scalable encoding for multicast broadcast multimedia service
JP2008148255A (en) * 2006-12-13 2008-06-26 Yamaha Corp Network box
JP2012501099A (en) * 2008-08-22 2012-01-12 トムソン ライセンシング Method and system for content delivery
JP2010148092A (en) * 2008-12-22 2010-07-01 Korea Electronics Telecommun Iptv service method and apparatus for channel change
CN102956177A (en) * 2011-08-22 2013-03-06 冠捷投资有限公司 Display screen and method for preventing blurring of images on display screen
WO2014045614A1 (en) * 2012-09-18 2014-03-27 Kabushiki Kaisha Toshiba Video signal transmitting method, video signal receiving apparatus, and video signal receiving method
CN104112418A (en) * 2013-04-18 2014-10-22 冠捷投资有限公司 Analog video signal identifying method
CN104112418B (en) * 2013-04-18 2016-12-28 冠捷投资有限公司 The method identifying analog video signal

Similar Documents

Publication Publication Date Title
US5623490A (en) Method and apparatus for multiple media digital communication system
US20040218628A1 (en) Method and apparatus for multiple media digital communication system
US6603501B1 (en) Videoconferencing using distributed processing
JP2003338830A (en) Media transmitting method, media receiving method, media transmitter and media receiver
JPH1139270A (en) Method for dispersing and editing video clip
CN104737514A (en) A method and apparatus for distributing a media content service
CN101420316B (en) Video distribution system and video relay device
CN112272326B (en) Distributed cross-domain large screen synchronization system
CN106973253A (en) A kind of method and device for adjusting media flow transmission
JP5535498B2 (en) Transmitting apparatus and transmission method
JPH10136017A (en) Data transfer system
US7712122B2 (en) Uncompressed IP multimedia data transmission and switching
JPH11112569A (en) Data transfer system
Cooperstock et al. The recording studio that spanned a continent
WO2010080070A9 (en) A data processing apparatus for segmental processing of input data, systems using the apparatus and methods for data transmittal
Bai et al. Design, implementation and analysis of a multimedia conference system using TCP/UDP
JP3177825B2 (en) Media coding device
JP2813625B2 (en) Video distribution system
JP2003224837A (en) Communication method, communication system, and server apparatus
JP4180399B2 (en) Bit string transmission device
JP2004088348A (en) Data transmission system and data transmitter
JPH09121227A (en) Method, system, and device for data transmission
JPH04216241A (en) Packet transfer system
JPH04188929A (en) Sound packet controller
KR20100080073A (en) Display system and method for advanced collaboration environment