JP2007335926A - Method of generating parity for fec, and transmitter - Google Patents

Method of generating parity for fec, and transmitter Download PDF

Info

Publication number
JP2007335926A
JP2007335926A JP2006161809A JP2006161809A JP2007335926A JP 2007335926 A JP2007335926 A JP 2007335926A JP 2006161809 A JP2006161809 A JP 2006161809A JP 2006161809 A JP2006161809 A JP 2006161809A JP 2007335926 A JP2007335926 A JP 2007335926A
Authority
JP
Japan
Prior art keywords
parity
data
bytes
packet
input data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2006161809A
Other languages
Japanese (ja)
Inventor
Tsukasa Yoshiura
司 吉浦
Koji Arii
浩二 有井
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 JP2006161809A priority Critical patent/JP2007335926A/en
Publication of JP2007335926A publication Critical patent/JP2007335926A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To solve the problem wherein a large buffer memory is required when using an error correction code for generating an error correction code in large units as in interleaved Reed-Solomon, and packets are sent onto a network in groups and hence a probability of packet loss is high. <P>SOLUTION: There are provided: a parity generation means for generating K-bytes parity data for each N-bite unit of input data; a selection means for selecting one of the input data and the parity data for output; a division means for dividing the output of the selection means in M-byte units; and an RTP packet generation means for adding a header to the divided data for outputting an RTP packet. In this case, N and K are integral multiples of M, and the selection means has a communication means for sending N-bytes input data to the RTP packet generation means before sending the K-bytes parity data for outputting the RTP packet to the network at a prescribed interval. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、IP伝送に適した誤り訂正用パリティデータを送信するためのパリティ生成方法および送信装置に関する。   The present invention relates to a parity generation method and transmission apparatus for transmitting parity data for error correction suitable for IP transmission.

昨今、イーサネット(登録商標)など色々な通信媒体を介して、映像・音声データをインターネットプロトコル(IP)で伝送するサービスが普及している。特に、ビデオオンデマンド(VOD)などストリーム型の伝送サービスが提供されるようになってきている。   In recent years, services for transmitting video / audio data using Internet protocol (IP) via various communication media such as Ethernet (registered trademark) have become widespread. In particular, stream-type transmission services such as video on demand (VOD) have been provided.

ストリーム伝送サービスは、まず送信機が映像音声データを所定のフォーマットにパケット化しネットワーク上に送信する。受信機は、ネットワーク上のストリーミングパケットを受信し、パケット内に含まれる映像音声データを抽出しデコーダに伝達して映像・音声を再生する。   In the stream transmission service, a transmitter first packetizes video / audio data into a predetermined format and transmits the packet on a network. The receiver receives the streaming packet on the network, extracts the video / audio data included in the packet, transmits it to the decoder, and reproduces the video / audio.

以下、送信されたネットワーク上のデータをストリーミングパケットと呼ぶ。   Hereinafter, the transmitted data on the network is referred to as a streaming packet.

一般にインターネットの伝送は、データの到着が保証されていない。ネットワーク上でパケットロスが発生すると、受信された映像音声データが欠落することになるので、映像・音声が乱れることになる。   In general, data transmission is not guaranteed for data transmission over the Internet. When packet loss occurs on the network, the received video / audio data is lost, so that the video / audio is disturbed.

パケットロスは、ネットワークを構成するルータなどの中継器内の、パケットキューを格納するバッファのオーバーフローによって発生することが多い。そのため、送信時にストリーミングパケットを一定のサイズをまとめて送信するバースト転送を行うと、バースト転送される後ろのパケット程、バッファオーバーフローする確率が高くなりパケットロスが発生しやすくなる傾向がある。   Packet loss often occurs due to an overflow of a buffer for storing a packet queue in a repeater such as a router constituting a network. For this reason, when performing burst transfer in which streaming packets are transmitted in a certain size at the time of transmission, there is a tendency that the later the packet that is burst transferred, the higher the probability of buffer overflow and the more likely packet loss occurs.

この問題を解決するため、送信機側でストリーミングパケットと共にエラー訂正用の冗長パケットを送信し、受信側でデータが欠落した場合に冗長パケットにより欠落したデータを復元するFEC(Forward Error Correction)方式が提案されている。その中で、出来るだけパケットの固まりを少なくして、パケットロスの発生を抑える提案がなされている(特許文献1参照)。   In order to solve this problem, there is an FEC (Forward Error Correction) method in which a redundant packet for error correction is transmitted together with a streaming packet on the transmitter side, and data lost by the redundant packet is restored when data is lost on the receiving side. Proposed. Among them, a proposal has been made to reduce the packet loss as much as possible and suppress the occurrence of packet loss (see Patent Document 1).

以下、図面を用いて従来の実施例の説明を行う。図2に従来の送信装置の構成を示している。エンコーダ22は映像データを圧縮してバッファ23に蓄積する。RTPパケット生成部24は圧縮された映像データを所定の単位で読み込み、図4で示すようなIPヘッダ42、UDPヘッダ43、RTPヘッダ44を付加して通信部25へ伝送し、ネットワークへパケットを送信すると共に、パケットバッファ28に蓄積する。   Hereinafter, conventional examples will be described with reference to the drawings. FIG. 2 shows a configuration of a conventional transmission apparatus. The encoder 22 compresses the video data and stores it in the buffer 23. The RTP packet generation unit 24 reads the compressed video data in a predetermined unit, adds an IP header 42, a UDP header 43, and an RTP header 44 as shown in FIG. 4 to transmit to the communication unit 25, and transmits the packet to the network. The data is transmitted and stored in the packet buffer 28.

FECパケット生成部26は、パケットバッファ28に蓄積されたRTPパケットよりFECパケットを生成しパケットバッファ27に格納する。格納されたFECパケットは、通信部25へ伝送され所定のパケットとして出力される。   The FEC packet generation unit 26 generates FEC packets from the RTP packets accumulated in the packet buffer 28 and stores them in the packet buffer 27. The stored FEC packet is transmitted to the communication unit 25 and output as a predetermined packet.

図3はこの従来の実施例における伝送路上のストリームパケットを示している。従来の例では、4個のパケットがパケットバッファに格納される場合を示している。RTPパケットが4パケット作成後に通信部25を介してネットワーク上にまとめて出力される。   FIG. 3 shows a stream packet on the transmission line in this conventional embodiment. The conventional example shows a case where four packets are stored in the packet buffer. After four RTP packets are created, they are output together on the network via the communication unit 25.

RTPパケット出力後に、FECパケット生成部26は、パケットバッファ28に格納されたRTPパケットからパリティパケットを作成する。   After outputting the RTP packet, the FEC packet generation unit 26 creates a parity packet from the RTP packet stored in the packet buffer 28.

