JP2008131599A - Cast transmission apparatus and cast transmission method - Google Patents

Cast transmission apparatus and cast transmission method Download PDF

Info

Publication number
JP2008131599A
JP2008131599A JP2006317677A JP2006317677A JP2008131599A JP 2008131599 A JP2008131599 A JP 2008131599A JP 2006317677 A JP2006317677 A JP 2006317677A JP 2006317677 A JP2006317677 A JP 2006317677A JP 2008131599 A JP2008131599 A JP 2008131599A
Authority
JP
Japan
Prior art keywords
transmission
information
media information
retransmission
unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2006317677A
Other languages
Japanese (ja)
Inventor
Mamoru Yoshimoto
守 吉本
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2006317677A priority Critical patent/JP2008131599A/en
Publication of JP2008131599A publication Critical patent/JP2008131599A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a media information distribution system and a media information distribution method that can attain compatibility between the real time performance of real time distribution and the high reliability of stored information at the multicast distribution of a media information stream (time series data). <P>SOLUTION: At multicast distribution using the Internet or an intranet and multicast information distribution using a digital broadcast satellite communication satellite, a data receivers 200a, 200b and 200c store distribution information, detect positions where transmission errors occur, request the other data receiver to re-transmit a transmission error portion and receive the information so as to correct a transmission error existing in the stored distribution information. This allows to satisfy both the real time performance of multicast program distribution and the high reliability of information storage. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は、映像や音声等を符号化したディジタル番組情報を、リアルタイム視聴用に多数の受信者へ同時配信する一方、配信時に伝送エラーによって失われた情報を再配信するキャスト伝送装置等に関する。   The present invention relates to a cast transmission apparatus and the like for simultaneously distributing digital program information encoded with video, audio and the like to a large number of recipients for real-time viewing while redistributing information lost due to transmission errors during distribution.

インターネットやイントラネット等のディジタル通信網を用いて、多数の受信者に対して同一の情報をリアルタイムに配信する技術は、マルチキャスト通信方式として現在盛んに開発が進められている。1ヵ所の送信者から送信された信号が、通信網内の中継装置(ルータ)によって複数の宛先へ伝送され、末端に存在する多数の受信者へツリー状に配信される通信方式である。現状では、ディジタル放送衛星・通信衛星を用いた情報配信といった多数の受信者が同一の電波を受信するマルチキャスト通信方式が使用されている。しかし、今後、インターネットを使用したマルチキャスト通信が増加してきており、近未来にはインターネットでの放送が主流になると予想されている。   A technique for distributing the same information in real time to a large number of recipients using a digital communication network such as the Internet or an intranet is being actively developed as a multicast communication system. This is a communication method in which a signal transmitted from one sender is transmitted to a plurality of destinations by a relay device (router) in a communication network and distributed to a large number of receivers existing at the end in a tree form. At present, a multicast communication method is used in which a large number of receivers receive the same radio wave, such as information distribution using digital broadcasting satellites and communication satellites. However, multicast communication using the Internet is increasing in the future, and it is expected that broadcasting on the Internet will become the mainstream in the near future.

一般的に、ディジタル通信網において伝送エラーを防止し、高信頼な通信を実現するためには、次の2つの手段が存在する。
(a)信号に冗長性を持たせて送信し、受信側でのエラー回復を可能にする。
(b)受信側でエラーを検出し、該当部分の再送を送信側に要求する。
Generally, there are the following two means for preventing a transmission error in a digital communication network and realizing highly reliable communication.
(A) The signal is transmitted with redundancy to enable error recovery on the receiving side.
(B) The receiving side detects an error and requests the transmitting side to retransmit the corresponding part.

このうち、手段(a)によって確実なエラー回復を図るためには、信号に相当の冗長性が必要であり、伝送効率が低下するため、通常は、手段(b)のようにエラー部分の再送による回復が併用される。例として、インターネットやイントラネットにおける代表的なプロトコルであるTCPでは、受信側でビット誤りやパケット紛失を検出すると、送信側に該当パケットの再送を要求することで、伝送エラーを回復する。TCPは、Transmission Control Protocolの略語である。   Of these, in order to achieve reliable error recovery by means (a), considerable redundancy is required in the signal, and transmission efficiency is reduced. The recovery by is used together. For example, in TCP, which is a typical protocol in the Internet or an intranet, when a bit error or packet loss is detected on the receiving side, the transmission error is recovered by requesting the transmitting side to retransmit the packet. TCP is an abbreviation for Transmission Control Protocol.

また、マルチキャスト通信方式ではリアルタイム性が重視されるため、上述のTCPのような再送型のプロトコルでは低速・高負荷となる関係で、通常、採用されていない。インターネットやイントラネットにおけるマルチキャスト通信方式では、一般的に、UDP(User Datagram Protocol)に代表されるような、高速・低信頼のプロトコルが使用される。即ち、送信側から受信側へ一方的に配信されるためリアルタイム性は高いが、伝送エラーによるビット誤りや輻輳によるパケット紛失が生じても、再送によってエラーを回復する手段は存在せず、結果として、受信側では映像や音声の乱れ・欠落が生じる。また、ディジタル放送衛星・通信衛星を用いた情報配信においても同様に、降雨等の気象状況によって伝送エラーが生じる上、これを再送によって回復することは困難である。   In addition, since the real-time property is important in the multicast communication method, the retransmission protocol such as the above-described TCP is not usually adopted because of the low speed and high load. In a multicast communication system in the Internet or an intranet, a high-speed and low-reliability protocol such as UDP (User Datagram Protocol) is generally used. In other words, real-time performance is high because it is unilaterally distributed from the sending side to the receiving side, but there is no means to recover the error by resending even if a bit error due to transmission error or packet loss due to congestion occurs. The video and audio are disturbed / missed on the receiving side. Similarly, in information distribution using digital broadcasting satellites / communication satellites, transmission errors occur due to weather conditions such as rainfall, and it is difficult to recover them by retransmission.

特許文献1には、リアルタイム性を重視するために再送による遅延時間の許容量を設定し許容時間を超えたものに関しては再送を行わない方式が記載されている。また、特許文献2には、配信が終了してからエラーの修復を行う方式が記載されている。しかしながら、この方式では送信元には大きな記憶部が必要となるという問題が生じている。   Patent Document 1 describes a method in which an allowable amount of delay time due to retransmission is set in order to place importance on real-time properties, and retransmission is not performed for those exceeding the allowable time. Japanese Patent Application Laid-Open No. 2004-228561 describes a method of repairing an error after distribution is completed. However, this method has a problem that the transmission source requires a large storage unit.

特開2002−84239号公報JP 2002-84239 A 特開2003−60669号公報JP 2003-60669 A

