JP5743350B2 - Data transmission apparatus, forward error correction method, and program - Google Patents

Data transmission apparatus, forward error correction method, and program Download PDF

Info

Publication number
JP5743350B2
JP5743350B2 JP2013255595A JP2013255595A JP5743350B2 JP 5743350 B2 JP5743350 B2 JP 5743350B2 JP 2013255595 A JP2013255595 A JP 2013255595A JP 2013255595 A JP2013255595 A JP 2013255595A JP 5743350 B2 JP5743350 B2 JP 5743350B2
Authority
JP
Japan
Prior art keywords
quality information
data
error correction
quality
forward error
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.)
Active
Application number
JP2013255595A
Other languages
Japanese (ja)
Other versions
JP2015115728A (en
Inventor
陽子 狩野
陽子 狩野
輝夫 北
輝夫 北
松本 剛
松本  剛
塩原 寿子
寿子 塩原
松井 龍也
龍也 松井
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2013255595A priority Critical patent/JP5743350B2/en
Publication of JP2015115728A publication Critical patent/JP2015115728A/en
Application granted granted Critical
Publication of JP5743350B2 publication Critical patent/JP5743350B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Detection And Prevention Of Errors In Transmission (AREA)

Description

本発明は、データ送信装置、前方誤り訂正方法、及びプログラムに関する。   The present invention relates to a data transmission device, a forward error correction method, and a program.

近年、通信網のブロードバンド化に伴い、IPネットワークを介して高画質な映像コンテンツを配信するIPTVサービスの利用が増加している。IPTVサービスでは、多番組を実現する上で、多数のストリーミング伝送が同時に並行するため、伝送自体を効率化することが望ましく、マルチキャスト技術が採用されている。マルチキャスト技術を採用すると、同一経路上を同一の番組が複数流れることを防げるため、ネットワーク利用の効率化につながる。   In recent years, with the broadbandization of communication networks, the use of IPTV services that distribute high-quality video content over an IP network is increasing. In the IPTV service, since a large number of streaming transmissions are simultaneously performed in order to realize a multi-program, it is desirable to improve the efficiency of the transmission itself, and a multicast technique is adopted. By adopting multicast technology, it is possible to prevent a plurality of identical programs from flowing on the same route, leading to efficient use of the network.

また、近年、IPTVサービスでは、携帯端末をはじめタブレット端末・PC・高解像度の4Kテレビ等の様々な端末に対して高品質な映像コンテンツを提供可能としていくことが急がれている。しかし、IPネットワークでは伝送品質の完全な保証が難しく、IPパケット損失が視聴品質の劣化につながる。パケット損失による品質低下を防ぐ機能としては、損失パケットの再送を行う方法や、予め冗長パケットを送信し、受信側で誤りを訂正する方法(前方誤り訂正)等がある。前方誤り訂正(FEC:Forward Error Correction)では、パケットの再送を伴わないので、リアルタイム系の映像コンテンツの配信への適用が期待される。   In recent years, in IPTV services, it has been urgent to be able to provide high-quality video content to various terminals such as mobile terminals, tablet terminals, PCs, and high-resolution 4K televisions. However, in an IP network, it is difficult to completely guarantee transmission quality, and IP packet loss leads to deterioration in viewing quality. As a function for preventing quality degradation due to packet loss, there are a method of retransmitting a lost packet, a method of transmitting a redundant packet in advance and correcting an error on the receiving side (forward error correction), and the like. Since forward error correction (FEC) does not involve retransmission of a packet, application to real-time video content distribution is expected.

パケット単位の誤り訂正を行う場合、送信側で複数のメディアパケット(映像等)によりFEC符号化ブロック(以下、ブロック)を構成し、そのブロックごとに冗長符号を生成し、メディアパケットとは別のFECパケットとして送出する。パケット損失時、受信側単独の演算でFECパケットを用いて損失パケットを回復する。   When error correction is performed in units of packets, an FEC encoded block (hereinafter referred to as a block) is configured by a plurality of media packets (video, etc.) on the transmission side, and a redundant code is generated for each block. Send out as FEC packet. When the packet is lost, the lost packet is recovered by using the FEC packet by a calculation on the receiving side alone.

過度な冗長データを付加することは、ネットワークの利用効率の妨げにもなりうることから、通信路のエラー発生頻度や許容遅延時間に応じて適応的に変化させていくことが望ましい。最適な符号化パラメータを適応的に選択する方法として、ネットワークの品質情報をリアルタイムに取得し、その品質情報に応じて符号化パラメータを適応的に変化させる方法が提案されている(特許文献1参照)。   Since adding excessive redundant data may hinder the efficiency of network use, it is desirable to adaptively change it according to the error occurrence frequency of the communication path and the allowable delay time. As a method for adaptively selecting an optimal encoding parameter, a method for acquiring network quality information in real time and adaptively changing the encoding parameter in accordance with the quality information has been proposed (see Patent Document 1). ).

特開2007−74152号公報JP 2007-74152 A

しかし、マルチキャストを用いてストリーム配信するサービスに従来の技術を適用した場合、以下に説明するように、幾つかの問題が生じる。以下では、サービスを受けるデータ受信装置がスマートフォンやタブレット等である場合を想定している。   However, when the conventional technology is applied to a service that distributes a stream using multicast, several problems occur as described below. In the following, it is assumed that the data receiving device that receives the service is a smartphone or a tablet.

まず、図24を用いて、従来の前方誤り訂正システムの基本的な動作について説明する。この図に示すように、データ受信装置は、ネットワークの品質情報としてパケット損失のバースト性の値とパケット損失率を測定し、データ送信装置に送信する(ステップS101→S102)。データ送信装置は、データ受信装置から受信したバースト性の値とパケット損失率に基づいて符号長や冗長度等のFECパラメータ(以下、パラメータ)を決定し、そのパラメータに基づいて符号化を行い、そのパラメータを含む復号化のための前方誤り訂正情報(以下、FEC情報)をパケット化して、データ受信装置に送信する(ステップS103→S104→S105→S106)。データ受信装置は、データ送信装置から受信したFEC情報を用いて符号化ブロックのデータの復号化を行う(ステップS107)。   First, the basic operation of the conventional forward error correction system will be described with reference to FIG. As shown in this figure, the data receiving apparatus measures the burstiness value of the packet loss and the packet loss rate as the network quality information, and transmits them to the data transmitting apparatus (steps S101 → S102). The data transmitting apparatus determines FEC parameters (hereinafter referred to as parameters) such as code length and redundancy based on the burstiness value and the packet loss rate received from the data receiving apparatus, performs encoding based on the parameters, The forward error correction information (hereinafter referred to as FEC information) for decoding including the parameters is packetized and transmitted to the data receiving apparatus (steps S103 → S104 → S105 → S106). The data receiving apparatus decodes the data of the encoded block using the FEC information received from the data transmitting apparatus (step S107).

このような場合、ステップS101では、マルチキャスト受信中の長時間、品質情報を測定することになるため、リソース消費の増大につながる。特に、スマートフォンやタブレット等は、蓄積できるデータ量もPCに比べて限られている。また、ステップS102では、無線区間は半二重通信であるため、マルチキャスト受信中に品質情報を送信することは、マルチキャスト受信データのパケットロスにつながる可能性がある。さらに、ステップS103では、多数のデータ受信装置から品質情報がアップロードされることになるため、ネットワーク効率の妨げになるとともに、品質情報を蓄積する設備コストの増大につながる。しかも、運用目標を合格しているかどうかという運用面での評価と、FECパラメータそのものの性能面での評価とに基づいてパラメータを決定する必要がある。加えて、ネットワークの切り替え作業やネットワーク機器の故障等によるバースト損失は、FECでは補償できない可能性が高く、過度な冗長データを付加しかねない。さらに、ステップS105では、1つのデータ受信装置に最適なパラメータを決定するのでは不十分である。すなわち、同一ストリームを受信する可能性のある多数のデータ受信装置に最適なパラメータを決定する必要がある。   In such a case, in step S101, quality information is measured for a long time during multicast reception, leading to an increase in resource consumption. In particular, smartphones, tablets, and the like have a limited amount of data that can be stored compared to a PC. In step S102, since the wireless section is half-duplex communication, transmitting quality information during multicast reception may lead to packet loss of multicast reception data. Furthermore, in step S103, quality information is uploaded from a large number of data receiving apparatuses, which hinders network efficiency and leads to an increase in equipment cost for accumulating quality information. In addition, it is necessary to determine the parameters based on the operational evaluation of whether or not the operational target is passed and the performance evaluation of the FEC parameters themselves. In addition, burst loss due to network switching work, network equipment failure, and the like is likely not to be compensated by FEC, and may add excessive redundant data. Further, in step S105, it is not sufficient to determine the optimum parameter for one data receiving apparatus. That is, it is necessary to determine parameters that are optimal for a large number of data receiving apparatuses that may receive the same stream.

このように、マルチキャストを用いてストリーム配信するサービスに従来の技術を適用した場合、幾つかの問題が生じる。マルチキャストを用いた場合でも、ネットワークの品質情報から符号化のための最適なパラメータを決定し、適応的にパラメータを変化させながら前方誤り訂正を行うことが望まれるが、そのような手法は確立していないのが現状である。   As described above, when the conventional technology is applied to a service for distributing a stream using multicast, several problems occur. Even when multicast is used, it is desirable to determine optimum parameters for encoding from network quality information and perform forward error correction while adaptively changing the parameters, but such a method has been established. The current situation is not.

本発明は、マルチキャストを用いた場合でも最適なパラメータを決定することのできるデータ送信装置、前方誤り訂正方法、及びプログラムを提供することを目的とする。   An object of the present invention is to provide a data transmission apparatus, a forward error correction method, and a program capable of determining an optimum parameter even when multicast is used.