RTPパケット生成部24は、パケットを出力してから、所定のタイミングでバッファ23から映像データを呼び出し、RTPパケットを作成(従来の実施例では4パケット)し通信部25に出力するが、FECパケット生成部に前回出力したRTPパケットのFEC用のパリティデータがある場合にはFEC用のパリティパケットを出力して、パケットバッファ28に格納されたパケットを続いてネットワークへ出力する。このような動作を繰り返し、図3の様に、パリティパケット32とRTPパケット31が一塊となり、そのパケット群が所定の間隔で転送されることになる。   The RTP packet generation unit 24, after outputting the packet, calls the video data from the buffer 23 at a predetermined timing, creates an RTP packet (4 packets in the conventional example), and outputs it to the communication unit 25. When there is FEC parity data of the RTP packet output last time in the generation unit, the parity packet for FEC is output, and the packet stored in the packet buffer 28 is subsequently output to the network. Such an operation is repeated, and as shown in FIG. 3, the parity packet 32 and the RTP packet 31 become a lump, and the packet group is transferred at a predetermined interval.

この従来方式の特徴は、RTPパケット生成部が所定の間隔でバッファ23からデータを読み出すことにより、FEC用パリティパケットを含めて5パケットより多くのパケットがまとめてネットワークへ出力されない特徴がある。このように一定の間隔をあけて所定数のパケット群をネットワークへ送出することにより、パケットロスの発生確率を減らす方法が提案されていた。   A feature of this conventional method is that the RTP packet generator reads data from the buffer 23 at a predetermined interval, so that more than five packets including the FEC parity packet are not collectively output to the network. In this way, a method has been proposed in which a predetermined number of packet groups are transmitted to a network at regular intervals to reduce the probability of packet loss.

イーサネット(登録商標)に代表されるネットワークには、さまざまな機器が接続されるので、従来の実施例の様に、送出するストリームパケットを一定間隔で送信した場合であっても、別のパケットの影響で中継器のバッファがオーバーフローする可能性がある。特に、近年のパーソナルコンピュータの性能向上は著しいため、ストリーミングパケットを伝送中に、PC間で高速ファイルコピーなど行われると、中継器に入力されるパケットが増加し、バッファオーバーフローする確率が高くなる。   Since various devices are connected to a network represented by Ethernet (registered trademark), even if stream packets to be transmitted are transmitted at regular intervals as in the conventional example, other packets are not transmitted. This may cause the repeater buffer to overflow. In particular, since the performance improvement of personal computers in recent years is remarkable, if a high-speed file copy or the like is performed between PCs during transmission of streaming packets, the number of packets input to the repeater increases and the probability of buffer overflow increases.

中継器では、バッファオーバーフローすると後続するパケットは、まとめてパケットロスすることになりやすい。   In the repeater, when the buffer overflows, subsequent packets are likely to be lost collectively.

従来の実施例の場合、最大5パケットをまとめて送信するが、ストリーミングパケットが受信される前に、PC間のファイルコピーなどによる大量のパケットにより、中継器のバッファが既に一杯になっている場合には、ストリーミングパケットは、5パケットまとめてロスすることになる。   In the case of the conventional example, when a maximum of 5 packets are transmitted together, the buffer of the repeater is already full due to a large number of packets such as file copy between PCs before the streaming packet is received. In this case, five streaming packets are lost together.

従来の実施例の場合には、4パケットに1個のパリティパケットを付与しているが、このようなパリティの付与方法では、一般にパリティを含む5パケットの内1パケットの消失パケットの再生が可能となるが、2パケット以上の消失があった場合には消失パケットの再生は不可能である。   In the case of the conventional embodiment, one parity packet is assigned to four packets. However, with such a parity assignment method, it is generally possible to reproduce lost packets of one of five packets including parity. However, when two or more packets are lost, the lost packet cannot be reproduced.

パケットロスがまとめて発生した場合であっても訂正可能とするために、インターリーブドリードソロモンのような高効率な訂正符号が用いられることが多い。インターリーブドリードソロモン符号によるRTPパケットフォーマットの例を図5に示した。   In order to enable correction even when packet losses occur collectively, a highly efficient correction code such as interleaved Reed-Solomon is often used. An example of the RTP packet format by the interleaved Reed-Solomon code is shown in FIG.

従来の実施例では、データパケット群51が32パケットに対しパリティパケット群52が8パケット付加されている。冗長度は、40パケットの内8パケットがパリティパケットになるので20%になり、従来の方式である4パケットに1個のパリティパケットを設けたものと同じである。従来の実施例の8パケットのリードソロモン符号を用いた場合には、8パケットロスがあった場合でも訂正可能となる。   In the conventional embodiment, 8 packets of parity packet group 52 are added to 32 packets of data packet group 51. The redundancy is 20% because 8 out of 40 packets are parity packets, which is the same as the conventional system in which one parity packet is provided for 4 packets. When the 8-packet Reed-Solomon code of the conventional embodiment is used, correction is possible even if there is an 8-packet loss.

このように、データを大きな単位でまとめて、パリティ符号を生成することにより、複数のパケットロスがあっても効率良く訂正可能となる。   In this way, by collecting data in large units and generating a parity code, even if there are a plurality of packet losses, correction can be performed efficiently.

しかしながら、特許文献1に記載されたような従来の方式で実現する場合、まずパケットバッファ28は、エラー訂正パリティ付与単位で映像データがバッファされるので大きな容量が必要となる課題がある。例えば従来の実施例の場合、通常は4パケット×1500B=6000Bであったものが、32パケット×1500B=48000Bとなり、8倍のバッファを必要とする。   However, in the case of realizing the conventional method as described in Patent Document 1, first, the packet buffer 28 has a problem that a large capacity is required because video data is buffered in units of error correction parity. For example, in the case of the conventional example, what is normally 4 packets × 1500B = 6000B is 32 packets × 1500B = 48000B, which requires 8 times as many buffers.

また従来の実施例では、映像データで構成されたRTPパケットと、前回送出したRTPパケットのパリティパケットを、まとめて送出する構成であるため、インターリーブドリードソロモンのような高効率符号化方式の場合、送出パケットのバースト長が長く(本説明では40パケット)なるために、伝送路上に流れるパケットが分散されず、パケットロスの発生確率が高くなってしまう課題があった。   In the conventional embodiment, since the RTP packet composed of video data and the parity packet of the RTP packet sent last time are sent together, in the case of a high-efficiency encoding method such as interleaved Reed-Solomon Since the burst length of the outgoing packet is long (40 packets in this description), there is a problem that packets flowing on the transmission path are not dispersed and the probability of occurrence of packet loss increases.