即ち、従来の技術においては、以下の点に問題がある。
(1)インターネットやイントラネットを用いたマルチキャスト番組配信においては、リアルタイム性が重視されるため、UDPに代表される高速・低信頼なプロトコルが使用される。そのため、ビット誤りやパケット損失等の伝送エラーを回復する手段が存在せず、結果的に、受信者が配信番組を蓄積して利用する場合においても、配信時の伝送エラーが残ったまま使用せざるを得ないという問題がある。
(2)配信が終了してから、送信元に再送要求する手法もあるが、送信元に配信データソースを全て記憶するといった問題がある。
That is, the conventional technique has the following problems.
(1) In multicast program distribution using the Internet or an intranet, since real-time performance is important, a high-speed and low-reliability protocol represented by UDP is used. For this reason, there is no means for recovering transmission errors such as bit errors and packet loss. As a result, even when the receiver accumulates and uses the distribution program, the transmission error at the time of distribution remains. There is a problem that it must be.
(2) Although there is a method of requesting retransmission to the transmission source after distribution is completed, there is a problem that all distribution data sources are stored in the transmission source.

本発明は、メディア情報ストリーム(時系列のデータ)のマルチキャスト配信において、実時間配信のリアルタイム性と蓄積情報の高信頼性とを両立可能としたメディア情報配信システム及びメディア情報配信方法を提供することを目的とする。   The present invention provides a media information distribution system and a media information distribution method capable of realizing both real-time distribution of real-time distribution and high reliability of stored information in multicast distribution of media information streams (time-series data). With the goal.

本発明は前記課題を解決するために、少なくとも映像データ、音声データ及びその他のデータの符号情報が多重されたメディア情報ストリームを、単数の送信者から多数の受信者へ同時に配信するキャスト伝送方法であって、受信したメディア情報ストリームを検査し、情報の誤りや欠落等を検出する伝送エラー検出工程と、メディア情報ストリーム中で伝送エラーが存在する位置を記憶する伝送エラー位置記憶工程と、この伝送エラー位置記憶を基に、伝送エラーが起こった部位の再送を他の受信装置に要求する再送要求送信工程と、を具備することを特徴とするキャスト伝送方法等、を提供する。   In order to solve the above-described problems, the present invention provides a cast transmission method for simultaneously delivering a media information stream in which code information of at least video data, audio data, and other data is multiplexed from a single sender to a large number of receivers. A transmission error detection step for inspecting a received media information stream to detect an error or missing information, a transmission error position storage step for storing a position where a transmission error exists in the media information stream, and this transmission And a retransmission request transmission step for requesting another receiving device to retransmit a portion where a transmission error has occurred based on the error position storage.

本発明によれば、メディア情報ストリームのマルチキャスト配信において、実時間配信のリアルタイム性と蓄積情報の高信頼性との両立が可能である。これにより、インターネットやイントラネット、また、ディジタル通信衛星・放送衛星等の通信ネットワークを利用して、より高機能なディジタル番組放送システムやソフトウェアコンテンツ配布システムを構築できるという効果が得られる。具体的には、映像や音声を効率的に圧縮符号化するMPEG−2のような符号化ストリームのリアルタイム伝送に本発明が適用でき、監視カメラシステムの分野やマルチメディア通信及び放送サービスの分野で大きな効果が得られる。例として、ディジタル衛星放送の受信器にインターネットポートを搭載し、インターネットを介して再送要求を行い、伝送エラー部位の再送を受けるシステムが実現できる。   ADVANTAGE OF THE INVENTION According to this invention, in the multicast delivery of a media information stream, the real time property of real time delivery and the high reliability of stored information are compatible. As a result, it is possible to construct a more sophisticated digital program broadcasting system and software content distribution system using the Internet, an intranet, and a communication network such as a digital communication satellite / broadcast satellite. Specifically, the present invention can be applied to real-time transmission of an encoded stream such as MPEG-2 that efficiently compresses and encodes video and audio, and is used in the fields of surveillance camera systems and multimedia communication and broadcasting services. A big effect is acquired. As an example, it is possible to realize a system in which a digital satellite broadcast receiver is equipped with an Internet port and a retransmission request is made via the Internet and a transmission error part is retransmitted.

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

図1は、本発明の一実施形態に係るメディア情報配信システムを示している。50はカメラであり、撮像したメディア情報ストリーム104をデータ送信装置100に送るインタフェースを有する。100はデータ送信装置であり、カメラ50からのストリームデータを受信するインタフェースとネットワークに配信情報を出力するインタフェースを有する。200a、200b、200cは、データ受信装置であり、システム内に複数存在し各々がIPアドレスを持つデータ受信装置である。本実施例では、200aのIPアドレスは「192.168.0.10」、200bのIPアドレスは「192.168.0.11」、200cのIPアドレスは「192.168.0.12」とする。また、データ受信装置200は出力装置400a、400b、400cへのインタフェースを有し、ストリームデータ再生、蓄積を行う。後の説明上区別するために、a、b、cと添え字をつけてある。400a、400b、400cは200a、200b、200cに接続される、映像と音響の出力機能を持った出力装置である。300a〜300cは無線LANを示している。300a、は無線LANにおけるマルチキャストの伝送リンクを示しており、300bと300cは端末間でのユニキャストリンクを示している。本実施形態で使用するネットワークは無線LANとしているが、有線LANといった、キャスト通信ができるネットワークであれば何れでも構わない。   FIG. 1 shows a media information distribution system according to an embodiment of the present invention. Reference numeral 50 denotes a camera, which has an interface for sending the captured media information stream 104 to the data transmission apparatus 100. Reference numeral 100 denotes a data transmission apparatus having an interface for receiving stream data from the camera 50 and an interface for outputting distribution information to the network. Reference numerals 200a, 200b, and 200c denote data receiving apparatuses, which are a plurality of data receiving apparatuses that each have an IP address. In this embodiment, the IP address of 200a is “192.168.0.10”, the IP address of 200b is “192.168.0.11”, and the IP address of 200c is “192.168.0.12”. To do. The data receiving device 200 has an interface to the output devices 400a, 400b, and 400c, and reproduces and stores stream data. For the sake of distinction in the following explanation, a, b, and c are appended. Reference numerals 400a, 400b, and 400c denote output devices that are connected to 200a, 200b, and 200c and have an image and sound output function. Reference numerals 300a to 300c denote wireless LANs. Reference numeral 300a denotes a multicast transmission link in the wireless LAN, and 300b and 300c denote unicast links between terminals. The network used in this embodiment is a wireless LAN, but any network such as a wired LAN capable of cast communication may be used.

