JP2023079391A - Broadcast signal conversion device and program therefor - Google Patents

Broadcast signal conversion device and program therefor Download PDF

Info

Publication number
JP2023079391A
JP2023079391A JP2021192849A JP2021192849A JP2023079391A JP 2023079391 A JP2023079391 A JP 2023079391A JP 2021192849 A JP2021192849 A JP 2021192849A JP 2021192849 A JP2021192849 A JP 2021192849A JP 2023079391 A JP2023079391 A JP 2023079391A
Authority
JP
Japan
Prior art keywords
packet
tlv
size
header
control information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2021192849A
Other languages
Japanese (ja)
Inventor
侑輝 河村
Yuki Kawamura
裕靖 永田
Hiroyasu Nagata
正芳 大西
Masayoshi Onishi
一博 大槻
Kazuhiro Otsuki
浩一郎 今村
Koichiro Imamura
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.)
Japan Broadcasting Corp
Original Assignee
Nippon Hoso Kyokai NHK
Japan Broadcasting 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 Hoso Kyokai NHK, Japan Broadcasting Corp filed Critical Nippon Hoso Kyokai NHK
Priority to JP2021192849A priority Critical patent/JP2023079391A/en
Publication of JP2023079391A publication Critical patent/JP2023079391A/en
Pending legal-status Critical Current

Links

Images

Abstract

To provide a broadcast signal conversion device capable of preventing the MTU size from being exceeded and suppressing reduction in transmission efficiency.SOLUTION: A broadcast signal conversion device 1 includes: a video encoding unit 10 that encodes a video signal; an audio encoding unit 20 that encodes an audio signal; a control information generating unit 30 that fragments the leading fragment of control information to become a payload not exceeding a full header target fragment size, and fragments the remaining control information to become a payload not exceeding a basic fragment size; a multiplexing processing unit 40 that generates a multiplexed signal of IP packets storing the fragmented control information and the payloads of the video signal and the audio signal; and a TLV conversion unit 50 that converts the multiplexed signal of IP packets into TLV packets.SELECTED DRAWING: Figure 1

Description

本発明は、放送信号変換装置及びそのプログラムに関する。 The present invention relates to a broadcast signal converter and its program.

IP(Internet Protocol)ベースの放送では、IPパケットと物理層の変調フレームとのインタフェースとして、TLV(Type Length Value)が用いられる。例えば、MMT(MPEG Media Transport)を用いた放送サービスでは、MMTP(MMT Protocol)/UDP(User Datagram Protocol)/IPv6/TLVパケット列が変調フレームに格納されて、放送波に変調される(非特許文献1~4)。 In IP (Internet Protocol)-based broadcasting, TLV (Type Length Value) is used as an interface between IP packets and modulation frames of the physical layer. For example, in broadcast services using MMT (MPEG Media Transport), MMTP (MMT Protocol) / UDP (User Datagram Protocol) / IPv6 / TLV packet sequences are stored in modulation frames and modulated into broadcast waves (non-patent References 1-4).

一つの放送サービスとしてIPパケット列が同一のIPデータフローに属する場合、このIPパケット列では、UDP/IPヘッダ部に含まれる送信元アドレス・ポート番号、送信先アドレス・ポート番号が一定で変化しない。このことから、TLV変換時に伝送効率の改善のために、IPパケット列にIPヘッダ圧縮を適用する場合がある。 When an IP packet string belongs to the same IP data flow as one broadcast service, in this IP packet string, the source address/port number and the destination address/port number contained in the UDP/IP header are constant and do not change. . For this reason, there are cases where IP header compression is applied to an IP packet sequence in order to improve transmission efficiency during TLV conversion.

図9(a)には、IPヘッダ圧縮前のIPパケット100を図示した。このIPパケット100は、ペイロード200と、MMTPヘッダ210と、UDP/IPv6ヘッダ220とを含んでいる。また、図9(b)には、IPヘッダ圧縮後のTLVパケット110を図示した。このTLVパケット110は、ペイロード200と、MMTPヘッダ210と、フルヘッダ230又は部分ヘッダ240の何れかと、TLVヘッダ250とを含んでいる。このように、IPヘッダ圧縮により、UDP/IPv6ヘッダ220がフルヘッダ230又は部分ヘッダ240の何れかに変換されている。 FIG. 9A shows an IP packet 100 before IP header compression. This IP packet 100 includes a payload 200 , an MMTP header 210 and a UDP/IPv6 header 220 . Also, FIG. 9B shows the TLV packet 110 after IP header compression. This TLV packet 110 includes a payload 200 , an MMTP header 210 , either a full header 230 or a partial header 240 and a TLV header 250 . Thus, IP header compression has transformed the UDP/IPv6 header 220 into either a full header 230 or a partial header 240 .

大多数のTLVパケット110Sは、UDP/IPv6ヘッダ220が大きく圧縮された部分ヘッダ240を含むので、パケットサイズが小さくなる。その一方、一部のTLVパケット110Lは、ペイロード200の種類によらずに定期的に挿入されるフルヘッダ230を含むので、パケットサイズがIPヘッダ圧縮前と大きくは変わらない。例えば、48バイトのUDP/IPv6ヘッダ220が3バイトの部分ヘッダ240に圧縮されるのに対し、フルヘッダ230は45バイトである。なお、フルヘッダ230及び部分ヘッダ240は非特許文献5に規定されており、部分ヘッダ240が圧縮ヘッダと呼ばれることもある。また、IPヘッダ圧縮の放送サービスでの運用方法については、その一例が非特許文献3に規定されている。 The majority of TLV packets 110S contain partial headers 240 that are heavily compressed UDP/IPv6 headers 220, resulting in smaller packet sizes. On the other hand, some TLV packets 110L include full headers 230 that are inserted periodically regardless of the type of payload 200, so the packet size does not change significantly from before IP header compression. For example, the 48-byte UDP/IPv6 header 220 is compressed into a 3-byte partial header 240, while the full header 230 is 45 bytes. The full header 230 and the partial header 240 are specified in Non-Patent Document 5, and the partial header 240 is sometimes called a compressed header. Non-Patent Document 3 defines an example of a method of using IP header compression in a broadcasting service.

映像等の符号化された信号とその制御情報とをIPパケットを用いて多重化した多重信号を送信する多重化方式としては、MMT方式の他に、DASH/ROUTE(Dynamic adaptive streaming over HTTP/ Real-Time Object Delivery over Unidirectional Transport)方式も知られている(非特許文献4)。MMTでは、符号化した映像音声信号に対して、MMTPペイロードヘッダを付与したペイロードをMMTP/UDP/IPヘッダを付与して伝送する。これに対して、DASH/ROUTEでは、符号化した映像音声信号をセグメントファイルとして、LCT(Layer Coding Transport)/ALC(Asynchronous Layered Coding)/UDP/IPパケットで伝送する。 In addition to the MMT method, DASH/ROUTE (Dynamic Adaptive Streaming over HTTP/Real -Time Object Delivery over Unidirectional Transport) method is also known (Non-Patent Document 4). In MMT, a payload to which an MMTP payload header is added is added to an encoded audio/video signal, and an MMTP/UDP/IP header is added to transmit the payload. On the other hand, in DASH/ROUTE, an encoded audio/video signal is transmitted as a segment file using LCT (Layer Coding Transport)/ALC (Asynchronous Layered Coding)/UDP/IP packets.

ISO/IEC 23008-1、“High efficiency coding and media delivery in heterogeneous environments: MPEG media transport”ISO/IEC 23008-1, “High efficiency coding and media delivery in heterogeneous environments: MPEG media transport” ARIB STD-B60、“デジタル放送におけるMMTによるメディアトランスポート方式”ARIB STD-B60, "Media transport method by MMT in digital broadcasting" ARIB TR-B39、“高度広帯域衛星デジタル放送運用規定(第三分冊)”ARIB TR-B39, "Advanced Broadband Satellite Digital Broadcasting Operational Regulations (Volume 3)" ATSC Standard:A/331,“Signaling, Delivery, Synchronization, and Error Protection”ATSC Standard: A/331, "Signaling, Delivery, Synchronization, and Error Protection" ARIB STD-B32、“デジタル放送における映像符号化、音声符号化及び多重化方式”ARIB STD-B32, "Video coding, audio coding and multiplexing methods in digital broadcasting"

ここで、図9(c)に示すように、放送局内外の送出・送信設備間やIPネットワークにおけるIP伝送形式として、TLVパケット110をUDP/IPv4パケット120に格納する場合がある。しかし、UDP/IPv4パケット120Lは、28バイトのUDP/IPv4ヘッダ260が付加されていることに加え、フルヘッダ230が格納されたTLVパケット110Lを含んでいる。このため、UDP/IPv4パケット120Lは、パケットサイズが一般的なIP回線・設備のMTU(Maximum Transmission Unit)サイズ(例えば、1500バイト)を超えてしまい、正常に伝送できないことがある。図9で、IPパケット100を例えば1491バイトとなるように構成した場合、UDP/IPv4パケット120Lが1520バイトとなり、MTUサイズを超過するのに対し、UDP/IPv4パケット120SがMTUサイズ以下の1478バイトとなり、MTUサイズを超過しない。なお、TLVパケット110をUDP/IPv6パケットに格納して伝送する場合もあるが、UDP/IPv6ヘッダのデータサイズがUDP/IPv4ヘッダ260よりも大きいため、MTUサイズを超過する可能性が大きくなる。 Here, as shown in FIG. 9C, a TLV packet 110 may be stored in a UDP/IPv4 packet 120 as an IP transmission format between sending/transmitting facilities inside and outside a broadcasting station or in an IP network. However, the UDP/IPv4 packet 120L includes the TLV packet 110L in which the full header 230 is stored in addition to the 28-byte UDP/IPv4 header 260 added. Therefore, the packet size of the UDP/IPv4 packet 120L exceeds the MTU (Maximum Transmission Unit) size (for example, 1500 bytes) of general IP lines/equipment, and may not be transmitted normally. In FIG. 9, when the IP packet 100 is configured to be 1491 bytes, for example, the UDP/IPv4 packet 120L is 1520 bytes and exceeds the MTU size, whereas the UDP/IPv4 packet 120S is 1478 bytes which is less than the MTU size. and does not exceed the MTU size. Although the TLV packet 110 may be stored in a UDP/IPv6 packet and transmitted, the data size of the UDP/IPv6 header is larger than the UDP/IPv4 header 260, so the MTU size is likely to be exceeded.

