JP2009094847A - Method and program for processing animation communication - Google Patents

Method and program for processing animation communication Download PDF

Info

Publication number
JP2009094847A
JP2009094847A JP2007264102A JP2007264102A JP2009094847A JP 2009094847 A JP2009094847 A JP 2009094847A JP 2007264102 A JP2007264102 A JP 2007264102A JP 2007264102 A JP2007264102 A JP 2007264102A JP 2009094847 A JP2009094847 A JP 2009094847A
Authority
JP
Japan
Prior art keywords
image frame
packet
transmission
transmission timing
packets
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
JP2007264102A
Other languages
Japanese (ja)
Inventor
Yasunori Nishibe
保則 西部
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.)
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
Original Assignee
Meidensha Corp
Meidensha Electric Manufacturing Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Meidensha Corp, Meidensha Electric Manufacturing Co Ltd filed Critical Meidensha Corp
Priority to JP2007264102A priority Critical patent/JP2009094847A/en
Publication of JP2009094847A publication Critical patent/JP2009094847A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To solve the following problem: a client device to which an image frame where constituent packets are lost is transmitted from a server device can not reproduce the image frame at all. <P>SOLUTION: The animation communication processing method includes: a step (S202) of calculating transmission band on the basis of an error notification packet received from the client device and a packet amount transmitted until receiving the error notification packet, calculating a transmission interval of a packet so as to fall within the transmission band and storing the transmission interval into a storing part; checking whether the transmission timing of a subsequent image frame to be transmitted overlaps the transmission timing of the preceding image frame, before transmitting an image frame (S301); transmitting a packet of the subsequent image frame according to the transmission interval of the packet, when the transmission timing of the image frames does not overlap (S302); and discarding the subsequent image frame without transmitting the subsequent image frame, when the transmission timing of the image frames overlaps (S303). <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、動画像通信技術に関するものである。   The present invention relates to a moving image communication technique.

ストリーミングサーバ装置(以下、単にサーバという)とストリーミングクライアント装置(以下、単にクライアントという)がLAN(Local Area Network)で接続されており、サーバから動画データ(以下、単に動画という)における画像データ(例えば、画像フレーム)をLAN経由で送信し、クライアントで受信画像を再生する画像サービスシステム(例えば、特許文献1参照)が知られている。   A streaming server device (hereinafter simply referred to as a server) and a streaming client device (hereinafter simply referred to as a client) are connected by a LAN (Local Area Network), and image data (for example, simply referred to as a moving image) from the server (for example, , Image frames) are transmitted via a LAN, and an image service system for reproducing a received image by a client (for example, see Patent Document 1) is known.

ここで、上述のような画像サービスシステムの構成の一例を図3に基づいて説明する。図3中の画像サービスシステムにおけるサーバ1には、静止画や動画を撮影する撮影装置(例えば、ビデオカメラ)2が接続されている。撮影装置2によって撮影された画像データをサーバ1がネットワーク100を介してクライアント3に送信する。そして、クライアント3は、その送信された画像データを再生し、表示装置(例えば、ディスプレイ装置)4を使って表示する。   Here, an example of the configuration of the image service system as described above will be described with reference to FIG. An imaging apparatus (for example, a video camera) 2 that captures still images and moving images is connected to the server 1 in the image service system in FIG. The server 1 transmits image data captured by the imaging device 2 to the client 3 via the network 100. Then, the client 3 reproduces the transmitted image data and displays it using a display device (for example, a display device) 4.

なお、サーバ1及びクライアント3は、CPU(Central Processing Unit)など制御部(図示省略),メモリやハードディスクドライブ装置などを含む記憶部(図示省略),ネットワークインタフェース装置(図示省略)を含む通信部を備えているものとする。サーバ1及びクライアント3は、例えば、コンピュータと考えてよい。また、サーバ1は、撮影された動画もしくは静止画データを入力する入力部(例えば、前記記憶部に一旦格納された動画を入力する入力部や撮影装置から入力する入力部など;図示省略)を備える。   The server 1 and the client 3 include a control unit (not shown) such as a CPU (Central Processing Unit), a storage unit (not shown) including a memory and a hard disk drive device, and a communication unit including a network interface device (not shown). It shall be provided. The server 1 and the client 3 may be considered as computers, for example. The server 1 also has an input unit (for example, an input unit for inputting a moving image once stored in the storage unit or an input unit for inputting from a photographing apparatus; not shown) for inputting captured moving image or still image data. Prepare.