図2を参照しながら、データ送信装置100の内部構成を説明する。101はカメラ部50から送られてくるメディア情報ストリーム104を受信し電気的に変換するカメラインタフェース部であり、論理的には同じ情報を伝送フォーマット生成部102に送信する。102はカメラインタフェース部101を介してメディア情報ストリーム104を受け取り、メディア情報ストリーム104を分割する伝送フォーマット生成部である。この伝送フォーマット生成部102は、配信情報として通し番号情報を付加して接続している伝送路に合わせた伝送フォーマットに整形し、配信情報105として103のネットワーク送信部を介してデータ受信装置に向けて送信する。本実施例の伝送フォーマット生成部102はUDPプロトコルの制御を行っており、転送エラーを検出するためのデータはUDPのFCS(Frame Check Sequence)により行われる。   The internal configuration of the data transmission device 100 will be described with reference to FIG. Reference numeral 101 denotes a camera interface unit that receives and electrically converts the media information stream 104 sent from the camera unit 50, and logically transmits the same information to the transmission format generation unit 102. Reference numeral 102 denotes a transmission format generation unit that receives the media information stream 104 via the camera interface unit 101 and divides the media information stream 104. This transmission format generation unit 102 adds serial number information as distribution information, shapes it into a transmission format suitable for the connected transmission path, and distributes the information as distribution information 105 to the data reception device via the network transmission unit 103. Send. The transmission format generation unit 102 of this embodiment controls the UDP protocol, and data for detecting a transfer error is performed by UDP FCS (Frame Check Sequence).

フレーム構成については図4を参照しながら後に説明する。   The frame configuration will be described later with reference to FIG.

図3に、前記データ受信装置200の内部構成を示す。201はネットワーク300からのデータを送受信するネットワークインタフェース送受信部である。202はデータ送信装置100から送信された配信情報を受信する配信情報受信部である。203はUDPのFCSのエラー情報から配信情報のエラー箇所を検出する伝送エラー検出部である。204は出力装置400に配信情報を送信する出力インタフェース部である。205は伝送エラー検出部により検出された伝送エラーの位置を記憶する伝送エラー位置記憶部である。206は再送要求を送信する再送情報送信部である。   FIG. 3 shows an internal configuration of the data receiving apparatus 200. A network interface transmission / reception unit 201 transmits / receives data from the network 300. Reference numeral 202 denotes a distribution information receiving unit that receives distribution information transmitted from the data transmitting apparatus 100. Reference numeral 203 denotes a transmission error detection unit that detects an error part of distribution information from UDP FCS error information. An output interface unit 204 transmits distribution information to the output device 400. Reference numeral 205 denotes a transmission error position storage unit that stores the position of the transmission error detected by the transmission error detection unit. Reference numeral 206 denotes a retransmission information transmission unit that transmits a retransmission request.

207は他のデータ受信装置から送られて来た再送情報を受信する再送情報受信部である。208は再送データを再送情報受信部より受け取り蓄積部に書き込む伝送エラー修復部である。209は他のデータ受信装置から送られて来た再送要求を受信する再送情報受信部である。210は再送要求された配信情報が存在した場合に配信情報を再送する再送部である。211は配信情報を蓄積する蓄積器である。212は時間を管理するタイマ部である。   Reference numeral 207 denotes a retransmission information receiving unit that receives retransmission information sent from another data receiving apparatus. A transmission error repair unit 208 receives the retransmission data from the retransmission information reception unit and writes it in the storage unit. Reference numeral 209 denotes a retransmission information receiving unit that receives a retransmission request sent from another data receiving apparatus. A retransmission unit 210 retransmits distribution information when there is distribution information requested to be retransmitted. Reference numeral 211 denotes an accumulator that accumulates distribution information. A timer unit 212 manages time.

図4を参照しながらフレーム構造を説明する。伝送フォーマット生成部102においてメディア情報ストリーム104は分割され402の配信情報分割ペイロードの位置に実装され通し番情報を含む配信情報分割ヘッダ401を付加される。更に、配信情報分割ヘッダ401とペイロード402で構成されるパケットは分割され、UDPのペイロード404に実装される。配信情報105はUDPヘッダ403とUDPのペイロード404から構成される。エラーチェックはUDPヘッダ内のFCSを使用する。配信情報105はネットワークインタフェース送信部で分割されIPのペイロード406に実装されIPヘッダ405を付加されIPパケットとして生成される。   The frame structure will be described with reference to FIG. In the transmission format generating unit 102, the media information stream 104 is divided and mounted at the position of the distribution information division payload 402, and a distribution information division header 401 including serial number information is added. Further, the packet composed of the distribution information division header 401 and the payload 402 is divided and mounted on the UDP payload 404. The distribution information 105 includes a UDP header 403 and a UDP payload 404. The error check uses FCS in the UDP header. The distribution information 105 is divided by a network interface transmission unit, mounted on an IP payload 406, added with an IP header 405, and generated as an IP packet.

ネットワークインタフェース部ではレイヤー2、レイヤー1の処理も行っているが、使用するネットワークに依存するので、説明は割愛する。なお、通し番号情報のビット数については、システム毎に適切なビットフィールドを用意すればよいので限定はしない。   The network interface unit also performs layer 2 and layer 1 processing, but the description is omitted because it depends on the network to be used. The number of bits of the serial number information is not limited because an appropriate bit field may be prepared for each system.

以下に、本実施形態に係るシステムの一連の全体動作概要を説明する。   The outline of a series of overall operations of the system according to the present embodiment will be described below.

カメラ部50から送出されたマルチキャスト配信の対象であるメディア情報ストリーム104は、データ送信装置100のネットワークインタフェース部101からから入力される。入力されたメディア情報ストリーム104は伝送フォーマット生成部102で使用する伝送路に合わせた伝送フォーマットに整形される。また、伝送フォーマット生成部102は,伝送エラーを検出するための情報、及びメディア情報ストリーム中の部位を特定するための情報を、配信情報105に付加する。そして、配信情報105としてネットワークインタフェース送信部103からデータ受信装置200にネットワーク300を介して送信される。   The media information stream 104 that is the target of multicast distribution sent from the camera unit 50 is input from the network interface unit 101 of the data transmission device 100. The input media information stream 104 is shaped into a transmission format suitable for the transmission path used by the transmission format generation unit 102. Further, the transmission format generation unit 102 adds information for detecting a transmission error and information for specifying a part in the media information stream to the distribution information 105. Then, the distribution information 105 is transmitted from the network interface transmission unit 103 to the data reception device 200 via the network 300.