また映像データが、RTPパケット生成部24内のパケットバッファ28に格納されてから、FEC用のパケットの生成を開始するが、従来の実施例ではまとめてパリティを生成する必要があるために、1回の演算量が増えてしまう課題があった。従来の実施例の場合には、FECパケット生成部26で、パリティパケットの生成が完了するまで、次の映像データを送出できないので、ハイビジョン映像のような高品質のデータを送信するには、FECパケット生成部26はハードウェアによる実現が必要となる。   Further, generation of FEC packets is started after the video data is stored in the packet buffer 28 in the RTP packet generation unit 24. However, in the conventional embodiment, since it is necessary to generate parity collectively, 1 There is a problem that the amount of calculation increases. In the case of the conventional example, since the next video data cannot be sent out until the generation of the parity packet is completed in the FEC packet generator 26, in order to transmit high-quality data such as a high-definition video, the FEC The packet generation unit 26 needs to be realized by hardware.

本方式では、データを一旦蓄積してからパリティ符号を生成するために大容量のバッファが必要であり、FECパケット生成部26を、ハードウェアで低価格に実現するためには、映像データのバッファメモリの選択が重要となる。   In this method, a large-capacity buffer is required to generate a parity code after data is temporarily stored. In order to realize the FEC packet generation unit 26 at a low cost by hardware, a buffer for video data is required. Memory selection is important.

一般にビット単価の安いSD−RAMは、連続のアドレス読み出しは高速であるが、飛び飛びのアドレスの読み出しが遅い性質を有している。FECパリティを生成回路は、図5の矢印53で示した順にデータを呼び出してパリティデータを生成しなければならないためバッファのメモリアドレスが飛び飛びにアクセスすることになり、SD−RAMをバッファとして使用した場合には極端に演算時間が大きくなる課題を有していた。そのため、ハイビジョンの映像データを送信する場合には、ランダムアクセスの速い高価な大容量のSRAMが必要となり、FEC生成回路を安く実現するのが困難であった。   In general, an SD-RAM with a low unit price per bit has a high speed for continuous address reading but a slow reading of jumping addresses. The FEC parity generation circuit must access the data in the order indicated by the arrow 53 in FIG. 5 to generate parity data, so the memory address of the buffer is accessed in a jump, and SD-RAM is used as the buffer. In some cases, the calculation time is extremely long. For this reason, when high-definition video data is transmitted, an expensive large-capacity SRAM with fast random access is required, and it is difficult to realize an FEC generation circuit at a low cost.

また特許文献1記載の送信装置は、映像データのRTPパケットヘッダ付加は、RTPパケット生成部24で行われ、FEC用パリティデータのRTPヘッダ付加は、FECパケット生成部26で行われるために処理が複雑であるため、ハードウェア化を行うと、回路規模が大きくなってしまう課題があった。
特開2005−136546号公報
In the transmission apparatus described in Patent Document 1, the RTP packet header addition of video data is performed by the RTP packet generation unit 24, and the RTP header addition of FEC parity data is performed by the FEC packet generation unit 26. Due to the complexity, there is a problem that the circuit scale becomes large when hardware is used.
JP 2005-136546 A

本発明は、上記問題を鑑み、インターリーブドリードソロモンのような大きな単位でエラー訂正符号を生成する効率のよい誤り訂正符号を用いた場合でも、少ないメモリで高速に実現でき、かつ、ネットワーク上にパケットを均等に分散して送信することにより、パケットロスの発生確率を低減して信頼性の高いデータ伝送が可能なFEC用パケット生成方式および送信装置を提供するものである。   In view of the above problems, the present invention can be realized at high speed with a small amount of memory even when an efficient error correction code that generates an error correction code in a large unit such as interleaved Reed-Solomon is used, and on the network. It is an object of the present invention to provide an FEC packet generation method and a transmission apparatus that can reduce the probability of occurrence of packet loss and perform highly reliable data transmission by distributing packets evenly.

上記目的を達成するために、本発明は、入力データに対してNバイト単位にKバイトのパリティデータを生成するパリティ生成手段と、前記入力データまたは前記パリティ生成手段で生成された前記パリティデータのいずれか一方を選択し出力する選択手段と、前記入力データまたは前記パリティデータをMバイト単位に分割する分割手段と、前記分割手段により分割された前記入力データまたは前記パリティデータに対してヘッダを付加してRTPパケットを出力するRTPパケット生成手段とを備え、前記Nと前記Kはそれぞれ前記Mの整数倍であり、前記選択手段は、前記RTPパケット生成手段に対して、前記入力データをNバイト送信した後にKバイトの前記パリティデータを送信すると共に、前記RTPパケット生成手段により生成されたRTPパケットを格納する蓄積手段と、所定の間隔でネットワークへ出力するタイミングを生成するタイマー手段と、前記タイマー生成手段で生成されたタイミングに応じてネットワークへ前記RTPパケットを出力する通信手段とを備える構成とした。   In order to achieve the above object, the present invention provides parity generation means for generating K-byte parity data in units of N bytes for input data, and the input data or the parity data generated by the parity generation means. Selection means for selecting and outputting one of them, division means for dividing the input data or the parity data into units of M bytes, and adding a header to the input data or the parity data divided by the division means RTP packet generation means for outputting an RTP packet, wherein N and K are each an integral multiple of M, and the selection means transmits the input data to the RTP packet generation means as N bytes. After transmitting the K-byte parity data, the RTP packet generation means Storage means for storing the generated RTP packets, timer means for generating timing to output to the network at predetermined intervals, and communication means for outputting the RTP packets to the network in accordance with the timing generated by the timer generating means It was set as the structure provided with.

本発明によれば、NとKはそれぞれMの整数倍であり、選択手段は、RTPパケット生成手段に対して、入力データをNバイト送信した後にKバイトのパリティデータを送信すると共に、前記RTPパケット生成手段により生成されたRTPパケットを格納する蓄積手段と、所定の間隔でネットワークへ出力するタイミングを生成するタイマー手段と、前記タイマー生成手段で生成されたタイミングに応じてネットワークへ前記RTPパケットを出力する通信手段とを有するので、簡単な構成でありながら高効率なエラー訂正符号が生成でき、またパケットロスの発生確率を上げることなくネットワークへ映像データを送信できるので、信頼性の高い安価な送信装置を提供することが可能となる。   According to the present invention, N and K are each an integral multiple of M, and the selection unit transmits K bytes of parity data to the RTP packet generation unit after transmitting N bytes of input data, and the RTP Accumulating means for storing the RTP packet generated by the packet generating means, timer means for generating timing to output to the network at a predetermined interval, and sending the RTP packet to the network according to the timing generated by the timer generating means Since it has a communication means for output, it is possible to generate a highly efficient error correction code with a simple configuration and to transmit video data to the network without increasing the probability of packet loss. A transmission apparatus can be provided.