この対策として、放送局の送出・送信設備においては、1500バイトを超えるジャンボパケットに対応した高コストな設備を導入する必要がある。さらに、放送再送信においては、既存の回線・設備でのジャンボパケットの伝送を可能とするためオーバヘッドの大きい分割TLV方式を使用する必要もある。なお、分割TLV方式は、TLVパケットをMPEG-2 TS(Transport Stream)パケットに細分化して、IPパケットに格納してIP回線での伝送を行うTS Over IPで伝送する方式である。 As a countermeasure, it is necessary to introduce high-cost equipment for jumbo packets exceeding 1,500 bytes in transmission/transmission equipment of broadcasting stations. Furthermore, in broadcast retransmission, it is also necessary to use the division TLV method, which has a large overhead, in order to enable the transmission of jumbo packets on existing lines and facilities. The divided TLV method is a method of subdividing TLV packets into MPEG-2 TS (Transport Stream) packets, storing them in IP packets, and transmitting them by TS Over IP, which is transmitted over IP lines.

また、フルヘッダを含むTLV/UDP/IPパケットがMTUサイズを超過しないように、全てのTLVパケットに格納されているIPパケットのペイロードのフラグメントサイズを小さくする手法も考えられる。しかし、この手法では、IPパケットのオーバヘッド比率が高まることで、放送信号の伝送効率が低下してしまう。IPパケットのオーバヘッド比率は様々な定義が可能ではある。例えば、MMTP/UDP/IPヘッダまでのデータサイズをA、MMTPよりも上層のペイロードのデータサイズ(フラグメントサイズ)をBとしたときに、A/(A+B)をオーバヘッド比率と定義できる。このオーバヘッド比率が‘0’に近くなるほど伝送効率が高く、‘1’に近くなるほど伝送効率が低下する。 Also, in order to prevent the TLV/UDP/IP packet including the full header from exceeding the MTU size, a method of reducing the fragment size of the IP packet payload stored in all TLV packets is also conceivable. However, with this method, the overhead ratio of IP packets increases, and the transmission efficiency of broadcast signals decreases. Various definitions of the IP packet overhead ratio are possible. For example, when the data size up to the MMTP/UDP/IP header is A, and the data size (fragment size) of the payload above MMTP is B, A/(A+B) can be defined as the overhead ratio. The closer the overhead ratio is to '0', the higher the transmission efficiency, and the closer to '1', the lower the transmission efficiency.

そこで、本発明は、MTUサイズの超過を防止し、伝送効率の低下を抑制できる放送信号変換装置及びそのプログラムを提供することを課題とする。 Accordingly, it is an object of the present invention to provide a broadcast signal converter and its program that can prevent the MTU size from exceeding and suppress the deterioration of transmission efficiency.

前記課題を解決するため、本発明に係る放送信号変換装置は、IP伝送時に所定の目標サイズ以下となるように、放送信号のIPパケットをTLVパケットに変換する放送信号変換装置であって、フラグメント部と、多重化処理部と、TLV変換部と、を備える構成とした。 In order to solve the above problems, a broadcast signal conversion apparatus according to the present invention is a broadcast signal conversion apparatus that converts IP packets of a broadcast signal into TLV packets so that the size becomes equal to or less than a predetermined target size at the time of IP transmission. section, a multiplexing processing section, and a TLV conversion section.

かかる構成によれば、放送信号変換装置は、フラグメント部に対して、IP伝送時にフルヘッダを格納するTLVパケットのサイズが目標サイズ以下となるように設定された第1フラグメントサイズが入力される。この目標サイズは、MTUサイズを越えないことを一つの要件として、運用に応じて決められる値である。そして、フラグメント部は、入力された第1フラグメントサイズ以下のペイロードとなるように制御情報をフラグメントする。なお、制御情報の全体を含むペイロードとしても第1フラグメントサイズに満たない場合、フラグメントせずに制御情報の全体を含むペイロードとする。 According to such a configuration, the broadcast signal converter receives the first fragment size set so that the size of the TLV packet storing the full header during IP transmission is equal to or less than the target size to the fragment part. This target size is a value determined according to the operation, with one requirement not to exceed the MTU size. Then, the fragmentation unit fragments the control information so that the payload is equal to or smaller than the input first fragment size. If the payload including the entire control information does not meet the first fragment size, the payload includes the entire control information without fragmentation.

また、放送信号変換装置は、多重化処理部によって、符号化及びフラグメントされた映像信号及び音声信号のペイロードが入力され、フラグメント部がフラグメントした制御情報と映像信号と音声信号とのペイロードを格納したIPパケットの多重信号を生成する。
さらに、放送信号変換装置は、TLV変換部によって、第1フラグメントサイズ以下のペイロードとなるようにフラグメントした制御情報のペイロードを格納するIPパケットを、フルヘッダを含むTLVパケットに変換する。
In the broadcast signal converter, the payloads of the encoded and fragmented video signal and audio signal are input by the multiplexing processing unit, and the fragmentation unit stores the fragmented control information and payloads of the video signal and the audio signal. A multiplexed signal of IP packets is generated.
Furthermore, the broadcast signal converter converts the IP packet storing the payload of the control information fragmented so as to have a payload smaller than the first fragment size into a TLV packet including a full header by the TLV converter.

このように、放送信号変換装置は、制御情報の先頭フラグメント又は全体をフルヘッダの挿入を考慮した第1フラグメントサイズ以下のペイロードとした上で、フルヘッダを格納するTLV/UDP/IPパケットとすることで、一般的なIP回線・設備におけるMTUサイズの超過を防止し、TLVパケットのIP伝送が可能となる。さらに、放送信号変換装置は、全てのIPパケットが格納するペイロードのフラグメントサイズを小さくする必要がないので、IPパケットのオーバヘッド比率の上昇が少なく、伝送効率の低下を抑制できる。 In this way, the broadcast signal conversion device makes the first fragment or the whole of the control information a payload of a first fragment size or less considering the insertion of the full header, and then converts it into a TLV / UDP / IP packet that stores the full header. , it is possible to prevent the MTU size from being exceeded in general IP lines and facilities, and to enable IP transmission of TLV packets. Furthermore, since the broadcast signal conversion apparatus does not need to reduce the fragment size of the payload stored in all IP packets, the overhead ratio of IP packets does not increase significantly, and the reduction in transmission efficiency can be suppressed.

なお、本発明は、コンピュータを前記した放送信号変換装置として機能させるためのプログラムで実現することもできる。 The present invention can also be realized by a program for causing a computer to function as the broadcast signal conversion device described above.

本発明によれば、MTUサイズの超過を防止し、伝送効率の低下を抑制することができる。 According to the present invention, it is possible to prevent the MTU size from exceeding and suppress the deterioration of the transmission efficiency.

実施形態に係る放送信号変換装置の構成を示すブロック図ある。1 is a block diagram showing the configuration of a broadcast signal converter according to an embodiment; FIG. 実施形態において、(a)はIPヘッダ圧縮前のIPパケットの多重信号、(b)はIPヘッダ圧縮後のTLVパケット、(c)はIP伝送時のTLVパケットの説明図である。In the embodiment, (a) is an IP packet multiplexed signal before IP header compression, (b) is a TLV packet after IP header compression, and (c) is an explanatory diagram of a TLV packet during IP transmission. 実施形態において、(a)及び(b)はペイロードの説明図である。In an embodiment, (a) and (b) are explanatory diagrams of payloads. 実施形態において、制御信号のフラグメントを説明する説明図である。FIG. 4 is an explanatory diagram illustrating fragments of a control signal in an embodiment; 実施形態において、制御信号生成部の動作を示すフローチャートである。4 is a flowchart showing the operation of a control signal generator in an embodiment; 実施形態において、TLV変換部の動作を示すフローチャートである。In an embodiment, it is a flow chart which shows operation of a TLV conversion part. 変形例において、制御信号生成部の動作を示すフローチャートである。10 is a flowchart showing the operation of the control signal generator in the modified example; 変形例において、TLV変換部の動作を示すフローチャートである。In a modified example, it is a flowchart which shows operation|movement of a TLV conversion part. 従来技術において、(a)はIPヘッダ圧縮前のIPパケット、(b)はIPヘッダ圧縮後のTLVパケット、(c)はIP伝送時のTLVパケットの説明図である。In the prior art, (a) is an IP packet before IP header compression, (b) is a TLV packet after IP header compression, and (c) is an explanatory diagram of a TLV packet during IP transmission.

以下、本発明の実施形態について図面を参照して説明する。但し、以下に説明する各実施形態は、本発明の技術思想を具体化するためのものであって、特定的な記載がない限り、本発明を以下のものに限定しない。また、同一の手段には同一の符号を付し、説明を省略する場合がある。 BEST MODE FOR CARRYING OUT THE INVENTION Hereinafter, embodiments of the present invention will be described with reference to the drawings. However, each embodiment described below is for embodying the technical idea of the present invention, and unless there is a specific description, the present invention is not limited to the following. Further, the same reference numerals may be given to the same means, and the description thereof may be omitted.

[放送信号変換装置の構成]
図1を参照し、実施形態に係る放送信号変換装置1の構成について説明する。
放送信号変換装置1は、TLVパケットのIP伝送時に所定の目標サイズ以下となるように、放送信号のIPパケットをTLV/UDP/IPパケット(TLVパケット)に変換するものである。図1に示すように、放送信号変換装置1は、映像符号化部10と、音声符号化部20と、制御情報生成部(フラグメント部)30と、多重化処理部40と、TLV変換部50と、フラグメントサイズ算出部60とを備える。
[Configuration of broadcast signal converter]
A configuration of a broadcast signal conversion device 1 according to an embodiment will be described with reference to FIG.
The broadcast signal conversion device 1 converts an IP packet of a broadcast signal into a TLV/UDP/IP packet (TLV packet) so that the IP transmission of the TLV packet does not exceed a predetermined target size. As shown in FIG. 1, the broadcast signal converter 1 includes a video encoder 10, an audio encoder 20, a control information generator (fragmenter) 30, a multiplexing processor 40, and a TLV converter 50. and a fragment size calculator 60 .