配信情報105を受信したデータ受信装置200は受信データの種別をチェックし、配信データであれば、出力装置400へデータを転送し、伝送エラー検出部203でエラーがないか判定する。伝送エラーが存在すると、その位置情報をエラーとして伝送エラー位置記憶205に書き込む。エラーが存在せず、正常に受信していれば配信情報を蓄積器211に書き込む。エラーが存在した場合は、エラー発生部位情報とエラー発生時間を含む再送要求を再送要求送信部206から送信する。送信先は装置リストに従って決定する。本実施例では装置リストをマルチキャストリストとして説明する。本実施例では、マルチキャストリストは各々のデータ受信装置に初期設定により与えられているが、データ送信装置からキャストリストを配信する方法でも構わない。   The data receiving device 200 that has received the distribution information 105 checks the type of the received data, and if it is distribution data, transfers the data to the output device 400 and the transmission error detection unit 203 determines whether there is an error. If a transmission error exists, the position information is written in the transmission error position storage 205 as an error. If there is no error and reception is normal, the distribution information is written in the storage 211. If an error exists, a retransmission request including error occurrence part information and error occurrence time is transmitted from the retransmission request transmission unit 206. The transmission destination is determined according to the device list. In this embodiment, the device list will be described as a multicast list. In this embodiment, the multicast list is given to each data receiving device by default, but a method of distributing the cast list from the data transmitting device may be used.

再送要求を受けた他のデータ受信装置は、再送要求受信部209により再送要求を受信し、エラー発生部位情報からデータが存在するか確認をする。データが存在すれば再送部210により要求されたデータをデータ受信装置200に送信する。   The other data receiving apparatus that has received the retransmission request receives the retransmission request by the retransmission request receiving unit 209 and confirms whether data exists from the error occurrence part information. If data exists, the data requested by the retransmission unit 210 is transmitted to the data receiving apparatus 200.

要求したデータが返信されてきたデータ受信装置200は、再送情報受信部207で再送情報を受信する。そして、これを基に、伝送エラー修復器208は、蓄積器211に記録されているメディア情報の中で伝送エラーを含んだ部分を、再送を受けた正しいメディア情報に入れ替える。   The data receiving apparatus 200 to which the requested data is returned receives the retransmission information at the retransmission information receiving unit 207. Based on this, the transmission error repair unit 208 replaces the portion of the media information recorded in the storage 211 that includes the transmission error with the correct media information that has been retransmitted.

図5を参照しながらシステム内の再送要求のシーケンス概要を説明する。   The sequence outline of the retransmission request in the system will be described with reference to FIG.

S501〜S504はマルチキャスト通信による配信情報であり、定期的に200a、200b、200cにキャストされている。   S501 to S504 are distribution information by multicast communication, and are regularly cast to 200a, 200b, and 200c.

配信情報S501を受信したデータ受信装置200aでエラー検出S516されると、データ受信装置は図9に示すマルチキャストリストに従ってデータ受信装置200bに対して再送要求S510を送信する。   When the data receiving apparatus 200a that has received the distribution information S501 performs error detection S516, the data receiving apparatus transmits a retransmission request S510 to the data receiving apparatus 200b according to the multicast list shown in FIG.

再送要求S510を受信したデータ受信装置200bは要求された配信情報を持っているか確認し、持っていればデータ受信装置200aに対して再送データS511を送信する。   The data receiving device 200b that has received the retransmission request S510 checks whether the requested distribution information is possessed, and if so, transmits the retransmission data S511 to the data receiving device 200a.

再送データS511を受信したデータ受信装置200aは伝送エラー修復器208により蓄積器211に記録する。   The data receiving apparatus 200 a that has received the retransmission data S 511 records the data in the storage 211 by the transmission error repair unit 208.

次に、配信情報S502の配信においてデータ受信装置200aでエラー検出S517された場合、配信情報S501の時と同様に、データ受信装置200bに再送要求S512を送信する。   Next, when the error detection S517 is performed by the data reception device 200a in the distribution of the distribution information S502, a retransmission request S512 is transmitted to the data reception device 200b as in the case of the distribution information S501.

データ受信装置200bは配信情報を所有しているか確認し、持っていないことを確認すると、マルチキャストリストに従ってデータ受信装置200cに再送要求413を送信する。   The data reception device 200b confirms whether the distribution information is owned or not, and if it does not have the distribution information, transmits a retransmission request 413 to the data reception device 200c according to the multicast list.

データ受信装置200cは再送要求S513を受信すると、要求されて配信情報を持っているか確認し持っていれば、データ受信装置200bに対して再送データS514を送信する。   When receiving the retransmission request S513, the data receiving device 200c transmits the retransmission data S514 to the data receiving device 200b if it is requested and confirmed whether it has distribution information.

再送データS514を受信したデータ受信装置200bは伝送エラー修復器208により蓄積器211に記録するとともにデータ受信装置200aに対して再送データS515を送信する。   The data receiving apparatus 200b that has received the retransmission data S514 records the retransmission data S515 to the data receiving apparatus 200a while recording it in the storage 211 by the transmission error repair unit 208.

再送データS515を受信したデータ受信装置200aは伝送エラー修復器208により蓄積器211に記録する。   The data receiving apparatus 200 a that has received the retransmission data S 515 records the data in the storage 211 by the transmission error repair unit 208.

本動作のように、バケツリーレーのように再送要求を行うことにより、再送要求や再送データといった情報が輻輳することなく、データの修復が可能となる。最悪のケースとして、全てのデータ受信装置で配信データを受信できなかった場合が考えられるが、その場合、再送要求を送出し永久に再送データが送られてくることはない。   By performing a retransmission request like a bucket tree array as in this operation, it is possible to restore data without congestion of information such as a retransmission request and retransmission data. In the worst case, it is conceivable that all the data receiving apparatuses cannot receive the distribution data, but in this case, the retransmission request is not sent and the retransmission data is not sent permanently.

本実施例では、別のタスク処理で再送要求をした記録を常に監視しており、再送要求が発生した時間と実時間を比較しシステムで設定した時間を超過しても再送されてこない要求は消去される。この待ち時間はシステムにより異なるが、番組配信のようなユースケースであれば、翌日といったケースも予想される。このように伝送エラー修正のための通信は高い信頼性が必要であるが、リアルタイム性は必要ないため、その性質に沿ったプロトコル(TCP等)を使用するものとする。   In this embodiment, a record of a retransmission request in another task process is constantly monitored, and a request that is not retransmitted even if the time set by the system is exceeded by comparing the time when the retransmission request occurs with the actual time. Erased. This waiting time varies depending on the system, but if it is a use case such as program distribution, the case of the next day is also expected. As described above, the communication for correcting the transmission error requires high reliability, but does not require real-time property, and therefore, a protocol (TCP or the like) according to the property is used.

図6を参照しながらデータ受信装置200の処理フローを説明する。   A processing flow of the data receiving apparatus 200 will be described with reference to FIG.