また、サーバ1におけるストリーミング方式は、静止画像(JPEG(Joint Photographic Experts Group)画像フレーム)を1秒間に30枚送信することで、動画(あるいは準動画)として見えるモーションJPEGとする。   The streaming method in the server 1 is motion JPEG that appears as a moving image (or quasi-moving image) by transmitting 30 still images (JPEG (Joint Photographic Experts Group) image frames) per second.

一般的に、1枚のJPEG画像フレーム(以下、画像フレームという)のデータサイズはLANの1パケットより大きくなるため、複数パケットに分割して送信する必要がある。画像フレームを複数パケットに分割する様子を図4に基づいて説明する。例えば、図4中の約50kByte(キロバイト)の画像フレームFAは、1パケット当たり1500Byte(バイト)のパケット群PAに分割して送信される。同様に、画像フレームFBはパケット群PBに、画像フレームFCはパケット群PCに分割して送信される。また、撮影装置2による画像フレームの生成間隔は、例えば、33ms(ミリセコンド)である。さらに、パケットの送信間隔は、予め設定された値に従う。 Generally, since the data size of one JPEG image frame (hereinafter referred to as an image frame) is larger than one packet of the LAN, it is necessary to divide it into a plurality of packets for transmission. The manner of dividing the image frame into a plurality of packets will be described with reference to FIG. For example, the image frames F A about 50KByte (kilobytes) in Figure 4, it is transmitted by dividing into packets P A of 1500Byte per packet (byte). Similarly, the image frame F B is divided into packet groups P B and the image frame F C is divided into packet groups P C. Further, the image frame generation interval by the photographing apparatus 2 is, for example, 33 ms (milliseconds). Further, the packet transmission interval follows a preset value.

また、パケットは、そのパケットのヘッダ部分に、画像フレームの撮影された順(撮影順)に応じ該画像フレームを分割したパケットを識別する通番を割り振って(あるいは、パケットに埋め込んで)分割されている。その通番は、例えば、画像フレーム毎の撮影された順番を示す番号と、その画像フレームを分割したパケット毎の番号と、を含むものである。より具体的に、図4に基づいて説明すると、画像フレームFAは、通番A1〜Anを割り振られたパケットに分割される。この通番A1〜Anでは、「A」が画像フレーム毎の番号、下付き添え字「1」〜「n」が分割パケット毎の番号になる。 In addition, the packet is divided by assigning (or embedding in the packet) a serial number for identifying the packet obtained by dividing the image frame in the header portion of the packet according to the order in which the image frames were shot (shooting order). Yes. The serial number includes, for example, a number indicating the shooting order for each image frame and a number for each packet obtained by dividing the image frame. More specifically, will be described with reference to FIG. 4, the image frame F A is divided into packets allocated to the serial number A 1 to A n. In the serial numbers A 1 to An , “A” is a number for each image frame, and subscripts “1” to “n” are numbers for each divided packet.

このため、クライアント3では、分割された全てのパケット(例えば、パケット群PA)が到着した時点で、画像フレーム(例えば、画像フレームFA)を通番に従って構成して画像として再生する。すなわち、1フレームの画像データは、複数のLANにおけるパケット(あるいは、LANフレーム)で構成されることになる。
特開平10−42185号公報(段落[0014]〜[0050]等)。
Therefore, the client 3, when all the packets that are divided (e.g., packets P A) arrives, the image frame (e.g., image frames F A) to reproduce an image constitute accordance serial number. That is, one frame of image data is composed of packets (or LAN frames) in a plurality of LANs.
Japanese Patent Laid-Open No. 10-42185 (paragraphs [0014] to [0050] and the like).

上述のような画像サービスシステムでは、伝送帯域が十分でなく、さらに、パケットが欠落した状態(即ち、パケット欠落)が発生するようなLAN環境において、1画像フレームを構成するパケットが1つでも失われる場合、クライアントでは、その画像フレームを再生できなくなる。   In the image service system as described above, even in the LAN environment where the transmission band is not sufficient and the packet is lost (that is, the packet is lost), even one packet constituting one image frame is lost. The client cannot play the image frame.