映像符号化部10は、映像信号が入力され、入力された映像信号を符号化するものである。例えば、映像符号化部10は、H.265/HEVC(High Efficiency Video Coding)などの一般的な映像符号化方式で映像信号を符号化する。このとき、映像符号化部10は、後記するフラグメントサイズ算出部60から入力された基本フラグメントサイズ(第2フラグメントサイズ)以下のペイロードとなるように映像信号をフラグメントしてもよい。そして、映像符号化部10は、符号化及びフラグメントした映像信号のペイロードを多重化処理部40に出力する。 The video encoding unit 10 receives a video signal and encodes the input video signal. For example, the video encoding unit 10 may use H.264. A video signal is encoded by a general video encoding method such as H.265/HEVC (High Efficiency Video Coding). At this time, the video encoding unit 10 may fragment the video signal so that the payload is equal to or smaller than the basic fragment size (second fragment size) input from the fragment size calculation unit 60 described later. The video encoding unit 10 then outputs the payload of the encoded and fragmented video signal to the multiplexing processing unit 40 .

なお、フラグメントとは、映像信号、音声信号、制御情報などの所望のデータを、IPパケットのペイロードとして格納するために所定のサイズ以下に分割することである。
また、フルヘッダ対象フラグメントサイズ(第1フラグメントサイズ)は、TLVパケットのIP伝送時に制御情報の先頭フラグメント又は全体を格納するTLV/UDP/IPパケットのサイズが、IPヘッダ圧縮によるフルヘッダが挿入された後であっても目標サイズ以下となるように設定されている。ここで、目標サイズは、任意に設定可能であり、例えば、MTUサイズ=1500バイトである。
また、基本フラグメントサイズ(第2フラグメントサイズ)は、前記以外のTLV/UDP/IPパケットのサイズが、IPヘッダ圧縮による部分ヘッダが挿入された後であっても目標サイズ以下となるように設定されており、フルヘッダ対象フラグメントサイズよりも大きい値となる。
Fragmentation is to divide desired data such as a video signal, an audio signal, control information, etc. into a predetermined size or less for storing as the payload of an IP packet.
In addition, the full header target fragment size (first fragment size) is the size of the TLV/UDP/IP packet that stores the first fragment or the entire control information during IP transmission of the TLV packet, after the full header is inserted by IP header compression. However, it is set to be less than the target size. Here, the target size can be arbitrarily set, for example, MTU size=1500 bytes.
In addition, the basic fragment size (second fragment size) is set so that the sizes of TLV/UDP/IP packets other than the above are equal to or smaller than the target size even after partial headers are inserted by IP header compression. and is larger than the full-header target fragment size.

音声符号化部20は、音声信号が入力され、入力された音声信号を符号化するものである。例えば、音声符号化部20は、AAC(Advanced Audio Coding)などの一般的な音声符号化方式で音声信号を符号化する。このとき、音声符号化部20は、フラグメントサイズ算出部60から入力された基本フラグメントサイズ以下のペイロードとなるように音声信号をフラグメントしてもよい。そして、音声符号化部20は、符号化及びフラグメントした音声信号のペイロードを多重化処理部40に出力する。 The voice encoding unit 20 receives a voice signal and encodes the input voice signal. For example, the audio encoding unit 20 encodes the audio signal using a general audio encoding method such as AAC (Advanced Audio Coding). At this time, the speech encoding unit 20 may fragment the speech signal so that the payload is equal to or smaller than the basic fragment size input from the fragment size calculation unit 60 . The speech encoder 20 then outputs the payload of the encoded and fragmented speech signal to the multiplexing processor 40 .

なお、映像符号化部10が出力する映像信号のペイロード及び音声符号化部20が出力する音声信号のペイロードは、符号データのままでなくともよい。例えば、多重化方式がMMTの場合、MMTPペイロードヘッダを付与したMMTPペイロード形式、多重化方式がDASH/ROUTEの場合、ISOBMFF(ISO Base Media File Format)セグメントファイル形式としたうえで、基本フラグメントサイズによるフラグメントしたものであってもよい。 Note that the payload of the video signal output by the video encoding unit 10 and the payload of the audio signal output by the audio encoding unit 20 may not be encoded data. For example, when the multiplexing method is MMT, the MMTP payload format with the MMTP payload header added, and when the multiplexing method is DASH / ROUTE, the ISOBMFF (ISO Base Media File Format) segment file format, based on the basic fragment size It may be fragmented.

制御情報生成部30は、フラグメントサイズ算出部60からフルヘッダ対象フラグメントサイズが入力され、入力されたフルヘッダ対象フラグメントサイズ以下のペイロードとなるように制御情報をフラグメントするものである。但し、制御情報生成部30は、制御情報の全体を含むペイロードとしてもフルヘッダ対象フラグメントサイズに満たない場合、フラグメントせずに制御情報の全体を含むペイロードとする。本実施形態では、制御情報生成部30は、非特許文献2に規定された制御情報であるMPT(MMT Package Table)を含むPA(Package Access)メッセージを生成することとする。 The control information generation unit 30 receives the full-header target fragment size from the fragment size calculation unit 60, and fragments the control information so that the payload becomes equal to or less than the input full-header target fragment size. However, if the payload including the entire control information is smaller than the fragment size for the full header, the control information generator 30 generates the payload including the entire control information without fragmentation. In this embodiment, the control information generator 30 generates a PA (Package Access) message including MPT (MMT Package Table), which is control information defined in Non-Patent Document 2.

また、制御情報生成部30は、フラグメントサイズ算出部60から基本フラグメントサイズが入力され、入力された基本フラグメントサイズ以下のペイロードとなるように、フラグメントされていない制御情報の残りをフルヘッダ対象フラグメントサイズでフラグメントする。そして、制御情報生成部30は、フラグメントした制御信号を多重化処理部40に出力する。 In addition, the control information generation unit 30 receives the basic fragment size from the fragment size calculation unit 60, and converts the rest of the unfragmented control information to the full-header target fragment size so that the payload is equal to or smaller than the input basic fragment size. fragment. The control information generator 30 then outputs the fragmented control signal to the multiplexing processor 40 .

ここで、エントリポイントとなる制御情報の送出周期に対して、フルヘッダの送出周期がより長い周期で構わない場合がある。この場合、エントリポイントとなる制御情報の先頭フラグメントを含むIPパケットの全てにフルヘッダを挿入する必要はない。そこで、制御情報生成部30は、予め設定されたフルヘッダ送出間隔毎に、フルヘッダ対象フラグメントサイズで制御情報の先頭フラグメント又は制御情報全体をフラグメントすることとする。このフルヘッダ送出間隔は、フルヘッダを送出する間隔、つまり、IPパケットにフルヘッダを挿入する間隔を表す。例えば、エントリポイントの制御情報の送出周期が100ミリ秒以下、フルヘッダの送出周期が500ミリ秒以下の場合、制御情報を5回送出するうち、1回だけフルヘッダを挿入すればよい(フルヘッダ送出間隔=5)。 Here, there are cases where the transmission cycle of the full header may be longer than the transmission cycle of the control information serving as the entry point. In this case, it is not necessary to insert a full header into all IP packets including the leading fragment of the control information serving as the entry point. Therefore, the control information generation unit 30 fragments the head fragment of the control information or the entire control information with the full-header target fragment size at each full-header transmission interval set in advance. The full-header transmission interval represents the interval at which full-headers are transmitted, that is, the interval at which full-headers are inserted into IP packets. For example, if the entry point control information transmission cycle is 100 milliseconds or less and the full header transmission cycle is 500 milliseconds or less, the full header should be inserted only once out of five control information transmissions (full header transmission interval = 5).

多重化処理部40は、符号化及びフラグメントされた映像信号及び音声信号のペイロードが入力され、制御情報生成部30がフラグメントした制御情報と映像信号と音声信号とのペイロードを格納したIPパケットの多重信号を生成するものである。つまり、多重化処理部40は、映像符号化部10から入力された映像信号のペイロードと、音声符号化部20から入力された音声信号のペイロードと、制御情報生成部30から入力された制御信号のペイロードとを同一のIPデータフローのIPパケットとして多重化する。例えば、多重化処理部40は、MMT又はDASH/ROUTEなどの一般的な多重化方式で多重化を行う。そして、多重化処理部40は、映像信号、音声信号及び制御信号のペイロードを格納したIPパケットの多重信号をTLV変換部50に出力する。 The multiplexing processing unit 40 receives the payloads of the encoded and fragmented video and audio signals, and multiplexes the IP packets storing the control information fragmented by the control information generation unit 30 and the payloads of the video and audio signals. It generates a signal. That is, the multiplexing processing unit 40 receives the payload of the video signal input from the video encoding unit 10, the payload of the audio signal input from the audio encoding unit 20, and the control signal input from the control information generating unit 30. are multiplexed as IP packets of the same IP data flow. For example, the multiplexing processing unit 40 performs multiplexing using a general multiplexing method such as MMT or DASH/ROUTE. The multiplexing unit 40 then outputs a multiplexed signal of IP packets storing the payloads of the video signal, the audio signal, and the control signal to the TLV conversion unit 50 .

TLV変換部50は、フルヘッダ対象フラグメントサイズ以下のペイロードとなるようにフラグメントした制御情報のペイロードを格納するIPパケットを、フルヘッダを含むTLV/UDP/IPパケットに変換するものである。また、TLV変換部50は、基本フラグメントサイズでフラグメントした制御情報を含むペイロードのIPパケットを、部分ヘッダを含むTLV/UDP/IPパケットに変換する。このとき、TLV変換部50は、多重化処理部40から入力されたIPパケットの多重信号に対して、IPヘッダ圧縮を施す。そして、TLV変換部50は、IPヘッダ圧縮が施されたTLV/UDP/IPパケットをIP伝送する。 The TLV conversion unit 50 converts an IP packet storing a payload of control information fragmented so as to have a payload smaller than the full-header target fragment size into a TLV/UDP/IP packet including a full-header. In addition, the TLV conversion unit 50 converts payload IP packets containing control information fragmented with the basic fragment size into TLV/UDP/IP packets containing partial headers. At this time, the TLV converter 50 applies IP header compression to the IP packet multiplexed signal input from the multiplexing processor 40 . Then, the TLV converter 50 IP-transmits the IP header-compressed TLV/UDP/IP packet.