S600では、再送データ要求を受信したか判定する。再送データ要求であればS607へ遷移し、再送データ要求でなればS601へ遷移する。   In S600, it is determined whether a retransmission data request has been received. If it is a retransmission data request, the process proceeds to S607, and if it is not a retransmission data request, the process proceeds to S601.

S601では、再送データを受信したかを判定する。   In step S601, it is determined whether retransmission data has been received.

再送データであればS605へ遷移し、異なればS602へ遷移する。   If it is retransmission data, the process proceeds to S605, and if it is different, the process proceeds to S602.

S602では、配信情報であるか判定する。配信情報であればS610へ遷移し、異なればS600へ遷移する。   In S602, it is determined whether it is distribution information. If it is distribution information, the process proceeds to S610, and if different, the process proceeds to S600.

S610では、配信情報を出力装置に送信しS603へ遷移する。   In S610, the distribution information is transmitted to the output device, and the process proceeds to S603.

S603では、配信情報にエラーがないかチェックを行い、エラーが無ければS604へ遷移し、エラーが検出された場合はS608へ遷移する。   In S603, it is checked whether there is an error in the distribution information. If there is no error, the process proceeds to S604, and if an error is detected, the process proceeds to S608.

S604では、送られて来た配信情報を蓄積し、S600へ遷移する。   In S604, the sent distribution information is accumulated, and the process proceeds to S600.

S605では、送られて来た再送データが他のデータ受信装置からリクエストがあったか確認し、他からのリクエストがなければS604へ遷移し、他からのリクエストがあればS606へ遷移する。   In S605, it is confirmed whether there is a request for the retransmitted data sent from another data receiving apparatus. If there is no request from another, the process proceeds to S604, and if there is a request from another, the process proceeds to S606.

S606では、再送データ内の情報に基づき再送を要求している他のデータ受信装置200に再送(転送)する。   In S606, the data is retransmitted (transferred) to another data receiving apparatus 200 that has requested retransmission based on information in the retransmitted data.

S607では、再送データ要求を受信し、要求された配信データを所有しているか確認し、所有していればS609へ遷移し、所有していなければS608へ遷移する。   In S607, a retransmission data request is received and it is confirmed whether or not the requested distribution data is owned. If so, the process proceeds to S609, and if not, the process proceeds to S608.

S608では、マルチキャストリストに従って要求先のデータ受信装置を決定し、データ再送要求しS600へ遷移する。S608内での再送要求先の決定フローは図10を参照しながら、後に説明する。   In S608, the requested data receiving device is determined in accordance with the multicast list, a data retransmission request is made, and the process proceeds to S600. The determination flow of the retransmission request destination in S608 will be described later with reference to FIG.

S609では、配信情報の再送データを送信し、S600へ遷移する。   In S609, retransmission data of distribution information is transmitted, and the process proceeds to S600.

データ受信装置では上記ループ処理によりデータの受信処理を行っている。   The data receiving apparatus performs data receiving processing by the loop processing.

図7はTCPフレームのペイロードにより転送されてきた再送要求パケットのデータ構造を示す。706はTCPのヘッダを示し、707はTCPのペイロードを示す。700は制御識別を行う制御識別情報であり、再送要求パケットは本情報に基づき識別される。701は再送要求が発生した、要求発生時間情報であり、再送要求を行う送信先の選定に使用する。702はパケット長の情報である。703は再送を要求している配信情報の通し番号情報である。704、705は通し番号情報703の配信情報を要求した、データ受信装置のIP番号であり、再送要求を受信し所有しておらず、他のデータ受信装置に再送を要求する場合は自分のIP番号を附加して要求を送信する。図5の再送要求413の場合は、要求装置IPα704は、「192.168.0.10」となり、要求装置IPβ705は「192.168.0.11」となる。   FIG. 7 shows the data structure of the retransmission request packet transferred by the payload of the TCP frame. Reference numeral 706 denotes a TCP header, and reference numeral 707 denotes a TCP payload. Reference numeral 700 denotes control identification information for performing control identification, and a retransmission request packet is identified based on this information. Reference numeral 701 denotes request generation time information when a retransmission request is generated, and is used for selection of a transmission destination to which a retransmission request is made. Reference numeral 702 denotes packet length information. Reference numeral 703 denotes serial number information of distribution information for which retransmission is requested. Reference numerals 704 and 705 are the IP numbers of the data receiving apparatuses that requested the distribution information of the serial number information 703. When the retransmission request is received and not owned and the other data receiving apparatuses request retransmission, their own IP numbers Add a request and send the request. In the case of the retransmission request 413 in FIG. 5, the requesting device IPα 704 is “192.168.0.10”, and the requesting device IPβ 705 is “192.168.0.11”.

図8はTCPフレームのペイロードにより転送されてきた再送データパケットのデータ構造を示す。807はTCPのヘッダを示し、808はTCPのペイロードを示す。800は制御識別を行う制御識別情報であり、再送データパケットは本情報に基づき識別される。801は再送要求が発生した、要求発生時間情報であり、蓄積する際のおおよその位置情報として使用してもよい。802はパケット長の情報である。803は再送を要求している配信情報の通し番号情報である。804、805は同じ通し番号703の配信情報を要求した、データ受信装置のIP番号であり、要求した順に並んでいる。再送データを転送する際に、自分のIP番号を削除して転送するか、変更せずに転送するかは実装上どちらでも構わない。806は再送要求を受けた配信情報である。   FIG. 8 shows the data structure of a retransmission data packet transferred by the payload of the TCP frame. Reference numeral 807 denotes a TCP header, and reference numeral 808 denotes a TCP payload. Reference numeral 800 denotes control identification information for performing control identification, and retransmission data packets are identified based on this information. Reference numeral 801 denotes request generation time information when a retransmission request is generated, and may be used as approximate position information for accumulation. Reference numeral 802 denotes packet length information. Reference numeral 803 denotes serial number information of distribution information for which retransmission is requested. Reference numerals 804 and 805 denote the IP numbers of the data receiving apparatuses that have requested distribution information of the same serial number 703, and are arranged in the order of request. When transferring retransmission data, it does not matter whether the own IP number is deleted or transferred without change, or it is transferred without change. Reference numeral 806 denotes distribution information that has received a retransmission request.

図9を参照しながらマルチキャストリスト構造について説明する。   The multicast list structure will be described with reference to FIG.

S900はデータ受信装置を示すフィールドであり、IP情報S901とバッファータイプS902からなる。S903はマルチキャストアドレスのIP情報である。S904はマルチキャストIP毎の各端末への配信状態を示すフィールドである。   S900 is a field indicating a data receiving apparatus, and includes IP information S901 and a buffer type S902. S903 is IP information of the multicast address. S904 is a field indicating the distribution status to each terminal for each multicast IP.