さらに、画像フレームにおける僅かなパケット欠落の発生であっても、各画像フレームに均一に発生してしまうと、クライアントでは動画を全く再生できなくなってしまう。   Furthermore, even if a slight packet loss occurs in an image frame, if it occurs uniformly in each image frame, the moving image cannot be reproduced at all by the client.

本発明は、前記課題に基づいてなされたものであって、上述のようなシステムにおけるサーバにおいて、パケット欠落が発生しても、クライアントが再生できるように、動画における最低限の画像を送信する動画通信処理方法及び動画通信処理プログラムを提供することにある。   The present invention has been made based on the above-described problem, and a moving image that transmits a minimum image in a moving image so that the client can play it even if a packet loss occurs in the server in the system as described above. To provide a communication processing method and a moving image communication processing program.

前記課題の解決を図るために、請求項1記載の発明は、記憶部,通信部,撮影された動画データを入力する入力部を備え、該入力部によって入力された動画データを構成する画像フレームの撮影順に応じ該画像フレームを分割したパケットを識別する通番を割り振ってパケットに分割し、送信したパケット量を該記憶部に格納し、それらのパケットを通信回線を介してクライアント装置に送信するサーバ装置に使用する動画通信処理方法であって、前記クライアント装置から、欠落したパケットの通番を含むパケット欠落通知を有するエラー通知パケットを前記通信部を使って受信し、該エラー通知パケットと、該エラー通知パケットを受信するまでにサーバ装置自体の送信したパケット量に基づいて伝送帯域を算出し、その伝送帯域に収まるようなパケットの送信間隔を算出し、該算出したパケットの送信間隔を前記記憶部に格納するステップと、画像フレームを送信する前に、後続する該送信すべき画像フレームの送信タイミングが、先行する画像フレームの送信タイミングに重なるか否かをチェックするステップと、後続する画像フレームの送信タイミングが先行する画像フレームの送信タイミングに重ならない場合、前記記憶部に格納されたパケットの送信間隔に従って、送信間隔を開けて、後続する画像フレームのパケットを前記通信部を使って送信するステップと、後続する画像フレームの送信タイミングが先行する画像フレームの送信タイミングに重なってしまう場合、後続する画像フレームを送信せずに、該後続する画像フレームを破棄するステップと、を有することを特徴とする。   In order to solve the above problem, the invention according to claim 1 is provided with a storage unit, a communication unit, and an input unit for inputting captured moving image data, and an image frame constituting the moving image data input by the input unit. A server that allocates a serial number for identifying a packet obtained by dividing the image frame according to the shooting order of the image frame, divides the packet into packets, stores the amount of transmitted packets in the storage unit, and transmits the packets to the client device via the communication line A video communication processing method used for a device, wherein an error notification packet having a packet loss notification including a lost packet sequence number is received from the client device using the communication unit, the error notification packet, and the error The transmission bandwidth is calculated based on the amount of packets transmitted by the server device itself until the notification packet is received, and it falls within that transmission bandwidth. Calculating the packet transmission interval, storing the calculated packet transmission interval in the storage unit, and transmitting the preceding image frame to be transmitted before transmitting the image frame. The step of checking whether or not the transmission timing of the image frame overlaps, and if the transmission timing of the subsequent image frame does not overlap the transmission timing of the preceding image frame, the transmission is performed according to the packet transmission interval stored in the storage unit Transmit the subsequent image frame if the transmission timing of the subsequent image frame overlaps the transmission timing of the preceding image frame with the step of transmitting the packet of the subsequent image frame using the communication unit at an interval. And without discarding the subsequent image frame And wherein the door.

請求項2記載の発明は、動画通信処理プログラムであって、請求項1に記載の動画通信処理方法を、コンピュータで実行可能なコンピュータプログラムとして記述したことを特徴とする。   The invention described in claim 2 is a moving image communication processing program, wherein the moving image communication processing method according to claim 1 is described as a computer program executable by a computer.

前記請求項1の発明によれば、パケット欠落に基づいて、動画における画像フレームを間引いて送信できる。   According to the first aspect of the present invention, it is possible to transmit by thinning out image frames in a moving image based on packet loss.

前記請求項2の発明によれば、請求項1に記載の動画通信処理方法をコンピュータプログラムとして記載できる。   According to the invention of claim 2, the moving image communication processing method of claim 1 can be described as a computer program.

