JP2001320407A - Data communication apparatus, data communication extension board and data communication method - Google Patents

Data communication apparatus, data communication extension board and data communication method

Info

Publication number
JP2001320407A
JP2001320407A JP2000138244A JP2000138244A JP2001320407A JP 2001320407 A JP2001320407 A JP 2001320407A JP 2000138244 A JP2000138244 A JP 2000138244A JP 2000138244 A JP2000138244 A JP 2000138244A JP 2001320407 A JP2001320407 A JP 2001320407A
Authority
JP
Japan
Prior art keywords
rtp
data communication
packet
host
information management
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.)
Withdrawn
Application number
JP2000138244A
Other languages
Japanese (ja)
Inventor
Nobuyoshi Tomita
展由 富田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Sony Corp
Original Assignee
Sony Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Sony Corp filed Critical Sony Corp
Priority to JP2000138244A priority Critical patent/JP2001320407A/en
Publication of JP2001320407A publication Critical patent/JP2001320407A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a data communication system that allows a host side to transmit/receive a RTCP(Real Time Control Protocol) packet even through the use of hardware such as a PCI(Personal Computer Interconnect) card or the like having a function of assembling/disassembling packets in compliance with the RTP(Real-time Transport Protocol). SOLUTION: An RTP card 60 is provided with an input output section 61 for real time data, a packet assembling/disassembling processing section 62 in compliance with the real time transport protocol, an RTP information management section 63 that manages RTP information with respect to the transmission/ reception of an RTP packet, and an interface section 64 that gives the RTP information managed by the RTP information management section 63 to a host side.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、ネットワークを介
して情報の送信/受信を行うデータ通信装置、データ通
信用拡張ボード及びデータ通信方法に関する。
The present invention relates to a data communication apparatus for transmitting / receiving information via a network, an expansion board for data communication, and a data communication method.

【0002】[0002]

【従来の技術】従来より、インターネット上でリソース
を共有するためのプロトコルとして、インターネット・
プロトコル(IP:Internet Protocol)、トランスポート・
コントロール・プロトコル(TCP:Transport Control Pro
tocol)やユーザ・データグラム・プロトコル(UDP:User
Datagram Protocol)が使用されている。
2. Description of the Related Art Conventionally, the Internet / Internet protocol has been used as a protocol for sharing resources on the Internet.
Protocol (IP: Internet Protocol), Transport
Control Protocol (TCP: Transport Control Pro
tocol) and User Datagram Protocol (UDP: User
Datagram Protocol) is used.

【0003】信頼性を追求しないコネクションレス(Con
nectionless)パケット転送プロトコルであるIPは、信
頼性保証機能、フロー制御機能、エラー回復機能を上位
階層(トランスポート層とアプリケーション層)に任せ
ている。従って、IP階層のパケットは、損失したり、
順番を間違ったり、重複したりすることがある。これに
対して、信頼性保証機能を持つTCPでは、転送したデ
ータの各バイトにシーケンス番号をつけ、受信側から受
け取り通知(ACK)が送られてこなければデータを再
送する。さらに、アプリケーション間のデータグラムの
送信機能を提供するUDPは、転送したデータの信頼性
保証機能、フロー制御機能、エラー回復機能を持たず、
その代わりにTCPより軽く、オーバーヘッドが少なく
データを転送することができる。
[0003] Connectionless (Con
IP, which is a packet transfer protocol, leaves the reliability assurance function, flow control function, and error recovery function to upper layers (transport layer and application layer). Therefore, packets in the IP layer may be lost or
The order may be wrong or duplicated. On the other hand, TCP having a reliability assurance function attaches a sequence number to each byte of the transferred data, and retransmits the data unless an acknowledgment (ACK) is sent from the receiving side. Furthermore, UDP, which provides a function of transmitting datagrams between applications, does not have a reliability assurance function for transferred data, a flow control function, and an error recovery function.
Instead, it is lighter than TCP and can transfer data with less overhead.

【0004】IPネットワークを用いて、ビデオ会議や
ビデオオンデマンドなど音声・動画像をストリーミング
で視聴する場合、一般にエラー時に再送を行うTCPの
ようなトランスポートプロトコルは使用できない。ま
た、TCPは、1対1通信用のプロトコルであり、複数
の相手に映像を送信することもできない。そこで、この
ような用途には、UDPが用いられる。
[0004] When an audio / video is viewed in a streaming manner such as a video conference or video on demand using an IP network, a transport protocol such as TCP for retransmitting at the time of an error cannot be generally used. Further, TCP is a protocol for one-to-one communication, and cannot transmit video to a plurality of parties. Therefore, UDP is used for such an application.

【0005】UDPは、アプリケーションのプロセスが
リモートマシン上の他のアプリケーションのプロセスへ
データを転送することを、最小のオーバーヘッドで行え
るように設計されている。そのため、UDPのヘッダに
入る情報は、送信元ポート番号、宛先ポート番号、デー
タ長、チェックサムのみであり、TCPにあるパケット
の順序を表す番号を入れるフィールドがないので、ネッ
トワーク上で異なる経路を介して伝送されるなどにより
パケットの順序が入れ替わってしまった場合に、その順
序を正しく状態に戻す処理を行うことができない。ま
た、送信時のタイムスタンプなどの時間情報を入れるフ
ィールドは、TCPにもUDPにもない。
[0005] UDP is designed to allow an application process to transfer data to another application process on a remote machine with minimal overhead. Therefore, the information contained in the UDP header is only the source port number, the destination port number, the data length, and the checksum. Since there is no field for entering the number indicating the order of the packets in the TCP, different routes on the network are required. When the order of the packets is changed due to transmission through the network or the like, it is not possible to perform a process for returning the order to a correct state. In addition, neither TCP nor UDP has a field for entering time information such as a time stamp at the time of transmission.

【0006】そこで、インターネット等のIPネットワ
ークにおいて、リアルタイムに音声や動画を送信/受信
するリアルタイム・トランスポート・アプリケーション
を実現するトランスポートプロトコルとしてリアルタイ
ム・トランスポート・プロトコル(RTP:Rreal-time Tran
sport Protocol) がRFC1889で勧告されている。
Therefore, in an IP network such as the Internet, a real-time transport protocol (RTP: Rreal-time Transcription Protocol) is implemented as a transport protocol for realizing a real-time transport application for transmitting / receiving audio and video in real time.
sport Protocol) is recommended in RFC 1889.