上記目的を達成するため、第1の態様に係る発明は、メディアデータに対応する前方誤り訂正情報を送信するデータ送信装置であって、複数のデータ受信装置から通信品質を示す品質情報を収集する品質情報収集部と、前記品質情報収集部により収集された品質情報において、同一時間帯で共通的に見られる所定の閾値以上の損失が発生している区間を除外し、残った品質情報に基づいて符号化のためのパラメータを決定するパラメータ決定部と、前記パラメータ決定部により決定されたパラメータに基づいて前方誤り訂正情報を生成し、その前方誤り訂正情報を前記データ受信装置に送信する誤り訂正符号化部とを備えることを要旨とする。 In order to achieve the above object, the invention according to the first aspect is a data transmitting apparatus that transmits forward error correction information corresponding to media data, and collects quality information indicating communication quality from a plurality of data receiving apparatuses. Based on the quality information collected by the quality information collection unit and the quality information collected by the quality information collection unit, a section in which a loss equal to or greater than a predetermined threshold commonly seen in the same time zone occurs is excluded. A parameter determination unit that determines parameters for encoding, and error correction that generates forward error correction information based on the parameters determined by the parameter determination unit and transmits the forward error correction information to the data reception device The gist is to include an encoding unit.

第2の態様に係る発明は、第1の態様に係る発明において、前記品質情報として、前記メディアデータのパケット符号化ブロック内のどこで損失しているかを示すロスパターンをパケットの損失有りを意味するビット列とパケットの損失無しを意味するビット列を当該符号化ブロック内の位置に対応させて連結したビット列で示したロスリストを用いることを要旨とする。
第3の態様に係る発明は、第1又は第2の態様に係る発明において、マルチキャストを用いて前記メディアデータをストリーム配信し、前記複数のデータ受信装置が同一のストリームを受信することを要旨とする。
The invention according to a second aspect, means in the invention according to the first aspect, as the quality information, the packet of the media data that there is loss loss pattern of packet indicating where to have lost in the encoding block The gist of the present invention is to use a loss list represented by a bit string obtained by concatenating a bit string indicating that there is no packet loss and a bit string corresponding to a position in the coding block .
The invention according to the third aspect is that, in the invention according to the first or second aspect, the media data is streamed using multicast, and the plurality of data receiving apparatuses receive the same stream. To do.

の態様に係る発明は、メディアデータに対応する前方誤り訂正情報をデータ送信装置からデータ受信装置に送信することによりデータ受信装置側で符号誤りを訂正する前方誤り訂正方法であって、前記データ送信装置が、複数のデータ受信装置から通信品質を示す品質情報を収集する品質情報収集ステップと、前記品質情報収集ステップで収集された品質情報において、同一時間帯で共通的に見られる所定の閾値以上の損失が発生している区間を除外し、残った品質情報に基づいて符号化のためのパラメータを決定するパラメータ決定ステップと、前記パラメータ決定ステップで決定されたパラメータに基づいて前方誤り訂正情報を生成し、その前方誤り訂正情報を前記データ受信装置に送信する誤り訂正符号化ステップとを実行することを要旨とする。 The invention according to the fourth aspect is a forward error correction method for correcting a code error on the data receiving device side by transmitting forward error correction information corresponding to media data from the data transmitting device to the data receiving device, A quality information collecting step in which a data transmitting device collects quality information indicating communication quality from a plurality of data receiving devices, and a quality information collected in the quality information collecting step, which is commonly found in the same time zone A parameter determining step for determining a parameter for encoding based on the remaining quality information , excluding a section in which a loss exceeding the threshold occurs, and forward error correction based on the parameter determined in the parameter determining step Error correction coding step of generating information and transmitting the forward error correction information to the data receiving device. The the gist.

の態様に係る発明は、第1から第3のいずれか1つの態様に係るデータ送信装置としてコンピュータを機能させるためのプログラムであることを要旨とする。 The gist of the invention according to the fifth aspect is a program for causing a computer to function as the data transmission device according to any one of the first to third aspects.

本発明によれば、マルチキャストを用いた場合でも最適なパラメータを決定することのできるデータ送信装置、前方誤り訂正方法、及びプログラムを提供することができる。   According to the present invention, it is possible to provide a data transmission apparatus, a forward error correction method, and a program that can determine an optimum parameter even when multicast is used.

本発明の実施形態における前方誤り訂正システムの構成図である。It is a block diagram of the forward error correction system in embodiment of this invention. 従来の前方誤り訂正システムを説明するための図である。It is a figure for demonstrating the conventional forward error correction system. 本発明の実施形態における前方誤り訂正システムを説明するための図である。It is a figure for demonstrating the forward error correction system in embodiment of this invention. 本発明の実施形態における抽選確率を説明するための図である。It is a figure for demonstrating the lottery probability in embodiment of this invention. 従来のパラメータの決定プロセスの問題を説明するための図である。It is a figure for demonstrating the problem of the determination process of the conventional parameter. 本発明の実施形態におけるパラメータの決定プロセスを説明するための図である。It is a figure for demonstrating the determination process of the parameter in embodiment of this invention. 冗長度と回復との関係を示す図である。It is a figure which shows the relationship between redundancy and recovery. 従来の品質測定単位を説明するための図である。It is a figure for demonstrating the conventional quality measurement unit. 本発明の実施形態における品質測定単位を説明するための図である。It is a figure for demonstrating the quality measurement unit in embodiment of this invention. 本発明の実施形態における制御情報取得部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the control-information acquisition part in embodiment of this invention. 本発明の実施形態における品質測定部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the quality measurement part in embodiment of this invention. 本発明の実施形態における品質測定部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the quality measurement part in embodiment of this invention. 本発明の実施形態における品質測定イメージを示す図である。It is a figure which shows the quality measurement image in embodiment of this invention. 本発明の実施形態における品質測定部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the quality measurement part in embodiment of this invention. 本発明の実施形態における誤り訂正復号化部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the error correction decoding part in embodiment of this invention. 本発明の実施形態における品質情報収集部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the quality information collection part in embodiment of this invention. 本発明の実施形態におけるパラメータ決定部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the parameter determination part in embodiment of this invention. バースト性・目標BER判定結果(一次判定結果)を示す図である。It is a figure which shows a burst property and target BER determination result (primary determination result). 一次判定結果をサービス条件値と比較した結果(最終判定結果)を示す図である。It is a figure which shows the result (final determination result) which compared the primary determination result with the service condition value. 本発明の実施形態における誤り訂正符号化部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the error correction encoding part in embodiment of this invention. 本発明の実施形態における制御情報送信部の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the control information transmission part in embodiment of this invention. 本発明の実施形態におけるロスリスト例を示す図である。It is a figure which shows the example of a loss list in embodiment of this invention. 本発明の実施形態における別のロスリスト例を示す図である。It is a figure which shows another example of a loss list in embodiment of this invention. 従来の前方誤り訂正システムの基本的な動作を示すフローチャートである。It is a flowchart which shows the basic operation | movement of the conventional forward error correction system.

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

(システム構成)
図1は、本発明の実施形態における前方誤り訂正システムの構成図である。この図に示すように、データ送信装置10とデータ受信装置20とが通信網30を介して接続されている。データ送信装置10は、メディアデータを受信し、受信したメディアデータに対応するFEC情報(前方誤り訂正情報)を生成し、生成したFEC情報を送信するサーバ等である。一方、データ受信装置20は、FEC情報を受信し、受信したFEC情報に基づいてメディアデータの符号誤りを訂正し、修復済みメディアデータを出力するスマートフォンやタブレット、PC等の各種端末である。
(System configuration)
FIG. 1 is a configuration diagram of a forward error correction system in an embodiment of the present invention. As shown in this figure, the data transmitting device 10 and the data receiving device 20 are connected via a communication network 30. The data transmitting apparatus 10 is a server or the like that receives media data, generates FEC information (forward error correction information) corresponding to the received media data, and transmits the generated FEC information. On the other hand, the data reception device 20 is various terminals such as a smartphone, a tablet, and a PC that receive FEC information, correct a code error of media data based on the received FEC information, and output repaired media data.

本発明の実施形態における前方誤り訂正システムの基本的な動作は、図24と同様である。図24の説明では言及しなかったが、データ受信装置20へのメディアデータは、データ送信装置10と異なる別装置から送信しても良いし、データ送信装置10から送信しても良い。この実施形態では、データ受信装置20へのメディアデータは、データ送信装置10と異なる別装置から送信する場合を前提としている。データ受信装置20は、メディアパケットとFECパケットを受信することになる。もちろん、メディアデータの単位は必ずしもパケットでなくても構わないので、「メディアパケット」と言わず「メディアデータ」という場合がある。   The basic operation of the forward error correction system in the embodiment of the present invention is the same as in FIG. Although not mentioned in the description of FIG. 24, media data to the data reception device 20 may be transmitted from a different device different from the data transmission device 10 or may be transmitted from the data transmission device 10. In this embodiment, it is assumed that the media data to the data receiving device 20 is transmitted from a different device different from the data transmitting device 10. The data receiving apparatus 20 receives media packets and FEC packets. Of course, the unit of media data does not necessarily have to be a packet, so it may be referred to as “media data” instead of “media packet”.