S905の行について説明する。IPが「192.168.0.10」であり、バッファータイプS902はメモリである。受信するマルチキャストIPは「239.255.0.100」及び「239.255.0.300」である。   The line in S905 will be described. The IP is “192.168.0.10”, and the buffer type S902 is a memory. The received multicast IPs are “239.255.0.100” and “239.255.0.300”.

次に、S906の行について説明する。IPが「192.168.0.11」であり、バッファータイプはHDである。受信するマルチキャストIPは「239.255.0.100」及び「239.255.0.200」である。   Next, the line in S906 will be described. The IP is “192.168.0.11” and the buffer type is HD. The received multicast IPs are “239.255.0.100” and “239.255.0.200”.

次に、S907の行について説明する。IPが「192.168.0.12」であり、バッファータイプはHDである。受信するマルチキャストIPは「239.255.0.100」、「239.255.0.200」、及び「239.255.0.300」である。   Next, the row of S907 will be described. The IP is “192.168.0.12”, and the buffer type is HD. The received multicast IPs are “239.255.0.100”, “239.255.0.200”, and “239.255.0.300”.

本実施例において再送要求を行う順番は、リストに示す下のIPに問い合わせを行い、最終行のデータ受信装置は最上位のデータ受信装置に問い合わせを行うものとする。   In the present embodiment, the order in which retransmission requests are made is made by inquiring the lower IP shown in the list, and the data receiving device on the last line makes an inquiry to the highest data receiving device.

図10を参照しながら、S608の内部処理を説明する。   The internal processing of S608 will be described with reference to FIG.

S650では、S603とS607から遷移してくる、エラーとなった配信情報又は他のデータ受信装置200から要求された配信情報が過去に問合せをしているか確認を行い、していなければS651に遷移し、問合せをしていた場合はS600へ遷移する。   In S650, it is checked whether the distribution information in error or the distribution information requested from another data receiving apparatus 200, which has transitioned from S603 and S607, has been inquired in the past. If not, the process proceeds to S651. If the inquiry is made, the process proceeds to S600.

S651では、図7で説明したように自分のIPを付加しS652へ遷移する。   In S651, as described with reference to FIG. 7, the own IP is added, and the process proceeds to S652.

S652では、図9で説明したようにマルチキャストリストのリストに従って自分のIPの次のデータ受信装置を選択しS653へ遷移する。   In S652, as described with reference to FIG. 9, the next data receiving apparatus of its own IP is selected according to the list of the multicast list, and the process proceeds to S653.

S653では、S652で選択されたデータ受信装置のバッファータイプはメモリであるか判定する。メモリでなければS654へ遷移し、メモリであればS655へ遷移する。   In S653, it is determined whether the buffer type of the data receiving apparatus selected in S652 is a memory. If it is not a memory, the process proceeds to S654, and if it is a memory, the process proceeds to S655.

S654では、マルチキャストリストに従って送信要求を行う。   In S654, a transmission request is made according to the multicast list.

S655では、要求時間701から経過した時間を測定しS656へ遷移する。   In S655, the time elapsed from the request time 701 is measured, and the process proceeds to S656.

S656では、S655の測定結果が10秒以上であるか判定する。10秒以上経過していなければS654に遷移し、10秒以上であればS657へ遷移する。なお、本実施例では、メモリのバッファー時間を10秒としているが、構築するシステムによって判定する時間は異なる。また、マルチキャストリストの情報に直接バッファー時間を持ち管理してもよい。   In S656, it is determined whether the measurement result in S655 is 10 seconds or longer. If 10 seconds or more have not elapsed, the process proceeds to S654, and if 10 seconds or more, the process proceeds to S657. In this embodiment, the buffer time of the memory is 10 seconds, but the determination time differs depending on the system to be constructed. In addition, the multicast list information may be directly managed with a buffer time.

S657では、マルチキャストリストを一つ更新しS653へ遷移する。   In S657, one multicast list is updated, and the process proceeds to S653.

このように、本実施例では、メディア情報ストリームのマルチキャスト配信において各データ受信装置が配信内容を蓄積しつつ伝送エラーを検出し、キャストされている他のデータ受信装置にデータの再送要求をしている。従って、本実施例によれば、トラフィックを輻輳させずに実時間配信のリアルタイム性と蓄積情報の高信頼性とを両立させ得る配信が可能である。具体的には、リアルタイム性を要求される監視システムにおいて、効果を発揮する。また、送信装置をシンプルな構成で実現できるといった2次的効果も得ることができる。監視システムで録画したデータを再生する場合に、高品位のストリームデータを鑑賞できる効果も期待できる。   As described above, in this embodiment, in the multicast distribution of the media information stream, each data receiving apparatus detects a transmission error while accumulating the distribution contents, and requests retransmission of data to other data receiving apparatuses that are cast. Yes. Therefore, according to the present embodiment, it is possible to perform distribution that can achieve both real-time distribution of real-time distribution and high reliability of stored information without congesting traffic. Specifically, it is effective in a monitoring system that requires real-time performance. In addition, a secondary effect that the transmission apparatus can be realized with a simple configuration can be obtained. When reproducing the data recorded by the monitoring system, it is also possible to expect the effect that the high-quality stream data can be viewed.

なお、これらの本発明の実施形態は、例えばコンピュータがプログラムを実行することによって実現することができる。また、プログラムをコンピュータに供給するための手段、例えばかかるプログラムを記録したCD−ROM等のコンピュータ読み取り可能な記録媒体又はかかるプログラムを伝送するインターネット等の伝送媒体も本発明の実施形態として適用することができる。また、上記のプログラムも本発明の実施形態として適用することができる。上記のプログラム、記録媒体、伝送媒体及びプログラムプロダクトは、本発明の範疇に含まれる。   These embodiments of the present invention can be realized by, for example, a computer executing a program. Also, means for supplying a program to a computer, for example, a computer-readable recording medium such as a CD-ROM recording such a program, or a transmission medium such as the Internet for transmitting such a program is also applied as an embodiment of the present invention. Can do. The above program can also be applied as an embodiment of the present invention. The above program, recording medium, transmission medium, and program product are included in the scope of the present invention.

基本システム構成図である。It is a basic system block diagram. データ送信装置構成図である。It is a data transmitter block diagram. データ受信装置構成図である。It is a data receiver block diagram. 配信情報フォーマット構成図である。It is a delivery information format block diagram. 再送シーケンス図である。It is a retransmission sequence diagram. データ受信処理フローチャートである。It is a data reception process flowchart. 再送要求パケットフォーマット図である。It is a resending request packet format figure. 再送データパケットフォーマット図である。It is a resending data packet format figure. マルチキャストリストを示す図である。It is a figure which shows a multicast list. 再送要求処理フローチャートである。It is a resending request processing flowchart.

符号の説明Explanation of symbols