【0007】RTPは、トランスポート層に位置し、一
般にUDP上でリアルタイム・トランスポート・プロト
コル(RTCP:Rreal-Time Control Protocol)とともに用い
られる。
[0007] RTP is located in the transport layer and is generally used over UDP with a real-time transport protocol (RTCP).

【0008】RTPパケットは、図8に示すように、I
Pヘッダ、UDPヘッダ、RTPヘッダ及びRTPデー
タからなる。
[0008] As shown in FIG.
It comprises a P header, a UDP header, an RTP header, and RTP data.

【0009】RTPヘッダには、バージョン情報(V:Ver
asion)、パディング(P:Padding)、拡張ヘッダ(X:extens
ion)の有無、送信元(CRSC:Contoributing source)
数、マーカ情報(M:Marker)、ペイロードタイプ(PT:Payl
oad Type)、シーケンス番号(Sequence Number)、RTP
タイムスタンプ、同期送信元(SSRC:Sychronization Sou
rce)識別子、及び、寄与送信元(CRSC:Contoributing so
urce)識別子を格納する各フィールドが設けられてい
る。
In the RTP header, version information (V: Ver
asion), padding (P: Padding), extension header (X: extens
presence / absence, transmission source (CRSC: Contoributing source)
Number, marker information (M: Marker), payload type (PT: Payl
oad Type), sequence number (Sequence Number), RTP
Timestamp, synchronization source (SSRC: Sychronization Sou
rce) identifier and contributing sender (CRSC: Contoributing so
urce) Each field for storing an identifier is provided.

【0010】RTPが音声・動画像データそのものを送
信/受信するプロトコルであるのに対し、RTCPは、
周期的に、パケットロス、遅延ジッタ、ラウンドトリッ
プ等の回線品質を評価し、その帯域に見合ったリアルタ
イム通信を実現するため情報を送信/受信するのプロト
コルである。
[0010] Whereas RTP is a protocol for transmitting / receiving audio / video data itself, RTCP is
This is a protocol for periodically evaluating the line quality such as packet loss, delay jitter, round trip, etc., and transmitting / receiving information for realizing real-time communication corresponding to the band.

【0011】このRTCPを用いることにより、相手か
らフィードバックされてくる情報により、ネットワーク
の状態などを推測して送信レートを変更するなどの動的
な処理を行うことができる。また、今誰がデータを送信
していて、誰が受信しているかを示す情報もRTCPパ
ケットで同時に送っているので、今現在の参加者の情報
を知ることもできる。
By using this RTCP, it is possible to perform dynamic processing such as estimating the state of the network and changing the transmission rate based on information fed back from the other party. In addition, since information indicating who is transmitting data and who is receiving it is also transmitted in the RTCP packet at the same time, it is possible to know the information of the current participant.

【0012】RTCPパケットは、図9に示すように、
IPヘッダ、UDPヘッダ、RTCPヘッダ及びRTC
Pデータからなる。
The RTCP packet is, as shown in FIG.
IP header, UDP header, RTCP header and RTC
It consists of P data.

【0013】RTCPヘッダには、バージョン情報(V:V
erasion)、パディング(P:Padding)、レポートブロック
(RB:Report Block) 、RTCPタイプ、レポート長、こ
のパケットの送信者の同期送信元(SSRC:Sychronization
Source)識別子を格納する各フィールドが設けられてい
る。
The RTCP header contains version information (V: V
erasion), padding (P: Padding), report block
(RB: Report Block), RTCP type, report length, synchronization source of the sender of this packet (SSRC: Sychronization
Source) Each field for storing an identifier is provided.

【0014】そして、RTPデータの送信者から送られ
るRTCPパケットは、図10に示すように、RTCP
ヘッダに続くRTCPデータとして、ネットワーク・タ
イム・プロトコル(NTP:Network Time Protocol) タイム
スタンプ、RTPタイムスタンプ、送信RTPパケット
数及び送信RTPバイト数からなる送信者情報(SR:Send
er Report)が格納され、さらに受信者情報(RR:Receiver
Report)からなるレポートブロックが格納されることに
なっている。
The RTCP packet sent from the sender of the RTP data is, as shown in FIG.
As the RTCP data following the header, sender information (SR: Send) including a network time protocol (NTP) time stamp, an RTP time stamp, the number of transmitted RTP packets, and the number of transmitted RTP bytes.
ER Report) is stored, and recipient information (RR: Receiver
Report) is to be stored.

【0015】また、RTPデータの受信者から送られる
RTCPパケットは、図11に示すように、RTCPヘ
ッダに続くRTCPデータとして、受信情報(RR:Receiv
er Report)からなるレポートブロックが格納されること
になっている。
As shown in FIG. 11, the RTCP packet sent from the receiver of the RTP data is received information (RR: Receive) as RTCP data following the RTCP header.
er Report).

【0016】上記レポートブロックは、図12に示すよ
うに、パケットの送信者の同期送信元(SSRC:Sychroniza
tion Source)識別子、RTP損失率、損失RTPパケッ
ト数、受信シーケンス番号、到着時間間隔のジッタの平
均値、最後に受信したSRの送信時刻、最後にSRを受
信した時刻からこのRRを送るまでの時間を入れること
になっている。
As shown in FIG. 12, the report block includes a synchronous sender (SSRC: Sychroniza
tion Source) Identifier, RTP loss rate, number of lost RTP packets, reception sequence number, average value of jitter of arrival time interval, transmission time of last received SR, time from last SR reception to transmission of this RR It is supposed to allow time.

【0017】そのため、送信者は、RTPデータの送信
の際に、送信RTPパケット数及び送信RTPバイト数
を管理しておき、また、受信者は、RTPデータの受信
の際に、受信RTPパケット数、損失RTPパケット数
及び到着時間のジッタの情報を管理しておく必要があ
る。
Therefore, the sender manages the number of transmission RTP packets and the number of transmission RTP bytes when transmitting RTP data, and the receiver manages the number of reception RTP packets when receiving RTP data. It is necessary to manage information on the number of lost RTP packets and the jitter of arrival time.

【0018】従来、これらの管理情報も含めたRTP/
RTCPの通信は、例えば図13に示すように、パーソ
ナルコンピュータなどのホスト側プロセス200で行わ
れており、ホスト側プロセス200は、ネットワークカ
ードデバイスドライバ210によりPCIバス220に
接続されたネットワークインターフェースカード230
を介して外部のネットワークと通信を行うようになって
いた。
Conventionally, RTP /
RTCP communication is performed by a host-side process 200 such as a personal computer, as shown in FIG. 13, for example. The host-side process 200 includes a network interface card 230 connected to a PCI bus 220 by a network card device driver 210.
Communication with an external network via the Internet.