本発明によれば、NとKはそれぞれMの整数倍であり、選択手段は、RTPパケット生成手段に対して、入力データをNバイト送信した後にKバイトのパリティデータを送信すると共に、前記RTPパケット生成手段により生成されたRTPパケットを格納する蓄積手段と、所定の間隔でネットワークへ出力するタイミングを生成するタイマー手段と、前記タイマー生成手段で生成されたタイミングに応じてネットワークへ前記RTPパケットを出力する通信手段とを有する。   According to the present invention, N and K are each an integral multiple of M, and the selection unit transmits K bytes of parity data to the RTP packet generation unit after transmitting N bytes of input data, and the RTP Accumulating means for storing the RTP packet generated by the packet generating means, timer means for generating timing to output to the network at a predetermined interval, and sending the RTP packet to the network according to the timing generated by the timer generating means Communication means for outputting.

これにより、簡単な構成でありながら高効率なエラー訂正符号が生成でき、またパケットロスの発生確率を上げることなくネットワークへ映像データを送信できるので、信頼性の高い安価な送信装置を提供することが可能となる。   As a result, it is possible to generate a highly efficient error correction code with a simple configuration, and to transmit video data to the network without increasing the probability of occurrence of packet loss. Is possible.

また、前記パリティ生成手段には、Kバイトのメモリを有する構成としてもよい。   The parity generation means may have a K-byte memory.

これにより、パリティ生成に必要十分な容量とすることができ、回路の構成を小さくすることができる。   As a result, the capacity necessary and sufficient for parity generation can be obtained, and the circuit configuration can be reduced.

また、前記パリティ生成手段は、インターリーブドリードソロモンによるパリティを生成する構成としてもよい。   Further, the parity generation means may be configured to generate parity by interleaved Reed-Solomon.

これにより、さらに高効率なエラー訂正符号を生成することができる。   As a result, a more efficient error correction code can be generated.

また、前記パリティ生成手段は、複数のレジスタからなるRSエンコーダと、パリティメモリとを備え、前記パリティメモリの内容を前記複数のレジスタへセットし、前記入力データから1シンボルのデータを入力して前記RSエンコーダでパリティ演算を行い、前記パリティ演算後の前記レジスタの内容を前記パリティメモリの読み出した同一のメモリアドレスに格納し、次の入力データ処理を行うためのメモリアドレスを指定する構成としてもよい。   The parity generation means includes an RS encoder composed of a plurality of registers and a parity memory, sets the contents of the parity memory in the plurality of registers, and inputs one symbol data from the input data. A configuration may be adopted in which parity calculation is performed by an RS encoder, the contents of the register after the parity calculation are stored in the same memory address read from the parity memory, and a memory address for performing the next input data processing is designated. .

これにより、データ蓄積をすることなく少ないメモリでパリティ生成することができるため、高速にデータ送信が可能となる。   As a result, the parity can be generated with a small amount of memory without accumulating data, so that data can be transmitted at high speed.

また、前記入力データのスループットをX(バイト/秒)とすると、前記タイマー手段の設定値を(M/X×N/(N+K))で求める時間以下になるように設定する構成としてもよい。   In addition, when the throughput of the input data is X (bytes / second), the setting value of the timer unit may be set to be equal to or less than the time obtained by (M / X × N / (N + K)).

これにより、パリティパケットが付加される分だけパケット送出間隔を短くした値をタイマーに設定することができ、ネットワークには概ね均等間隔にパケットが送出することができ、リードソロモン符号のような高効率のエラー訂正符号を用いた場合であっても、エラー発生確率を上げることなく映像データの送信が可能になる。   As a result, the timer can be set to a value that shortens the packet transmission interval by the amount that the parity packet is added, and packets can be transmitted to the network at approximately equal intervals, which is as efficient as a Reed-Solomon code. Even when the error correction code is used, video data can be transmitted without increasing the error occurrence probability.

また、前記入力データがリアルタイム映像の場合には、FIFOメモリを介してデータ入力する構成としてもよい。   Further, when the input data is real-time video, the data may be input via a FIFO memory.

これにより、外部のクロックに同期化されて送信されてくるリアルタイム映像に対して、受信を停止した場合に生じるデータの欠落をなくすことができる。   As a result, it is possible to eliminate data loss that occurs when reception of a real-time video transmitted in synchronization with an external clock is stopped.

(実施の形態)
以下、本発明のFEC用パリティ生成方法および送信装置の実施の形態について説明する。
(Embodiment)
Embodiments of an FEC parity generation method and a transmission apparatus according to the present invention will be described below.

図1は、本発明の送信装置の構成の一例を表す図である。本発明の送信装置100は、FIFO13、選択手段14、パリティ生成手段15、MTU分割手段16、第2の選択手段17、RTPパケット生成手段18、蓄積手段19、通信手段20、タイマー手段21からなる。   FIG. 1 is a diagram illustrating an example of a configuration of a transmission apparatus according to the present invention. The transmission apparatus 100 of the present invention comprises a FIFO 13, a selection unit 14, a parity generation unit 15, an MTU division unit 16, a second selection unit 17, an RTP packet generation unit 18, a storage unit 19, a communication unit 20, and a timer unit 21. .

リアルタイム映像データ11は、デジタルチューナやMPEGエンコーダなどの出力信号であり、本発明における送信装置100に入力される。   The real-time video data 11 is an output signal from a digital tuner, an MPEG encoder, or the like, and is input to the transmission device 100 according to the present invention.

非リアルタイム映像データ12は、HDDやDVDなどに記録された映像データであり、必要に応じて呼び出されて、本発明の送信装置100に入力される。   The non-real-time video data 12 is video data recorded on an HDD, a DVD, or the like, and is called as necessary and input to the transmission device 100 of the present invention.

FIFO13は、送信装置100の処理の負荷が高くリアルタイム映像データを受信できない場合に、映像データを欠落させない目的のために備えられている。   The FIFO 13 is provided for the purpose of preventing video data from being lost when the processing load of the transmission apparatus 100 is high and real-time video data cannot be received.

選択手段14は、リアルタイム映像データか非リアルタイム映像データのどちらかを選択する。   The selection means 14 selects either real-time video data or non-real-time video data.

パリティ生成手段15は、選択手段14で選択された映像データを入力し、ネットワークを転送中などにパケットが欠落した場合に受信装置で復号可能とするためのパリティを生成する。パリティ生成手段15は、入力された映像データに対してNバイト単位でパリティを生成し、後段の第2の選択手段17へパリティデータを送信する。   The parity generation unit 15 receives the video data selected by the selection unit 14 and generates a parity that can be decoded by the receiving device when a packet is lost during transfer through the network. The parity generation unit 15 generates parity in units of N bytes for the input video data, and transmits the parity data to the second selection unit 17 at the subsequent stage.