ここで、データ送信装置10は、制御情報送信部11と、品質情報収集部12と、パラメータ決定部13と、誤り訂正符号化部14とを備える。制御情報送信部11は、品質測定処理を制御するための制御情報を生成してデータ受信装置20に送信する。品質情報収集部12は、複数のデータ受信装置20から通信品質を示す品質情報を収集する。品質情報としては、例えば、メディアデータのパケットの連続欠損数や、符号化ブロック内のどこで損失しているかを示すロスパターンをビット列で示したロスリストを用いることができる。パラメータ決定部13は、品質情報収集部12により収集された品質情報のうち予め定めた条件を満たす品質情報に基づいて符号化のためのパラメータ(FECパラメータ)を決定する。このパラメータは、例えば、符号長、冗長度等である。誤り訂正符号化部14は、パラメータ決定部13により決定されたパラメータに基づいて符号化を行い、そのパラメータを含む復号化のためのFEC情報をパケット化して、データ受信装置20に送信する。FEC情報には、列重み、サブパケット分割数、符号化ブロック番号、シーケンス番号等も含まれる場合がある。   Here, the data transmission device 10 includes a control information transmission unit 11, a quality information collection unit 12, a parameter determination unit 13, and an error correction coding unit 14. The control information transmission unit 11 generates control information for controlling the quality measurement process and transmits the control information to the data receiving device 20. The quality information collection unit 12 collects quality information indicating communication quality from the plurality of data reception devices 20. As the quality information, for example, it is possible to use a loss list in which a bit pattern represents a loss pattern indicating the number of consecutive missing packets of media data and where in the encoded block it is lost. The parameter determination unit 13 determines a parameter (FEC parameter) for encoding based on quality information that satisfies a predetermined condition among the quality information collected by the quality information collection unit 12. This parameter is, for example, code length, redundancy, and the like. The error correction encoding unit 14 performs encoding based on the parameter determined by the parameter determination unit 13, packetizes FEC information for decoding including the parameter, and transmits the packetized data to the data reception device 20. The FEC information may include a column weight, the number of subpacket divisions, a coding block number, a sequence number, and the like.

データ送信装置10からデータ受信装置20に送信されるFECパケットのヘッダには、FECパラメータや、そのパラメータに関連する関連情報(符号化ブロック番号、シーケンス番号、列重み、サブパケット分割数等)が格納され、FECパケットのペイロードには、符号化によって生成された情報が格納される。制御情報はFECパケットのヘッダに格納されてもよいし、FECパケットとは別の制御情報パケットに格納されてもよい。また、制御情報の一部をデータ受信装置20に予め設定しておいてもよい。   The header of the FEC packet transmitted from the data transmitting apparatus 10 to the data receiving apparatus 20 includes an FEC parameter and related information (encoded block number, sequence number, column weight, subpacket division number, etc.) related to the parameter. The information generated by encoding is stored in the payload of the FEC packet. The control information may be stored in the header of the FEC packet, or may be stored in a control information packet different from the FEC packet. A part of the control information may be set in the data receiving device 20 in advance.

一方、データ受信装置20は、制御情報取得部21と、品質測定部22と、誤り訂正復号化部23とを備える。制御情報取得部21は、データ送信装置10から制御情報を取得する。品質測定部22は、制御情報取得部21により取得された制御情報に基づいて品質測定処理を行う。誤り訂正復号化部23は、FECパケットに格納されているFEC情報に基づいてメディアデータの符号誤りを訂正し、修復済みメディアデータを出力する。具体的には、誤り訂正復号化部23は、FECパケットを用いて、当該ブロック内のパケット欠損の修復を行い、修復済みデータを出力するようになっている。   On the other hand, the data reception device 20 includes a control information acquisition unit 21, a quality measurement unit 22, and an error correction decoding unit 23. The control information acquisition unit 21 acquires control information from the data transmission device 10. The quality measurement unit 22 performs a quality measurement process based on the control information acquired by the control information acquisition unit 21. The error correction decoding unit 23 corrects the code error of the media data based on the FEC information stored in the FEC packet, and outputs the repaired media data. Specifically, the error correction decoding unit 23 uses the FEC packet to repair a missing packet in the block, and outputs the repaired data.

なお、図1では、制御情報送信部11と品質情報収集部12とパラメータ決定部13と誤り訂正符号化部14とをデータ送信装置10が備えることとしているが、これに限定されるものではない。例えば、品質情報収集部12とパラメータ決定部13とをセットで、データ送信装置10とは独立した別装置に備えることもできる。この場合でも、各処理部の関係は図1と同様である。   In FIG. 1, the data transmission device 10 includes the control information transmission unit 11, the quality information collection unit 12, the parameter determination unit 13, and the error correction coding unit 14, but is not limited thereto. . For example, the quality information collection unit 12 and the parameter determination unit 13 can be provided as a set in a separate device independent of the data transmission device 10. Even in this case, the relationship between the processing units is the same as in FIG.

(ユニキャスト)
図2は、従来の前方誤り訂正システムを説明するための図である。ここでは、データ送信装置10から各データ受信装置20A〜20Zにユニキャストを用いてストリーム配信するサービスを前提としている。データ送信装置10は、各データ受信装置20A〜20Zに初期パラメータを配布した後、各データ受信装置20A〜20Zから品質情報を取得し、その品質情報に基づいて各データ受信装置20A〜20Zそれぞれに最適なパラメータを配布するようになっている。
(Unicast)
FIG. 2 is a diagram for explaining a conventional forward error correction system. Here, it is premised on a service for delivering a stream from the data transmitting apparatus 10 to each of the data receiving apparatuses 20A to 20Z using unicast. The data transmitting apparatus 10 distributes initial parameters to the data receiving apparatuses 20A to 20Z, and then acquires quality information from the data receiving apparatuses 20A to 20Z, and each data receiving apparatus 20A to 20Z is based on the quality information. The optimal parameters are distributed.

(マルチキャスト)
図3は、本発明の実施形態における前方誤り訂正システムを説明するための図である。ここでは、データ送信装置10から各データ受信装置20A〜20Zにマルチキャストを用いてストリーム配信するサービスを前提としている。データ送信装置10は、各データ受信装置20A〜20Zに初期パラメータを配布した後、各データ受信装置20A〜20Zから品質情報を取得し、その品質情報に基づいてデータ受信装置20A〜20Zの全体に最適なパラメータを配布するようになっている。
(Multicast)
FIG. 3 is a diagram for explaining the forward error correction system in the embodiment of the present invention. Here, it is assumed that the data transmission device 10 delivers a stream to each of the data reception devices 20A to 20Z using multicast. The data transmitting apparatus 10 distributes initial parameters to the data receiving apparatuses 20A to 20Z, and then acquires quality information from the data receiving apparatuses 20A to 20Z, and based on the quality information, the data transmitting apparatuses 20A to 20Z The optimal parameters are distributed.

具体的には、データ送信装置10は、マルチキャスト受信した各データ受信装置20A〜20Zから品質情報を収集し、同一ストリーム・使用行列毎に応じて最適なパラメータを決定する。これにより、マルチキャスト受信した各データ受信装置20A〜20Zに広くあまねく最適な符号化パラメータを決定することが可能である。   Specifically, the data transmitting apparatus 10 collects quality information from each of the data receiving apparatuses 20A to 20Z that have received the multicast, and determines an optimum parameter according to each same stream / usage matrix. As a result, it is possible to determine the most suitable encoding parameters for each of the data reception devices 20A to 20Z that have received the multicast.

また、データ送信装置10は、マルチキャスト配信時のデータの一部に抽選確率を含める。抽選確率は制御情報の一つであり、ごく僅かなデータ量である。データ受信装置20A〜20Zは、抽選確率で指定された確率に従って確率的に品質測定・品質情報送信対象とする。これにより、品質情報の測定に伴う制御や品質情報の送信に伴う通信を抑えることが可能である。   In addition, the data transmission device 10 includes a lottery probability in a part of data at the time of multicast distribution. The lottery probability is one piece of control information and has a very small amount of data. The data reception devices 20A to 20Z are targeted for quality measurement / quality information transmission probabilistically according to the probability specified by the lottery probability. As a result, it is possible to suppress control associated with quality information measurement and communication associated with transmission of quality information.

さらに、データ送信装置10は、サービスを受ける全てのデータ受信装置20A〜20Zに応じて抽選確率を適応的に変化させる。これにより、データ受信装置20A〜20Zからデータ送信装置10に送信される品質情報を必要最低限に抑えることが可能である。   Furthermore, the data transmission device 10 adaptively changes the lottery probability according to all the data reception devices 20A to 20Z that receive the service. Thereby, the quality information transmitted from the data receiving devices 20A to 20Z to the data transmitting device 10 can be suppressed to the minimum necessary.

(抽選確率)
図4は、本発明の実施形態における抽選確率を説明するための図である。品質測定の抽選確率の値は、次式のように、品質情報を収集するデータ送信装置10のスループット、チャンネル(ch)数、視聴ユーザ数、各チャンネルにおける配信終了時刻によって決定される。
(Lottery probability)
FIG. 4 is a diagram for explaining the lottery probability in the embodiment of the present invention. The value of the lottery probability of quality measurement is determined by the throughput of the data transmitting apparatus 10 that collects quality information, the number of channels (ch), the number of viewing users, and the distribution end time in each channel, as in the following equation.

抽選確率=サーバにおける単位時間当たりの品質情報のスループット
÷該当chと同時刻に終了するch数(自ch含む)
÷該当chにおける視聴ユーザ数
×100
例えば、データ送信装置10における単位時間当たりの品質情報受信のスループットが90件/秒(データ受信装置20A〜20Zのうちの1つから1回に送られる品質情報のサイズが61KB、データ送信装置10のディスク性能値が5.5MB/s)であると仮定する。このような場合においてch数が5であるとき、各chに設定する抽選確率は、図4に示すように、1chが90÷2÷500×100=9%、2chが90÷2÷1000×100=4.5%、3chが90÷2÷1000×100=4.5%、4chが90÷2÷2000×100=2.25%、5chが90÷1÷5000×100=1.8%となる。
Lottery probability = Quality information throughput per unit time on the server
÷ Number of channels ending at the same time as the corresponding channel (including own channel)
÷ Number of users viewing the channel
× 100
For example, the throughput of quality information reception per unit time in the data transmission device 10 is 90 cases / second (the size of quality information sent at one time from one of the data reception devices 20A to 20Z is 61 KB, the data transmission device 10 Is assumed to be 5.5 MB / s). In this case, when the number of channels is 5, as shown in FIG. 4, the lottery probability set for each channel is 90 ÷ 2 ÷ 500 × 100 = 9% for 1ch, 90 ÷ 2 ÷ 1000 × 2ch. 100 = 4.5%, 3ch 90 ÷ 2 ÷ 1000 × 100 = 4.5%, 4ch 90 ÷ 2 ÷ 2000 × 100 = 2.25%, 5ch 90 ÷ 1 ÷ 5000 × 100 = 1.8 %.