本実施形態では、TLV変換部50は、フルヘッダ送出間隔毎に、フルヘッダ対象フラグメントサイズでフラグメントした制御情報を含むペイロードのIPパケットを、フルヘッダを含むTLVパケットに変換することとする。また、本実施形態では、TLV変換部50は、変換したTLVパケットをUDP/IPv4パケットに格納することとする。 In this embodiment, the TLV conversion unit 50 converts the IP packet of the payload containing the control information fragmented with the full-header target fragment size into a TLV packet containing the full-header at each full-header transmission interval. Also, in this embodiment, the TLV converter 50 stores the converted TLV packet in a UDP/IPv4 packet.

フラグメントサイズ算出部60は、予め設定された目標パケットサイズから、フルヘッダ対象フラグメントサイズ及び基本フラグメントサイズを算出するものである。この目標パケットサイズは、IP伝送時のTLVパケット(TLV/UDP/IPパケット)の目標サイズを表しており、MTUサイズ以下で設定されている。そして、フラグメントサイズ算出部60は、算出したフルヘッダ対象フラグメントサイズ及び基本フラグメントサイズを制御情報生成部30に出力する。さらに、フラグメントサイズ算出部60は、算出した基本フラグメントサイズを映像符号化部10及び音声符号化部20に出力する。 The fragment size calculator 60 calculates a full header target fragment size and a basic fragment size from a preset target packet size. This target packet size represents the target size of TLV packets (TLV/UDP/IP packets) during IP transmission, and is set to be equal to or less than the MTU size. The fragment size calculator 60 then outputs the calculated full-header target fragment size and basic fragment size to the control information generator 30 . Furthermore, the fragment size calculator 60 outputs the calculated basic fragment size to the video encoder 10 and the audio encoder 20 .

<TLVパケットの変換>
図2及び図3を参照し、TLVパケットの変換を詳細に説明する。
図2(a)には、TLV変換部50がIPヘッダ圧縮する前のIPパケット100の多重信号を図示した。図2(a)に示すように、IPパケット100(100A,100B)の多重信号は、ペイロード200(200A,200B)と、MMTPヘッダ210と、UDP/IPv6ヘッダ220とを含んでいる。ここで、多重化処理部40がMMTPヘッダ210及びUDP/IPv6ヘッダ220を付加している。
<Conversion of TLV packet>
2 and 3, the conversion of TLV packets will be described in detail.
FIG. 2(a) shows a multiplexed signal of the IP packet 100 before the IP header is compressed by the TLV converter 50. FIG. As shown in FIG. 2A, the multiplexed signal of IP packet 100 (100A, 100B) includes payload 200 (200A, 200B), MMTP header 210, and UDP/IPv6 header 220. FIG. Here, the multiplexing processing unit 40 adds an MMTP header 210 and a UDP/IPv6 header 220 .

図3に示すように、ペイロード200には、映像符号化部10が符号化した映像信号300、音声符号化部20が符号化した音声信号310、又は、制御情報生成部30がフラグメントした制御信号320(320A,320B)の何れかがが格納されている。ここで、制御信号320Aがフルヘッダ対象フラグメントサイズ以下のペイロードとなるようにフラグメントされているのに対し、制御信号320Bが基本フラグメントサイズ以下のペイロードとなるようにフラグメントされている。このため、制御信号320Aを格納するペイロード200Aのサイズが、制御信号320Bを格納するペイロード200Bより小さくなっている。 As shown in FIG. 3, the payload 200 includes a video signal 300 encoded by the video encoding unit 10, an audio signal 310 encoded by the audio encoding unit 20, or a control signal fragmented by the control information generation unit 30. 320 (320A, 320B) is stored. Here, the control signal 320A is fragmented so as to have a payload smaller than the fragment size for the full header, whereas the control signal 320B is fragmented so as to have a payload smaller than the basic fragment size. Therefore, the payload 200A storing the control signal 320A is smaller in size than the payload 200B storing the control signal 320B.

図2(b)には、TLV変換部50がIPヘッダ圧縮した後のTLVパケット110を図示した。図2(b)に示すように、TLVパケット110(110A,110B)は、ペイロード200(200A,200B)と、MMTPヘッダ210と、フルヘッダ230又は部分ヘッダ240の何れかと、TLVヘッダ250とを含んでいる。ここで、TLV変換部50が、UDP/IPv6ヘッダ220をフルヘッダ230又は部分ヘッダ240の何れかに圧縮し、TLVヘッダ250を付加している。 FIG. 2(b) shows the TLV packet 110 after the IP header is compressed by the TLV converter 50. As shown in FIG. As shown in FIG. 2B, the TLV packet 110 (110A, 110B) includes a payload 200 (200A, 200B), an MMTP header 210, either a full header 230 or a partial header 240, and a TLV header 250. I'm in. Here, the TLV conversion unit 50 compresses the UDP/IPv6 header 220 into either a full header 230 or a partial header 240 and adds a TLV header 250 to it.

図2(c)には、IP伝送時のTLVパケット(UDP/IPv4パケット120)を図示した。図2(c)に示すように、UDP/IPv4パケット120は、TLVパケット110(110A,110B)と、UDP/IPv4ヘッダ260とを含んでいる。ここで、TLV変換部50が、UDP/IPv4ヘッダ260を付加している。 FIG. 2(c) shows a TLV packet (UDP/IPv4 packet 120) during IP transmission. As shown in FIG. 2(c), UDP/IPv4 packet 120 includes TLV packet 110 (110A, 110B) and UDP/IPv4 header 260. As shown in FIG. Here, the TLV converter 50 adds the UDP/IPv4 header 260 .

前記したように、3バイトの部分ヘッダ240に比べて、フルヘッダ230のサイズが45バイトと大きいので、UDP/IPv4パケット120LがMTUサイズを超過してしまう(図9参照)。これを見越して、図4に示すように、制御信号320の先頭フラグメント(制御信号320A)については、制御情報生成部30が、フルヘッダ対象フラグメントサイズのペイロード200Aとしてフラグメントしている。一方、フルヘッダ対象フラグメントサイズでフラグメントしなかった制御信号320で残りのフラグメント(制御信号320B)については、制御情報生成部30が、基本フラグメントサイズのペイロード200Bとしてフラグメントしている。 As described above, since the size of the full header 230 is as large as 45 bytes compared to the partial header 240 of 3 bytes, the UDP/IPv4 packet 120L exceeds the MTU size (see FIG. 9). In anticipation of this, as shown in FIG. 4, the control information generator 30 fragments the head fragment (control signal 320A) of the control signal 320 as a payload 200A of the full header target fragment size. On the other hand, the remaining fragment (control signal 320B) of the control signal 320 that was not fragmented with the full-header target fragment size is fragmented by the control information generator 30 as a payload 200B with the basic fragment size.

これにより、図2(b)に示すように、フルヘッダ対象フラグメントサイズでフラグメントしたペイロード200Aとフルヘッダ230とを含むTLVパケット110Aが、基本フラグメントサイズのペイロード200Bと部分ヘッダ240とを含むTLVパケット110Bと同一サイズになる。従って、図2(c)に示すように、IP伝送時には、TLVパケット110AにUDP/IPv4ヘッダ260を付加しても、UDP/IPv4パケット120AがMTUサイズ以下に収まる。図2(c)の例では、UDP/IPv4パケット120A,120Bが共に、1500バイト以下である。 As a result, as shown in FIG. 2(b), a TLV packet 110A containing a payload 200A fragmented with a full-header target fragment size and a full header 230 becomes a TLV packet 110B containing a payload 200B with a basic fragment size and a partial header 240. be the same size. Therefore, as shown in FIG. 2(c), during IP transmission, even if the UDP/IPv4 header 260 is added to the TLV packet 110A, the UDP/IPv4 packet 120A will fit within the MTU size or less. In the example of FIG. 2(c), both UDP/IPv4 packets 120A and 120B are 1500 bytes or less.

<フルヘッダ対象フラグメントサイズ及び基本フラグメントサイズの算出>
以下、フルヘッダ対象フラグメントサイズ及び基本フラグメントサイズの算出を詳細に説明する。
フラグメントサイズ算出部60は、目標パケットサイズから、TLVパケットに付加するUDP/IPv4ヘッダのサイズと、フルヘッダを含むTLVパケットのヘッダサイズと、多重化方式のヘッダサイズとを減算することで、フルヘッダ対象フラグメントサイズを算出する。このフルヘッダ対象フラグメントサイズを用いてペイロードを構成することで、IP伝送時に制御情報の先頭フラグメント又は全体を格納するTLVパケットのサイズがMTUサイズ以下となる。
<Calculation of full header target fragment size and basic fragment size>
Calculation of the full-header target fragment size and the basic fragment size will be described in detail below.
The fragment size calculation unit 60 subtracts the size of the UDP/IPv4 header to be added to the TLV packet, the header size of the TLV packet including the full header, and the header size of the multiplexing method from the target packet size. Calculate the fragment size. By constructing the payload using this full-header target fragment size, the size of the TLV packet that stores the head fragment or the whole of the control information during IP transmission becomes equal to or smaller than the MTU size.

また、フラグメントサイズ算出部60は、目標パケットサイズから、UDP/IPv4ヘッダのサイズと、部分ヘッダを含むTLVパケットのヘッダサイズと、多重化方式のヘッダサイズとを減算することで、基本フラグメントサイズを算出する。 Further, the fragment size calculation unit 60 subtracts the size of the UDP/IPv4 header, the size of the TLV packet including the partial header, and the size of the header of the multiplexing method from the target packet size, thereby obtaining the basic fragment size. calculate.

ここで、例えば、多重化方式としてMMTを採用し、MMTPヘッダをpacket_counter_flag=0、extension_flag=0で運用することとする。また、MMTP/UDP/IPv6パケットをTLVパケットに格納し、TLV/UDP/IPv4パケットでIP伝送することとする。つまり、MMTPペイロードヘッダを含むMMTPペイロードを基準としたデータ構造でフラグメントサイズを算出する。 Here, for example, MMT is adopted as the multiplexing method, and the MMTP header is operated with packet_counter_flag=0 and extension_flag=0. Also, MMTP/UDP/IPv6 packets are stored in TLV packets, and IP transmission is performed using TLV/UDP/IPv4 packets. That is, the fragment size is calculated based on the data structure based on the MMTP payload including the MMTP payload header.