【0019】なお、パーソナルコンピュータにおいて
は、PCI(Personal Computer Interconnect)バス、I
SA(Industry Standard Archtecture) バス等を介し
て、SCSI(Small computer System Interface) ボー
ド、ネットワークインターフェースカード等の拡張ボー
ドを接続できるようになされ、これにより種々の用途で
使用できるようになされている。
In a personal computer, a PCI (Personal Computer Interconnect) bus,
An expansion board such as a SCSI (Small Computer System Interface) board or a network interface card can be connected via an SA (Industry Standard Archtecture) bus or the like, and thus can be used for various purposes.

【0020】[0020]

【発明が解決しようとする課題】ところで、データをよ
り高速に処理するために、RTPのパケット化・デパケ
ット化の処理をホスト側プロセスで行わずにPCIカー
ド上のファームウエアで行い、RTCPパケットはホス
ト側が送信/受信するような場合には、ホスト側でRT
Pパケットの送信/受信に関する情報を管理できないの
で、これをPCIカード側で管理する必要がある。
By the way, in order to process data at a higher speed, RTP packetization / depacketization processing is not performed by a host side process but by firmware on a PCI card. In the case of transmission / reception by the host side, RT
Since information relating to transmission / reception of the P packet cannot be managed, it is necessary to manage this on the PCI card side.

【0021】また、例えば、RTPデータの受信者がハ
ードウエア側でRTPをデパケット化して音声や動画像
を再生するか、ホスト側でハードディスクにデータを保
存するかを選べるように場合等には、ホスト側、ハード
ウエア側のどちらでもRTCPのための情報を管理する
ことができ、適切に情報を取得できる必要がある。
For example, in the case where the receiver of the RTP data can select whether to depacketize the RTP on the hardware side to reproduce a sound or a moving image or to save the data on the hard disk on the host side, etc. It is necessary that both the host side and the hardware side can manage information for RTCP and can appropriately acquire information.

【0022】このような従来の実状に鑑み、本発明の目
的は、RTPのパケット化・デパケット化を行う機能を
持つPCIカードなどのハードウエアを用いても、ホス
ト側でRTCPパケットの送信/受信ができるようにし
て、RTP/RTCPを用いた通信をより高速に行うこ
とができるデータ通信装置、データ通信用拡張ボード及
びデータ通信方を提供することにある。
In view of such a conventional situation, an object of the present invention is to transmit / receive RTCP packets on the host side even if hardware such as a PCI card having a function of packetizing and depacketizing RTP is used. It is an object of the present invention to provide a data communication device, a data communication expansion board, and a data communication method capable of performing communication using RTP / RTCP at a higher speed.

【0023】[0023]

【課題を解決するための手段】本発明に係るデータ通信
装置は、ホスト側情報処理装置と、実時間データの入出
力部と、リアルタイム・トランスポート・プロトコル(R
TP:Rreal-time Transport Protocol) に従ったパケット
化/デパケット化処理部と、RTPパケットの送信/受
信に関するRTP情報を管理するRTP情報管理部と、
実時間データとRTP情報をホスト側に渡すインターフ
ェース部とを有し、ホスト側情報処理装置のバスに接続
されたデータ通信用ハードウエアとからなり、ホスト側
情報処理装置は、RTPパケットの送信/受信をホスト
側プロセスで行うかデータ通信用ハードウエア側で行う
かを判定し、ホスト側プロセスでRTPパケットの送信
/受信を行う場合には、ホストプロセス側のRTP情報
管理データベースを更新しながら、RTPパケットの送
信/受信を行い、リアルタイム・トランスポート・プロ
トコル(RTCP:Rreal-Time Control Protocol)パケットの
送信時刻になったら、上記ホストプロセス側のRTP情
報管理データベースから取得されるRTP情報に基づい
てRTCPパケットを生成して送信し、データ通信用ハ
ードウエア側でRTPパケットの送信/受信を行う場合
には、データ通信用ハードウエア側のRTP情報管理デ
ータベースを更新しながら、RTPパケットの送信/受
信を行い、RTCPパケットの送信時刻になったら、デ
ータ通信用ハードウエア側のRTP情報管理データベー
スの内容をホストプロセス側のRTP情報管理データベ
ースにコピーし、上記ホストプロセス側のRTP情報管
理データベースから取得されるRTP情報に基づいてR
TCPパケットを生成してRTCPパケットを送信する
ことを特徴とする。
A data communication apparatus according to the present invention comprises a host-side information processing apparatus, a real-time data input / output unit, and a real-time transport protocol (R).
A packetization / depacketization processing unit according to TP: Rreal-time Transport Protocol), an RTP information management unit for managing RTP information related to transmission / reception of RTP packets,
An interface unit for passing real-time data and RTP information to the host; and a data communication hardware connected to a bus of the host-side information processing device. It is determined whether the reception is performed by the host process or the data communication hardware. If the host process transmits / receives the RTP packet, the RTP information management database of the host process is updated while updating the RTP information management database. When the transmission / reception of the RTP packet is performed and the transmission time of the real-time transport protocol (RTCP: Rreal-Time Control Protocol) packet comes, based on the RTP information acquired from the RTP information management database on the host process side. Generates and sends RTCP packets, and RTP packets on the data communication hardware side When transmitting / receiving RTP packets, the RTP packet is transmitted / received while updating the RTP information management database on the data communication hardware side, and when the RTCP packet transmission time comes, the data communication hardware side Of the RTP information management database of the host process is copied to the RTP information management database of the host process, and the RTP information
It is characterized in that a TCP packet is generated and an RTCP packet is transmitted.

【0024】また、本発明は、ホスト側情報処理装置の
バスに接続されるデータ通信用拡張ボードであって、実
時間データの入出力部と、リアルタイム・トランスポー
ト・プロトコル(RTP:Rreal-time Transport Protocol)
に従ったパケット化/デパケット化処理部と、RTPパ
ケットの送信/受信に関するRTP情報を管理するRT
P情報管理部と、上記RTP情報管理部により管理され
たRTP情報をホスト側に渡すインターフェース部とを
有することを特徴とする。
The present invention also relates to an expansion board for data communication connected to a bus of a host-side information processing apparatus, comprising: an input / output unit for real-time data; a real-time transport protocol (RTP: Rreal-time Transport Protocol)
Packetizing / depacketizing processing unit according to the above, and an RT for managing RTP information relating to transmission / reception of RTP packets
It is characterized by having a P information management unit and an interface unit for transferring the RTP information managed by the RTP information management unit to the host.