以上示したように請求項1の発明によれば、伝送帯域の狭い伝送路において、パケット欠落が発生しても、動画における最低限の画像をクライアント装置に送信できる。さらに、クライアント装置が、その動画を全く再生できない事態を回避できる。   As described above, according to the first aspect of the present invention, even if a packet loss occurs on a transmission path with a narrow transmission band, a minimum image in a moving image can be transmitted to the client device. Further, it is possible to avoid a situation in which the client device cannot reproduce the moving image at all.

請求項2の発明によれば、請求項1に記載の動画通信処理方法を実装したコンピュータプログラムを提供できる。   According to invention of Claim 2, the computer program which mounted the moving image communication processing method of Claim 1 can be provided.

これらを以って動画像通信技術分野に貢献できる。   These can contribute to the video communication technology field.

以下、本発明の実施形態における画像サービスシステムの動画通信処理方法を図面等に基づいて詳細に説明する。なお、本実施形態の装置構成は、図3と同じものを採用する。   Hereinafter, a moving image communication processing method of an image service system according to an embodiment of the present invention will be described in detail with reference to the drawings. Note that the apparatus configuration of the present embodiment is the same as that shown in FIG.

本実施形態における画像サービスシステムでは、画像フレームを、撮影装置(例えば、ビデオカメラ)の仕様によって定期的(例えば、33ms(ミリセコンド)間隔)に生成し、伝送帯域が十分広い場合、先行する画像フレームの送信は、後続する画像フレームが生成されるまでの間に送信しきってしまうことを理想的な状態と想定している。しかし、実際には、画像フレームのパケットの送信間隔が間延びしてしまうため、本実施形態における画像サービスシステムにおけるサーバは、先行する画像フレームのパケットの送信間隔が間延びして、後続する画像フレームの生成まで間に合わなかった場合に、その後続する画像フレームを廃棄して送信を行わないようにする動画通信処理方法を採用している。   In the image service system according to the present embodiment, when an image frame is generated periodically (for example, at an interval of 33 ms (milliseconds)) according to the specifications of a photographing apparatus (for example, a video camera) and the transmission band is sufficiently wide, the preceding image It is assumed that the frame is ideally transmitted until the subsequent image frame is generated. However, in practice, since the transmission interval of the image frame packet is extended, the server in the image service system in the present embodiment extends the transmission interval of the preceding image frame packet, and A moving image communication processing method is adopted in which, when the generation is not in time, the subsequent image frame is discarded and transmission is not performed.

本実施形態における動画通信処理方法を図1,図2に基づいて説明する。以下の説明で、図3と同じ符号のものの説明は省略する。なお、図1はサーバにおける動画通信処理方法を示すフローチャートであって、図1(A)はサーバにおけるメイン処理ループを示すフローチャート、図1(B)はサーバにおけるエラー通知パケット処理を示すフローチャート、図1(C)はサーバにおける画像フレーム送信処理を示すフローチャート、図2はサーバにおける動画送信処理方法の概念図である。   A moving image communication processing method according to this embodiment will be described with reference to FIGS. In the following description, the description of the same reference numerals as in FIG. 3 is omitted. 1 is a flowchart showing a video communication processing method in the server, FIG. 1A is a flowchart showing a main processing loop in the server, FIG. 1B is a flowchart showing error notification packet processing in the server, 1 (C) is a flowchart showing image frame transmission processing in the server, and FIG. 2 is a conceptual diagram of a moving image transmission processing method in the server.

まず、クライアント3は、受信したパケットをチェックし、パケット欠落(通番の抜け)を検出すると、ただちに、パケット欠落通知(例えば、欠落したパケットの通番を含む通知)を含むエラー通知パケットをサーバ1へ送信する。   First, when the client 3 checks the received packet and detects a missing packet (missing serial number), the client 3 immediately sends an error notification packet including a missing packet notification (for example, a notification including the serial number of the missing packet) to the server 1. Send.

そして、サーバ1は、パケット欠落通知を含むエラー通知パケットを通信部を使って受信した(S101,S102,S103,S201)場合、図2のように、割り当てられた伝送帯域に合わせてパケットの送信間隔Tbを適切に延ばし、1画像フレームを確実にクライアント3へ伝送するようにする(S202)。なお、図1中のステップS104は、エラー通知パケットでないパケットに関する処理のため、説明を省略する。 When the server 1 receives the error notification packet including the packet loss notification using the communication unit (S101, S102, S103, S201), the server 1 transmits the packet in accordance with the allocated transmission band as shown in FIG. The interval Tb is appropriately extended to reliably transmit one image frame to the client 3 (S202). Note that step S104 in FIG. 1 is a process related to a packet that is not an error notification packet, and thus description thereof is omitted.