この例では、目標パケットサイズなどが以下の通りである。
目標パケットサイズ:1478バイト
UDP/IPv4ヘッダ:28バイト(UDPの8バイト+IPv4の20バイト)
フルヘッダを含むTLVパケットのヘッダサイズ:49バイト(TLV同期1バイト+タイプ1バイト+レングス2バイト+フルヘッダ45バイト)
部分ヘッダを含むTLVパケットのヘッダサイズ:7バイト(TLV同期1バイト+タイプ1バイト+レングス2バイト+部分ヘッダ3バイト)
MMTPのヘッダサイズ:12バイト
In this example, the target packet size, etc. are as follows.
Target packet size: 1478 bytes UDP/IPv4 header: 28 bytes (8 bytes for UDP + 20 bytes for IPv4)
Header size of TLV packet including full header: 49 bytes (TLV sync 1 byte + type 1 byte + length 2 bytes + full header 45 bytes)
Header size of TLV packet including partial header: 7 bytes (TLV sync 1 byte + type 1 byte + length 2 bytes + partial header 3 bytes)
MMTP header size: 12 bytes

この例では、フルヘッダ対象フラグメントサイズは、1478-28-49-12=1389バイトとなる。また、基本フラグメントサイズは、1478-28-7-12=1431バイトとなる。 In this example, the full header target fragment size is 1478-28-49-12=1389 bytes. Also, the basic fragment size is 1478-28-7-12=1431 bytes.

なお、MMTPヘッダ(packet_counter_flag、extension_flag)の運用が異なる場合も、その運用方法に応じてヘッダサイズの増加分が定まるため、基本フラグメントサイズを算出できる。また、映像信号、音声信号及び制御情報などペイロードの種別により運用が異なる場合、それぞれで基本フラグメントサイズを算出してもよい。つまり、映像信号及び音声信号の基本フラグメントサイズと、制御情報の基本フラグメントサイズとを異なる値にしてもよい。 Note that even if the operation of the MMTP header (packet_counter_flag, extension_flag) is different, the increase in the header size is determined according to the operation method, so the basic fragment size can be calculated. Also, if the operation differs depending on the type of payload such as video signal, audio signal, and control information, the basic fragment size may be calculated for each. That is, the basic fragment size of the video signal and the audio signal may be different from the basic fragment size of the control information.

[制御情報生成部の動作]
図5を参照し、制御情報生成部30の動作を説明する。
図5に示すように、ステップS1において、制御情報生成部30は、カウンタを0にリセットする。
ステップS2において、制御情報生成部30は、制御情報の送出を指令するタイマ割込が発生したか否かを判定する。例えば、タイマ割込としては、変数をある初期値から一定のクロックでカウントダウン又はカウントアップし、その変数がある設定値に達したときに割込みを発生させる一定周期タイマがあげられる。これにより、100ミリ秒などの一定周期で割込みを発生させることで、制御情報を一定周期で生成及び送出できる。
[Operation of control information generator]
The operation of the control information generator 30 will be described with reference to FIG.
As shown in FIG. 5, the control information generator 30 resets the counter to 0 in step S1.
In step S2, the control information generation unit 30 determines whether or not a timer interrupt instructing transmission of control information has occurred. For example, the timer interrupt includes a constant cycle timer that counts down or counts up a variable from a certain initial value with a certain clock and generates an interrupt when the variable reaches a certain set value. As a result, the control information can be generated and transmitted at regular intervals by generating interrupts at regular intervals such as 100 milliseconds.

タイマ割込が発生した場合(ステップS2でYes)、制御情報生成部30は、ステップS3の処理に進む。
タイマ割込が発生しない場合(ステップS2でNo)、制御情報生成部30は、ステップS2の処理に戻る。つまり、制御情報生成部30は、タイマ割込が発生するまでアイドリングする。
If a timer interrupt has occurred (Yes in step S2), the control information generator 30 proceeds to the process of step S3.
If no timer interrupt occurs (No in step S2), the control information generator 30 returns to the process of step S2. In other words, the control information generator 30 is idle until a timer interrupt occurs.

ステップS3において、制御情報生成部30は、制御情報を生成する。
ステップS4において、制御情報生成部30は、カウンタが0であるか否かを判定する。
カウンタが0の場合(ステップS4でYes)、制御情報生成部30は、ステップS5の処理に進む。
カウンタが0でない場合(ステップS4でNo)、制御情報生成部30は、ステップS6の処理に進む。
In step S3, the control information generator 30 generates control information.
In step S4, the control information generator 30 determines whether or not the counter is zero.
If the counter is 0 (Yes in step S4), the control information generator 30 proceeds to the process of step S5.
If the counter is not 0 (No in step S4), the control information generator 30 proceeds to the process of step S6.

ステップS5において、制御情報生成部30は、制御情報の先頭フラグメントをフルヘッダ対象フラグメントサイズでフラグメントする。
ステップS6において、制御情報生成部30は、制御情報の先頭を基本フラグメントサイズでフラグメントする。
ステップS7において、制御情報生成部30は、フラグメントされた制御情報を多重化処理部40に出力する。
In step S5, the control information generation unit 30 fragments the head fragment of the control information with a full-header target fragment size.
In step S6, the control information generator 30 fragments the head of the control information with the basic fragment size.
In step S<b>7 , the control information generator 30 outputs the fragmented control information to the multiplexing processor 40 .

ステップS8において、制御情報生成部30は、制御情報全体の出力を完了したか否かを判定する。
制御情報全体の出力を完了した場合(ステップS8でYes)、制御情報生成部30は、ステップS9の処理に進む。
制御情報全体の出力を完了していない場合(ステップS8でNo)、制御情報生成部30は、ステップS11の処理に進む。
In step S8, the control information generator 30 determines whether or not the output of the entire control information has been completed.
When the output of the entire control information is completed (Yes in step S8), the control information generator 30 proceeds to the process of step S9.
If the output of the entire control information has not been completed (No in step S8), the control information generator 30 proceeds to the process of step S11.

ステップS9において、制御情報生成部30は、カウンタに1を加算する。
ステップS10において、制御情報生成部30は、カウンタがフルヘッダ送出間隔と等しいか否かを判定する。
カウンタがフルヘッダ送出間隔と等しい場合(ステップS10でYes)、制御情報生成部30は、ステップS1の処理に戻る。
カウンタがフルヘッダ送出間隔と等しくない場合(ステップS10でNo)、制御情報生成部30は、ステップS2の処理に戻る。
In step S9, the control information generator 30 adds 1 to the counter.
In step S10, the control information generator 30 determines whether the counter is equal to the full header transmission interval.
If the counter is equal to the full-header transmission interval (Yes in step S10), the control information generator 30 returns to step S1.
If the counter is not equal to the full-header transmission interval (No in step S10), the control information generator 30 returns to step S2.

ステップS11において、制御情報生成部30は、制御情報の残りを基本フラグメントサイズでフラグメントする。その後、制御情報生成部30は、ステップS7の処理に戻る。 In step S11, the control information generator 30 fragments the rest of the control information with the basic fragment size. After that, the control information generator 30 returns to the process of step S7.

[TLV変換部の動作]
図6を参照し、TLV変換部50の動作を説明する。
図6に示すように、ステップS20において、TLV変換部50は、カウンタを0にリセットする。
ステップS21において、TLV変換部50には、多重信号のIPパケットが入力される。
[Operation of TLV converter]
The operation of the TLV conversion unit 50 will be described with reference to FIG.
As shown in FIG. 6, the TLV conversion unit 50 resets the counter to 0 in step S20.
In step S21, the IP packet of the multiplexed signal is input to the TLV converter 50. FIG.

ステップS22において、TLV変換部50は、ステップS21で入力されたIPパケットが、エントリポイントの制御情報の先頭フラグメント又は全体を含むIPパケットであるか否かを判定する。 In step S22, the TLV conversion unit 50 determines whether the IP packet input in step S21 is an IP packet including the head fragment or the whole of the entry point control information.

ここで、多重化方式としてMMTを用いる場合、packet_IDが‘0’で、fragmentation_indicatorが‘0’又は‘1’のIPパケットが、エントリポイントの制御情報の先頭フラグメント又は全体を含むIPパケットに該当する。この場合、フルヘッダの挿入対象は、Packet_ID=0のMMTP/UDP/IPv4で伝送されるPAメッセージの先頭フラグメントを含むIPパケット、又は、PAメッセージ全体を含むIPパケットである。先頭フラグメントを含むIPパケットはfragmentation_indicator=1となり、PAメッセージ全体を含むIPパケットはfragmentation_indicator=0となる。 Here, when MMT is used as the multiplexing method, the IP packet with packet_ID of '0' and fragmentation_indicator of '0' or '1' corresponds to the IP packet containing the first fragment or the whole of the control information of the entry point. . In this case, the target for inserting the full header is an IP packet containing the first fragment of the PA message transmitted by MMTP/UDP/IPv4 with Packet_ID=0, or an IP packet containing the entire PA message. An IP packet containing the top fragment has fragmentation_indicator=1, and an IP packet containing the entire PA message has fragmentation_indicator=0.