50:カメラ
100:データ送信装置
101:カメラインタフェース部
102:伝送フォーマット部
103:ネットワークインタフェース送信部
104:メディア情報ストリーム
105:配信情報
200:データ受信装置
201:ネットワークインタフェース送受信部
202:配信情報受信部
203:伝送エラー検出部
204:出力装置インタフェース部
205:伝送エラー位置記憶部
206:再送要求送信部
207:再送情報受信部
208:伝送エラー修復部
209:再送要求受信部
210:再送部
211:蓄積器
212:タイマ部
300:Network
300a:マルチキャストリンク
300b:ユニキャストリンクb
300c:ユニキャストリンクc
400a:出力装置a
400b:出力装置b
400c:出力装置c
401:配信情報分割ヘッダ
402:配信情報分割ペイロード
403:UDPヘッダ
404:UDPペイロード
405:UDPヘッダ
406:IPヘッダ
407:IPペイロード
700:制御識別
701:制御識別
702:パケット長
703:配信番号
704:要求装置IPα
705:要求装置IPβ
706:TCPヘッダ
707:TCPペイロード
800:制御識別
801:制御識別
802:パケット長
803:配信番号
804:要求装置IPα
805:要求装置IPβ
806:配信再送情報
807:TCPヘッダ
808:TCPペイロード
50: Camera 100: Data transmission device 101: Camera interface unit 102: Transmission format unit 103: Network interface transmission unit 104: Media information stream 105: Distribution information 200: Data reception device 201: Network interface transmission / reception unit 202: Distribution information reception unit 203: Transmission error detection unit 204: Output device interface unit 205: Transmission error position storage unit 206: Retransmission request transmission unit 207: Retransmission information reception unit 208: Transmission error repair unit 209: Retransmission request reception unit 210: Retransmission unit 211: Accumulation 212: Timer unit 300: Network
300a: Multicast link 300b: Unicast link b
300c: Unicast link c
400a: output device a
400b: output device b
400c: Output device c
401: Distribution information division header 402: Distribution information division payload 403: UDP header 404: UDP payload 405: UDP header 406: IP header 407: IP payload 700: Control identification 701: Control identification 702: Packet length 703: Distribution number 704: Request device IPα
705: Requesting device IPβ
706: TCP header 707: TCP payload 800: Control identification 801: Control identification 802: Packet length 803: Delivery number 804: Requesting device IPα
805: Requesting device IPβ
806: Distribution retransmission information 807: TCP header 808: TCP payload

Claims (9)

少なくとも映像データ及び音声データの符号情報が多重されたメディア情報ストリームを、単数の送信者から多数の受信者へ同時に配信するキャスト伝送装置であって、
前記送信者の送信装置に、
ストリームデータを入力する入力部と、
前記ストリームデータを分割し通し番号情報を付加し伝送に見合ったフォーマットを生成する伝送フォーマット生成部と、
ネットワークへ送信するためのネットワークインタフェース送信部と、
を具備し、
前記受信者の受信装置に、
ネットワークを介してメディア情報ストリームを送受信するネットワークインタフェース送受信部と、
メディア情報ストリームを受信する配信情報受信部と、
受信したメディア情報ストリームを逐次蓄積する蓄積器と、
受信したメディア情報ストリームを出力装置に送信する出力装置インタフェース部と、
受信したメディア情報ストリームを検査し、少なくとも情報の誤りや欠落を検出する伝送エラー検出部と、
メディア情報ストリーム中で伝送エラーが存在する位置を記憶する伝送エラー位置記憶部と、
この伝送エラー位置記憶を基に、伝送エラーが起こった部位の再送を他の受信装置に要求する再送要求送信部と、
前記他の受信装置から再送されたメディア情報を受信する再送情報受信部と、
再送を受けたメディア情報を基に、蓄積器に保存されたメディア情報ストリームの伝送エラーを修復する伝送エラー修復部と、
前記受信者の受信装置から発せられたメディア情報ストリームの部分的再送要求を受信する再送要求受付部と、
前記受信装置からの指示に従って再送を要求した受信装置に対して、メディア情報ストリームの該当部分を送信する再送部と、
を具備することを特徴とするキャスト伝送装置。
A cast transmission device that simultaneously distributes a media information stream in which code information of at least video data and audio data is multiplexed from a single sender to a large number of receivers,
To the sender's transmitter,
An input unit for inputting stream data;
A transmission format generator for dividing the stream data and adding serial number information to generate a format suitable for transmission;
A network interface transmitter for transmitting to the network;
Comprising
In the receiver of the recipient,
A network interface transmission / reception unit for transmitting / receiving a media information stream via a network;
A distribution information receiver for receiving the media information stream;
An accumulator that sequentially accumulates received media information streams;
An output device interface unit for transmitting the received media information stream to the output device;
A transmission error detector that inspects the received media information stream and detects at least information errors and omissions;
A transmission error position storage unit for storing a position where a transmission error exists in the media information stream;
Based on this transmission error position storage, a retransmission request transmission unit that requests retransmission of a part where a transmission error has occurred to another receiving device;
A retransmission information receiving unit for receiving media information retransmitted from the other receiving device;
Based on the received media information, a transmission error repair unit that repairs a transmission error of the media information stream stored in the accumulator,
A retransmission request accepting unit that receives a partial retransmission request of a media information stream issued from the receiver of the receiver;
A retransmission unit that transmits a corresponding part of a media information stream to a reception device that has requested retransmission according to an instruction from the reception device;
A cast transmission apparatus comprising:
実時間情報を持つタイマ部を有することを特徴とする請求項1に記載のキャスト伝送装置。   The cast transmission apparatus according to claim 1, further comprising a timer unit having real time information. 前記再送要求送信部は、配信されている装置リストを有することを特徴とする請求項1又は2に記載のキャスト伝送装置。   The cast transmission apparatus according to claim 1, wherein the retransmission request transmission unit includes a distributed apparatus list. 前記再送要求送信部は、前記装置リストに従ってリレー式に問合せを行うことを特徴とする請求項1又は2に記載のキャスト伝送装置。   The cast transmission apparatus according to claim 1, wherein the retransmission request transmission unit makes an inquiry in a relay manner according to the apparatus list. 前記再送要求送信部は、前記装置リスト情報の再送要求時間とタイマ部の情報に従って問合せ先の制御を行うことを特徴とする請求項2に記載のキャスト伝送装置。   The cast transmission apparatus according to claim 2, wherein the retransmission request transmission unit controls an inquiry destination according to a retransmission request time of the apparatus list information and information of a timer unit. 前記受信装置は出力装置への信号を停止状態においてもデータを一次蓄積することを特徴とする請求項1又は2に記載のキャスト伝送装置。   The cast transmission apparatus according to claim 1 or 2, wherein the receiving apparatus primarily accumulates data even when the signal to the output apparatus is stopped. メディア情報ストリーム中の部位の特定、及びメディア情報ストリームが格納されたパケットの紛失の検出のために、メディア情報ストリームが格納されたパケットに通し番号情報を付加することを特徴とする請求項1又は2に記載のキャスト伝送装置。   The serial number information is added to the packet storing the media information stream in order to identify a part in the media information stream and to detect the loss of the packet storing the media information stream. The cast transmission device according to 1. 少なくとも映像データ及び音声データの符号情報が多重されたメディア情報ストリームを、単数の送信者から多数の受信者へ同時に配信するキャスト伝送方法であって、
受信したメディア情報ストリームを検査し、少なくとも情報の誤りや欠落を検出する伝送エラー検出工程と、
メディア情報ストリーム中で伝送エラーが存在する位置を記憶する伝送エラー位置記憶工程と、
この伝送エラー位置記憶を基に、伝送エラーが起こった部位の再送を他の受信装置に要求する再送要求送信工程と、
を具備することを特徴とするキャスト伝送方法。
A cast transmission method for simultaneously delivering a media information stream in which code information of at least video data and audio data is multiplexed from a single sender to many receivers,
A transmission error detection step of inspecting the received media information stream and detecting at least information errors and omissions;
A transmission error position storage step for storing a position where a transmission error exists in the media information stream;
Based on this transmission error position storage, a retransmission request transmission step for requesting retransmission of the part where the transmission error has occurred to another receiving device;
A cast transmission method comprising:
少なくとも映像データ及び音声データの符号情報が多重されたメディア情報ストリームを、単数の送信者から多数の受信者へ同時に配信するキャスト伝送をコンピュータに実行させるためのプログラムであって、
前記コンピュータに、
受信したメディア情報ストリームを検査し、少なくとも情報の誤りや欠落を検出する伝送エラー検出処理と、
メディア情報ストリーム中で伝送エラーが存在する位置を記憶する伝送エラー位置記憶処理と、
この伝送エラー位置記憶を基に、伝送エラーが起こった部位の再送を他の受信装置に要求する再送要求送信処理と、
を実行させることを特徴とするプログラム。
A program for causing a computer to execute cast transmission for simultaneously delivering a media information stream in which code information of at least video data and audio data is multiplexed from a single sender to many receivers,
In the computer,
A transmission error detection process that inspects the received media information stream and detects at least information errors and omissions;
A transmission error position storage process for storing a position where a transmission error exists in the media information stream;
Based on this transmission error position storage, a retransmission request transmission process for requesting retransmission of a part where a transmission error has occurred to another receiving device;
A program characterized in that is executed.
JP2006317677A 2006-11-24 2006-11-24 Cast transmission apparatus and cast transmission method Pending JP2008131599A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006317677A JP2008131599A (en) 2006-11-24 2006-11-24 Cast transmission apparatus and cast transmission method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006317677A JP2008131599A (en) 2006-11-24 2006-11-24 Cast transmission apparatus and cast transmission method