より具体的には、サーバ1は、クライアント3から通知されたエラー通知パケット(例えば、該エラー通知パケットに含まれる欠落したパケットの通番)とそのエラー通知パケットが受信されるまでにサーバ1自体の送信したパケット量に基づいて伝送帯域を算出し、その伝送帯域に収まるようなパケットの送信間隔Tbを算出し、該送信間隔Tbを記憶部の所定領域に格納する。なお、サーバ1自体の送信したパケット量は、パケット送信毎に更新され、前記記憶部に格納されるものとする。 More specifically, the server 1 receives the error notification packet notified from the client 3 (for example, the serial number of the missing packet included in the error notification packet) and the server 1 itself until the error notification packet is received. A transmission band is calculated based on the amount of transmitted packets, a packet transmission interval T b that fits within the transmission band is calculated, and the transmission interval T b is stored in a predetermined area of the storage unit. Note that the amount of packets transmitted by the server 1 itself is updated every packet transmission and stored in the storage unit.

なお、図1中のステップS203は、パケット欠落通知を含まない他のエラー通知パケットに関する処理のため、説明を省略する。   Note that step S203 in FIG. 1 is a process related to another error notification packet that does not include a packet loss notification, and thus description thereof is omitted.

また、サーバ1は、例えば、新たな画像フレーム(即ち、後続する画像フレーム)の入力によって画像フレームを送信するイベントが発生し(S105,S106)、その画像フレーム送信前に、後続する画像フレームの送信タイミングが、先行する画像フレームの送信タイミング(あるいは、送信間隔)に重なってしまう(即ち、先行する画像フレームが送信中)か否かをチェックする(S301)。後続する画像フレームの送信タイミングが先行する画像フレームの送信タイミングに重なってしまう場合、ステップS303へ進む。後続する画像フレームの送信タイミングが先行する画像フレームの送信タイミングに重ならない場合、ステップS302へ進む。   Further, for example, the server 1 generates an event of transmitting an image frame by inputting a new image frame (that is, a subsequent image frame) (S105, S106), and before the image frame is transmitted, It is checked whether or not the transmission timing overlaps the transmission timing (or transmission interval) of the preceding image frame (that is, the preceding image frame is being transmitted) (S301). If the transmission timing of the subsequent image frame overlaps with the transmission timing of the preceding image frame, the process proceeds to step S303. If the transmission timing of the subsequent image frame does not overlap with the transmission timing of the preceding image frame, the process proceeds to step S302.

ステップS302では、前記所定領域に格納されたパケットの送信間隔Tbに従って、送信間隔を開けて、送信すべき画像フレームのパケットを通信部を使って送信する。 In step S302, according to the transmission interval T b of the packet stored in the predetermined area, to open the transmission interval, a packet of the image frame to be transmitted and transmits via the communication unit.

ステップS303では、後続する画像フレームを送信せずに、破棄する。例えば、図2中のように、先行する画像フレームFAのパケットの送信間隔Tbを延ばすと、後続する画像フレームFBの送信タイミングに重なってしまうため、その画像フレームFBを送信せずに、該画像フレームFBを廃棄する。従って、図2中では、画像フレームFAの次に送信すべき画像フレームは画像フレームFcとなる。 In step S303, the subsequent image frame is discarded without being transmitted. For example, as in FIG. 2, when extending the transmission interval T b of the packet of the preceding image frame F A, since overlaps the transmission timing of the subsequent image frame F B, without sending the image frame F B to, discard the image frame F B. Therefore, in FIG. 2, the image frame to be transmitted next to the image frame F A is the image frame F c .

なお、本実施形態の動画通信処理方法における手順をコンピュータのプログラムで構成し、そのプログラムをコンピュータに実行させることができることは言うまでもない。   Needless to say, the procedure in the moving image communication processing method of the present embodiment can be configured by a computer program, and the program can be executed by the computer.

さらに、上述の動画通信処理方法を記述したコンピュータプログラムを、該動画通信処理方法に必要とされる入出力データを格納したメモリや外部記憶装置等にアクセスするように実装してもよい。   Furthermore, a computer program describing the above-described moving image communication processing method may be mounted so as to access a memory or an external storage device that stores input / output data required for the moving image communication processing method.