また、多重化方式としてDASH/ROUTEを用いる場合、TSI(Transport Session Identifier)が‘0’で、TOI(Transport Object Identifier)が‘0’のLCT/ALC/UDP/IPパケットであり、次の条件を満たすものがエントリポイントの制御情報の先頭フラグメント又は全体を含むIPパケットに該当する。前記した条件とは、TSI=0、TOI=0のIPパケットに限定した中で、ひとつ前のIPパケットのclose_object_flagが‘1’のことである。この場合、フルヘッダの挿入対象は、TSI=0、TOI=0のLCT/ALC/UDP/IPパケットで伝送するファイルオブジェクトの先頭フラグメントを含むパケット、又は、ファイルオブジェクト全体を含むIPパケットである。ROUTEでは、MMTのfragmentation_indicatorと同一役割のフラグが存在しない代わりに、ファイルオブジェクトの末尾を含むパケットであることが、close_object_flag=‘1’で分かる。さらに、ファイルオブジェクトを分割せず、全体を1パケットで送り切るパケットもclose_object_flag=‘1’で分かる。従って、TSI=‘0’、TOI=‘0’のIPパケットに限定した中で、close_object_flag=‘1’のIPパケットから次のIPパケットが、ファイルオブジェクトのフラグメントの先頭パケット、又は、ファイルオブジェクト全体を含むIPパケットであり、フルヘッダの挿入対象パケットとなる。 Also, when DASH/ROUTE is used as the multiplexing method, the TSI (Transport Session Identifier) is '0' and the TOI (Transport Object Identifier) is an LCT/ALC/UDP/IP packet of '0', and the following conditions corresponds to an IP packet containing the head fragment or the whole of the control information of the entry point. The aforementioned condition is that the close_object_flag of the previous IP packet is '1' among the IP packets with TSI=0 and TOI=0. In this case, the target for inserting the full header is a packet containing the head fragment of the file object transmitted by the LCT/ALC/UDP/IP packet with TSI=0 and TOI=0, or an IP packet containing the entire file object. In ROUTE, there is no flag that plays the same role as the fragmentation_indicator of MMT, but it is found by close_object_flag='1' that the packet contains the end of the file object. Furthermore, a packet that does not split the file object and sends the entire file object in one packet can be found by close_object_flag='1'. Therefore, among IP packets with TSI = '0' and TOI = '0', the next IP packet from the IP packet with close_object_flag = '1' is the first packet of the fragment of the file object, or the entire file object. is an IP packet containing a full header, and is a target packet for inserting a full header.

そのIPパケットに該当する場合(ステップS22でYes)、TLV変換部50は、ステップS23の処理に進む。
そのIPパケットに該当しない場合(ステップS22でNo)、TLV変換部50は、ステップS26の処理に進む。
If it corresponds to the IP packet (Yes in step S22), the TLV conversion unit 50 proceeds to the process of step S23.
If it does not correspond to the IP packet (No in step S22), the TLV conversion unit 50 proceeds to the process of step S26.

ステップS23において、TLV変換部50は、IP伝送時、フルヘッダを含めてもTLV/UDP/IPパケットのサイズが目標パケットサイズを超えないか否かを判定する。つまり、TLV変換部50は、図2(c)のUDP/IPv4パケット120Aのサイズを逆算し、そのサイズが目標パケットサイズを超えないか否かを判定する。
なお、処理開始時に予めフルヘッダ挿入後に目標パケットサイズを超えないようにIPパケットサイズの閾値を求めてもよい。この場合、ステップS23では、その閾値と入力されたIPパケットのサイズとを比較する判定を行ってもよい。
In step S23, the TLV conversion unit 50 determines whether the size of the TLV/UDP/IP packet does not exceed the target packet size even if the full header is included during IP transmission. That is, the TLV conversion unit 50 calculates backward the size of the UDP/IPv4 packet 120A in FIG. 2(c) and determines whether or not the size exceeds the target packet size.
It should be noted that the threshold value of the IP packet size may be obtained in advance at the start of processing so that the target packet size is not exceeded after the full header is inserted. In this case, in step S23, determination may be made by comparing the threshold with the size of the input IP packet.

目標パケットサイズを超えない場合(ステップS23でYes)、TLV変換部50は、ステップS24の処理に進む。
目標パケットサイズを超える場合(ステップS23でNo)、TLV変換部50は、ステップS26の処理に進む。
If the target packet size is not exceeded (Yes in step S23), the TLV conversion unit 50 proceeds to processing in step S24.
If the target packet size is exceeded (No in step S23), the TLV conversion unit 50 proceeds to the process of step S26.

ステップS24において、TLV変換部50は、カウンタが0であるか否かを判定する。
カウンタが0の場合(ステップS24でYes)、TLV変換部50は、ステップS25の処理に進む。
カウンタが0でない場合(ステップS24でNo)、TLV変換部50は、ステップS26の処理に進む。
In step S24, the TLV conversion unit 50 determines whether or not the counter is 0.
When the counter is 0 (Yes in step S24), the TLV conversion unit 50 proceeds to the process of step S25.
If the counter is not 0 (No in step S24), the TLV conversion unit 50 proceeds to the process of step S26.

ステップS25において、TLV変換部50は、ステップS21で入力されたIPパケットを、フルヘッダを含むTLVパケットに変換する。つまり、TLV変換部50は、図2(a)のIPパケット100AにIPヘッダ圧縮を施し、UDP/IPv4ヘッダ260を付加することで、図2(c)のUDP/IPv4パケット120Aを生成する。 In step S25, the TLV converter 50 converts the IP packet input in step S21 into a TLV packet including a full header. That is, the TLV converter 50 performs IP header compression on the IP packet 100A of FIG. 2(a) and adds the UDP/IPv4 header 260 to generate the UDP/IPv4 packet 120A of FIG. 2(c).

ステップS26において、TLV変換部50は、ステップS21で入力されたIPパケットを、部分ヘッダを含むTLVパケットに変換する。つまり、TLV変換部50は、図2(a)のIPパケット100BにIPヘッダ圧縮を施し、UDP/IPv4ヘッダ260を付加することで、図2(c)のUDP/IPv4パケット120Bを生成する。その後、TLV変換部50は、ステップS30の処理に進む。 In step S26, the TLV converter 50 converts the IP packet input in step S21 into a TLV packet including a partial header. That is, the TLV conversion unit 50 performs IP header compression on the IP packet 100B of FIG. 2(a) and adds the UDP/IPv4 header 260 to generate the UDP/IPv4 packet 120B of FIG. 2(c). After that, the TLV conversion unit 50 proceeds to the process of step S30.

ステップS27において、TLV変換部50は、カウンタに1を加算する。
ステップS28において、TLV変換部50は、カウンタがフルヘッダ送出間隔と等しいか否かを判定する。
カウンタがフルヘッダ送出間隔と等しい場合(ステップS28でYes)、TLV変換部50は、ステップS29の処理に進む。
カウンタがフルヘッダ送出間隔と等しくない場合(ステップS28でNo)、TLV変換部50は、ステップS30の処理に進む。
In step S27, the TLV conversion unit 50 adds 1 to the counter.
In step S28, the TLV conversion unit 50 determines whether or not the counter is equal to the full header transmission interval.
If the counter is equal to the full header transmission interval (Yes in step S28), the TLV conversion unit 50 proceeds to processing in step S29.
If the counter is not equal to the full-header transmission interval (No in step S28), the TLV conversion unit 50 proceeds to processing in step S30.

ステップS29において、TLV変換部50は、カウンタを0にリセットする。
ステップS30において、TLV変換部50は、ステップS25,S26で変換したTLVパケットをIP伝送路に送信する。その後、TLV変換部50は、ステップS21の処理に戻る。
In step S29, the TLV conversion unit 50 resets the counter to 0.
In step S30, the TLV conversion unit 50 transmits the TLV packets converted in steps S25 and S26 to the IP transmission line. After that, the TLV conversion unit 50 returns to the process of step S21.

[作用・効果]
このように、放送信号変換装置1は、制御情報の先頭フラグメント又は全体のペイロードのサイズをフルヘッダの挿入を考慮して他のペイロードと比較して小さくした上で、フルヘッダを格納するTLV/UDP/IPパケットとすることで、一般的なIP回線・設備におけるMTUサイズの超過を防止してTLVパケットのIP伝送が可能となる。さらに、放送信号変換装置1は、全てのIPパケットが格納するペイロードのフラグメントサイズを小さくする必要がないので、IPパケットのオーバヘッド比率の上昇が少なく、伝送効率の低下を抑制できる。
[Action/Effect]
In this way, the broadcast signal conversion device 1 reduces the size of the head fragment of the control information or the entire payload in consideration of the insertion of the full header, compared with other payloads, and then stores the full header in TLV/UDP/ By using IP packets, IP transmission of TLV packets becomes possible while preventing an excess of the MTU size in general IP lines/equipment. Furthermore, since the broadcast signal converter 1 does not need to reduce the fragment size of the payload stored in all IP packets, the overhead ratio of IP packets does not rise much, and the reduction in transmission efficiency can be suppressed.

以上、実施形態を詳述してきたが、本発明は前記した実施形態に限られるものではなく、本発明の要旨を逸脱しない範囲の設計変更等も含まれる。 Although the embodiments have been described in detail above, the present invention is not limited to the above-described embodiments, and includes design changes and the like within the scope of the present invention.

(変形例1)
前記した実施形態では、制御情報の送出頻度に対して、さらにフルヘッダ送出間隔によって間引かれた頻度によりフルヘッダ対象フラグメントサイズでフラグメントを行うこととして説明したが、これに限定されない。エントリポイントの制御情報及びフルヘッダの挿入周期が同一の場合、フルヘッダ送出間隔=1とするか、又は、フルヘッダ送出間隔自体を考慮しない構成としてもよい。以下、変形例1として、フルヘッダ送出間隔を考慮しないときの制御情報生成部30及びTLV変換部50の動作を説明する。
(Modification 1)
In the above-described embodiment, the fragmentation is performed with the full-header target fragment size based on the control information transmission frequency and the frequency thinned out by the full-header transmission interval. However, the present invention is not limited to this. When the entry point control information and the full header insertion cycle are the same, the full header transmission interval may be set to 1, or the full header transmission interval itself may not be considered. Hereinafter, as a modification 1, operations of the control information generation unit 30 and the TLV conversion unit 50 when not considering the full-header transmission interval will be described.

[制御情報生成部の動作]
図7を参照し、制御情報生成部30の動作を説明する。
図7に示すように、ステップS30において、制御情報生成部30は、制御情報の送出を指令するタイマ割込が発生したか否かを判定する。
[Operation of control information generator]
The operation of the control information generator 30 will be described with reference to FIG.
As shown in FIG. 7, in step S30, the control information generator 30 determines whether or not a timer interrupt instructing transmission of control information has occurred.

タイマ割込が発生した場合(ステップS30でYes)、制御情報生成部30は、ステップS31の処理に進む。
タイマ割込が発生しない場合(ステップS30でNo)、制御情報生成部30は、ステップS30の処理に戻る。つまり、制御情報生成部30は、タイマ割込が発生するまでアイドリングする。
If a timer interrupt has occurred (Yes in step S30), the control information generator 30 proceeds to the process of step S31.
If the timer interrupt does not occur (No in step S30), the control information generator 30 returns to the process of step S30. In other words, the control information generator 30 is idle until a timer interrupt occurs.