Publications (1)

Publication Number Publication Date
JP2008131599A true JP2008131599A (en) 2008-06-05

Family

ID=39556967

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006317677A Pending JP2008131599A (en) 2006-11-24 2006-11-24 Cast transmission apparatus and cast transmission method

Country Status (1)

Country Link
JP (1) JP2008131599A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009004819A1 (en) * 2007-07-03 2009-01-08 Panasonic Corporation Receiving terminal and receiving method
JP2010154523A (en) * 2008-11-30 2010-07-08 Softbank Bb Corp Content broadcasting system, and content broadcasting method
JP2012519423A (en) * 2009-02-27 2012-08-23 クゥアルコム・インコーポレイテッド Video transmission by SDMA
JP2016524352A (en) * 2013-04-03 2016-08-12 クアルコム,インコーポレイテッド Opportunistic media patching during communication sessions

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009004819A1 (en) * 2007-07-03 2009-01-08 Panasonic Corporation Receiving terminal and receiving method
US8782481B2 (en) 2007-07-03 2014-07-15 Panasonic Corporation Receiving terminal and receiving method
JP2010154523A (en) * 2008-11-30 2010-07-08 Softbank Bb Corp Content broadcasting system, and content broadcasting method
JP2012519423A (en) * 2009-02-27 2012-08-23 クゥアルコム・インコーポレイテッド Video transmission by SDMA
JP2014147083A (en) * 2009-02-27 2014-08-14 Qualcomm Incorporated Method and apparatus for transmitting data to multiple wireless apparatuses
US10236950B2 (en) 2009-02-27 2019-03-19 Qualcomm Incorporated Video transmission over SDMA
JP2016524352A (en) * 2013-04-03 2016-08-12 クアルコム,インコーポレイテッド Opportunistic media patching during communication sessions

Similar Documents

Publication Publication Date Title
US9781028B2 (en) Transcoding and dynamic error correction for content centric networks using a proxy server
JP4405875B2 (en) Method and apparatus for generating data for error correction, generation program, and computer-readable recording medium storing the program
US7940644B2 (en) Unified transmission scheme for media stream redundancy
US7386872B2 (en) Network storage type video camera system
JP5084362B2 (en) Data transmission apparatus and data transmission / reception system
US9577682B2 (en) Adaptive forward error correction (FEC) system and method
JP2003152752A (en) Data transmission/reception method
CN101867453B (en) RTP anti-packet-loss method
US9781488B2 (en) Controlled adaptive rate switching system and method for media streaming over IP networks
US7663665B2 (en) Communication device and method for transferring video-stream data to a display device and a storage device
WO2005053216A2 (en) Methods and systems for reliable distribution of media over a network
US8582557B2 (en) Fax relay tunneling
US20080215949A1 (en) Server and client for determining error restoration according to image data transmission, and method of determining error restoration according to image data transmission
JP2002084239A (en) Media information distribution system and media information distribution method
JP2008131599A (en) Cast transmission apparatus and cast transmission method
KR100240645B1 (en) Packet error controller of multicast communication and method thereof
JP3492602B2 (en) Data transmitting device and data receiving device
JP2011248935A (en) Monitoring video recording system
JP5682292B2 (en) Video distribution apparatus and video distribution method
JP2012151622A (en) Receiving terminal, packet data receiving method, transmitting terminal, transmission/reception system, relay terminal, and relay method of packet data
JP2005065100A (en) Data distribution method, repeating system, and computer program
JP5592235B2 (en) Multicast pre-delivery method, system, and apparatus
JP2009206998A (en) Communications device
JP5398364B2 (en) File transmission system, file transmission management server, and file inspection method
JP2006014153A (en) Packet-error monitoring mpeg decoder, mpeg image transmitting system and mpeg image transmission method