MTU分割手段16は、入力されたデータサイズを所定の長さであるMバイトに分割してネットワークへ出力することと、パリティ生成とKバイトのパリティデータをネットワークへ出力するタイミング生成する。   The MTU dividing unit 16 divides the input data size into M bytes having a predetermined length and outputs it to the network, and generates parity generation and timing for outputting K-byte parity data to the network.

RTPパケット生成手段18は、入力されたMバイトのデータに、ネットワークに伝送するために必要なヘッダを付加して蓄積手段19へ転送する。   The RTP packet generation unit 18 adds a header necessary for transmission to the network to the input M-byte data and transfers the data to the storage unit 19.

タイマー手段21は、設定された時間毎に通信手段へタイミング信号を通知する。   The timer means 21 notifies a timing signal to the communication means every set time.

通信手段20は、タイミング信号を起動トリガとして蓄積手段19からデータを読み出し、ネットワークへストリームパケットを伝送する。   The communication unit 20 reads out data from the storage unit 19 using the timing signal as an activation trigger, and transmits the stream packet to the network.

このように構成された送信装置100の動作を以下に説明する。   The operation of the transmission apparatus 100 configured as described above will be described below.

まず、選択手段14で非リアルタイム映像データが選択された場合について説明する。   First, a case where non-real time video data is selected by the selection unit 14 will be described.

まずデータ転送が開始される準備として、MTU分割手段16内のカウンタ(図示せず)が初期化されると共に、パリティ生成手段15とRTPパケット生成手段18に開始のタイミング情報が伝達される。   First, as preparation for starting data transfer, a counter (not shown) in the MTU dividing unit 16 is initialized, and start timing information is transmitted to the parity generating unit 15 and the RTP packet generating unit 18.

パリティ生成手段15は、開始のタイミング信号を受信すると、内部にあるレジスタやメモリの内容を初期化する。   When the parity generation means 15 receives the start timing signal, it initializes the contents of the internal registers and memory.

RTPパケット生成手段18は、受信待機状態となる。   The RTP packet generator 18 enters a reception standby state.

またMTU分割手段16の初期化の際には、第2の選択手段17に対して、選択手段14から出力される映像データをRTPパケット生成手段18に伝達するように設定する。   When the MTU dividing unit 16 is initialized, the second selecting unit 17 is set to transmit the video data output from the selecting unit 14 to the RTP packet generating unit 18.

以上の様に初期化が完了すると、非リアルタイム映像データが1バイト毎に呼び出され、第2の選択手段17を通過してRTPパケット生成手段18に伝達され、MバイトがRTPパケット生成手段18に蓄積されると、図4に示す様に、Mバイトのデータ41に対して、RTPヘッダ44、UDPヘッダ43、IPヘッダ42を付加して順次、蓄積手段19へ転送される。   When initialization is completed as described above, non-real-time video data is called for each byte, passes through the second selection means 17 and is transmitted to the RTP packet generation means 18, and M bytes are transmitted to the RTP packet generation means 18. When accumulated, as shown in FIG. 4, an RTP header 44, a UDP header 43, and an IP header 42 are added to the M-byte data 41 and sequentially transferred to the accumulation means 19.

パリティ生成手段15は、入力されたデータより、エラー訂正用のKバイトのパリティ符号を生成する。エラー訂正符号には、色々な方法が存在するが、リードソロモン符号が用いられることが多い。図5にエラー訂正符号を含むデータフォーマットを示す。   The parity generation means 15 generates a K-byte parity code for error correction from the input data. Although there are various methods for error correction codes, Reed-Solomon codes are often used. FIG. 5 shows a data format including an error correction code.

本実施の形態では、MTU(Maximum Transmission Unit)が1500B(バイト)を例にとっており、M=1454バイト、K=1454×8=11632バイト、N=1454×32=46528バイトを例にとって説明する。   In this embodiment, MTU (Maximum Transmission Unit) is 1500 B (bytes) as an example, and M = 1454 bytes, K = 1454 × 8 = 111632 bytes, and N = 1454 × 32 = 46528 bytes.

パリティ生成手段15は、32パケット分のNバイトのデータから8パケット分のKバイトのパリティパケットを生成する。   The parity generation unit 15 generates a K-byte parity packet for 8 packets from N-byte data for 32 packets.

一般のパリティの生成方法は、インターリーブ処理を施すため、一旦、Nバイト分のデータをパリティ生成手段15に蓄積しておき、図5の矢印53に示す様に、各パケットの先頭データをRSエンコーダ(後述)に順に入力して8バイトのパリティデータを生成し、次に各パケットの2バイト目のデータをRSエンコーダに入力してパリティを生成し、これをデータ長である1454バイト分だけ繰り返してパリティパケット群52用のパリティデータを作成する。   In general parity generation methods, interleave processing is performed, so that N bytes of data are temporarily stored in the parity generation means 15, and the head data of each packet is converted into an RS encoder as indicated by an arrow 53 in FIG. (Sequentially input) to generate 8-byte parity data, then input the second byte data of each packet to the RS encoder to generate parity, and repeat this for 1454 bytes of data length Thus, parity data for the parity packet group 52 is created.

パリティパケットが生成されると、第2の選択手段17を切り替えて、パリティパケットをRTPパケット生成手段18に送信し、IPヘッダ、UDPヘッダ、RTPヘッダが付加されてネットワークへ送出される。   When the parity packet is generated, the second selection unit 17 is switched to transmit the parity packet to the RTP packet generation unit 18, and the IP header, the UDP header, and the RTP header are added to the network to be transmitted to the network.

本実施の形態の場合、32個のデータパケットに対して8個のエラー訂正パケットが付加されることになるので、合計40パケットの内8個のパケットロスが発生した場合でも、パリティパケットを用いて復元できる性能を有している。   In the case of the present embodiment, since 8 error correction packets are added to 32 data packets, parity packets are used even when 8 packet losses occur in total 40 packets. The performance can be restored.

このようなパリティパケットを作成するには、46528Bのバッファメモリが必要であるが、これをさらに少ない容量で構成でき、さらにSD−RAMのようなランダムアクセスが遅いメモリでもパフォーマンスが低下しない構成について、続いて説明する。   In order to create such a parity packet, a 46528B buffer memory is required, but this can be configured with a smaller capacity, and a configuration in which performance is not deteriorated even with a memory with a slow random access such as SD-RAM. Next, it will be described.