ステップS31において、制御情報生成部30は、制御情報を生成する。
ステップS32において、制御情報生成部30は、制御情報の先頭フラグメントをフルヘッダ対象フラグメントサイズでフラグメントする。
ステップS33において、制御情報生成部30は、フラグメントされた制御情報を多重化処理部40に出力する。
In step S31, the control information generator 30 generates control information.
In step S32, the control information generation unit 30 fragments the head fragment of the control information with the full-header target fragment size.
In step S<b>33 , the control information generator 30 outputs the fragmented control information to the multiplexing processor 40 .

ステップS34において、制御情報生成部30は、制御情報全体の出力を完了したか否かを判定する。
制御情報全体の出力を完了した場合(ステップS34でYes)、制御情報生成部30は、ステップS30の処理に戻る。
制御情報全体の出力を完了していない場合(ステップS34でNo)、制御情報生成部30は、ステップS35の処理に進む。
ステップS35において、制御情報生成部30は、制御情報の残りを基本フラグメントサイズでフラグメントする。その後、制御情報生成部30は、ステップS33の処理に戻る。
In step S34, the control information generator 30 determines whether or not the output of the entire control information has been completed.
When the output of the entire control information is completed (Yes in step S34), the control information generator 30 returns to the process of step S30.
If the output of the entire control information has not been completed (No in step S34), the control information generator 30 proceeds to the process of step S35.
In step S35, the control information generator 30 fragments the rest of the control information with the basic fragment size. After that, the control information generator 30 returns to the process of step S33.

[TLV変換部の動作]
図8を参照し、TLV変換部50の動作を説明する。
図8に示すように、ステップS40において、TLV変換部50には、多重信号のIPパケットが入力される。
[Operation of TLV converter]
The operation of the TLV conversion unit 50 will be described with reference to FIG.
As shown in FIG. 8, IP packets of multiplexed signals are input to the TLV converter 50 in step S40.

ステップS41において、TLV変換部50は、ステップS40で入力されたIPパケットが、エントリポイントの制御情報の先頭フラグメント又は全体を含むIPパケットであるか否かを判定する。 In step S41, the TLV conversion unit 50 determines whether the IP packet input in step S40 is an IP packet including the head fragment or the entire entry point control information.

そのIPパケットに該当する場合(ステップS41でYes)、TLV変換部50は、ステップS42の処理に進む。
そのIPパケットに該当しない場合(ステップS41でNo)、TLV変換部50は、ステップS44の処理に進む。
If it corresponds to the IP packet (Yes in step S41), the TLV conversion unit 50 proceeds to the process of step S42.
If it does not correspond to the IP packet (No in step S41), the TLV conversion unit 50 proceeds to the process of step S44.

ステップS42において、TLV変換部50は、フルヘッダを含めてもTLVパケットのサイズが目標パケットサイズを超えないか否かを判定する。
目標パケットサイズを超えない場合(ステップS42でYes)、TLV変換部50は、ステップS43の処理に進む。
目標パケットサイズを超える場合(ステップS42でNo)、TLV変換部50は、ステップS44の処理に進む。
In step S42, the TLV conversion unit 50 determines whether the size of the TLV packet does not exceed the target packet size even if the full header is included.
If the target packet size is not exceeded (Yes in step S42), the TLV conversion unit 50 proceeds to processing in step S43.
If the target packet size is exceeded (No in step S42), the TLV conversion unit 50 proceeds to the process of step S44.

ステップS43において、TLV変換部50は、ステップS40で入力されたIPパケットを、フルヘッダを含むTLVパケットに変換する。
ステップS44において、TLV変換部50は、ステップS40で入力されたIPパケットを、部分ヘッダを含むTLVパケットに変換する。
ステップS45において、TLV変換部50は、ステップS43,S44で変換したTLVパケットをIP伝送する。その後、TLV変換部50は、ステップS40の処理に戻る。
In step S43, the TLV converter 50 converts the IP packet input in step S40 into a TLV packet including a full header.
In step S44, the TLV converter 50 converts the IP packet input in step S40 into a TLV packet including a partial header.
In step S45, the TLV converter 50 IP-transmits the TLV packets converted in steps S43 and S44. After that, the TLV conversion unit 50 returns to the process of step S40.

(その変形例)
前記した実施形態では、制御情報生成部が制御情報を生成することとして説明したが、外部から制御情報を制御情報生成部に入力してもよい。
(Variation thereof)
In the above-described embodiment, the control information generator generates the control information, but the control information may be input to the control information generator from the outside.

前記した実施形態では、制御情報生成部30は、非特許文献2に規定された制御情報であるMPTを含むPAメッセージを生成することとして説明したが、非特許文献2に規定された制御情報であるPLT(Package List Table)を含むPAメッセージを生成してもよい。PLTをサービスのエントリポイントとしてPacket_ID=0のPAメッセージで伝送する場合、PLTから参照されるMPTは、Packet_ID=0以外のPAメッセージによって伝送することもできる。この場合、Packet_ID=0以外のPAメッセージは、サービスのエントリポイントの制御情報ではないため、基本フラグメントサイズ以下のペイロードとなるようにフラグメントしてもよい。 In the above-described embodiment, the control information generating unit 30 is described as generating a PA message containing MPT, which is the control information specified in Non-Patent Document 2, but with the control information specified in Non-Patent Document 2 A PA message containing a PLT (Package List Table) may be generated. When a PLT is used as a service entry point and is transmitted by a PA message with Packet_ID=0, an MPT referenced from the PLT can also be transmitted by a PA message other than Packet_ID=0. In this case, since PA messages other than Packet_ID=0 are not service entry point control information, they may be fragmented so that the payload is smaller than the basic fragment size.

多重化処理部40には、映像信号及び音声信号以外のペイロードが図示しない符号化装置等から入力されてもよい。例えば、放送サービスの場合、多重化処理部40は、映像信号及び音声信号以外、データ放送や字幕データのペイロードを多重化してもよい。このとき、データ放送や字幕データは、基本フラグメントサイズ以下のペイロードとなるようにフラグメントしてもよい。 A payload other than a video signal and an audio signal may be input to the multiplexing processing unit 40 from an encoding device or the like (not shown). For example, in the case of broadcasting services, the multiplexing processing unit 40 may multiplex payloads of data broadcasting and caption data in addition to video signals and audio signals. At this time, data broadcasting and caption data may be fragmented so as to have a payload smaller than the basic fragment size.

多重化処理部40でUDP/IPヘッダを付与せずにTLV変換部50に対してペイロード200及びMMTPヘッダ210を入力し、TLV変換部50ではフルヘッダ230又は部分ヘッダ240の何れかを直接付与する構成としてもよい。つまり、図2(a)の段階を省略することで、処理の簡略化が可能である。 The payload 200 and the MMTP header 210 are input to the TLV conversion unit 50 without adding a UDP/IP header in the multiplexing processing unit 40, and the TLV conversion unit 50 directly adds either the full header 230 or the partial header 240. may be configured. In other words, the process can be simplified by omitting the step of FIG.

前記した実施形態では、ステップS22又はステップS41において、TLV変換部50が、入力されたIPパケットがエントリポイントの制御情報の先頭フラグメント又は全体を含むIPパケットであるか否かを判定する際、MMT又はDASH/ROUTEのヘッダを解析して判定することとして説明したが、この手法に限定されない。
例えば、制御情報生成部30は、フルヘッダ対象フラグメントサイズでフラグメントした制御情報の先頭フラグメント又は全体のペイロードを含むパケットに対して、フルヘッダを挿入できることを示すラベルを付加してもよい。そして、TLV変換部50は、このラベルに基づいてフルヘッダ対象であるか否かを判定し、このラベルが付加されたIPパケットを、フルヘッダを含むTLVパケットに変換してもよい。これにより、MMT又はDASH/ROUTEのヘッダを解析する処理を省略できる。この場合、ラベルが付与されたIPパケットは、フルヘッダ対象フラグメントサイズでフラグメントされていると考えられる。従って、フルヘッダを含めてもTLV/UDP/IPパケットのサイズが目標パケットサイズを超えないか否かを判定するステップS23又はステップS42の処理を省略してもよい。
In the above-described embodiment, in step S22 or step S41, when the TLV conversion unit 50 determines whether or not the input IP packet is an IP packet containing the first fragment or the entirety of the control information of the entry point, the MMT Alternatively, the DASH/ROUTE header is analyzed and determined, but the method is not limited to this method.
For example, the control information generation unit 30 may add a label indicating that a full header can be inserted to a packet containing the first fragment or the entire payload of the control information fragmented with the full-header target fragment size. Then, the TLV conversion unit 50 may determine whether or not the IP packet is a full-header target based on this label, and convert the IP packet to which this label is added to a TLV packet including a full-header. This makes it possible to omit the process of analyzing the MMT or DASH/ROUTE headers. In this case, the labeled IP packet is considered to be fragmented with the full header target fragment size. Therefore, the process of step S23 or step S42 of determining whether the size of the TLV/UDP/IP packet does not exceed the target packet size even if the full header is included may be omitted.

前記した実施形態では、放送信号変換装置が独立したハードウェアであることとして説明したが、本発明は、これに限定されない。例えば、本発明は、コンピュータが備えるCPU、メモリ、ハードディスク等のハードウェア資源を、前記した放送信号変換装置として機能させるためのプログラムで実現することもできる。このプログラムは、通信回線を介して配布してもよく、CD-ROMやフラッシュメモリ等の記録媒体に書き込んで配布してもよい。 In the above-described embodiment, the broadcast signal conversion device has been described as independent hardware, but the present invention is not limited to this. For example, the present invention can also be realized by a program for causing hardware resources such as a CPU, memory, and hard disk provided in a computer to function as the above-described broadcast signal conversion device. This program may be distributed via a communication line, or may be distributed by being written in a recording medium such as a CD-ROM or flash memory.

1 放送信号変換装置
10 映像符号化部
20 音声符号化部
30 制御情報生成部(フラグメント部)
40 多重化処理部
50 TLV変換部
60 フラグメントサイズ算出部
1 Broadcast signal conversion device 10 Video encoding unit 20 Audio encoding unit 30 Control information generation unit (fragment unit)
40 multiplexing processing unit 50 TLV conversion unit 60 fragment size calculation unit

Claims (10)