(従来のパラメータの決定プロセス)
一般的なFEC符号化パラメータ決定プロセスは次の通りである。すなわち、バースト性の値が予め定めたバースト性の値(閾値)よりも大きい場合は、符号化ブロック長を大きくする。一方、バースト性の値が閾値よりも小さい場合は、符号化ブロック長を小さくする。また、損失率の値が予め定めた損失率の値(閾値)よりも大きい場合は、冗長度を大きくする。一方、損失率の値が閾値よりも小さい場合は、冗長度を小さくする。
(Conventional parameter determination process)
A general FEC coding parameter determination process is as follows. That is, when the burstiness value is larger than a predetermined burstiness value (threshold value), the encoded block length is increased. On the other hand, if the burstiness value is smaller than the threshold value, the encoded block length is reduced. Further, when the loss rate value is larger than a predetermined loss rate value (threshold value), the redundancy is increased. On the other hand, if the loss rate value is smaller than the threshold value, the redundancy is reduced.

図5は、従来のパラメータの決定プロセスの問題を説明するための図である。横軸は時間tを示し、縦軸は品質情報(メディアデータのパケットの連続欠損数)を示している。この図に示すように、FECでは修復できないバースト損失の区間を含んだ品質情報Q1が存在するが、従来は、バースト性の強い区間も含めた品質情報に基づいて分析を行っていた。そのため、冗長度を過剰に付与する問題や、符号化ブロック長を過剰に長く設定する方向(遅延時間を過剰に延ばす方向)に分析結果が傾く問題があった。   FIG. 5 is a diagram for explaining the problem of the conventional parameter determination process. The horizontal axis represents time t, and the vertical axis represents quality information (the number of consecutive missing data packets). As shown in this figure, there is quality information Q1 including a burst loss period that cannot be repaired by FEC. Conventionally, analysis has been performed based on quality information including a section having strong burst characteristics. For this reason, there is a problem in that the redundancy is excessively given, and there is a problem in that the analysis result is inclined in a direction in which the encoding block length is set to be excessively long (a direction in which the delay time is excessively extended).

(本発明の実施形態におけるパラメータの決定プロセス)
図6は、本発明の実施形態におけるパラメータの決定プロセスを説明するための図である。図6(a)(b)の横軸は時間tを示し、縦軸は品質情報(メディアデータのパケットの連続欠損数)を示している。また、図6(c)の横軸はブロック内連続欠損数を示し、縦軸はブロック数を示している。図中の符号T1は品質情報除外用の閾値を示し、符号T2はFECによる保証可能閾値を示している。
(Parameter determination process in the embodiment of the present invention)
FIG. 6 is a diagram for explaining a parameter determination process in the embodiment of the present invention. 6 (a) and 6 (b), the horizontal axis indicates time t, and the vertical axis indicates quality information (the number of consecutive missing media data packets). Moreover, the horizontal axis of FIG.6 (c) shows the number of block continuous defect | deletions, and the vertical axis | shaft has shown the number of blocks. In the figure, reference symbol T1 indicates a threshold for excluding quality information, and reference symbol T2 indicates a guaranteeable threshold by FEC.

図6(a)(b)に示すように、データ送信装置10は、各データ受信装置20A〜20Zから収集した品質情報において、同一時間帯で共通的に見られる閾値T1以上のバースト損失のある区間を分析対象区間から除外し、残った品質情報から最適なパラメータを決定する。このように、閾値T1以上の区間の品質情報をパラメータ最適化のための分析に利用しないようにすれば、図6(c)に示すように、適切な冗長度と符号化ブロック長を付与することができる。言い換えると、FECで修復できないバースト損失を含めた品質情報に基づいて決定されたパラメータをもとに、過剰な冗長度や符号化ブロック長を付与することを回避することが可能である。   As shown in FIGS. 6 (a) and 6 (b), the data transmitting device 10 has a burst loss equal to or higher than a threshold T1 commonly found in the same time zone in the quality information collected from the data receiving devices 20A to 20Z. The section is excluded from the analysis target section, and the optimum parameter is determined from the remaining quality information. As described above, if the quality information of the section equal to or higher than the threshold value T1 is not used for the analysis for parameter optimization, an appropriate redundancy and coding block length are given as shown in FIG. 6 (c). be able to. In other words, it is possible to avoid giving an excessive redundancy or encoded block length based on parameters determined based on quality information including burst loss that cannot be repaired by FEC.

また、データ受信装置20A〜20Zは、品質情報を送信するタイミングをマルチキャスト受信終了後としている。これにより、マルチキャスト受信時の通信と品質情報の送信時の通信との間での衝突を回避することが可能である。   In addition, the data reception devices 20A to 20Z are configured to send the quality information after the multicast reception is completed. Thereby, it is possible to avoid a collision between communication at the time of multicast reception and communication at the time of transmission of quality information.

(従来の品質測定単位)
図7は、冗長度と回復との関係を示す図である。図7(a)(b)ともに、8個のメディアパケットを伝送する例である。A,B,…はFECパケット、1,2,…はメディアパケットを示している。冗長量は、図7(a)(b)ともに同じ(冗長度20%)であるが、損失する箇所によっては、ブロック長が長い方(この例では図7(b))が修復可能な場合がある。
(Conventional quality measurement unit)
FIG. 7 is a diagram illustrating the relationship between redundancy and recovery. FIGS. 7A and 7B are examples in which eight media packets are transmitted. A, B, ... indicate FEC packets, 1, 2, ... indicate media packets. The redundancy amount is the same in both FIGS. 7A and 7B (redundancy 20%), but the longer block length (in this example, FIG. 7B) can be restored depending on the loss location. There is.

図8は、従来の品質測定単位を説明するための図である。ここでは、品質測定単位は、予め定めたパケット数(この例では8つ)である場合を想定している。FEC符号化ブロックの単位と品質情報の取得単位とは不一致である。品質情報測定間隔での受信すべき全パケット数に対するパケット損失数の割合から、冗長度を大きくするか小さくするかを判定している。   FIG. 8 is a diagram for explaining a conventional quality measurement unit. Here, it is assumed that the quality measurement unit is a predetermined number of packets (eight in this example). The unit of the FEC encoded block and the quality information acquisition unit do not match. Whether the redundancy is increased or decreased is determined from the ratio of the number of lost packets to the total number of packets to be received at the quality information measurement interval.

[損失率](FEC除く)=2/8=25%(1つ目の品質測定)
サービスの品質目標がBER(Block Error Rate)=10^−5(一般的な目標値)の場合、10^5ブロック分の品質情報から目標達成したか否かを判定し、必要冗長度を見極める必要がある。上記損失率の結果だけに基づいて冗長度の最適化を行うことは好ましくない。また、FEC方式によっては、符号化ブロック内のソースパケット数がパケットサイズの可変長対応に伴い流動的であるため、品質測定単位時間において、受信すべき全パケット数が常に一定とは限らない。そのため、損失率、バースト値から適切な冗長度、遅延の決定を誤ることによって、修復能力低下、余計な冗長度付与や遅延時間を延ばす方向になりかねない。
[Loss rate] (excluding FEC) = 2/8 = 25% (first quality measurement)
When the service quality target is BER (Block Error Rate) = 10 ^ -5 (general target value), it is determined whether the target has been achieved from the quality information for 10 ^ 5 blocks, and the necessary redundancy is determined. There is a need. It is not preferable to optimize the redundancy based only on the result of the loss rate. In addition, depending on the FEC method, the number of source packets in a coding block is fluid with the variable length correspondence of the packet size, and therefore the total number of packets to be received is not always constant in the quality measurement unit time. For this reason, erroneous determination of appropriate redundancy and delay from the loss rate and burst value may lead to a reduction in repair capability, provision of extra redundancy, and extension of delay time.

(本発明の実施形態における品質測定単位)
図9は、本発明の実施形態における品質測定単位を説明するための図である。この図に示すように、品質測定単位を符号化ブロックの単位と同期させ、符号化ブロック毎の損失率、バースト性を品質情報として取得する。損失率としては、次式のように、制御情報で指定された期間中の符号化ブロック毎の損失率の平均を求める。
(Quality measurement unit in the embodiment of the present invention)
FIG. 9 is a diagram for explaining quality measurement units in the embodiment of the present invention. As shown in this figure, the quality measurement unit is synchronized with the unit of the encoded block, and the loss rate and burst property for each encoded block are acquired as quality information. As the loss rate, the average loss rate for each coding block during the period specified by the control information is obtained as in the following equation.

損失率 = (0/4 + 2/4 + 1/3 + 1/3 +・・・)/N = 29% (FECを除いた場合)
総ブロック数が目標BER確認可能なブロック数分以上蓄積した品質情報から、目標BERを達成したか否かを判定する(運用面での評価)。総ブロックは、1つのデータ受信装置20から取得しなくても、複数のデータ受信装置20から収集した品質情報が総ブロック(10^5)になっていれば良い。
Loss rate = (0/4 + 2/4 + 1/3 + 1/3 + ...) / N = 29% (excluding FEC)
It is determined whether or not the target BER has been achieved from the quality information accumulated for the total number of blocks equal to or greater than the number of blocks that can be confirmed by the target BER (operational evaluation). Even if the total block is not acquired from one data receiving device 20, the quality information collected from the plurality of data receiving devices 20 may be the total block (10 ^ 5).

ロスリストとしては、連続欠損数だけでなく、符号化ブロック内のどこで損失しているかを示すロスパターンをビット列で示したロスリストを取得する。以下の例では、「01」は欠損無し、「00」は欠損有りを示している。   As the loss list, a loss list indicating not only the number of consecutive defects but also a loss pattern indicating where the loss is in the encoded block in a bit string is acquired. In the following example, “01” indicates no defect and “00” indicates a defect.

