JP2010245838A - Video transmission system, transmitting apparatus, receiving apparatus and hold time control method - Google Patents
Video transmission system, transmitting apparatus, receiving apparatus and hold time control method Download PDFInfo
- Publication number
- JP2010245838A JP2010245838A JP2009092322A JP2009092322A JP2010245838A JP 2010245838 A JP2010245838 A JP 2010245838A JP 2009092322 A JP2009092322 A JP 2009092322A JP 2009092322 A JP2009092322 A JP 2009092322A JP 2010245838 A JP2010245838 A JP 2010245838A
- Authority
- JP
- Japan
- Prior art keywords
- packet
- data
- data packet
- unit
- control information
- 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
Links
Images
Landscapes
- Compression Or Coding Systems Of Tv Signals (AREA)
- Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
- Detection And Prevention Of Errors In Transmission (AREA)
Abstract
Description
この発明は、パケット化した映像データを、ネットワーク網を介して伝送する映像伝送システムと、このシステムに用いられる送信装置、受信装置及び保持時間制御方法とに関する。 The present invention relates to a video transmission system for transmitting packetized video data via a network, and a transmission device, a reception device, and a holding time control method used in the system.
近年、インターネット上のデータ伝送において、従来から利用されているダウンロード型伝送方式に加えて、ストリーム型伝送方式によるサービスが増加してきている(例えば、特許文献1参照)。このストリーム型伝送方式では、伝送システムの送信装置から受信装置にデータ転送が行われている間に、受信したデータを再生ができるため、インターネット電話、遠隔テレビ会議、ビデオオンデマンドといったインターネットサービスに利用されている。 In recent years, in the data transmission on the Internet, in addition to the download type transmission system conventionally used, the service by the stream type transmission system is increasing (for example, refer patent document 1). In this stream-type transmission system, received data can be played back while data is transferred from the transmission device to the reception device in the transmission system, so it can be used for Internet services such as Internet telephony, remote video conferencing, and video on demand. Has been.
ストリーム型伝送方式に適したインターネット技術に、IETF RFC3550で規定されているRTP(Realtime TransportProtocol)がある。RTPによるデータ転送では、時間情報としてパケットにタイムスタンプを付加しておき、これによって送信装置と受信装置の時間的関係を把握することで、パケット転送の遅延ゆらぎ(ジッター)などの影響を受けずに同期をとって再生することができる。 As an Internet technology suitable for the stream type transmission method, there is RTP (Realtime Transport Protocol) defined by IETF RFC3550. In data transfer by RTP, a time stamp is added to a packet as time information, and the time relationship between the transmission device and the reception device is grasped by this, so that it is not affected by delay fluctuation (jitter) of packet transfer. Can be played back in sync with.
ここで、RTPは実時間のデータ転送を保証しているものではない。パケット配送の優先度や設定、管理などはRTPが提供するトランスポートサービスの範疇ではないため、RTPパケットはほかのパケットと同様に配送遅延やパケットロスがおきる可能性がある。このような事態が起こっても、受信装置は期待する時間内に到着したパケットだけを利用してデータを再生することが可能である。これは、映像や音声データが多少のデータ損失があったとしても、ある程度再生できるからである。 Here, RTP does not guarantee real-time data transfer. Since packet delivery priority, setting, management, and the like are not within the scope of transport services provided by RTP, RTP packets may experience delivery delay and packet loss in the same way as other packets. Even if such a situation occurs, the receiving apparatus can reproduce data using only packets that arrive within the expected time. This is because video and audio data can be reproduced to some extent even if there is some data loss.
RTPを用いてデータ転送の信頼性を向上させる手法として、前方誤り訂正符号化方式、いわゆるFEC(Forward Error Correction)方式、という手法がある。このFEC方式では、所定の個数のデータパケットを一つの単位として、RS(Reed-Solomon)符号等の誤り訂正符号を用いて冗長符合化を行う。 As a technique for improving the reliability of data transfer using RTP, there is a technique called a forward error correction coding system, a so-called FEC (Forward Error Correction) system. In this FEC scheme, redundancy coding is performed using an error correction code such as an RS (Reed-Solomon) code with a predetermined number of data packets as one unit.
例えば、送信装置において、(n,k)RS符号を用いる場合、データパケットk個に、n−k個の冗長パケットを付加したn個のパケットを受信装置へ送信することができる。ここで、n>kである。受信装置は、受信したパケットを保持し、予め設定された保持時間毎に誤り訂正を行うようにしている。このとき、この保持時間内に、送信装置から合計n個のパケットを受信することができれば、n−k個の冗長パケットを用いたRS復号処理により、パケットロス等の影響によるデータパケットの損失を復元することができる。しかしながら、送信装置において、受信装置へ伝送するデータパケットの伝送レートが変更される場合がある。このような場合、単位時間当たりに伝送されるデータパケットの数が変化してしまうため、冗長パケットを含むn個のパケットを受信することができなくなり、正常に誤り訂正を行えないという問題があった。 For example, when (n, k) RS code is used in the transmission apparatus, n packets obtained by adding nk redundant packets to k data packets can be transmitted to the reception apparatus. Here, n> k. The receiving apparatus holds the received packet and performs error correction every preset holding time. At this time, if a total of n packets can be received from the transmission device within this holding time, the data packet loss due to the influence of packet loss or the like is reduced by RS decoding processing using n−k redundant packets. Can be restored. However, the transmission rate of the data packet transmitted to the receiving device may be changed in the transmitting device. In such a case, since the number of data packets transmitted per unit time changes, n packets including redundant packets cannot be received, and there is a problem that error correction cannot be performed normally. It was.
以上のように、従来の映像伝送システムでは、送信装置側でデータパケットの伝送レートが変更された場合、受信装置側で正常に誤り訂正を行うことができなかった。 As described above, in the conventional video transmission system, when the transmission rate of the data packet is changed on the transmission device side, the error correction cannot be normally performed on the reception device side.
この発明は上記事情によりなされたもので、その目的は、送信装置側でデータパケットの伝送レートが変更された場合であっても、受信装置側で正常に誤り訂正を行うことが可能な映像伝送システムと、このシステムに用いられる送信装置、受信装置及び保持時間制御方法を提供することにある。 The present invention has been made in view of the above circumstances, and its purpose is video transmission capable of normally performing error correction on the receiving device side even when the transmission rate of the data packet is changed on the transmitting device side. A system, and a transmission device, a reception device, and a holding time control method used in the system are provided.
上記目的を達成するため、本発明に係る映像伝送システムは、パケット化された映像データを送信装置及び受信装置により伝送する映像伝送システムにおいて、前記送信装置は、前記映像データをパケット化してデータパケットを生成するパケット化部と、前記生成されたデータパケットを順次保持し、保持したデータパケットの容量が予め設定された容量に達した場合、前記容量分のデータパケットに誤り訂正符号化を行い、前記容量分のデータパケット及び前記誤り訂正符号化により生成された冗長パケットを出力する符号化バッファ部と、前記符号化バッファ部に保持される前記データパケットの容量が前記予め設定された容量に達するまでの時間に基づいて前記受信装置に対する制御情報を生成する制御情報生成部と、前記データパケット、前記冗長パケット及び前記制御情報を前記受信装置へ送信する送信部とを備え、前記受信装置は、前記送信装置から送信されたデータパケット、冗長パケット及び制御情報を受信する受信部と、前記受信したデータパケット及び冗長パケットを一時的に保持し、指定された保持時間が経過した場合、前記保持時間に保持されたデータパケットを、前記冗長パケットを用いて誤り訂正したのち出力する誤り訂正バッファ部と、前記制御情報に基づいて前記誤り訂正バッファ部における保持時間を制御する制御部とを備えることを特徴とする。 In order to achieve the above object, a video transmission system according to the present invention is a video transmission system in which packetized video data is transmitted by a transmission device and a reception device, and the transmission device packetizes the video data to generate a data packet. A packetizing unit that generates the data packet and sequentially holds the generated data packet, and when the capacity of the stored data packet reaches a preset capacity, performs error correction coding on the data packet for the capacity, An encoding buffer unit that outputs the data packet for the capacity and the redundant packet generated by the error correction encoding, and the capacity of the data packet held in the encoding buffer unit reaches the preset capacity A control information generating unit that generates control information for the receiving device based on the time until A transmission unit that transmits the redundant packet and the control information to the reception device, and the reception device receives a data packet, a redundant packet, and control information transmitted from the transmission device; The received data packet and the redundant packet are temporarily held, and when a specified holding time has elapsed, the data packet held at the holding time is error-corrected using the redundant packet and then output. A buffer unit and a control unit that controls a holding time in the error correction buffer unit based on the control information.
また、本発明に係る送信装置は、パケット化された映像データを送信装置及び受信装置により伝送する映像伝送システムに用いられ、前記映像データをパケット化してデータパケットを生成するパケット化部と、前記生成されたデータパケットを順次保持し、保持したデータパケットの容量が予め設定された容量に達した場合、前記容量分のデータパケットに誤り訂正符号化を行い、前記容量分のデータパケット及び前記誤り訂正符号化により生成された冗長パケットを出力する符号化バッファ部と、前記符号化バッファ部に保持される前記データパケットの容量が前記予め設定された容量に達するまでの時間に基づいて前記受信装置に対する制御情報を生成する制御情報生成部と、前記データパケット、前記冗長パケット及び前記制御情報を前記受信装置へ送信する送信部とを具備することを特徴とする。 Further, a transmission device according to the present invention is used in a video transmission system that transmits packetized video data by a transmission device and a reception device, and a packetizing unit that packetizes the video data to generate a data packet; The generated data packets are sequentially held, and when the held data packet capacity reaches a preset capacity, error correction coding is performed on the data packet for the capacity, and the data packet for the capacity and the error An encoding buffer unit that outputs redundant packets generated by correction encoding, and the reception device based on a time until a capacity of the data packet held in the encoding buffer unit reaches the preset capacity A control information generator for generating control information for the data packet, the redundant packet, and the control information Characterized by a transmission unit that transmits to the receiving device.
また、本発明に係る受信装置は、映像データをパケット化してデータパケットを生成するパケット化部と、前記生成されたデータパケットを順次保持し、保持したデータパケットの容量が予め設定された容量に達した場合、前記容量分のデータパケットに誤り訂正符号化を行い、前記容量分のデータパケット及び前記誤り訂正符号化により生成された冗長パケットを出力する符号化バッファ部と、前記符号化バッファ部に保持される前記データパケットの容量が前記予め設定された容量に達するまでの時間に基づいて制御情報を生成する制御情報生成部と、前記データパケット、前記冗長パケット及び前記制御情報を送信する送信部とを備える送信装置を具備する映像伝送システムに用いられ、前記送信装置から送信されたデータパケット、冗長パケット及び制御情報を受信する受信部と、前記受信したデータパケット及び冗長パケットを一時的に保持し、指定された保持時間が経過した場合、前記保持時間に保持されたデータパケットを、前記冗長パケットを用いて誤り訂正したのち出力する誤り訂正バッファ部と、前記制御情報に基づいて前記誤り訂正バッファ部における保持時間を制御する制御部とを備えることを特徴とする。 In addition, the receiving apparatus according to the present invention includes a packetizing unit that packetizes video data to generate a data packet, and sequentially holds the generated data packet, and the capacity of the stored data packet is set to a preset capacity. An encoding buffer unit that performs error correction encoding on the data packet for the capacity and outputs the data packet for the capacity and the redundant packet generated by the error correction encoding; and the encoding buffer unit A control information generating unit that generates control information based on a time until the capacity of the data packet held in the memory reaches the preset capacity, and a transmission that transmits the data packet, the redundant packet, and the control information A data packet transmitted from the transmission device, used in a video transmission system including a transmission device comprising: A receiving unit that receives a long packet and control information, and temporarily holds the received data packet and redundant packet. When a specified holding time has elapsed, the data packet held at the holding time is An error correction buffer unit that outputs after correcting an error using a packet, and a control unit that controls a holding time in the error correction buffer unit based on the control information.
また、本発明に係る保持時間制御方法は、パケット化された映像データを送信装置及び受信装置により伝送する映像伝送システムで用いられる保持時間制御方法において、前記映像データをパケット化してデータパケットを生成し、前記生成されたデータパケットを前記受信装置の符号化バッファ部に順次保持し、前記保持したデータパケットの容量が予め設定された容量に達した場合、前記容量分のデータパケットに誤り訂正符号化を行い、前記符号化バッファ部に保持した前記データパケットの容量が前記予め設定された容量に達するまでの時間に基づいて前記受信装置に対する制御情報を生成し、前記容量分のデータパケット、前記誤り訂正符号化により生成された冗長パケット及び前記制御情報を前記送信装置から前記受信装置へ送信し、前記送信装置から送信された制御情報に基づいて、前記受信装置の誤り訂正バッファ部におけるデータパケット及び冗長パケットの保持時間を制御し、前記送信装置から送信されたデータパケット及び冗長パケットを前記誤り訂正バッファ部に一時的に保持し、前記制御した保持時間が経過した場合、前記誤り訂正バッファ部に保持したデータパケットを、前記冗長パケットを用いて誤り訂正することを特徴とする。 The holding time control method according to the present invention is a holding time control method used in a video transmission system for transmitting packetized video data by a transmitting device and a receiving device, and packetizing the video data to generate a data packet. The generated data packets are sequentially held in the encoding buffer unit of the receiving device, and when the capacity of the held data packets reaches a preset capacity, an error correction code is added to the data packets for the capacity. And generating control information for the receiving device based on the time until the capacity of the data packet held in the encoding buffer unit reaches the preset capacity, the data packet for the capacity, The redundant packet generated by error correction coding and the control information are transmitted from the transmitting device to the receiving device. Then, based on the control information transmitted from the transmitting device, the data packet and redundant packet holding time in the error correction buffer unit of the receiving device is controlled, and the data packet and redundant packet transmitted from the transmitting device are Temporarily held in an error correction buffer unit, and when the controlled holding time has elapsed, the data packet held in the error correction buffer unit is error-corrected using the redundant packet.
上記構成による映像伝送システム、送信装置、受信装置及び保持時間制御方法では、送信装置の符号化バッファ部においてデータパケットを所定容量分蓄積するのにかかる時間に基づいて、受信装置の誤り訂正バッファ部の保持時間を制御するようにしている。これにより、伝送レートが送信装置で変更された場合であっても、伝送レートの変更に従って誤り訂正バッファ部の保持時間を変更することが可能となる。 In the video transmission system, the transmission device, the reception device, and the holding time control method configured as described above, the error correction buffer unit of the reception device is based on the time required to store a predetermined amount of data packets in the encoding buffer unit of the transmission device. The holding time is controlled. As a result, even when the transmission rate is changed by the transmission device, the retention time of the error correction buffer unit can be changed according to the change of the transmission rate.
この発明によれば、送信装置側でデータパケットの伝送レートが変更された場合であっても、正常に誤り訂正を行うことが可能な映像伝送システムと、このシステムに用いられる送信装置、受信装置及び保持時間制御方法を提供することができる。 According to the present invention, a video transmission system capable of normally performing error correction even when the transmission rate of a data packet is changed on the transmission device side, and a transmission device and a reception device used in this system And a retention time control method can be provided.
以下、図面を参照しながら本発明に係る映像伝送システム、送信装置、受信装置及び保持時間制御方法の実施の形態について詳細に説明する。 Hereinafter, embodiments of a video transmission system, a transmission device, a reception device, and a holding time control method according to the present invention will be described in detail with reference to the drawings.
図1は、本発明の一実施形態に係る映像伝送システムの機能構成を示すブロック図である。送信装置10と受信装置20とは、ネットワーク網を介して接続され、送信装置10から送信されたパケット化された映像データは、受信装置20へ伝送される。
FIG. 1 is a block diagram showing a functional configuration of a video transmission system according to an embodiment of the present invention. The
送信装置10は、パケット化部11、誤り訂正符号化バッファ部12、制御パケット生成部13、切替器14、切替制御部15及び送信部16を備える。パケット化部11は、例えばMPEG4等により圧縮処理された映像データをパケット化してデータパケットを生成する。このとき、パケット化部11は、IETF RFC1889に規定されるRTPに従ったデータパケットを生成する。
The
誤り訂正符号化バッファ部12は、パケット化部11で生成されたデータパケットが所定容量蓄積されると、この所定容量蓄積されたデータパケットに対して、FEC(前方誤り訂正符号)冗長符号化を行い、所定容量のデータパケットとFEC冗長符号化により生成された冗長パケットとを切替器14へ出力する。
When the data packet generated by the packetizing unit 11 is accumulated in a predetermined capacity, the error correction
図2は、誤り訂正符号化バッファ部12におけるFEC冗長符号化の一例を示す模式図である。誤り訂正符号化バッファ部12は、例えば3×3のマトリクス型のバッファであり、パケット化部11から供給されるデータパケットを「1」から順次蓄積する。このとき、誤り訂正符号化バッファ部12は、所定容量を満たす9個のデータパケットを1つの単位として、リードソロモン(RS:Read-Solomon)符号等の消失誤り訂正符号を用いて冗長符号化を行う。例えば、(12,9)RS符号を用いる場合、誤り訂正符号化バッファ部12では、冗長符号化前の9個のデータパケットから、3個の冗長パケットが生成され、合計12個のデータパケットとなる。ここで、誤り訂正符号化バッファ部12では、7番目のデータパケットが蓄積されると冗長パケット1が生成され、8番目のデータパケットが蓄積されると冗長パケット2が生成され、9番目のデータパケットが蓄積されると冗長パケット3が生成されることとなる。9個のデータパケットと3個の冗長パケットとは、例えば、図2に示す順序で切替器14へ供給される。
FIG. 2 is a schematic diagram showing an example of FEC redundant coding in the error correction
制御パケット生成部13は、誤り訂正符号化バッファ部12にデータパケットが所定容量蓄積されると、この所定容量の蓄積までにかかった時間を計測し、データパケットの伝送レートを算出する。制御パケット生成部13は、伝送レートを算出すると、算出した伝送レートに基づく制御情報を生成する。制御パケット生成部13は、生成した制御情報にRTPに従ったパケット化を施して制御パケットを生成する。生成された制御パケットは切替器14へ出力される。
When a predetermined amount of data packets are stored in the error correction
切替器14は、誤り訂正符号化バッファ部12からのデータパケット及び冗長パケットと、制御パケット生成部13からの制御パケットとを受け取り、後述する切替制御部15からの切替制御に従っていずれかのデータパケットを選択的に導出する。
The
切替制御部15は、切替器14に対して切替制御を行う。すなわち、切替制御部15は、誤り訂正符号化バッファ部12に所定容量のデータパケットが蓄積されたことを検知すると、制御パケット生成部13からの制御パケットを導出するように切替器14を切り替える。切替制御部15は、制御パケットの導出が完了すると、誤り訂正符号化バッファ部12からのデータパケット及び冗長パケットを導出するように切替器14を切り替える。切替器14から導出されたデータパケットは送信部16へ供給される。送信部16は、制御パケットと、データパケット及び冗長パケットとを別々のポートに割り当てて受信装置20へ送信する。
The switching
上記受信装置20は、受信部21、切替器22、誤り訂正バッファ部23−1,23−2、タイマ24及び受信制御部25を備える。受信部21は、送信装置10から最初に送信される、制御パケット生成部13で生成された制御パケットを受信し、この制御パケットを受信制御部25へ出力する。また、受信部21は、制御パケットに続くデータパケット及び冗長パケットを受信し、これらを切替器22へ出力する。
The receiving
切替器22は、受信部21からのデータパケット及び冗長パケットを、後述する受信制御部25からの切替制御に従い、誤り訂正バッファ部23−1,23−2のうちいずれかへ選択的に導出する。
The
誤り訂正バッファ部23−1,23−2は、切替器22から導出されたデータパケット及び冗長パケットを保持し、タイマ24で計測される時間が所定の保持時間に達する度に、保持したデータパケットをパケット解除部26−1,26−2へそれぞれ出力する。このとき、誤り訂正バッファ部23−1,23−2は、保持した冗長パケットを用いてデータパケットの誤り訂正を行う。
The error correction buffer units 23-1 and 23-2 hold the data packet and the redundant packet derived from the
誤り訂正バッファ部23−1,23−2は、例えば、誤り訂正符号化バッファ部12と同様の3×3のマトリクス型のバッファであり、誤り訂正符号化バッファ部12から図2に示される順序で送信されたデータパケットを「1」から順次蓄積する。誤り訂正バッファ部23−1,23−2は、1〜7番目までのデータパケットを蓄積し、次に冗長パケット1を受け取った場合、この冗長パケット1を用いて1,4,7番目のデータパケットを復元する。また、8番目のデータパケットを蓄積し、次に冗長パケット2を受け取った場合、この冗長パケット2を用いて2,5,8番目のデータパケットを復元する。また、9番目のデータパケットを蓄積し、次に冗長パケット3を受け取った場合、この冗長パケット3を用いて3,6,9番目のデータパケットを復元する。ただし、誤り訂正バッファ部23−1,23−2は、9個のデータパケット及び3個の冗長パケットの全てを受信する前に所定の保持時間が経過してしまった場合、冗長パケット1〜3に基づいた誤り訂正を行うことができない。
The error correction buffer units 23-1 and 23-2 are, for example, the same 3 × 3 matrix buffer as the error correction
パケット解除部26−1,26−2は、誤り訂正バッファ部23−1,23−2からのデータパケットをパケット解除し、後段へ出力する。 The packet release units 26-1 and 26-2 release the data packets from the error correction buffer units 23-1 and 23-2 and output them to the subsequent stage.
受信制御部25は、切替器22に対して切替制御を行う。すなわち、誤り訂正バッファ部23−1からデータパケットが出力されている間は、誤り訂正バッファ部23−2へ受信したデータパケットが供給されるように切替器22を切り替え、誤り訂正バッファ部23−2からデータパケットが出力されている間は、誤り訂正バッファ部23−1へ受信したデータパケットが供給されるように切替器22を切り替える。
The
また、受信制御部25は、受信部21から制御パケットを受け取ると、誤り訂正バッファ部23−1,23−2に対する制御を行う。すなわち、制御パケットに含まれる制御情報に従って、誤り訂正バッファ部23−1,23−2におけるデータパケットの保持時間を制御する。
When receiving the control packet from the receiving
次に、上記構成における動作を説明する。図3は、本発明の一実施形態における映像伝送システムにおいて、受信制御部25が誤り訂正バッファ部23−1,23−2の保持時間を制御する際のフローチャートを示す図である。ここでは、送信装置10から送信されるデータの伝送レートが30Mbpsから15Mbpsへ変更された場合を例に説明する。
Next, operation in the above configuration will be described. FIG. 3 is a diagram illustrating a flowchart when the
誤り訂正符号化バッファ部12は、パケット化部11から供給されたデータパケットを所定容量保持し、冗長符号化を行う。制御パケット生成部13は、データパケットが所定容量保持されるまでにかかった時間を計測し、計測した時間から伝送レート(15Mbps)を算出する。そして、算出した伝送レートに基づいて制御情報を生成する。いま、データパケットの伝送レートが30Mbpsから15Mbpsへと変更されたため、誤り訂正符号化バッファ部12が冗長符号化を行う際の時間は、30Mbpsであったときの2倍かかることとなる。制御パケット生成部13は、誤り訂正バッファ部23−1,23−2における保持時間を伝送レートが30Mbpsであったときの2倍となるように制御情報を生成する。送信装置10は、この制御情報を含む制御パケットを送信し、その後、所定容量分のデータパケット及び冗長符号化により生成された冗長パケットを送信する。
The error correction
受信装置20は、まず、送信装置10からの制御パケットを受信する。受信制御部25は、この制御パケットを受け取ると(ステップ31)、この制御情報に基づいて誤り訂正バッファ部23−1,23−2における保持時間を以前の2倍に設定する(ステップ32)。そして、誤り訂正バッファ部23−1,23−2は、送信装置10からのデータパケットを新たに設定された保持時間だけ保持し、冗長パケットを用いて誤り訂正を行い、誤り訂正後のデータパケットをパケット解除部26−1,26−2へ出力する。
First, the receiving
以上のように、上記一実施形態では、送信装置10の誤り訂正符号化バッファ部12においてデータパケットを所定容量分蓄積するのにかかる時間に基づいて、受信装置20における誤り訂正バッファ部23−1,23−2の保持時間を制御するようにしている。これにより、伝送レートが送信装置10で変更された場合であっても、伝送レートの変更に従って誤り訂正バッファ部23−1,23−2の保持時間を変更することが可能となる。
As described above, in the above-described embodiment, the error correction buffer unit 23-1 in the
したがって、本発明に係る映像伝送システムは、送信装置10側でデータパケットの伝送レートが変更された場合であっても、受信装置20側で正常に誤り訂正を行うことが可能となり、エラーに強いデータ伝送を行うことができる。
Therefore, the video transmission system according to the present invention can perform error correction normally on the receiving
なお、この発明は上記一実施形態に限定されるものではない。例えば上記一実施形態では、制御パケット生成部13で生成された制御情報がRTPに従ってパケット化される例を説明したが、制御情報のパケット化の方法はRTPに限定されるわけではなく、TCP(Transmission Control Protocol)又はUDP(User Datagram Protocol)に従ってパケット化される場合であっても同様に実施可能である。
The present invention is not limited to the above-described embodiment. For example, in the above-described embodiment, the example in which the control information generated by the control
また、上記一実施形態では、送信装置**が制御情報をパケット化して送信する例を説明したが、制御情報はパケット化されることに限定される訳ではない。 In the above embodiment, an example has been described in which the transmission device ** packetizes and transmits control information. However, the control information is not limited to being packetized.
また、上記一実施形態では、誤り訂正符号化バッファ部12及び誤り訂正バッファ部23−1,23−2が3×3のマトリクス型のバッファである例を説明したが、3×3以外のマトリクスバッファである場合も同様に実施可能である。
In the above embodiment, the error correction
また、上記一実施形態では、映像データをパケット化して、送信装置10から受信装置20へ伝送する例を説明したが、映像データに加えて音声データをパケット化して、送信装置10及び受信装置20間で伝送する場合であっても同様に実施可能である。
In the above embodiment, the video data is packetized and transmitted from the
さらに、この発明は、実施段階ではその要旨を逸脱しない範囲で構成要素を変形して具体化できる。また、上記実施形態に開示されている複数の構成要素の適宜な組み合わせにより、種々の発明を形成できる。例えば、実施形態に示される全構成要素から幾つかの構成要素を削除してもよい。 Furthermore, the present invention can be embodied by modifying the constituent elements without departing from the spirit of the invention in the implementation stage. In addition, various inventions can be formed by appropriately combining a plurality of components disclosed in the embodiment. For example, some components may be deleted from all the components shown in the embodiment.
10…送信装置
11…パケット化部
12…誤り訂正符号化バッファ部
13…制御パケット生成部
14…切替器
15…切替制御部
16…送信部
20…受信装置
21…受信部
22…切替器
23−1,23−2…誤り訂正バッファ部
24…タイマ
25…受信制御部
26−1,26−2…パケット解除部
DESCRIPTION OF
Claims (9)
前記送信装置は、
前記映像データをパケット化してデータパケットを生成するパケット化部と、
前記生成されたデータパケットを順次保持し、保持したデータパケットの容量が予め設定された容量に達した場合、前記容量分のデータパケットに誤り訂正符号化を行い、前記容量分のデータパケット及び前記誤り訂正符号化により生成された冗長パケットを出力する符号化バッファ部と、
前記符号化バッファ部に保持される前記データパケットの容量が前記予め設定された容量に達するまでの時間に基づいて前記受信装置に対する制御情報を生成する制御情報生成部と、
前記データパケット、前記冗長パケット及び前記制御情報を前記受信装置へ送信する送信部と
を備え、
前記受信装置は、
前記送信装置から送信されたデータパケット、冗長パケット及び制御情報を受信する受信部と、
前記受信したデータパケット及び冗長パケットを一時的に保持し、指定された保持時間が経過した場合、前記保持時間に保持されたデータパケットを、前記冗長パケットを用いて誤り訂正したのち出力する誤り訂正バッファ部と、
前記制御情報に基づいて前記誤り訂正バッファ部における保持時間を制御する制御部と
を備えることを特徴とする映像伝送システム。 In a video transmission system for transmitting packetized video data by a transmission device and a reception device,
The transmitter is
A packetizing unit that packetizes the video data to generate a data packet;
The generated data packets are sequentially held, and when the capacity of the held data packets reaches a preset capacity, error correction coding is performed on the data packets for the capacity, and the data packets for the capacity and the data packets An encoding buffer unit for outputting redundant packets generated by error correction encoding;
A control information generating unit that generates control information for the receiving device based on a time until the capacity of the data packet held in the encoding buffer unit reaches the preset capacity;
A transmission unit for transmitting the data packet, the redundant packet, and the control information to the receiving device;
The receiving device is:
A receiving unit for receiving data packets, redundant packets and control information transmitted from the transmitting device;
Error correction that temporarily holds the received data packet and redundant packet, and when the specified holding time has elapsed, the data packet held at the holding time is error-corrected using the redundant packet and then output. A buffer section;
A video transmission system comprising: a control unit that controls a holding time in the error correction buffer unit based on the control information.
前記送信部は、前記データパケット、前記冗長パケット及び前記制御パケットを前記受信装置へ送信し、
前記受信部は、前記データパケット、前記冗長パケット及び前記制御パケットを受信し、
前記制御部は、前記制御パケットに含まれる制御情報に基づいて前記保持時間を制御することを特徴とする請求項1記載の映像伝送システム。 The control information generation unit packetizes the generated control information to generate a control packet,
The transmitting unit transmits the data packet, the redundant packet, and the control packet to the receiving device;
The receiving unit receives the data packet, the redundant packet, and the control packet,
The video transmission system according to claim 1, wherein the control unit controls the holding time based on control information included in the control packet.
前記映像データをパケット化してデータパケットを生成するパケット化部と、
前記生成されたデータパケットを順次保持し、保持したデータパケットの容量が予め設定された容量に達した場合、前記容量分のデータパケットに誤り訂正符号化を行い、前記容量分のデータパケット及び前記誤り訂正符号化により生成された冗長パケットを出力する符号化バッファ部と、
前記符号化バッファ部に保持される前記データパケットの容量が前記予め設定された容量に達するまでの時間に基づいて前記受信装置に対する制御情報を生成する制御情報生成部と、
前記データパケット、前記冗長パケット及び前記制御情報を前記受信装置へ送信する送信部と
を具備することを特徴とする送信装置。 Used in a video transmission system that transmits packetized video data by a transmission device and a reception device,
A packetizing unit that packetizes the video data to generate a data packet;
The generated data packets are sequentially held, and when the capacity of the held data packets reaches a preset capacity, error correction coding is performed on the data packets for the capacity, and the data packets for the capacity and the data packets An encoding buffer unit for outputting redundant packets generated by error correction encoding;
A control information generating unit that generates control information for the receiving device based on a time until the capacity of the data packet held in the encoding buffer unit reaches the preset capacity;
A transmission apparatus comprising: a transmission unit configured to transmit the data packet, the redundant packet, and the control information to the reception apparatus.
前記送信部は、前記データパケット、前記冗長パケット及び前記制御パケットを前記受信装置へ送信することを特徴とする請求項4記載の送信装置。 The control information generation unit packetizes the generated control information to generate a control packet,
The transmission device according to claim 4, wherein the transmission unit transmits the data packet, the redundant packet, and the control packet to the reception device.
前記送信装置から送信されたデータパケット、冗長パケット及び制御情報を受信する受信部と、
前記受信したデータパケット及び冗長パケットを一時的に保持し、指定された保持時間が経過した場合、前記保持時間に保持されたデータパケットを、前記冗長パケットを用いて誤り訂正したのち出力する誤り訂正バッファ部と、
前記制御情報に基づいて前記誤り訂正バッファ部における保持時間を制御する制御部と
を備えることを特徴とする受信装置。 A packetizing unit that packetizes video data to generate a data packet, and sequentially holds the generated data packet. When the capacity of the stored data packet reaches a preset capacity, the data packet for the capacity An error correction coding, and outputs a data packet for the capacity and a redundant packet generated by the error correction coding; and a capacity of the data packet held in the coding buffer section A video comprising a transmission device comprising: a control information generation unit that generates control information based on a time until reaching the preset capacity; and a transmission unit that transmits the data packet, the redundant packet, and the control information Used in transmission systems,
A receiver that receives data packets, redundant packets, and control information transmitted from the transmitter;
The received data packet and the redundant packet are temporarily held, and when a specified holding time has elapsed, the data packet held at the holding time is error-corrected using the redundant packet and then output. A buffer section;
And a control unit that controls a retention time in the error correction buffer unit based on the control information.
前記受信部は、前記データパケット、前記冗長パケット及び前記制御パケットを受信し、
前記制御部は、前記制御パケットに含まれる制御情報に基づいて前記保持時間を制御することを特徴とする請求項7記載の受信装置。 When the control information generation unit packetizes the generated control information to generate a control packet, and the transmission unit transmits the data packet, the redundant packet, and the control packet to the receiving device,
The receiving unit receives the data packet, the redundant packet, and the control packet,
The receiving apparatus according to claim 7, wherein the control unit controls the holding time based on control information included in the control packet.
前記映像データをパケット化してデータパケットを生成し、
前記生成されたデータパケットを前記受信装置の符号化バッファ部に順次保持し、
前記保持したデータパケットの容量が予め設定された容量に達した場合、前記容量分のデータパケットに誤り訂正符号化を行い、
前記符号化バッファ部に保持した前記データパケットの容量が前記予め設定された容量に達するまでの時間に基づいて前記受信装置に対する制御情報を生成し、
前記容量分のデータパケット、前記誤り訂正符号化により生成された冗長パケット及び前記制御情報を前記送信装置から前記受信装置へ送信し、
前記送信装置から送信された制御情報に基づいて、前記受信装置の誤り訂正バッファ部におけるデータパケット及び冗長パケットの保持時間を制御し、
前記送信装置から送信されたデータパケット及び冗長パケットを前記誤り訂正バッファ部に一時的に保持し、
前記制御した保持時間が経過した場合、前記誤り訂正バッファ部に保持したデータパケットを、前記冗長パケットを用いて誤り訂正することを特徴とする保持時間制御方法。 In a holding time control method used in a video transmission system for transmitting packetized video data by a transmission device and a reception device,
Packetizing the video data to generate a data packet;
The generated data packet is sequentially held in the encoding buffer unit of the receiving device,
When the capacity of the held data packet reaches a preset capacity, error correction coding is performed on the data packet for the capacity,
Generating control information for the receiving device based on a time until the capacity of the data packet held in the encoding buffer unit reaches the preset capacity;
The data packet for the capacity, the redundant packet generated by the error correction coding and the control information are transmitted from the transmitting device to the receiving device,
Based on the control information transmitted from the transmitter, control the retention time of the data packet and redundant packet in the error correction buffer unit of the receiver,
Data packets and redundant packets transmitted from the transmission device are temporarily held in the error correction buffer unit,
When the controlled holding time has elapsed, the data packet held in the error correction buffer unit is error-corrected using the redundant packet.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009092322A JP2010245838A (en) | 2009-04-06 | 2009-04-06 | Video transmission system, transmitting apparatus, receiving apparatus and hold time control method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2009092322A JP2010245838A (en) | 2009-04-06 | 2009-04-06 | Video transmission system, transmitting apparatus, receiving apparatus and hold time control method |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2010245838A true JP2010245838A (en) | 2010-10-28 |
Family
ID=43098375
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2009092322A Withdrawn JP2010245838A (en) | 2009-04-06 | 2009-04-06 | Video transmission system, transmitting apparatus, receiving apparatus and hold time control method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2010245838A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2013110454A (en) * | 2011-11-17 | 2013-06-06 | Media Global Links:Kk | Data transmission system and reception device |
-
2009
- 2009-04-06 JP JP2009092322A patent/JP2010245838A/en not_active Withdrawn
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2013110454A (en) * | 2011-11-17 | 2013-06-06 | Media Global Links:Kk | Data transmission system and reception device |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5550834B2 (en) | Streaming and buffering using variable FEC overhead and protection period | |
US7864805B2 (en) | Buffering in streaming delivery | |
EP2103026B1 (en) | A method to support forward error correction for real-time audio and video data over internet protocol networks | |
US7320099B2 (en) | Method and apparatus for generating error correction data, and a computer-readable recording medium recording an error correction data generating program thereon | |
US7539925B2 (en) | Transmission apparatus and method, reception apparatus and method, storage medium, and program | |
US7409627B2 (en) | Method for transmitting and receiving variable length packets based on forward error correction (FEC) coding | |
US8555146B2 (en) | FEC streaming with aggregation of concurrent streams for FEC computation | |
US20100017686A1 (en) | Fast channel zapping and high quality streaming protection over a broadcast channel | |
KR20080059508A (en) | Data communication system, data transmitting apparatus, data transmitting method, and method for determining packet size and redundancy | |
EP2783475B1 (en) | Interleaving for layer-aware forward error correction | |
CA2645829A1 (en) | System and method of correcting video data errors | |
GB2495929A (en) | Transmitter processing control according to jitter buffer status information of the receiver | |
KR101922559B1 (en) | Method and apparatus for transmitting/receiving forward error correction packet in a communication system | |
GB2520866A (en) | Jitter buffer | |
GB2495928A (en) | Real-time streaming system with interdependent determination of transmission parameters and receiver jitter buffer parameters | |
JP2011078113A (en) | Method for streaming media content, decoding method, and encoding device and decoding devices, and streaming system | |
JP2010119133A (en) | Packet transmission device, communication system, and program | |
JP6511472B2 (en) | Method and apparatus for packet generation and recovery in broadcasting and / or communication systems | |
JPWO2008139882A1 (en) | COMMUNICATION SYSTEM, COMMUNICATION METHOD, AND PROGRAM | |
JP2010245838A (en) | Video transmission system, transmitting apparatus, receiving apparatus and hold time control method | |
JP2010119009A (en) | Content distribution system, receiving apparatus, and playback program | |
JP2008092213A (en) | Receiver, method for resending packet and program | |
KR102127641B1 (en) | A method and apparatus for controlling reception of a broadcast service provided using application layer forward error correction scheme | |
JP2004007799A (en) | Data transmission method and data processing method | |
Chilamkurti et al. | Video multicasting using layered FEC on split protocol |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A300 | Withdrawal of application because of no request for examination |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 20120703 |