図6において、入力データはRSエンコーダ61に入力される。RSエンコーダ61はメモリ手段62と接続されている。メモリ手段62には、アドレスカウンタ63が接続されており、入力データの数をカウントしており、図5で示すようなパリティを生成する場合は、1から32までデータを巡回的にカウントする。   In FIG. 6, input data is input to the RS encoder 61. The RS encoder 61 is connected to the memory means 62. An address counter 63 is connected to the memory means 62 and counts the number of input data. When generating parity as shown in FIG. 5, data is counted cyclically from 1 to 32.

図7にはRSエンコーダ61の構成を示す。RSエンコーダ61において、乗算器72はガロア乗算器であり、リードソロモンの符号理論に基づく乗算係数A〜Hが設定される。また、加算器73はガロアフィールドでの加算を意味しており、実際にはEX−OR(排他論理和)演算が行われる。   FIG. 7 shows the configuration of the RS encoder 61. In the RS encoder 61, the multiplier 72 is a Galois multiplier, and multiplication coefficients A to H based on Reed-Solomon code theory are set. The adder 73 means addition in the Galois field, and an EX-OR (exclusive OR) operation is actually performed.

通常のパリティ演算は、データが順に入力される度に演算とレジスタのシフトが行われ、最終に残ったレジスタの値がパリティデータとなるが、本実施の形態はそれとは異なり、まず、各レジスタのプリセットができるようにメモリバスと接続された構成となっており、以下の手順でパリティが生成される。   In normal parity operation, every time data is input in order, the operation and the shift of the register are performed, and the last remaining register value becomes the parity data, but this embodiment is different from this. It is configured to be connected to the memory bus so that the preset can be performed, and the parity is generated by the following procedure.

データが入力する前にメモリ手段62のメモリの内容をレジスタにセットする。   Before the data is input, the memory contents of the memory means 62 are set in the register.

メモリの内容をレジスタにセットした後に、データが1バイト入力され演算とシフトが施された後のレジスタの値を、再度メモリに書き戻す。   After the contents of the memory are set in the register, the value of the register after one byte of data is input and the operation and shift are performed is written back to the memory again.

メモリに書き戻した後、アドレスカウンタ63のアドレスをカウントして同様の処理を繰り返す。   After writing back to the memory, the address counter 63 is counted and the same processing is repeated.

本実施の形態の場合、アドレスは入力データ32個で巡回するので、1454バイトの32パケット分のデータが通過した後には、メモリ手段62には図5に示すパリティパケット群52のパリティ1〜8までが格納されていることになる。   In the case of this embodiment, since the address circulates with 32 pieces of input data, after the data of 32 packets of 1454 bytes have passed, the parity 1 to 8 of the parity packet group 52 shown in FIG. Will be stored.

このように図6に示すようなパリティ生成手段15の構成によれば、データを蓄積する必要はなく、パリティ用のバッファメモリを備えるだけでよいため、少ないメモリでパリティを生成することができる。また、データがNバイト通過した時点でパリティの生成が完了しているため、従来の方式の様に一旦データをすべて蓄積してからパリティ演算をする必要がないために高速にデータ送信が可能となる。   As described above, according to the configuration of the parity generation unit 15 as shown in FIG. 6, it is not necessary to store data, and it is only necessary to provide a buffer memory for parity, so that parity can be generated with a small amount of memory. In addition, since the generation of parity is completed when N bytes have passed, there is no need to store all the data once and store the data as in the conventional method, so that data can be transmitted at high speed. Become.

このようにRTPパケット生成手段18にデータがNバイト通過すると、既にパリティ生成手段15でパリティが生成できており、第2の選択手段17でパリティ生成手段15内のメモリに格納されているパリティをRTPパケット生成手段18に転送してRTPヘッダを付加して蓄積手段19に出力する。   Thus, when N bytes of data pass through the RTP packet generation unit 18, the parity generation unit 15 has already generated parity, and the second selection unit 17 stores the parity stored in the memory in the parity generation unit 15. The data is transferred to the RTP packet generation means 18, added with an RTP header, and output to the storage means 19.

本実施の形態の場合、8パケットのパリティパケットが蓄積手段19に転送された後、パリティ生成手段15は初期化され、以下同じ動作を繰り返す。   In the case of this embodiment, after the parity packet of 8 packets is transferred to the storage means 19, the parity generation means 15 is initialized, and thereafter the same operation is repeated.

タイマー手段21には、蓄積手段19に蓄積されたRTPパケットを出力する時間間隔が設定されている。この時間は、非リアルタイム映像データ12を出力したい転送レートをXバイト/秒とすると、(数1)で求められる値とする。   The timer unit 21 is set with a time interval for outputting the RTP packets stored in the storage unit 19. This time is a value obtained by (Expression 1), assuming that the transfer rate for outputting the non-real-time video data 12 is X bytes / second.

Figure 2007335926
Figure 2007335926

このように、パリティパケットが付加される分だけパケット送出間隔を短くした値をタイマーに設定することにより、ネットワークには概ね均等間隔にパケットが送出されることになるので、リードソロモン符号のような高効率のエラー訂正符号を用いた場合であっても、エラー発生確率を上げることなく映像データの送信が可能になる。   In this way, by setting the timer with a value that shortens the packet transmission interval by the amount that the parity packet is added, packets are transmitted to the network at approximately equal intervals. Even when a highly efficient error correction code is used, video data can be transmitted without increasing the error occurrence probability.

また蓄積手段19は、最大でもパリティパケット数が格納できるバッファだけ備えておけばよいため少ないメモリで構成できる。本実施の形態ではKバイトで構成できる。   Further, the storage means 19 can be configured with a small amount of memory because it is sufficient to provide only a buffer that can store the number of parity packets at the maximum. In this embodiment, it can be composed of K bytes.

次に、リアルタイム映像の場合について説明する。   Next, the case of real-time video will be described.

リアルタイム映像データ11が入力される場合、本発明の実施の形態におけるデータ送信装置では、Nバイトのデータ転送後にパリティ生成手段15に格納されたKバイトのパリティデータをRTPパケット生成手段18に転送する間には、パリティが生成できない。リアルタイム映像データ11は外部のクロックに同期化されて送信されてくるため、受信を停止した場合にはデータの欠落が発生するが、このデータの欠落を発生させないために、パリティデータの転送時間分のFIFOメモリ13を備える。   When the real-time video data 11 is input, the data transmission apparatus according to the embodiment of the present invention transfers the K-byte parity data stored in the parity generation unit 15 to the RTP packet generation unit 18 after the N-byte data transfer. In the meantime, no parity can be generated. Since the real-time video data 11 is transmitted in synchronization with an external clock, data loss occurs when the reception is stopped. The FIFO memory 13 is provided.