01,00,00,00,01 ,1ブロックの長さ5 ,ソース数5, 20120815110900 , ・・・
01,01,00,00,00 ,1ブロックの長さ5 ,ソース数5, 20120815110901 , ・・・
01,01,01,00,01 ,1ブロックの長さ5 ,ソース数3, 20120815110902 , ・・・
・・・
FEC性能として最適な冗長度だけでなく、サービス品質目標に沿って適切な冗長度を適用することが可能である。また、同一連続ロス数でもブロック内の損失している位置によって誤り訂正可否が決定されるFEC方式にとって、ブロック長を変化させるべきかどうかの判断基準が従来より増え、より適切なブロック長へと適応させることが可能である。
01,00,00,00,01, 1 block length 5, number of sources 5, 20120815110900, ...
01,01,00,00,00, 1 block length 5, 5 sources, 20120815110901, ...
01,01,01,00,01, 1 block length 5, number of sources 3, 20120815110902, ...
...
It is possible to apply not only the optimum redundancy as the FEC performance but also an appropriate redundancy according to the service quality target. In addition, for the FEC method in which whether error correction is possible or not is determined by the loss position in the block even with the same number of consecutive losses, the criterion for determining whether or not to change the block length has increased compared to the prior art, and the block length has become more appropriate It is possible to adapt.

このように、本発明の実施形態における前方誤り訂正システムでは、品質測定単位を符号化ブロックと同期させて品質情報を取得する。これにより、ブロック内のパケット数が変動していても、パラメータが適正に機能しているかどうか(ブロック中の損失パケットがX個までであれば回復できるはずだが、結果そうなっているか)を評価することが可能である。   Thus, in the forward error correction system in the embodiment of the present invention, the quality information is acquired by synchronizing the quality measurement unit with the coding block. This evaluates whether the parameters are functioning properly even if the number of packets in the block fluctuates (if the number of lost packets in the block is up to X, it should be recovered, but the result is) Is possible.

また、前述の評価結果に加え、サービス品質目標のBERに達しているかどうかの判定結果を基に冗長度を決定する。これにより、サービス品質目標に応じた必要冗長度・ブロック長を最適化することが可能である。   Further, in addition to the evaluation result described above, the redundancy is determined based on the determination result of whether or not the service quality target BER is reached. This makes it possible to optimize the required redundancy and block length according to the service quality target.

さらに、符号化ブロック内のどこで何個損失しているかを示す情報をバースト性の値として取得する。これにより、バースト性の値に基づいてブロック長を決定することで、より最適なブロック長を決定することが可能である。   Further, information indicating where and how many in the coding block are lost is acquired as a burstiness value. Accordingly, it is possible to determine a more optimal block length by determining the block length based on the burstiness value.

(制御情報取得部の動作)
図10は、本発明の実施形態における制御情報取得部21の動作を示すフローチャートである。まず、本装置と連携したアプリケーションが視聴プレイヤ起動等を契機に初期化機能を呼び出すと(ステップS1)、制御情報取得部21は、オプトインフラグを読み込み、オプトインフラグの値を判定する(ステップS2→S2a)。オプトインフラグは、データ受信装置20の利用者が品質情報の取得・送信を許諾するか否かを示すものである。オプトインフラグがtrueであれば以降の処理を実施し、falseであれば以降の処理を実施しない。次いで、制御情報初期値を読み込み、送信日格納ファイルの存在有無を判定する(ステップS3→S4)。これにより、送信日格納ファイルが有る場合は、送信日格納ファイルを読み込み(ステップS5)、送信日格納ファイルが無い場合は、送信日格納ファイルを生成する(ステップS6)。その後、マルチキャスト受信を開始すると、品質測定対象とするかどうかを判定する(ステップS7→S8)。
(Operation of control information acquisition unit)
FIG. 10 is a flowchart showing the operation of the control information acquisition unit 21 in the embodiment of the present invention. First, when an application linked with the apparatus calls an initialization function in response to activation of a viewing player (step S1), the control information acquisition unit 21 reads an opt-in flag and determines a value of the opt-in flag (step S2 → S2a). The opt-in flag indicates whether or not the user of the data receiving device 20 permits acquisition / transmission of quality information. If the opt-in flag is true, the subsequent processing is performed, and if it is false, the subsequent processing is not performed. Next, the control information initial value is read to determine whether or not the transmission date storage file exists (steps S3 → S4). Thereby, when there is a transmission date storage file, the transmission date storage file is read (step S5), and when there is no transmission date storage file, a transmission date storage file is generated (step S6). Thereafter, when multicast reception is started, it is determined whether or not to be a quality measurement target (steps S7 → S8).

以下、品質測定対象とするかどうかを判定するステップS8について更に詳しく説明する。すなわち、制御情報取得部21は、サーバから送信された制御情報パケットから、受信したメディアストリームに関わる品質測定を行うか否かを示す「品質測定有無」、品質情報を送信する対象に該当する確率を示す「品質測定抽選確率(有効値、指数)」を取得する。以下の(1)〜(4)の条件を全て満たす場合は、品質情報送信対象とし、品質測定部22を呼び出し、品質測定を開始する。一方、以下の(1)〜(4)の条件のいずれかを満たさない場合は、品質情報送信対象外とし、品質測定を行わない。   Hereinafter, step S8 for determining whether or not to be a quality measurement target will be described in more detail. That is, the control information acquisition unit 21 determines whether or not to perform quality measurement related to the received media stream from the control information packet transmitted from the server, and a probability corresponding to a target for transmitting quality information. “Quality measurement lottery probability (effective value, index)” is acquired. When all of the following conditions (1) to (4) are satisfied, the quality information is to be transmitted, the quality measurement unit 22 is called, and quality measurement is started. On the other hand, when any of the following conditions (1) to (4) is not satisfied, the quality information is not transmitted and the quality measurement is not performed.

(1)入力パラメータのオプトインフラグがtrue:同意
(2)制御情報の品質測定有無が「有」
(3)現在日付(システム時刻)− 品質情報送信日格納ファイルの最終送信日 ≧ 制御情報初期値の品質情報送信凍結日数
(4)抽選結果が当選
具体的には、以下の式で抽選する。
(1) The opt-in flag of the input parameter is true: Agree (2) Whether the control information quality measurement is “Yes”
(3) Current date (system time)-last transmission date of quality information transmission date storage file ≧ quality information transmission freeze days of control information initial value (4) Winning lottery result Specifically, lottery is performed by the following formula.

0 ≦ 抽選値 < 有効数値
抽選値=0から10の指数乗までの乱数を発生させ、発生させた乱数の値を抽選値とし、抽選値が0〜有効数値以内の場合、当選と判定する。例えば、有効数値が20、指数が3の場合、抽選値=0から10の3乗(1000)未満の乱数を発生させる。そして、0 ≦ 抽選値 < 20を満たせば当選とする。
0 ≦ lottery value <valid value lottery value = random numbers from 0 to 10 exponential power are generated, and the generated random number value is set as the lottery value. For example, if the effective number is 20 and the index is 3, a lottery value = 0 to a random number less than 10 to the third power (1000) is generated. And if 0 ≦ lottery value <20, the winning combination is made.

これにより、全データ受信装置20から品質情報が送られてくることを防ぎ、必要最低限の品質情報の収集が可能となる。また、品質測定対象となるデータ受信装置20が偏ることを防ぎ、全データ受信装置20を均等に品質測定対象とすることが可能となる。   Thereby, it is possible to prevent quality information from being sent from all the data receiving apparatuses 20, and to collect the minimum necessary quality information. In addition, it is possible to prevent the data receiving devices 20 that are the quality measurement targets from being biased, and to make all the data receiving devices 20 equally the quality measurement targets.

(品質測定部の動作)
図11は、本発明の実施形態における品質測定部22の動作を示すフローチャートである。まず、品質測定部22は、ロスリストを生成し、誤り訂正前のエラーメディアパケット数を取得する(ステップS11→S12)。次いで、誤り訂正復号化処理が行われると、誤り訂正後のエラーメディアパケット数を取得し、品質情報を蓄積するかどうかを判定する(ステップS13→S14→S15)。これにより、品質情報を蓄積する場合は、品質情報を蓄積し、マルチキャスト受信が終了すると、品質情報を送信する(ステップS15→S16→S17→S18)。一方、品質情報を蓄積しない場合は、ロスリストの生成ステップに戻る(ステップS15→S11)。
(Operation of the quality measurement unit)
FIG. 11 is a flowchart showing the operation of the quality measuring unit 22 in the embodiment of the present invention. First, the quality measurement unit 22 generates a loss list and acquires the number of error media packets before error correction (steps S11 → S12). Next, when error correction decoding processing is performed, the number of error media packets after error correction is acquired, and it is determined whether or not to accumulate quality information (steps S13 → S14 → S15). Thereby, when accumulating quality information, the quality information is accumulated, and when the multicast reception is completed, the quality information is transmitted (steps S15 → S16 → S17 → S18). On the other hand, when the quality information is not accumulated, the process returns to the loss list generation step (step S15 → S11).