以上のように、本実施形態によれば、ストリーミングにおける画像フレームが間引かれることになり、30画像フレーム毎秒の再生を達成できなくなるため、動画の再生のなめらかさが損なわれるが、まったく再生できない事態を回避できる。   As described above, according to the present embodiment, image frames in streaming are thinned out, and reproduction of 30 image frames per second cannot be achieved. The situation can be avoided.

以上、本発明において、記載された具体例に対してのみ詳細に説明したが、本発明の技術思想の範囲で多彩な変形および修正が可能であることは、当業者にとって明白なことであり、このような変形および修正が特許請求の範囲に属することは当然のことである。   Although the present invention has been described in detail only for the specific examples described above, it is obvious to those skilled in the art that various changes and modifications are possible within the scope of the technical idea of the present invention. Such variations and modifications are naturally within the scope of the claims.

例えば、本実施形態では、ネットワークを介して通信を行っているが、一般的な通信回線(例えば、電話回線)であっても良い。   For example, in the present embodiment, communication is performed via a network, but a general communication line (for example, a telephone line) may be used.

また、本実施形態は、モーションJPEGを対象とするだけでなく、画像フレーム毎に送信する形態であれば、どんなものでも適応可能である。   In addition, this embodiment can be applied not only to motion JPEG but also to any form that transmits every image frame.

本実施形態における動画通信処理方法を示すフローチャートであって、図1(A)はストリーミングサーバ装置におけるメイン処理ループを示すフローチャート、図1(B)はストリーミングサーバ装置におけるエラー通知パケット処理を示すフローチャート、図1(C)はストリーミングサーバ装置における画像フレーム送信処理を示すフローチャート。FIG. 1A is a flowchart illustrating a moving image communication processing method in the present embodiment, FIG. 1A is a flowchart illustrating a main processing loop in a streaming server device, and FIG. 1B is a flowchart illustrating error notification packet processing in the streaming server device; FIG. 1C is a flowchart showing image frame transmission processing in the streaming server device. ストリーミングサーバ装置における動画送信処理方法の概念図。The conceptual diagram of the moving image transmission processing method in a streaming server apparatus. 一般的な画像サービスシステムの一例を示す図。The figure which shows an example of a general image service system. 画像フレームを複数パケットに分割する様子を示す概念図。The conceptual diagram which shows a mode that an image frame is divided | segmented into several packets.

符号の説明Explanation of symbols

1…ストリーミングサーバ
2…撮影装置
3…ストリーミングクライアント
4…表示装置
100…ネットワーク
A,FB,FC…画像フレーム
A,PB,PC…パケット群
1〜A3,An,B1〜B3,Bn,C1〜C3,Cn…パケット
b…パケットの送信間隔
1 ... streaming server 2 ... imaging device 3 ... streaming client 4 ... display device 100 ... network F A, F B, F C ... image frame P A, P B, P C ... packets A 1 ~A 3, A n, B 1 to B 3 , B n , C 1 to C 3 , C n ... packet T b ... packet transmission interval

Claims (2)