このように構成することにより、リードソロモン符号のような高効率符号であっても少ないメモリで高速にパリティを生成でき、また、RTPパケット生成手段を通常のデータとパリティとで切り替えて使用することにより簡単な構成で実現できる特徴を有する。   With this configuration, even a highly efficient code such as a Reed-Solomon code can generate parity at high speed with a small amount of memory, and the RTP packet generation means can be used by switching between normal data and parity. Therefore, it can be realized with a simple configuration.

またRTPパケットを一旦蓄積し、タイマー手段に設定された所定の時間間隔でネットワークへ出力することができるため、複数のパリティパケットを有するようなエラー訂正符号を用いた場合であってもネットワークへ均等間隔で出力されるので、エラー発生確率を上げることなくパリティパケットを送信することが可能なので、高品位でかつ低価格な伝送装置の提供が可能である。   Since RTP packets can be temporarily stored and output to the network at a predetermined time interval set in the timer means, even when an error correction code having a plurality of parity packets is used, the RTP packets are evenly distributed to the network. Since it is output at intervals, it is possible to transmit a parity packet without increasing the error occurrence probability, and therefore, it is possible to provide a high-quality and low-cost transmission device.

また本発明の実施の形態では、データパケット32個に対し、パリティパケットを8個としたが、これを固定するものではない。例えば、データパケット64個でパリティパケット16個にすれば、同じ冗長度で、80パケットの内の16パケットがロスした場合でもデータが再生できる。   In the embodiment of the present invention, eight parity packets are used for 32 data packets, but this is not fixed. For example, if 64 data packets are replaced with 16 parity packets, data can be reproduced with the same redundancy even if 16 of 80 packets are lost.

また、本発明の実施の形態ではリードソロモン符号で説明したが、本発明の効果は、Nバイトのデータに対して、Kバイトのパリティデータを付加する場合に有効な手段であるので、誤り訂正符号方式をリードソロモンに限定するものではない。   In the embodiment of the present invention, the Reed-Solomon code has been described. However, since the effect of the present invention is an effective means for adding K-byte parity data to N-byte data, error correction is performed. The encoding method is not limited to Reed Solomon.

また、本発明の実施の形態ではMTUが1500Bである場合を例にとって説明したが、他のものを使っても構わない。   In the embodiment of the present invention, the case where the MTU is 1500B has been described as an example. However, other MTUs may be used.

本発明は、送信装置および方法に関し、特に誤り訂正データを付加して送信できるようにした送信装置に適用できる。   The present invention relates to a transmission apparatus and method, and in particular, can be applied to a transmission apparatus in which error correction data can be added and transmitted.

本発明の送信装置の構成図Configuration diagram of transmitting apparatus of the present invention 従来の送信装置の構成図Configuration diagram of conventional transmitter 従来の送信装置で送信したときのネットワーク上のパケットを示す図The figure which shows the packet on the network when transmitting with the conventional transmission equipment 送信データの構成図Transmission data configuration diagram インターリーブドリードソロモンによるエラー訂正符号の説明図Illustration of error correction code by interleaved Reed-Solomon 本発明におけるパリティ生成手段の構成図Configuration diagram of parity generation means in the present invention 本発明におけるRSエンコーダの構成図Configuration diagram of an RS encoder in the present invention

符号の説明Explanation of symbols

11 リアルタイム映像データ
12 非リアルタイム映像データ
13 FIFOメモリ
14 選択手段
15 パリティ生成手段
16 MTU分割手段
17 第2の選択手段
18 RTPパケット生成手段
19 蓄積手段
20 通信手段
21 タイマー手段
22 エンコーダ
23 バッファ
24 RTPパケット生成部
25 通信部
26 FECパケット生成部
27 パケットバッファ
28 パケットバッファ
31 送信パケット群
32 パリティパケット
41 データパケット
42 IPヘッダ
43 UDPヘッダ
44 RTPヘッダ
51 データパケット群
52 パリティパケット群
61 RSエンコーダ
62 メモリ手段
63 アドレスカウンタ
72 ガロア乗算器
73 加算器
100 送信装置
11 real-time video data 12 non-real-time video data 13 FIFO memory 14 selection means 15 parity generation means 16 MTU division means 17 second selection means 18 RTP packet generation means 19 storage means 20 communication means 21 timer means 22 encoder 23 buffer 24 RTP packet Generation unit 25 Communication unit 26 FEC packet generation unit 27 Packet buffer 28 Packet buffer 31 Transmission packet group 32 Parity packet 41 Data packet 42 IP header 43 UDP header 44 RTP header 51 Data packet group 52 Parity packet group 61 RS encoder 62 Memory means 63 Address counter 72 Galois multiplier 73 Adder 100 Transmitter

Claims (10)