以下、品質情報を蓄積するかどうかを判定するステップS15について更に詳しく説明する。すなわち、以下の(1)と(3)を満たす場合は、品質情報取得ブロック数の先頭ブロックと判定し、前回品質情報取得周期開始時刻(後述する)に現在時刻を設定し、取得ブロック回数(後述する)に0を設定した後、品質情報蓄積ステップS16へ遷移する。一方、以下の(1)と(2)を満たすが(3)を満たさない場合は、何もせずに品質情報蓄積ステップS16へ遷移する。それ以外の場合は、ロスリスト生成ステップS11へ遷移する。   Hereinafter, step S15 for determining whether or not to store quality information will be described in more detail. That is, when the following (1) and (3) are satisfied, it is determined as the first block of the quality information acquisition block number, the current time is set as the previous quality information acquisition cycle start time (described later), and the number of acquired blocks ( After setting 0 to (described later), the process proceeds to the quality information accumulation step S16. On the other hand, when the following (1) and (2) are satisfied but (3) is not satisfied, the process proceeds to the quality information accumulation step S16 without doing anything. In other cases, the process proceeds to the loss list generation step S11.

(1)デコード開始から制御情報初期値の品質情報取得開始時間以上経過している。 (1) More than the quality information acquisition start time of the control information initial value has elapsed since the start of decoding.

(2)取得回数が制御情報初期値の品質情報取得ブロック数未満である。 (2) The number of acquisition times is less than the number of quality information acquisition blocks of the control information initial value.

(3)一度も品質情報蓄積を行なっていない、または、前回品質情報取得周期開始時刻から制御情報初期値の品質情報取得周期(時間)経過している。 (3) Quality information has never been accumulated, or the quality information acquisition cycle (time) of the control information initial value has elapsed since the previous quality information acquisition cycle start time.

なお、前回品質情報取得周期開始時刻とは、周期毎の初回品質情報取得を行った時刻である。前回品質情報取得周期開始時刻は、制御情報初期値の品質情報取得周期毎に更新される。   The previous quality information acquisition cycle start time is the time at which initial quality information acquisition was performed for each cycle. The previous quality information acquisition cycle start time is updated every quality information acquisition cycle of the control information initial value.

また、取得ブロック回数とは、1ブロック分の品質情報の取得回数である。取得ブロック回数は、制御情報初期値の品質情報取得周期毎に初期化される。   The acquisition block count is the acquisition count of quality information for one block. The number of acquisition blocks is initialized every quality information acquisition cycle of the control information initial value.

図12は、本発明の実施形態における品質測定部22の動作を示すフローチャートである。ここでは、図11に示される品質情報蓄積(ステップS16)について詳細に説明する。まず、品質測定部22は、“蓄積サイズ+取得した品質情報”が制御情報の[最大蓄積サイズ]未満であるかどうかを判定する(ステップS21)。ここで、制御情報の[最大蓄積サイズ]未満である場合は、蓄積回数が“制御情報の[品質情報取得周期回数]×[品質情報取得ブロック数] ”未満であるかどうかを判定する(ステップS22)。これにより、“制御情報の[品質情報取得周期回数]×[品質情報取得ブロック数] ”未満である場合は、品質情報を蓄積して、蓄積回数に1を加算して、呼び出し元へ戻る(ステップS23)。   FIG. 12 is a flowchart showing the operation of the quality measuring unit 22 in the embodiment of the present invention. Here, the quality information accumulation (step S16) shown in FIG. 11 will be described in detail. First, the quality measuring unit 22 determines whether “accumulated size + acquired quality information” is less than [maximum accumulated size] of the control information (step S21). If the control information is less than the [maximum accumulation size], it is determined whether the accumulation count is less than [control information [number of quality information acquisition cycles] × [number of quality information acquisition blocks]] (step S22). As a result, if it is less than “[quality information acquisition cycle count] × [quality information acquisition block count] of control information”, the quality information is accumulated, 1 is added to the accumulation count, and the process returns to the caller ( Step S23).

図13は、本発明の実施形態における品質測定イメージを示す図である。ここでは、品質情報取得開始時間として5sec、品質情報取得ブロック数として2ブロック、品質情報取得周期として10sec、品質情報取得周期回数として3が設定されている。これにより、マルチキャスト受信中の常に同じ受信経過時間帯の品質情報が取得され、収集されることを防ぐことが可能である。このような設定項目の各設定値は、制御情報パケットに格納してデータ送信装置10からデータ受信装置20に配布するようにしてもよいし、あるいは、予めデータ受信装置20に設定しておくようにしてもよい。   FIG. 13 is a diagram showing a quality measurement image in the embodiment of the present invention. Here, the quality information acquisition start time is set to 5 seconds, the quality information acquisition block count is set to 2 blocks, the quality information acquisition cycle is set to 10 sec, and the quality information acquisition cycle count is set to 3. Thereby, it is possible to prevent quality information in the same reception elapsed time zone during multicast reception from being acquired and collected. Each setting value of such setting items may be stored in a control information packet and distributed from the data transmitting apparatus 10 to the data receiving apparatus 20, or may be set in the data receiving apparatus 20 in advance. It may be.

図14は、本発明の実施形態における品質測定部22の動作を示すフローチャートである。ここでは、図11に示される品質情報送信(ステップS18)について詳細に説明する。まず、品質測定部22は、品質情報を送信するかどうかを判定し、送信する場合は通信プロトコルを判定する(ステップS31→S32)。ここで、通信プロトコルがhttpsである場合は、証明書ファイルを読み込み、品質情報を送信し、通信結果を判定する(ステップS33→S34→S35)。一方、通信プロトコルがhttpである場合や、証明書ファイルが存在しない場合は、証明書ファイルを読み込むことなく、品質情報を送信し、通信結果を判定する(ステップS34→S35)。これにより、通信結果判定において正常応答を受信した場合は、送信日格納ファイルを更新して呼び出し元へ戻る(ステップS36)。   FIG. 14 is a flowchart showing the operation of the quality measuring unit 22 in the embodiment of the present invention. Here, the quality information transmission (step S18) shown in FIG. 11 will be described in detail. First, the quality measurement unit 22 determines whether or not to transmit quality information, and determines the communication protocol when transmitting (step S31 → S32). If the communication protocol is https, the certificate file is read, quality information is transmitted, and the communication result is determined (steps S33 → S34 → S35). On the other hand, if the communication protocol is http or the certificate file does not exist, the quality information is transmitted without reading the certificate file, and the communication result is determined (step S34 → S35). Thereby, when a normal response is received in the communication result determination, the transmission date storage file is updated and the process returns to the caller (step S36).

(誤り訂正復号化部の動作)
図15は、本発明の実施形態における誤り訂正復号化部23の動作を示すフローチャートである。誤り訂正復号化部23は、パラメータ決定部13により決定されたパラメータに基づいてFEC復号化処理を行い、修復済みメディアデータを出力する(ステップS41)。この動作は、入力データがなくなるまで、または、停止要求があるまで繰り返される(ステップS42)。
(Operation of error correction decoder)
FIG. 15 is a flowchart showing the operation of the error correction decoding unit 23 in the embodiment of the present invention. The error correction decoding unit 23 performs FEC decoding processing based on the parameter determined by the parameter determination unit 13 and outputs the repaired media data (step S41). This operation is repeated until there is no input data or there is a stop request (step S42).

(品質情報収集部の動作)
図16は、本発明の実施形態における品質情報収集部12の動作を示すフローチャートである。品質情報収集部12は、品質情報を受信すると、データ計算を行い、その計算結果を示すデータを登録する(ステップS51→S52→S53)。この動作は、品質情報を受信しなくなるまで繰り返される。
(Operation of the quality information collection unit)
FIG. 16 is a flowchart showing the operation of the quality information collection unit 12 in the embodiment of the present invention. When the quality information is received, the quality information collecting unit 12 performs data calculation and registers data indicating the calculation result (steps S51 → S52 → S53). This operation is repeated until no quality information is received.

(パラメータ決定部の動作)
図17は、本発明の実施形態におけるパラメータ決定部13の動作を示すフローチャートである。まず、パラメータ決定部13は、品質情報を取得し、評価対象外区間を判定し、評価対象外区間についてデータ計算を行う(ステップS61→S62→S63)。次いで、バースト性・目標BER判定(一次判定)を行い、サービス条件適合性判定(最終判定)を行う(ステップS64→S65)。最後に、サービス条件適合性判定(最終判定)の結果に基づいてパラメータを決定する(ステップS66)。
(Operation of parameter determination unit)
FIG. 17 is a flowchart showing the operation of the parameter determination unit 13 in the embodiment of the present invention. First, the parameter determination unit 13 acquires quality information, determines a non-evaluation section, and performs data calculation for the non-evaluation section (steps S61 → S62 → S63). Next, burstiness / target BER determination (primary determination) is performed, and service condition suitability determination (final determination) is performed (steps S64 → S65). Finally, parameters are determined based on the result of the service condition suitability determination (final determination) (step S66).

図18は、バースト性・目標BER判定結果(一次判定結果)を示す図である。この図に示すように、バースト性が閾値より小さく、目標BER判定が適正値を大きく上回る場合(1−1)は、符号長を小さくするとともに、冗長度を小さくする。また、バースト性が閾値と同じであり、目標BER判定が適正値を大きく上回る場合(1−2)は、冗長度を小さくする。また、バースト性が閾値より大きく、目標BER判定が適正値を大きく上回る場合(1−3)は、符号長を大きくするとともに、冗長度を小さくする。また、バースト性が閾値より小さく、目標BER判定が適正範囲内である場合(2−1)は、符号長を小さくする。また、バースト性が閾値と同じであり、目標BER判定が適正範囲内である場合(2−2)は、符号長を変更せず、冗長度も変更しない。また、バースト性が閾値より大きく、目標BER判定が適正範囲内である場合(2−3)は、符号長を大きくする。また、バースト性が閾値より小さく、目標BER判定が適正値を大きく下回る場合(3−1)は、符号長を小さくするとともに、冗長度を大きくする。また、バースト性が閾値と同じであり、目標BER判定が適正値を大きく下回る場合(3−2)は、冗長度を大きくする。また、バースト性が閾値より大きく、目標BER判定が適正値を大きく下回る場合(3−3)は、符号長を大きくするとともに、冗長度を大きくする。   FIG. 18 is a diagram illustrating a burst property / target BER determination result (primary determination result). As shown in this figure, when the burst property is smaller than the threshold value and the target BER determination greatly exceeds the appropriate value (1-1), the code length is decreased and the redundancy is decreased. Further, when the burst property is the same as the threshold value and the target BER determination greatly exceeds the appropriate value (1-2), the redundancy is reduced. When the burst property is larger than the threshold value and the target BER determination greatly exceeds the appropriate value (1-3), the code length is increased and the redundancy is decreased. When the burst property is smaller than the threshold value and the target BER determination is within the appropriate range (2-1), the code length is decreased. When the burst property is the same as the threshold value and the target BER determination is within the appropriate range (2-2), the code length is not changed and the redundancy is not changed. If the burstiness is greater than the threshold and the target BER determination is within the appropriate range (2-3), the code length is increased. When the burst property is smaller than the threshold value and the target BER determination is significantly below the appropriate value (3-1), the code length is reduced and the redundancy is increased. Further, when the burst property is the same as the threshold value and the target BER determination is significantly below the appropriate value (3-2), the redundancy is increased. Further, when the burst property is larger than the threshold value and the target BER determination is significantly below the appropriate value (3-3), the code length is increased and the redundancy is increased.

図19は、一次判定結果をサービス条件値と比較した結果(最終判定結果)を示す図である。この図に示すように、符号長の一次判定結果がサービス条件値より大きく、冗長度の一次判定結果もサービス条件値より大きい場合(A−1)は、符号長を変更せず、冗長度も変更しない。また、符号長の一次判定結果がサービス条件値以下であり、冗長度の一次判定結果がサービス条件値より大きい場合(A−2)は、符号長をサービス条件値上限まで大きくする。また、符号長の一次判定結果がサービス条件値より大きく、冗長度の一次判定結果がサービス条件値以下である場合(B−1)は、冗長度をサービス条件値上限まで大きくする。また、符号長の一次判定結果がサービス条件値以下であり、冗長度の一次判定結果もサービス条件値以下である場合(B−2)は、一次判定結果のパラメータを採用する。   FIG. 19 is a diagram illustrating a result (final determination result) obtained by comparing the primary determination result with the service condition value. As shown in this figure, when the primary determination result of the code length is larger than the service condition value and the primary determination result of the redundancy is also larger than the service condition value (A-1), the code length is not changed and the redundancy is also changed. Not going to change. When the primary determination result of the code length is less than or equal to the service condition value and the primary determination result of redundancy is greater than the service condition value (A-2), the code length is increased to the service condition value upper limit. When the primary determination result of the code length is larger than the service condition value and the primary determination result of the redundancy is less than or equal to the service condition value (B-1), the redundancy is increased to the service condition value upper limit. Further, when the primary determination result of the code length is equal to or less than the service condition value and the primary determination result of the redundancy is also equal to or less than the service condition value (B-2), the parameter of the primary determination result is adopted.

このように、一次判定と最終判定とを組み合わせれば、より適切な符号長と冗長度を設定することができる。例えば、1−3の判定結果を受けても、符号長を大きくすることによる遅延が許容されないサービス条件の場合、符号長は維持され、その変わり冗長度を大きくすることが可能である。   Thus, if the primary determination and the final determination are combined, a more appropriate code length and redundancy can be set. For example, even if the determination result of 1-3 is received, in the case of a service condition in which a delay due to an increase in the code length is not permitted, the code length is maintained, and the redundancy can be increased.

(誤り訂正符号化部の動作)
図20は、本発明の実施形態における誤り訂正符号化部14の動作を示すフローチャートである。まず、誤り訂正符号化部14は、パラメータ決定部13により決定されたパラメータに基づいてFEC符号化処理を行う(ステップS71)。この符号化処理が行われた結果、FEC情報はFECパケットのペイロードに格納され、使用したパラメータなどの情報はFECパケットのヘッダに格納される(ステップS72)。最後に、このFECパケットをデータ受信装置20に送信する(ステップS73)。この動作は、入力データがなくなるまで、または、停止要求があるまで繰り返される(ステップS74)。
(Operation of error correction encoder)
FIG. 20 is a flowchart showing the operation of the error correction coding unit 14 in the embodiment of the present invention. First, the error correction coding unit 14 performs FEC coding processing based on the parameter determined by the parameter determination unit 13 (step S71). As a result of this encoding process, FEC information is stored in the payload of the FEC packet, and information such as used parameters is stored in the header of the FEC packet (step S72). Finally, this FEC packet is transmitted to the data receiving device 20 (step S73). This operation is repeated until there is no input data or there is a stop request (step S74).

(制御情報送信部の動作)
図21は、本発明の実施形態における制御情報送信部11の動作を示すフローチャートである。まず、制御情報送信部11は、配信ストリーム(ch)毎に送信用制御情報設定値を設定する(ステップS81)。送信用制御情報設定値とは、具体的には、品質測定有無を示す値や、品質測定抽選確率を示す値である。次いで、FEC生成プロセス起動時または制御情報変更時に送信用制御情報設定値を読み込む(ステップS82)。最後に、読み込んだ情報を変換した値を制御情報パケット内に格納し、マルチキャスト送信する(ステップS83)。
(Operation of control information transmitter)
FIG. 21 is a flowchart showing the operation of the control information transmission unit 11 in the embodiment of the present invention. First, the control information transmission unit 11 sets a transmission control information setting value for each distribution stream (ch) (step S81). The transmission control information setting value is specifically a value indicating whether or not quality measurement is performed and a value indicating the quality measurement lottery probability. Next, the transmission control information setting value is read when the FEC generation process is started or when the control information is changed (step S82). Finally, a value obtained by converting the read information is stored in the control information packet, and multicast transmission is performed (step S83).

(ロスリスト例)
図22は、本発明の実施形態におけるロスリスト例を示す図である。ここでは、入力データのパケットサイズがパケットによって異なる場合を想定し、入力パケットが特定のパケットサイズになるようにパディングを行うFEC方式を例示している。「01」は損失無し、「00」は損失有りを意味している、この場合、パケット単位毎にロス状況をビット列で示すと、ロスリストは「00010001」となる。
(Example of loss list)
FIG. 22 is a diagram showing an example of a loss list in the embodiment of the present invention. Here, the case where the packet size of the input data is different depending on the packet is assumed, and the FEC method for performing padding so that the input packet has a specific packet size is illustrated. “01” means no loss and “00” means that there is a loss. In this case, the loss list is “00010001” when the loss status is indicated by a bit string for each packet unit.

図23は、本発明の実施形態における別のロスリスト例を示す図である。ここでは、入力パケットを特定のパケットサイズ(GM)に分割して処理するFEC方式を例示している。「01」は損失無し、「00」は損失有り、「11」はパケットの区切り文字を意味している。この場合、GM単位にロス状況をビット列で示すと、ロスリストは「00000000110101010111000000000000000011」となる。   FIG. 23 is a diagram showing another loss list example according to the embodiment of the present invention. Here, an FEC method is illustrated in which an input packet is divided into a specific packet size (GM) and processed. “01” means no loss, “00” means loss, and “11” means a packet delimiter. In this case, if the loss status is indicated by a bit string in GM units, the loss list is “00000000110101010111000000000000000011”.

1ブロック分のメディアパケットのビット文字列と1ブロック分のFECパケットペイロードのビット文字列とを結合し、最後にデータ長が4の倍数となるように、「10」の文字列を追加する。この例では、1パケットまたは1GMを2bitのビット列で表し、16進数に変換して送るため、4の倍数になるように10で補完している。もちろん、何ビット表現で表すかは任意に決めた値でよい。   The bit character string of the media packet for one block and the bit character string of the FEC packet payload for one block are combined, and finally a character string of “10” is added so that the data length is a multiple of four. In this example, one packet or 1GM is represented by a 2-bit bit string, and is converted to a hexadecimal number for transmission, so that it is complemented with 10 so as to be a multiple of 4. Of course, any number of bits may be arbitrarily determined.

以上のように、本発明の実施形態における前方誤り訂正システムによれば、マルチキャストを用いた場合でも最適なパラメータを決定することができる。すなわち、通信品質(パケットの損失状況等)に応じてFEC情報を生成するためのパラメータを決定する場合に、そもそも前方誤り訂正処理では回復できないような損失が発生している区間の品質情報を除外してパラメータを決定するため、過度なパケットの生成を回避することが可能である。   As described above, according to the forward error correction system in the embodiment of the present invention, an optimum parameter can be determined even when multicast is used. That is, when determining parameters for generating FEC information according to communication quality (packet loss status, etc.), excluding quality information for sections where loss has occurred that cannot be recovered by forward error correction processing. Since the parameters are determined, it is possible to avoid excessive packet generation.

このような前方誤り訂正システムは、サービスを受けるデータ受信装置20がスマートフォンやタブレット等である場合、特に有用である。すなわち、スマートフォンやタブレット等は無線環境で使用され、またPCに比べてリソースが乏しいため、過度なパケットの生成を回避することが可能な本システムは、非常に実用的価値の高いシステムと言える。   Such a forward error correction system is particularly useful when the data receiving device 20 that receives the service is a smartphone, a tablet, or the like. In other words, since a smartphone, a tablet, or the like is used in a wireless environment and has fewer resources than a PC, the present system capable of avoiding excessive packet generation can be said to be a system having a very high practical value.

なお、本発明は、前方誤り訂正システム(データ送信装置10、データ受信装置20)として実現することができるだけでなく、このような前方誤り訂正システムが備える特徴的な処理部をステップとする前方誤り訂正方法として実現することができる。具体的には、本発明の実施形態における前方誤り訂正方法は、メディアデータに対応するFEC情報をデータ送信装置10からデータ受信装置20に送信することによりデータ受信装置20側で符号誤りを訂正する前方誤り訂正方法である。このような前方誤り訂正方法において、データ送信装置10が、複数のデータ受信装置20から通信品質を示す品質情報を収集する品質情報収集ステップと、品質情報収集ステップで収集された品質情報のうち予め定めた条件を満たす品質情報に基づいて符号化のためのパラメータを決定するパラメータ決定ステップと、パラメータ決定ステップで決定されたパラメータに基づいてFEC情報を生成し、そのFEC情報をデータ受信装置20に送信する訂正符号化ステップとを実行する。   The present invention can be realized not only as a forward error correction system (data transmission device 10 and data reception device 20) but also as a forward error with a characteristic processing unit provided in such a forward error correction system as a step. This can be realized as a correction method. Specifically, the forward error correction method according to the embodiment of the present invention corrects a code error on the data receiving apparatus 20 side by transmitting FEC information corresponding to media data from the data transmitting apparatus 10 to the data receiving apparatus 20. This is a forward error correction method. In such a forward error correction method, the data transmitting device 10 collects quality information indicating communication quality from a plurality of data receiving devices 20 and the quality information collected in the quality information collecting step in advance. A parameter determination step for determining a parameter for encoding based on quality information that satisfies a predetermined condition, FEC information is generated based on the parameter determined in the parameter determination step, and the FEC information is transmitted to the data reception device 20. The correction encoding step to be transmitted is executed.

また、このような前方誤り訂正方法の各ステップをコンピュータに実行させるプログラムとして実現したりすることもできる。このようなプログラムは、データ送信装置10やデータ受信装置20に記憶することができるのはもちろん、CD−ROM等の記録媒体やネットワーク等の伝送媒体を介して配信することができるのはいうまでもない。   In addition, each step of the forward error correction method can be realized as a program that causes a computer to execute the steps. It goes without saying that such a program can be stored in the data transmission device 10 or the data reception device 20 and can be distributed via a recording medium such as a CD-ROM or a transmission medium such as a network. Nor.

10…データ送信装置
11…制御情報送信部
12…品質情報収集部
13…パラメータ決定部
14…誤り訂正符号化部
20…データ受信装置
21…制御情報取得部
22…品質測定部
23…誤り訂正復号化部
DESCRIPTION OF SYMBOLS 10 ... Data transmitter 11 ... Control information transmission part 12 ... Quality information collection part 13 ... Parameter determination part 14 ... Error correction encoding part 20 ... Data reception apparatus 21 ... Control information acquisition part 22 ... Quality measurement part 23 ... Error correction decoding Chemical department

Claims (5)

メディアデータに対応する前方誤り訂正情報を送信するデータ送信装置であって、
複数のデータ受信装置から通信品質を示す品質情報を収集する品質情報収集部と、
前記品質情報収集部により収集された品質情報において、同一時間帯で共通的に見られる所定の閾値以上の損失が発生している区間を除外し、残った品質情報に基づいて符号化のためのパラメータを決定するパラメータ決定部と、
前記パラメータ決定部により決定されたパラメータに基づいて前方誤り訂正情報を生成し、その前方誤り訂正情報を前記データ受信装置に送信する誤り訂正符号化部と
を備えることを特徴とするデータ送信装置。
A data transmission device for transmitting forward error correction information corresponding to media data,
A quality information collecting unit for collecting quality information indicating communication quality from a plurality of data receiving devices;
In the quality information collected by the quality information collection unit, a section in which a loss of a predetermined threshold value or more commonly seen in the same time zone is generated is excluded, and encoding is performed based on the remaining quality information. A parameter determination unit for determining parameters;
A data transmission device comprising: an error correction encoding unit that generates forward error correction information based on the parameter determined by the parameter determination unit and transmits the forward error correction information to the data reception device.
前記品質情報として、前記メディアデータのパケット符号化ブロック内のどこで損失しているかを示すロスパターンをパケットの損失有りを意味するビット列とパケットの損失無しを意味するビット列を当該符号化ブロック内の位置に対応させて連結したビット列で示したロスリストを用いることを特徴とする請求項1記載のデータ送信装置。 As the quality information, a bit sequence packets of the media data means without loss of the bit string and a packet, which means there loss loss pattern packet indicating where to have lost in the encoding block in the coded block 2. The data transmission apparatus according to claim 1, wherein a loss list indicated by a bit string concatenated in correspondence with a position is used. マルチキャストを用いて前記メディアデータをストリーム配信し、前記複数のデータ受信装置が同一のストリームを受信することを特徴とする請求項1又は2記載のデータ送信装置。  3. The data transmitting apparatus according to claim 1, wherein the media data is stream-distributed using multicast, and the plurality of data receiving apparatuses receive the same stream. メディアデータに対応する前方誤り訂正情報をデータ送信装置からデータ受信装置に送信することによりデータ受信装置側で符号誤りを訂正する前方誤り訂正方法であって、
前記データ送信装置が、
複数のデータ受信装置から通信品質を示す品質情報を収集する品質情報収集ステップと、
前記品質情報収集ステップで収集された品質情報において、同一時間帯で共通的に見られる所定の閾値以上の損失が発生している区間を除外し、残った品質情報に基づいて符号化のためのパラメータを決定するパラメータ決定ステップと、
前記パラメータ決定ステップで決定されたパラメータに基づいて前方誤り訂正情報を生成し、その前方誤り訂正情報を前記データ受信装置に送信する誤り訂正符号化ステップと
を実行することを特徴とする前方誤り訂正方法。
A forward error correction method for correcting a code error on the data receiving device side by transmitting forward error correction information corresponding to media data from the data transmitting device to the data receiving device,
The data transmitting device is
A quality information collecting step for collecting quality information indicating communication quality from a plurality of data receiving devices;
In the quality information collected in the quality information collection step, a section where a loss of a predetermined threshold value or more commonly seen in the same time zone is excluded is excluded, and encoding is performed based on the remaining quality information. A parameter determination step for determining parameters;
Forward error correction information is generated based on the parameter determined in the parameter determination step, and error correction coding step of transmitting the forward error correction information to the data receiving device is performed. Method.
請求項1から3のいずれか1項に記載のデータ送信装置としてコンピュータを機能させるためのプログラム。 The program for functioning a computer as a data transmitter of any one of Claim 1 to 3 .
JP2013255595A 2013-12-11 2013-12-11 Data transmission apparatus, forward error correction method, and program Active JP5743350B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013255595A JP5743350B2 (en) 2013-12-11 2013-12-11 Data transmission apparatus, forward error correction method, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013255595A JP5743350B2 (en) 2013-12-11 2013-12-11 Data transmission apparatus, forward error correction method, and program

Publications (2)

Publication Number Publication Date
JP2015115728A JP2015115728A (en) 2015-06-22
JP5743350B2 true JP5743350B2 (en) 2015-07-01

Family

ID=53529175

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013255595A Active JP5743350B2 (en) 2013-12-11 2013-12-11 Data transmission apparatus, forward error correction method, and program

Country Status (1)

Country Link
JP (1) JP5743350B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11197190B2 (en) 2019-01-07 2021-12-07 Kabushiki Kaisha Toshiba Communication device, communication method, communication computer program product, and communication system

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6666286B2 (en) 2017-03-08 2020-03-13 株式会社東芝 Quantum communication device, quantum communication system and quantum communication method

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3730974B2 (en) * 2002-06-14 2006-01-05 松下電器産業株式会社 Media transmission method and transmission device therefor
JP5109787B2 (en) * 2008-05-02 2012-12-26 富士通株式会社 Data transmission system, program and method
EP2814194A1 (en) * 2010-06-01 2014-12-17 Global Invacom Ltd. Data transmission apparatus system and method
JP2014068295A (en) * 2012-09-27 2014-04-17 Kddi Corp Distribution server, system, and program for distributing multicast data suitable for wireless environment

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11197190B2 (en) 2019-01-07 2021-12-07 Kabushiki Kaisha Toshiba Communication device, communication method, communication computer program product, and communication system

Also Published As

Publication number Publication date
JP2015115728A (en) 2015-06-22

Similar Documents

Publication Publication Date Title
CN101272495B (en) Method and apparatus for transmitting packet-based image frame
JP5847577B2 (en) High quality stream protection over broadcast channels using symbolic identifiers derived from lower level packet structures
JP4405875B2 (en) Method and apparatus for generating data for error correction, generation program, and computer-readable recording medium storing the program
CN100592670C (en) System and method for controlling self-adaptive forward error dynamically in IPTV network
JP5147950B2 (en) Apparatus and method for performing simulcast over variable bandwidth channel
US9781488B2 (en) Controlled adaptive rate switching system and method for media streaming over IP networks
JP5109787B2 (en) Data transmission system, program and method
JP2010246120A (en) Device and method for communicating in home network using internet protocol television
Toemoeskoezi et al. On the delay characteristics for point-to-point links using random linear network coding with on-the-fly coding capabilities
WO2012018339A1 (en) Application of unequal error protection rateless codes in multimedia streaming over multi-path networks
JP6535718B2 (en) Method and apparatus for providing streaming service
Sun et al. Delay-aware fountain codes for video streaming with optimal sampling strategy
JP5743350B2 (en) Data transmission apparatus, forward error correction method, and program
Roca et al. Less latency and better protection with AL-FEC sliding window codes: A robust multimedia CBR broadcast case study
de Alwis et al. Content and network-aware multicast over wireless networks
CN107995502B (en) Method, equipment and system for realizing self-adaptive streaming media
Belda et al. Hybrid FLUTE/DASH video delivery over mobile wireless networks
US20180192088A1 (en) Transmitting/receiving audio and/or video data over a wireless network
KR20080093924A (en) A priority-differential non-uniform raptor coding method
Toemoeskoezi et al. On the packet delay characteristics for serially-connected links using random linear network coding with and without recoding
CN113301387B (en) Data encoding and decoding method, related equipment and system
JP2006157525A (en) Data transmission method, reception method, apparatus, system and program for performing error correction
US9930423B1 (en) Dynamic transmission time interval bundling for multicast video
JP5247358B2 (en) Information processing apparatus and method, program, and recording medium
KR100916312B1 (en) An apparatus for transmitting video using adaptive weighted error correction coding and multiple description coding and method thereof

Legal Events

Date Code Title Description
TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20150422

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150427

R150 Certificate of patent or registration of utility model

Ref document number: 5743350

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150