【0025】さらに、本発明に係るデータ通信方法は、
リアルタイム・トランスポート・プロトコル(RTP:Rreal
-time Transport Protocol) パケットの送信/受信をホ
スト側プロセスで行うかデータ通信用ハードウエア側で
行うかを判定し、ホスト側プロセスでRTPパケットの
送信/受信を行う場合には、ホストプロセス側のRTP
情報管理データベースを更新しながら、RTPパケット
の送信/受信を行い、リアルタイム・トランスポート・
プロトコル(RTCP:Rreal-Time Control Protocol)パケッ
トの送信時刻になったら、上記ホストプロセス側のRT
P情報管理データベースから取得されるRTP情報に基
づいてRTCPパケットを生成して送信し、データ通信
用ハードウエア側でRTPパケットの送信/受信を行う
場合には、データ通信用ハードウエア側のRTP情報管
理データベースを更新しながら、RTPパケットの送信
/受信を行い、RTCPパケットの送信時刻になった
ら、データ通信用ハードウエア側のRTP情報管理デー
タベースの内容をホストプロセス側のRTP情報管理デ
ータベースにコピーし、上記ホストプロセス側のRTP
情報管理データベースから取得されるRTP情報に基づ
いてRTCPパケットを生成してRTCPパケットを送
信することを特徴とする。
Further, the data communication method according to the present invention comprises:
Real-time transport protocol (RTP: Rreal
-time Transport Protocol) It is determined whether the transmission / reception of the packet is performed by the host-side process or the data communication hardware side. When the host-side process transmits / receives the RTP packet, the host process-side RTP
RTP packets are transmitted / received while updating the information management database.
When the transmission time of the protocol (RTCP: Rreal-Time Control Protocol) packet comes, the RT on the host process side
When an RTCP packet is generated and transmitted based on the RTP information obtained from the P information management database, and the RTP packet is transmitted / received on the data communication hardware side, the RTP information on the data communication hardware side is used. While updating the management database, transmission / reception of the RTP packet is performed. When the transmission time of the RTCP packet comes, the contents of the RTP information management database on the data communication hardware side are copied to the RTP information management database on the host process side. , RTP on the host process side
An RTCP packet is generated based on the RTP information acquired from the information management database, and the RTCP packet is transmitted.

【0026】[0026]

【発明の実施の形態】以下、本発明の実施の形態につい
て図面を参照して詳細に説明する。
Embodiments of the present invention will be described below in detail with reference to the drawings.

【0027】本発明は、例えば図1に示すようにネット
ワーク10を介して接続された複数のネットワーク端末
装置20A,20B・・・により構築されるテレビ会議
システムにおけるネットワーク端末装置に適用される。
The present invention is applied to, for example, a network terminal device in a video conference system constructed by a plurality of network terminal devices 20A, 20B,... Connected via a network 10 as shown in FIG.

【0028】本発明に係るネットワーク端末装置20
は、例えば図2に示すように、ホスト側情報処理装置3
0と、PCI(Personal Computer Interconnect)バス4
0を介して上記ホスト側情報処理装置20に接続された
ネットワークインターフェースカード50及びリアルタ
イム・トランスポート・プロトコル(RTP:Rreal-time T
ransport Protocol)カード60からなる。
Network terminal device 20 according to the present invention
Is, for example, as shown in FIG.
0, PCI (Personal Computer Interconnect) bus 4
0 and a real-time transport protocol (RTP: Rreal-time T) connected to the host-side information processing device 20 via
(ransport Protocol) card 60.

【0029】上記ホスト側情報処理装置30は、PCI
バス40を介してネットワークインターフェースカード
50及びRTPカード60を使用するためのネットワー
クカードデバイスドライバ35及びRTPカードデバイ
スドライバ36を備えるとともに、上記ネットワークイ
ンターフェースカード50を介してRTCP(RTP)
パケットの送信/受信を行うRTCP/RTP送信/受
信プロセス部37を備えている。上記RTCP/RTP
送信/受信プロセス部37には、RTPパケットの送信
/受信に関するRTP情報を管理するRTP情報管理デ
ータベース39が構築されている。
The host-side information processing device 30 is a PCI
A network card device driver 35 and an RTP card device driver 36 for using the network interface card 50 and the RTP card 60 via the bus 40 are provided, and RTCP (RTP) is provided via the network interface card 50.
An RTCP / RTP transmission / reception processing unit 37 for transmitting / receiving packets is provided. RTCP / RTP above
In the transmission / reception processing unit 37, an RTP information management database 39 that manages RTP information related to transmission / reception of RTP packets is constructed.

【0030】上記RTPカード60は、図3に示すよう
に、音声や映像などの実時間データの入出力処理部61
と、RTPに従ったパケット化/デパケット化処理部6
2と、RTPパケットの送信/受信に関するRTP情報
を管理するRTP情報管理部63と、RTPパケット及
びRTP情報をホスト側に渡すためのPCIインターフ
ェース部64とを有する。
As shown in FIG. 3, the RTP card 60 includes an input / output processing unit 61 for inputting / outputting real-time data such as audio and video.
And packetization / depacketization processing unit 6 according to RTP
2, an RTP information management unit 63 that manages RTP information related to transmission / reception of RTP packets, and a PCI interface unit 64 that passes the RTP packets and RTP information to the host side.

【0031】具体的には、例えば図4に示すように、上
記入出力処理部61は、MPEG(Moving Picture Expe
rts Group)エンコーダ61AとMPEGデコーダ62B
からなり、上記MPEGエンコーダ61AとMPEGデ
コーダ62Bにビデオカメラやモニター装置が外部接続
される。また、上記パケット化/デパケット化処理部6
2は、上記MPEGエンコーダ61Aから供給されるM
PEG2データをRTPデータとしたRTPパケットを
生成するRTPパケット生成部62Aと、PCIインタ
ーフェース部64から供給されるRTPパケットを分解
するRTPパケット分解部62Bとからなる。そして、
上記RTP情報管理部63は、上記PCIインターフェ
ース部64を介して1つRTPパケットの送信/受信す
る毎にRTP情報のデータベースを更新する。
More specifically, as shown in FIG. 4, for example, the input / output processing unit 61 includes an MPEG (Moving Picture Exposure).
rts Group) Encoder 61A and MPEG decoder 62B
A video camera and a monitor device are externally connected to the MPEG encoder 61A and the MPEG decoder 62B. The packetizing / depacketizing processing unit 6
2 is M supplied from the MPEG encoder 61A.
An RTP packet generator 62A generates an RTP packet using PEG2 data as RTP data, and an RTP packet decomposer 62B decomposes the RTP packet supplied from the PCI interface 64. And
The RTP information management unit 63 updates the RTP information database each time one RTP packet is transmitted / received via the PCI interface unit 64.