入力データに対してNバイト単位にKバイトのパリティデータを生成するパリティ生成手段と、
前記入力データまたは前記パリティ生成手段で生成された前記パリティデータのいずれか一方を選択し出力する選択手段と、
前記入力データまたは前記パリティデータをMバイト単位に分割する分割手段と、
前記分割手段により分割された前記入力データまたは前記パリティデータに対してヘッダを付加してRTPパケットを出力するRTPパケット生成手段とを備え、
前記Nと前記Kはそれぞれ前記Mの整数倍であり、
前記選択手段は、前記RTPパケット生成手段に対して、前記入力データをNバイト送信した後にKバイトの前記パリティデータを送信すると共に、
前記RTPパケット生成手段により生成されたRTPパケットを格納する蓄積手段と、
所定の間隔でネットワークへ出力するタイミングを生成するタイマー手段と、
前記タイマー生成手段で生成されたタイミングに応じてネットワークへ前記RTPパケットを出力する通信手段とを備えたことを特徴とする送信装置。
Parity generation means for generating K-byte parity data in units of N bytes for input data;
Selecting means for selecting and outputting either the input data or the parity data generated by the parity generating means;
A dividing means for dividing the input data or the parity data into units of M bytes;
RTP packet generating means for adding a header to the input data or the parity data divided by the dividing means and outputting an RTP packet;
N and K are each an integer multiple of M;
The selection unit transmits the parity data of K bytes to the RTP packet generation unit after transmitting the input data N bytes,
Storage means for storing RTP packets generated by the RTP packet generation means;
Timer means for generating timing to output to the network at a predetermined interval;
A transmission device comprising: communication means for outputting the RTP packet to a network in accordance with the timing generated by the timer generation means.
前記パリティ生成手段には、Kバイトのメモリを有することを特徴とする請求項1記載の送信装置。 2. The transmission apparatus according to claim 1, wherein the parity generation unit includes a K-byte memory. 前記パリティ生成手段は、インターリーブドリードソロモンによるパリティを生成することを特徴とする請求項1記載の送信装置。 2. The transmission apparatus according to claim 1, wherein the parity generation unit generates parity by interleaved Reed-Solomon. 前記パリティ生成手段は、複数のレジスタからなるRSエンコーダと、パリティメモリとを備え、
前記パリティメモリの内容を前記複数のレジスタへセットし、
前記入力データから1シンボルのデータを入力して前記RSエンコーダでパリティ演算を行い、
前記パリティ演算後の前記レジスタの内容を前記パリティメモリの読み出した同一のメモリアドレスに格納し、
次の入力データ処理を行うためのメモリアドレスを指定することを特徴とする請求項1記載の送信装置。
The parity generation means includes an RS encoder including a plurality of registers, and a parity memory.
Set the contents of the parity memory in the plurality of registers,
1 symbol data is input from the input data and parity calculation is performed by the RS encoder,
Store the contents of the register after the parity operation at the same memory address read from the parity memory;
2. The transmission apparatus according to claim 1, wherein a memory address for performing next input data processing is designated.
前記入力データのスループットをX(バイト/秒)とすると、前記タイマー手段の設定値を(M/X×N/(N+K))で求める時間以下になるように設定することを特徴とした請求項1記載の送信装置。 The set value of the timer means is set to be equal to or less than a time obtained by (M / X × N / (N + K)) where the throughput of the input data is X (bytes / second). 1. The transmission device according to 1. 前記蓄積手段は、前記パリティ生成手段内のパリティメモリの容量と同等の容量を有することを特徴とする請求項1記載の送信装置。 2. The transmission apparatus according to claim 1, wherein the storage means has a capacity equivalent to a capacity of a parity memory in the parity generation means. 前記入力データがリアルタイム映像の場合には、FIFOメモリを介してデータ入力されることを特徴とする請求項1記載の送信装置。 2. The transmission apparatus according to claim 1, wherein when the input data is a real-time video, data is input via a FIFO memory. 入力データに対してNバイト単位にKバイトのパリティデータを生成し、
前記入力データまたは前記パリティデータのいずれか一方を選択出力し、
前記入力データまたは前記パリティデータをMバイト単位に分割しヘッダを付加してRTPパケットを出力するFEC用パリティ生成方法において、
前記Nと前記Kはそれぞれ前記Mの整数倍であり、
前記選択出力は、前記入力データをNバイト送信した後に、前記Kバイトの前記パリティデータを送信するものであり、
所定の間隔でネットワークへ出力するタイミングを生成し、
前記タイミングに応じてネットワークへ前記RTPパケットを出力することを特徴とするFEC用パリティ生成方法。
Generate K bytes of parity data in units of N bytes for the input data,
Selectively output either the input data or the parity data,
In the parity generation method for FEC that divides the input data or the parity data into units of M bytes, adds a header, and outputs an RTP packet,
N and K are each an integer multiple of M;
The selection output is to transmit the parity data of the K bytes after transmitting the input data N bytes,
Generate the timing to output to the network at a predetermined interval,
A parity generation method for FEC, wherein the RTP packet is output to a network according to the timing.
前記パリティデータの生成は、インターリーブドリードソロモンであることを特徴とする請求項8記載のFEC用パリティ生成方法。 9. The parity generation method for FEC according to claim 8, wherein the generation of the parity data is interleaved Reed-Solomon. 前記入力データのスループットをX(バイト/秒)とすると、前記タイミングは(M/X×N/(N+K))で求める時間以下とすることを特徴とした請求項8記載のFEC用パリティ生成方法。 9. The parity generation method for FEC according to claim 8, wherein when the throughput of the input data is X (bytes / second), the timing is equal to or less than a time obtained by (M / X × N / (N + K)). .
JP2006161809A 2006-06-12 2006-06-12 Method of generating parity for fec, and transmitter Pending JP2007335926A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006161809A JP2007335926A (en) 2006-06-12 2006-06-12 Method of generating parity for fec, and transmitter

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006161809A JP2007335926A (en) 2006-06-12 2006-06-12 Method of generating parity for fec, and transmitter

Publications (1)

Publication Number Publication Date
JP2007335926A true JP2007335926A (en) 2007-12-27

Family

ID=38935024

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006161809A Pending JP2007335926A (en) 2006-06-12 2006-06-12 Method of generating parity for fec, and transmitter

Country Status (1)

Country Link
JP (1) JP2007335926A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010200252A (en) * 2009-02-27 2010-09-09 Toshiba Corp Device, method and program for transmitting data
JP2016001773A (en) * 2014-06-11 2016-01-07 日本電信電話株式会社 Data transfer system, transmitter, receiver, program, and data transfer method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010200252A (en) * 2009-02-27 2010-09-09 Toshiba Corp Device, method and program for transmitting data
JP2016001773A (en) * 2014-06-11 2016-01-07 日本電信電話株式会社 Data transfer system, transmitter, receiver, program, and data transfer method

Similar Documents

Publication Publication Date Title
JP5442816B2 (en) Streaming and buffering using variable FEC overhead and protection period
JP4002183B2 (en) Method for multimedia communication over a packet channel
KR101367886B1 (en) Fast channel zapping and high quality streaming protection over a broadcast channel
JP5141197B2 (en) Encoder
US9246644B2 (en) Jitter buffer
US8855145B2 (en) Jitter buffer
US10193566B2 (en) Encoding/decoding system for parallel data
JP3701956B2 (en) Packet relay apparatus and method thereof, packet receiver apparatus and method thereof, packet relay program and recording medium recording the program, packet receiving program and recording medium recording the program
US8948213B2 (en) Jitter buffer
US7734965B1 (en) Methods, architectures, circuits and systems for transmission error determination
US6473875B1 (en) Error correction for network delivery of video streams using packet resequencing
US8594075B2 (en) Method and system for wireless VoIP communications
JP3927443B2 (en) Moving picture transmission / reception system and moving picture transmission / reception method
US10833710B2 (en) Bandwidth efficient FEC scheme supporting uneven levels of protection
JP2007335926A (en) Method of generating parity for fec, and transmitter
JP2011114490A (en) Broadcast material transmitting apparatus and data transmitting method
EP2395727A1 (en) Data transport container, source device, destination device and method for transferring different types of data
JP2007324876A (en) Data transmitter, data receiver, data transmitting method, data receiving method, and program
JP5808261B2 (en) Frame transmission system
JP2011199647A (en) Error correction coder and error correction encoding method and program, and error correction decoder and error correction decoding method and program
JP5159973B1 (en) Transmission packet distribution method
JP2005236739A (en) Transmitter, receiver, and video distribution system
JP2004350252A (en) Transmission method of compressed motion picture information
JP4437974B2 (en) TS packet interleaver, TS packet converter, TS-IP converter and IP-TS converter
JP2008011142A (en) Receiver