記憶部,通信部,撮影された動画データを入力する入力部を備え、
該入力部によって入力された動画データを構成する画像フレームの撮影順に応じ該画像フレームを分割したパケットを識別する通番を割り振ってパケットに分割し、
送信したパケット量を該記憶部に格納し、
それらのパケットを通信回線を介してクライアント装置に送信するサーバ装置
に使用する動画通信処理方法であって、
前記クライアント装置から、欠落したパケットの通番を含むパケット欠落通知を有するエラー通知パケットを前記通信部を使って受信し、
該エラー通知パケットと、該エラー通知パケットを受信するまでにサーバ装置自体の送信したパケット量に基づいて伝送帯域を算出し、その伝送帯域に収まるようなパケットの送信間隔を算出し、該算出したパケットの送信間隔を前記記憶部に格納するステップと、
画像フレームを送信する前に、後続する該送信すべき画像フレームの送信タイミングが、先行する画像フレームの送信タイミングに重なるか否かをチェックするステップと、
後続する画像フレームの送信タイミングが先行する画像フレームの送信タイミングに重ならない場合、前記記憶部に格納されたパケットの送信間隔に従って、送信間隔を開けて、後続する画像フレームのパケットを前記通信部を使って送信するステップと、
後続する画像フレームの送信タイミングが先行する画像フレームの送信タイミングに重なってしまう場合、後続する画像フレームを送信せずに、該後続する画像フレームを破棄するステップと、
を有することを特徴とする動画通信処理方法。
A storage unit, a communication unit, and an input unit for inputting captured video data,
Assigning a serial number for identifying a packet obtained by dividing the image frame according to the shooting order of the image frame constituting the moving image data input by the input unit, and dividing the packet into packets;
Store the amount of transmitted packets in the storage unit,
A video communication processing method used for a server device that transmits those packets to a client device via a communication line,
An error notification packet having a packet loss notification including a lost packet sequence number is received from the client device using the communication unit,
The transmission bandwidth is calculated based on the error notification packet and the amount of packets transmitted by the server device itself until the error notification packet is received, and the transmission interval of packets that fit within the transmission bandwidth is calculated, and the calculated Storing packet transmission intervals in the storage unit;
Before transmitting an image frame, checking whether the transmission timing of the subsequent image frame to be transmitted overlaps the transmission timing of the preceding image frame;
When the transmission timing of the subsequent image frame does not overlap with the transmission timing of the preceding image frame, the transmission interval is opened according to the transmission interval of the packet stored in the storage unit, and the packet of the subsequent image frame is passed through the communication unit. Using the send step,
If the transmission timing of the subsequent image frame overlaps with the transmission timing of the preceding image frame, discarding the subsequent image frame without transmitting the subsequent image frame;
A video communication processing method characterized by comprising:
請求項1に記載の動画通信処理方法を、コンピュータで実行可能なコンピュータプログラムとして記述したことを特徴とする動画通信処理プログラム。   A moving image communication processing program according to claim 1, wherein the moving image communication processing method is described as a computer program executable by a computer.
JP2007264102A 2007-10-10 2007-10-10 Method and program for processing animation communication Pending JP2009094847A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007264102A JP2009094847A (en) 2007-10-10 2007-10-10 Method and program for processing animation communication

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007264102A JP2009094847A (en) 2007-10-10 2007-10-10 Method and program for processing animation communication

Publications (1)

Publication Number Publication Date
JP2009094847A true JP2009094847A (en) 2009-04-30

Family

ID=40666351

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007264102A Pending JP2009094847A (en) 2007-10-10 2007-10-10 Method and program for processing animation communication

Country Status (1)

Country Link
JP (1) JP2009094847A (en)

Similar Documents

Publication Publication Date Title
US9565482B1 (en) Adaptive profile switching system and method for media streaming over IP networks
US8953580B2 (en) Transport stream packets with time stamp generation by medium access control
US8214708B2 (en) Video transmitting apparatus, video receiving apparatus, and video transmission system
KR20100050516A (en) Streaming data content in a network
JP2007143113A (en) Transmitting/receiving system, transmitter, and transmitting method
US8194758B2 (en) Image receiving apparatus and control method of image receiving apparatus
JP2009049529A (en) Communication control device, communication control method and computer program
JP2004056393A (en) Correction system for storage result of reproduced data
JP2010028378A (en) Communication apparatus and communication method
JP5335354B2 (en) Information transmitting apparatus, information transmitting apparatus control method, and computer program
JP2007502585A (en) Apparatus, system and method for transmitting data technology area
KR101710011B1 (en) Image data transmission and reception method and apparatus
KR20100130783A (en) Method for controlling video recorder, and video recorder adopting the method
JP5085553B2 (en) Method for transferring data flow from data source to data sink, data sink device, data source device, and device for performing the same
EP4020931A1 (en) Managing data flow between source node and recipient node
JP2009094847A (en) Method and program for processing animation communication
JP2010011287A (en) Image transmission method and terminal device
WO2024060719A1 (en) Data transmission methods, apparatus, electronic device, and storage medium
JP5159973B1 (en) Transmission packet distribution method
CN113453006B (en) Picture packaging method, device and storage medium
KR101877535B1 (en) Streaming image encryption method and computer program, streaming image decryption method and computer program
JP2009206998A (en) Communications device
JP2009239514A (en) Motion picture distribution apparatus, going-through device, and motion picture distribution system and method
JP2009049530A (en) Data transmission device, data relay device, and data receiving device
JP2019524011A (en) Method and apparatus for transmitting and receiving MMTP packets