【0032】そして、このネットワーク端末装置20で
は、上記ホスト側情報処理装置30に搭載されたPTC
Pモジュールにより図5のフローチャートに示すような
手順で処理を行う。
In the network terminal device 20, the PTC mounted on the host-side information processing device 30 is used.
The processing is performed by the P module according to the procedure shown in the flowchart of FIG.

【0033】すなわち、PTCPモジュールは、動作を
開始すると、先ず、ホスト側情報処理装置30でRTC
PのためのRTP管理情報データベース39を作成する
(ステップS1)。
That is, when the PTCP module starts operation, first, the host-side information processing device 30
An RTP management information database 39 for P is created (step S1).

【0034】次に、PTCPモジュールは、RTPパケ
ットの送信/受信を行うのがホスト側なのかハードウエ
ア側なのかを示す情報を取得して保持する(ステップS
2)。
Next, the PTCP module acquires and holds information indicating whether the RTP packet is transmitted / received on the host side or the hardware side (step S).
2).

【0035】次に、PTCPモジュールは、RTPパケ
ットの送信/受信を行うのがハードウエア側であるか否
かを上記情報に基づいて判定し(ステップS3)、その
判定結果がYESすなわちハートウエア側を使用してい
る場合には、RTPカード60のRTP情報管理部63
によりRTP管理情報データベースを作成する(ステッ
プS4)。
Next, the PTCP module determines whether transmission / reception of the RTP packet is performed on the hardware side based on the above information (step S3). Is used, the RTP information management unit 63 of the RTP card 60
Creates an RTP management information database (step S4).

【0036】次に、RTPパケットの送信/受信を行う
(ステップS5)。
Next, transmission / reception of the RTP packet is performed (step S5).

【0037】PTCPモジュールは、現在RTPパケッ
トの送信/受信を行っているのがハードウエア側である
か否かを上記情報に基づいて判定する(ステップS
6)。
The PTCP module determines, based on the above information, whether the RTP packet is currently being transmitted / received on the hardware side (step S).
6).

【0038】そして、PTCPモジュールは、上記ステ
ップS6の判定結果がYESすなわちハートウエア側を
使用している場合には、RTPカード60側のRTP管
理情報データベースを更新し(ステップS7)、また、
上記ステップS6の判定結果がNOすなわちホスト側を
使用している場合には、ホスト側情報処理装置30のR
TP管理情報データベース39を更新する(ステップS
8)。
When the result of the determination in step S6 is YES, that is, when the hardware is used, the PTCP module updates the RTP management information database of the RTP card 60 (step S7).
If the decision result in the above step S6 is NO, that is, if the host is used, the R
Update the TP management information database 39 (step S
8).

【0039】次に、PTCPモジュールは、RTCPパ
ケットの送信時刻になったか否かを判定し(ステップS
9)、その判定結果がNOすなわちRTCPパケットの
送信時刻になっていないときには上記ステップS5に戻
ってRTPパケットの送信/受信を行い、上記ステップ
S5からステップS9の処理を繰り返し行う。
Next, the PTCP module determines whether or not the transmission time of the RTCP packet has come (Step S).
9) If the result of the determination is NO, that is, if the transmission time of the RTCP packet has not been reached, the process returns to step S5 to transmit / receive the RTP packet, and repeats the processing from step S5 to step S9.

【0040】そして、PTCPモジュールは、上記ステ
ップS9における判定結果がYESすなわちRTCPパ
ケットの送信時刻になったときには、RTPパケットの
送信/受信を行ったのがハードウエア側であるか否かを
上記情報に基づいて判定し(ステップS10)、その判
定結果がYESすなわちハートウエア側を使用していた
場合には、RTPカード60側のRTP管理情報データ
ベースの内容をホスト側情報処理装置30のRTP管理
情報データベース39にコピーする(ステップS1
1)。
When the result of the determination in step S9 is YES, that is, when the RTCP packet transmission time has come, the PTCP module determines whether or not the RTP packet transmission / reception was performed on the hardware side. (Step S10), and when the determination result is YES, that is, when the hardware is used, the contents of the RTP management information database of the RTP card 60 are stored in the RTP management information of the host-side information processing device 30. Copy to database 39 (step S1
1).

【0041】さらに、PTCPモジュールは、ホスト側
情報処理装置30のRTP管理情報データベース39か
ら情報を取得してRTCPパケットを生成して送信する
(ステップS12)。その後、上記ステップS5に戻っ
てRTPパケットの送信/受信を行い、上記ステップS
5からステップS11の処理を繰り返し行う。
Further, the PTCP module acquires information from the RTP management information database 39 of the host-side information processing device 30, generates and transmits an RTCP packet (step S12). Thereafter, the process returns to step S5 to transmit / receive the RTP packet, and performs step S5.
Steps S5 through S11 are repeated.

【0042】すなわち、このネットワーク端末装置20
におけるPTCPモジュールは、ホスト側情報処理装置
でRTPパケットの送信/受信を行う場合には、ホスト
側情報処理装置30のRTP管理情報データベース39
を更新しながら、RTPパケットの送信/受信を行い、
RTCPパケットの送信時刻になったときに上記ホスト
側情報処理装置30のRTP管理情報データベース39
から情報を取得して、RTCPパケットを生成して送信
する。
That is, the network terminal device 20
When transmitting / receiving RTP packets in the host-side information processing device, the PTCP module in the RTP management information database 39 of the host-side information processing device 30
, While transmitting / receiving RTP packets,
When the transmission time of the RTCP packet comes, the RTP management information database 39 of the host-side information processing device 30
, And generates and transmits an RTCP packet.