IP伝送時に所定の目標サイズ以下となるように、放送信号のIPパケットをTLVパケットに変換する放送信号変換装置であって、
IP伝送時にフルヘッダを格納するTLVパケットのサイズが前記目標サイズ以下となるように設定された第1フラグメントサイズが入力され、入力された前記第1フラグメントサイズ以下のペイロードとなるように制御情報をフラグメントするフラグメント部と、
符号化及びフラグメントされた映像信号及び音声信号のペイロードが入力され、前記フラグメント部がフラグメントした制御情報と前記映像信号と前記音声信号とのペイロードを格納したIPパケットの多重信号を生成する多重化処理部と、
前記第1フラグメントサイズ以下のペイロードとなるようにフラグメントした前記制御情報のペイロードを格納するIPパケットを、前記フルヘッダを含むTLVパケットに変換するTLV変換部と、
を備えることを特徴とする放送信号変換装置。
A broadcast signal converter for converting an IP packet of a broadcast signal into a TLV packet so that the packet size is less than or equal to a predetermined target size at the time of IP transmission,
A first fragment size is input that is set so that the size of a TLV packet that stores a full header during IP transmission is equal to or less than the target size, and the control information is fragmented so that the payload is equal to or less than the input first fragment size. a fragment part that
A multiplexing process in which payloads of encoded and fragmented video and audio signals are input, and a multiplexed signal of IP packets storing fragmented control information and payloads of the video signal and the audio signal is generated in the fragmentation section. Department and
a TLV conversion unit that converts an IP packet storing the payload of the control information fragmented so that the payload is equal to or smaller than the first fragment size, into a TLV packet including the full header;
A broadcast signal conversion device comprising:
前記フラグメント部は、予め設定されたフルヘッダ送出間隔毎に前記第1フラグメントサイズ以下のペイロードとなるように前記制御情報をフラグメントし、
前記TLV変換部は、前記フルヘッダ送出間隔毎に、前記第1フラグメントサイズ以下のペイロードとなるようにフラグメントした制御情報を含むペイロードのIPパケットを、前記フルヘッダを含むTLVパケットに変換することを特徴とする請求項1に記載の放送信号変換装置。
The fragmentation unit fragments the control information so that the payload is equal to or smaller than the first fragment size at each preset full-header transmission interval,
The TLV conversion unit converts an IP packet of a payload containing control information fragmented so as to have a payload of the first fragment size or less into a TLV packet containing the full header at each full header transmission interval. 2. The broadcast signal conversion device according to claim 1.
前記フラグメント部は、前記第1フラグメントサイズより大きく設定された第2フラグメントサイズがさらに入力され、入力された前記第1フラグメントサイズ以下のペイロードとなるように前記制御情報の先頭部分をフラグメントし、入力された前記第2フラグメントサイズ以下のペイロードとなるように前記第1フラグメントサイズでフラグメントされていない制御情報の残りをフラグメントし、
前記TLV変換部は、前記第2フラグメントサイズ以下のペイロードとなるようにフラグメントした制御情報を含むペイロードのIPパケットを、部分ヘッダを含むTLVパケットに変換することを特徴とする請求項1又は請求項2に記載の放送信号変換装置。
The fragmentation unit further receives a second fragment size set larger than the first fragment size, fragments the leading portion of the control information so that the payload is equal to or smaller than the input first fragment size, and inputs the control information. Fragmenting the rest of the unfragmented control information with the first fragment size so that the payload is equal to or less than the second fragment size, and
3. The TLV converter converts an IP packet of a payload containing control information fragmented so as to have a payload smaller than the second fragment size into a TLV packet containing a partial header. 3. The broadcast signal conversion device according to 2.
予め設定された目標パケットサイズから、前記TLVパケットに付加するUDP/IPヘッダのサイズと、前記フルヘッダを含むTLVパケットのヘッダサイズと、多重化方式のヘッダサイズとを減算することで、前記第1フラグメントサイズを算出すると共に、
前記目標パケットサイズから、前記UDP/IPヘッダのサイズと、前記部分ヘッダを含むTLVパケットのヘッダサイズと、多重化方式のヘッダサイズとを減算することで、前記第2フラグメントサイズを算出するフラグメントサイズ算出部、をさらに備えることを特徴とする請求項3に記載の放送信号変換装置。
By subtracting the size of the UDP/IP header to be added to the TLV packet, the header size of the TLV packet including the full header, and the header size of the multiplexing method from the preset target packet size, the first Along with calculating the fragment size,
Fragment size for calculating the second fragment size by subtracting the size of the UDP/IP header, the header size of the TLV packet including the partial header, and the header size of the multiplexing scheme from the target packet size. 4. The broadcast signal conversion apparatus according to claim 3, further comprising a calculator.
前記TLV変換部は、前記フルヘッダを含めても前記TLVパケットのサイズが前記目標パケットサイズを超えない場合、前記第1フラグメントサイズでフラグメントした制御情報を含む多重信号のIPパケットを、前記フルヘッダを含むTLVパケットに変換することを特徴とする請求項4に記載の放送信号変換装置。 If the size of the TLV packet does not exceed the target packet size even if the full header is included, the TLV conversion unit converts the IP packet of the multiplexed signal including the control information fragmented with the first fragment size to the IP packet including the full header. 5. The broadcast signal conversion apparatus according to claim 4, wherein the conversion is made into TLV packets. 前記TLV変換部は、多重化方式としてMMTを用いる場合、packet_IDが‘0’で、fragmentation_indicatorが‘0’又は‘1’のIPパケットを、前記フルヘッダを含むTLVパケットに変換することを特徴とする請求項1から請求項5の何れか一項に記載の放送信号変換装置。 When MMT is used as a multiplexing method, the TLV conversion unit converts an IP packet having a packet_ID of '0' and a fragmentation_indicator of '0' or '1' into a TLV packet including the full header. 6. The broadcast signal conversion device according to any one of claims 1 to 5. 前記TLV変換部は、多重化方式としてDASH/ROUTEを用いる場合、TSIが‘0’で、TOIが‘0’であるIPパケットに限定した中で、ひとつ前のIPパケットのclose_object_flagが‘1’であるIPパケットを、前記フルヘッダを含むTLVパケットに変換することを特徴とする請求項1から請求項5の何れか一項に記載の放送信号変換装置。 When DASH/ROUTE is used as a multiplexing method, the TLV conversion unit is limited to IP packets with TSI of '0' and TOI of '0'. 6. The broadcast signal conversion apparatus according to claim 1, wherein the IP packet is converted into a TLV packet containing the full header. 前記フラグメント部は、前記第1フラグメントサイズ以下のペイロードとなるようにフラグメントした制御情報を含むパケットに対して、前記フルヘッダを挿入できることを示すラベルを付加し、
前記TLV変換部は、前記ラベルが付加されたIPパケットを、前記フルヘッダを含むTLVパケットに変換することを特徴とする請求項1から請求項7の何れか一項に記載の放送信号変換装置。
The fragmentation unit adds a label indicating that the full header can be inserted to a packet containing control information fragmented so that the payload is equal to or smaller than the first fragment size,
8. The broadcast signal conversion apparatus according to claim 1, wherein the TLV converter converts the labeled IP packet into a TLV packet including the full header.
前記映像信号を符号化する映像符号化部と、
前記音声信号を符号化する音声符号化部と、
をさらに備えることを特徴とする請求項1から請求項8の何れか一項に記載の放送信号変換装置。
a video encoding unit that encodes the video signal;
an audio encoder that encodes the audio signal;
9. The broadcast signal conversion apparatus according to any one of claims 1 to 8, further comprising:
コンピュータを、請求項1から請求項9の何れか一項に記載の放送信号変換装置として機能させるためのプログラム。 A program for causing a computer to function as the broadcast signal conversion device according to any one of claims 1 to 9.
JP2021192849A 2021-11-29 2021-11-29 Broadcast signal conversion device and program therefor Pending JP2023079391A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2021192849A JP2023079391A (en) 2021-11-29 2021-11-29 Broadcast signal conversion device and program therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2021192849A JP2023079391A (en) 2021-11-29 2021-11-29 Broadcast signal conversion device and program therefor

Publications (1)

Publication Number Publication Date
JP2023079391A true JP2023079391A (en) 2023-06-08

Family

ID=86647457

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2021192849A Pending JP2023079391A (en) 2021-11-29 2021-11-29 Broadcast signal conversion device and program therefor

Country Status (1)

Country Link
JP (1) JP2023079391A (en)

Similar Documents

Publication Publication Date Title
KR100982155B1 (en) Video packet shaping for video telephony
KR100680671B1 (en) Method and apparatus for generating error correction data, and computer-readable recording medium storing error correction data generating program
JP5442771B2 (en) Data transmission method in communication system
US7301928B2 (en) Wireless packet transfer apparatus and method
US8341684B2 (en) Method and device for transmitting data
KR101835340B1 (en) Apparatus for transmitting broadcast signal, apparatus for receiving broadcast signal, method for transmitting broadcast signal and method for receiving broadcast signal
JP2002141945A (en) Data transmission system and data transmission method, and program storage medium
KR20120042833A (en) Backward looking robust header compression receiver
JP2007288342A (en) Media stream relay device and method
JP2005515651A (en) Payload header suppression including removal of fields that change with known patterns
US9392082B2 (en) Communication interface and method for robust header compression of data flows
CN108696491B (en) Audio data sending processing method and device and audio data receiving processing method and device
KR20160037926A (en) Method and device for transmitting/receiving broadcast signal
CN104394117A (en) RTP packet transmission method and device
US20150279375A1 (en) Audio Multi-Code Transmission Method And Corresponding Apparatus
JP2023079391A (en) Broadcast signal conversion device and program therefor
JP4050961B2 (en) Packet-type voice communication terminal
KR20070081604A (en) De-packetization method for multimedia packet data
CN107733833B (en) Voice intercommunication method and system for CDMA and VoLTE terminals
JP2005045739A (en) Apparatus, method and system for telephone conversation
JP2005039674A (en) Data transmitter, data receiver and data transmitter-receiver
US20150063103A1 (en) Bandwidth-dependent compressor for robust header compression and method of use thereof
JP2006333224A (en) Sound signal packet communication method, multipoint mixing method, sound signal packet receiving method, and system and device using them
JP2002141944A (en) Data transmission system and data transmission method, and program storage medium
JP5559005B2 (en) Transmission equipment