【0043】この場合、図6に示すように、上記ネット
ワークインターフェースカード50を介して上記ホスト
側情報処理装置30で受信したRTPパケットにRTP
データとして含まれる音声や映像の情報(MPEGデー
タ)は、上記ホスト側情報処理装置によりハードディス
クなどの情報蓄積装置70に蓄積される。また、上記R
TPパケットは、ネットワークカードデバイスドライバ
35及びRTPカードデバイスドライバ36を介して上
記RTPカード60のPCIインターフェース部64に
送られる。上記RTPカード60は、PCIインターフ
ェース部64に送られてきたRTPパケットをRTPパ
ケット分解部62Bにより分解し、上記RTPパケット
にRTPデータとして含まれている音声や映像の情報
(MPEGデータ)をMPEGデコーダ61Bによりデ
コードして、図示しないモニタ装置やスピーカから出力
する。
In this case, as shown in FIG. 6, the RTP packet received by the host-side information processing device 30 via the network interface card 50 is
Audio and video information (MPEG data) included as data is stored in the information storage device 70 such as a hard disk by the host-side information processing device. In addition, the above R
The TP packet is sent to the PCI interface unit 64 of the RTP card 60 via the network card device driver 35 and the RTP card device driver 36. The RTP card 60 decomposes the RTP packet sent to the PCI interface unit 64 by an RTP packet decomposing unit 62B, and converts audio and video information (MPEG data) included in the RTP packet as RTP data into an MPEG decoder. The signal is decoded by 61B and output from a monitor device or speaker (not shown).

【0044】また、上記PTCPモジュールは、ハード
ウエアでRTPパケットの送信/受信を行う場合には、
RTPカード60側のRTP情報管理部63によるRT
P管理情報データベースを更新しながら、RTPパケッ
トの送信/受信を行い、図7に示すように、RTCPパ
ケットの送信時刻になったときに上記RTPカード60
側のRTP管理情報データベースの内容をホスト側情報
処理装置30のRTP管理情報データベース39にコピ
ーし、上記ホスト側情報処理装置30のRTP管理情報
データベース39から情報を取得して、RTCPパケッ
トを生成して送信する。
In the case where the RTP packet is transmitted / received by hardware, the PTCP module has:
RT by the RTP information management unit 63 on the RTP card 60 side
While updating the P management information database, transmission / reception of the RTP packet is performed, and as shown in FIG.
The contents of the RTP management information database on the host side are copied to the RTP management information database 39 of the host-side information processing device 30, information is obtained from the RTP management information database 39 of the host-side information processing device 30, and an RTCP packet is generated. To send.

【0045】この場合、上記RTPカード60は、図示
しないビデオカメラなどにより入力される音声や映像の
情報からMPEGエンコーダ61AによりMPEGデー
タを生成し、このMPEGデータをRTPデータとした
RTPパケットをRTPパケット生成部62Aにより生
成する。そして、上記RTPパケット生成部62Aによ
り生成されたRTPパケットは、PCIインターフェー
ス部64からRTPカードデバイスドライバ36及びネ
ットワークカードデバイスドライバ35を介してネット
ワークインターフェースカード50に送られ、ネットワ
ークインターフェースカード50を介して送信される。
また、上記ネットワークインターフェースカード50を
介して受信されるRTPパケットは、ネットワークカー
ドデバイスドライバ35及びRTPカードデバイスドラ
イバ36を介して上記RTPカード60のPCIインタ
ーフェース部64に送られる。上記RTPカード60
は、PCIインターフェース部64に送られてきたRT
PパケットをRTPパケット分解部62Bにより分解
し、上記RTPパケットにRTPデータとして含まれて
いる音声や映像の情報(MPEGデータ)をMPEGデ
コーダ61Bによりデコードして、図示しないモニタ装
置やスピーカから出力する。
In this case, the RTP card 60 generates MPEG data by the MPEG encoder 61A from audio and video information input by a video camera or the like (not shown), and converts an RTP packet having the MPEG data into RTP data into an RTP packet. Generated by the generation unit 62A. The RTP packet generated by the RTP packet generation unit 62A is sent from the PCI interface unit 64 to the network interface card 50 via the RTP card device driver 36 and the network card device driver 35, and is transmitted via the network interface card 50. Sent.
The RTP packet received via the network interface card 50 is sent to the PCI interface unit 64 of the RTP card 60 via the network card device driver 35 and the RTP card device driver 36. The above RTP card 60
Is the RT sent to the PCI interface unit 64
The P packet is decomposed by the RTP packet decomposing unit 62B, and audio and video information (MPEG data) included as RTP data in the RTP packet is decoded by the MPEG decoder 61B and output from a monitor device or speaker (not shown). .

【0046】[0046]

【発明の効果】以上のように、本発明によれば、RTP
のパケット化・デパケット化を行う機能を持つPCIカ
ードなどのハードウエアを用いても、ホスト側でRTC
Pパケットの送信/受信ができるので、RTP/RTC
Pを用いた通信をより高速に行うことができる。
As described above, according to the present invention, the RTP
Even if hardware such as a PCI card having the function of packetizing and depacketizing the
RTP / RTC because P packets can be sent / received
Communication using P can be performed at higher speed.

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

【図1】本発明を適用したネットワーク端末装置を用い
て構築されるテレビ会議システムの構成を示す図であ
る。
FIG. 1 is a diagram showing a configuration of a video conference system constructed using a network terminal device to which the present invention is applied.

【図2】本発明に係るネットワーク端末装置の構成を示
す図である。
FIG. 2 is a diagram showing a configuration of a network terminal device according to the present invention.

【図3】上記ネットワーク端末装置に設けたRTPカー
ドの構成を示す図である。
FIG. 3 is a diagram showing a configuration of an RTP card provided in the network terminal device.

【図4】上記RTPカードの具体的な構成例を示す図で
ある。
FIG. 4 is a diagram showing a specific configuration example of the RTP card.

【図5】上記ネットワーク端末装置の動作を示すフロー
チャートである。
FIG. 5 is a flowchart showing an operation of the network terminal device.

【図6】上記ネットワーク端末装置の通信状態を示す図
である。
FIG. 6 is a diagram showing a communication state of the network terminal device.

【図7】RTP情報の管理方法を示す図である。FIG. 7 is a diagram showing a method of managing RTP information.

【図8】RTPパケットの構成を示す図である。FIG. 8 is a diagram showing a configuration of an RTP packet.

【図9】RTCPパケットの構成を示す図である。FIG. 9 is a diagram showing a configuration of an RTCP packet.

【図10】RTPデータの送信者から送られるRTCP
パケットの構成を示す図である。
FIG. 10 RTCP sent from a sender of RTP data
FIG. 3 is a diagram illustrating a configuration of a packet.

【図11】RTPデータの受信者から送られるRTCP
パケットの構成を示す図である。
FIG. 11 RTCP sent from a receiver of RTP data
FIG. 3 is a diagram illustrating a configuration of a packet.

【図12】RTPデータの受信者から送られるRTCP
パケットに格納されるレポートブロックの内容を示す図
である。
FIG. 12 RTCP sent from a receiver of RTP data
FIG. 4 is a diagram illustrating the contents of a report block stored in a packet.

【図13】従来のネットワーク端末装置の構成を示す図
である。
FIG. 13 is a diagram showing a configuration of a conventional network terminal device.

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

20 ネットワーク端末装置、30 ホスト側情報処理
装置、35 ネットワークカードデバイスドライバ、3
6 RTPカードデバイスドライバ、37 RTCP/
RTP送信/受信プロセス部37、39 RTP情報管
理データベース、40 PCIバス、50 ネットワー
クインターフェースカード、60 RTPカード、61
入出力処理部、61A MPEGエンコーダ、61B
MPEGデコーダ 62 パケット化/デパケット化処理部、62A RT
Pパケット生成部、62B RTPパケット分解部、6
3 RTP情報管理部、64 PCIインターフェース
部、70 情報蓄積装置
Reference Signs List 20 network terminal device, 30 host-side information processing device, 35 network card device driver, 3
6 RTP card device driver, 37 RTCP /
RTP transmission / reception processing units 37, 39 RTP information management database, 40 PCI bus, 50 network interface card, 60 RTP card, 61
Input / output processing unit, 61A MPEG encoder, 61B
MPEG decoder 62 Packetizer / depacketizer, 62A RT
P packet generator, 62B RTP packet decomposer, 6
3 RTP information management unit, 64 PCI interface unit, 70 information storage device

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 ホスト側情報処理装置と、 実時間データの入出力部と、リアルタイム・トランスポ
ート・プロトコル(RTP:Rreal-time Transport Protoco
l) に従ったパケット化/デパケット化処理部と、RT
Pパケットの送信/受信に関するRTP情報を管理する
RTP情報管理部と、実時間データとRTP情報をホス
ト側に渡すインターフェース部とを有し、ホスト側情報
処理装置のバスに接続されたデータ通信用ハードウエア
とからなり、 ホスト側情報処理装置は、RTPパケットの送信/受信
をホスト側プロセスで行うかデータ通信用ハードウエア
側で行うかを判定し、ホスト側プロセスでRTPパケッ
トの送信/受信を行う場合には、ホストプロセス側のR
TP情報管理データベースを更新しながら、RTPパケ
ットの送信/受信を行い、リアルタイム・トランスポー
ト・プロトコル(RTCP:Rreal-Time Control Protocol)パ
ケットの送信時刻になったら、上記ホストプロセス側の
RTP情報管理データベースから取得されるRTP情報
に基づいてRTCPパケットを生成して送信し、データ
通信用ハードウエア側でRTPパケットの送信/受信を
行う場合には、データ通信用ハードウエア側のRTP情
報管理データベースを更新しながら、RTPパケットの
送信/受信を行い、RTCPパケットの送信時刻になっ
たら、データ通信用ハードウエア側のRTP情報管理デ
ータベースの内容をホストプロセス側のRTP情報管理
データベースにコピーし、上記ホストプロセス側のRT
P情報管理データベースから取得されるRTP情報に基
づいてRTCPパケットを生成してRTCPパケットを
送信することを特徴とするデータ通信装置。
1. A host-side information processing device, a real-time data input / output unit, and a real-time transport protocol (RTP).
l) a packetization / depacketization processing unit according to
An RTP information management unit that manages RTP information related to transmission / reception of P packets; and an interface unit that passes real-time data and RTP information to the host. The host-side information processing apparatus determines whether the transmission / reception of the RTP packet is performed by the host-side process or the data communication hardware, and the host-side process performs the transmission / reception of the RTP packet. To do so, the R on the host process side
RTP packets are transmitted / received while updating the TP information management database, and when the transmission time of a real-time transport protocol (RTCP: Rreal-Time Control Protocol) packet comes, the RTP information management database on the host process side When the RTP packet is generated and transmitted based on the RTP information obtained from the RTP information and the RTP packet is transmitted / received on the data communication hardware side, the RTP information management database on the data communication hardware side is updated. While the transmission / reception of the RTP packet is performed, when the transmission time of the RTCP packet comes, the contents of the RTP information management database on the data communication hardware side are copied to the RTP information management database on the host process side. RT on the side
A data communication device for generating an RTCP packet based on RTP information obtained from a P information management database and transmitting the generated RTCP packet.
【請求項2】 上記ホスト側情報処理装置のバスは、P
CI(Personal Computer Interconnect)バスであること
を特徴とする請求項1記載のデータ通信装置。
2. The bus of the host-side information processing device has a P
The data communication device according to claim 1, wherein the data communication device is a CI (Personal Computer Interconnect) bus.
【請求項3】 上記データ通信用ハードウエアの入出力
部は、MPEG(Moving Picture Experts Group)エンコ
ーダとMPEGデコーダを備えることを特徴とする請求
項1記載のデータ通信装置。
3. The data communication device according to claim 1, wherein the input / output unit of the data communication hardware includes an MPEG (Moving Picture Experts Group) encoder and an MPEG decoder.
【請求項4】 ホスト側情報処理装置のバスに接続され
るデータ通信用拡張ボードであって、 実時間データの入出力部と、 リアルタイム・トランスポート・プロトコル(RTP:Rreal
-time Transport Protocol) に従ったパケット化/デパ
ケット化処理部と、 RTPパケットの送信/受信に関するRTP情報を管理
するRTP情報管理部と、 上記RTP情報管理部により管理されたRTP情報をホ
スト側に渡すインターフェース部とを有することを特徴
とするデータ通信用拡張ボード。
4. An expansion board for data communication connected to a bus of a host-side information processing device, comprising: a real-time data input / output unit; a real-time transport protocol (RTP: Rreal).
-time Transport Protocol), an RTP information management unit that manages RTP information relating to transmission / reception of RTP packets, and an RTP information managed by the RTP information management unit to the host. An expansion board for data communication, comprising: an interface unit for transferring data.
【請求項5】 上記インターフェース部は、PCI(Per
sonal Computer Interconnect)バスインターフェースで
あることを特徴とする請求項4記載のデータ通信用拡張
ボード。
5. The device according to claim 1, wherein the interface unit is a PCI (Per
5. The expansion board for data communication according to claim 4, wherein the expansion board is a sonal computer interconnect (BUS) interface.
【請求項6】 上記実時間データの入出力部は、MPE
G(Moving Picture Experts Group)エンコーダとMPE
Gデコーダを備えることを特徴とする請求項4記載のデ
ータ通信用拡張ボード。
6. The real-time data input / output unit includes an MPE
G (Moving Picture Experts Group) encoder and MPE
The expansion board for data communication according to claim 4, further comprising a G decoder.
【請求項7】 リアルタイム・トランスポート・プロト
コル(RTP:Rreal-timeTransport Protocol) パケットの
送信/受信をホスト側プロセスで行うかデータ通信用ハ
ードウエア側で行うかを判定し、 ホスト側プロセスでRTPパケットの送信/受信を行う
場合には、ホストプロセス側のRTP情報管理データベ
ースを更新しながら、RTPパケットの送信/受信を行
い、 リアルタイム・トランスポート・プロトコル(RTCP:Rrea
l-Time Control Protocol)パケットの送信時刻になった
ら、上記ホストプロセス側のRTP情報管理データベー
スから取得されるRTP情報に基づいてRTCPパケッ
トを生成して送信し、 データ通信用ハードウエア側でRTPパケットの送信/
受信を行う場合には、データ通信用ハードウエア側のR
TP情報管理データベースを更新しながら、RTPパケ
ットの送信/受信を行い、 RTCPパケットの送信時刻になったら、データ通信用
ハードウエア側のRTP情報管理データベースの内容を
ホストプロセス側のRTP情報管理データベースにコピ
ーし、 上記ホストプロセス側のRTP情報管理データベースか
ら取得されるRTP情報に基づいてRTCPパケットを
生成してRTCPパケットを送信することを特徴とする
データ通信方法。
7. It is determined whether transmission / reception of a real-time transport protocol (RTP) packet is performed by a host-side process or data communication hardware, and an RTP packet is determined by a host-side process. When transmitting / receiving RTP packets, while transmitting / receiving RTP packets while updating the RTP information management database on the host process side, the real-time transport protocol (RTCP: Rrea) is used.
l-Time Control Protocol) When the transmission time of the packet comes, an RTCP packet is generated and transmitted based on the RTP information obtained from the RTP information management database on the host process side, and the RTP packet is generated on the data communication hardware side. Send /
When performing reception, the data communication hardware R
The RTP packet is transmitted / received while updating the TP information management database, and when the transmission time of the RTCP packet comes, the contents of the RTP information management database on the data communication hardware side are transferred to the RTP information management database on the host process side. A data communication method, comprising: copying, generating an RTCP packet based on RTP information acquired from the RTP information management database on the host process side, and transmitting the RTCP packet.
JP2000138244A 2000-05-02 2000-05-02 Data communication apparatus, data communication extension board and data communication method Withdrawn JP2001320407A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000138244A JP2001320407A (en) 2000-05-02 2000-05-02 Data communication apparatus, data communication extension board and data communication method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000138244A JP2001320407A (en) 2000-05-02 2000-05-02 Data communication apparatus, data communication extension board and data communication method

Publications (1)

Publication Number Publication Date
JP2001320407A true JP2001320407A (en) 2001-11-16

Family

ID=18645885

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000138244A Withdrawn JP2001320407A (en) 2000-05-02 2000-05-02 Data communication apparatus, data communication extension board and data communication method

Country Status (1)

Country Link
JP (1) JP2001320407A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7463578B2 (en) 2003-09-10 2008-12-09 Fujitsu Limited Transmission parameter control device
CN111800388A (en) * 2020-06-09 2020-10-20 盐城网之易传媒有限公司 Media information processing method and media information processing device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7463578B2 (en) 2003-09-10 2008-12-09 Fujitsu Limited Transmission parameter control device
CN111800388A (en) * 2020-06-09 2020-10-20 盐城网之易传媒有限公司 Media information processing method and media information processing device

Similar Documents

Publication Publication Date Title
US7724780B2 (en) Synchronization of one or more source RTP streams at multiple receiver destinations
CN106656422B (en) Streaming media transmission method for dynamically adjusting FEC redundancy
US8023533B2 (en) Data communication system, data transmitting apparatus, data transmitting method, and method for determining packet size and redundancy
US7164680B2 (en) Scheme for supporting real-time packetization and retransmission in rate-based streaming applications
EP1122931B1 (en) Real-time media content synchronization and transmission in packet network apparatus and method
US8208460B2 (en) Method and system for in-band signaling of multiple media streams
JP2003169040A (en) Data communication system, data transmitter, data receiver, and method, as well as computer program
WO2003098884A1 (en) Protocol, information processing system and method, information processing device and method, recording medium, and program
US20090135724A1 (en) Method and apparatus of RTP control protocol (RTCP) processing in real-time transport protocol (RTP) intermediate systems
JP2007097185A (en) Synchronization water marking in multimedia streams
JP2004186892A (en) Packet transmitting system and packet reception system
EP1379051B1 (en) Data sending/receiving system and method for a defect-free data transmission
JP2001045098A (en) Data communication system, data communication unit, data communication method and storage medium
JP4600513B2 (en) Data transmission apparatus, transmission rate control method, and program
JP2003249922A (en) Data receiver, method for processing received data and computer program
JP5074834B2 (en) Audio / video synchronization method, audio / video synchronization system, and audio / video receiving terminal
US8238341B2 (en) Apparatus and method for processing voice over internet protocol packets
JP4042396B2 (en) Data communication system, data transmission apparatus, data reception apparatus and method, and computer program
KR20010035779A (en) Packet loss compensating method in user datagram protocol
JP2003264590A (en) Packet transmission system and its data transmitter and data receiver
JP2001320407A (en) Data communication apparatus, data communication extension board and data communication method
JP2002314595A (en) Communication repeater and jitter suppression method
JP3906678B2 (en) Data communication system, data transmission apparatus, data reception apparatus and method, and computer program
JPH0750818A (en) Audio and video packet synchronization transfer control method
JP2002152307A (en) Data receiving device, data transmitting device, data communication system, data receiving method, data transmitting method, data communication method, and program storage medium

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20070703