JP4911579B2 - Terminal, program and method for storing or playing back stream for analysis - Google Patents

Terminal, program and method for storing or playing back stream for analysis Download PDF

Info

Publication number
JP4911579B2
JP4911579B2 JP2006161709A JP2006161709A JP4911579B2 JP 4911579 B2 JP4911579 B2 JP 4911579B2 JP 2006161709 A JP2006161709 A JP 2006161709A JP 2006161709 A JP2006161709 A JP 2006161709A JP 4911579 B2 JP4911579 B2 JP 4911579B2
Authority
JP
Japan
Prior art keywords
stream
packet
time
reception
unit
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2006161709A
Other languages
Japanese (ja)
Other versions
JP2007335915A (en
Inventor
知彦 高橋
朋広 小原
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
KDDI Corp
Original Assignee
KDDI 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 KDDI Corp filed Critical KDDI Corp
Priority to JP2006161709A priority Critical patent/JP4911579B2/en
Publication of JP2007335915A publication Critical patent/JP2007335915A/en
Application granted granted Critical
Publication of JP4911579B2 publication Critical patent/JP4911579B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、解析のためにストリームを保存又は再生する端末、プログラム及び方法に関する。   The present invention relates to a terminal, a program, and a method for storing or reproducing a stream for analysis.

従来、映像又は音声等のマルチメディアデータを、インターネットなどのネットワークを介して受信しながら同時に再生をすることができる「ストリーミング」技術がある。全てのデータを受信することなく、大容量のマルチメディアデータであっても、直ぐに再生を開始することができる。このようなストリーミング技術のために配信されるデータを「ストリーム」という。   2. Description of the Related Art Conventionally, there is a “streaming” technique that can simultaneously play multimedia data such as video or audio while receiving it via a network such as the Internet. Even if a large amount of multimedia data is received without receiving all the data, the reproduction can be started immediately. Data distributed for such streaming technology is referred to as a “stream”.

ストリームは、RTP(Real time Transport Protocol)及びIP(Internet Protocol)ヘッダを含む複数のパケットから構成される。RTPヘッダには、そのパケットの生成時刻も含まれる。送信装置は、ストリームを構成する複数のRTPパケットを受信装置へ送信する。受信装置は、RTPパケット毎にヘッダを取り除き、複数のパケットを合成してストリームを生成する。生成されたストリームは、受信装置によって再生される。   The stream is composed of a plurality of packets including RTP (Real Time Transport Protocol) and IP (Internet Protocol) headers. The RTP header includes the generation time of the packet. The transmission device transmits a plurality of RTP packets constituting the stream to the reception device. The receiving apparatus removes the header for each RTP packet and generates a stream by combining a plurality of packets. The generated stream is reproduced by the receiving device.

受信装置は、受信したストリームを、ファイルとして保存し、必要なときに再生することもできる(例えば特許文献1及び2参照)。例えば3gpのような蓄積型ファイルフォーマットによって保存され、送信装置によって送信された原ストリームと一致する。   The receiving apparatus can also store the received stream as a file and play it back when necessary (see, for example, Patent Documents 1 and 2). For example, it is stored in a storage type file format such as 3 gp and matches the original stream transmitted by the transmission device.

特開2003−348222号公報JP 2003-348222 A 特開2003−152888号公報JP 2003-152888 A

ストリーミング技術を用いて、ストリームを受信しながら同時に再生する場合、その再生は、ネットワーク特有の遅延、パケット損失、伝送ゆらぎ等の影響を受ける。例えば、大きい遅延を含むネットワークを介して、ストリームを受信しながら同時に再生する場合、再生される映像又は音声が、間飛びしたりギクシャクする場合がある。   When streaming is performed simultaneously while receiving a stream using the streaming technology, the reproduction is affected by network-specific delay, packet loss, transmission fluctuation, and the like. For example, when a stream is simultaneously played back while receiving a stream via a network including a large delay, the played video or audio may be skipped or jerky.

一方で、蓄積型ファイルフォーマットによって保存されたストリームファイルには、遅延等の影響は反映されない。従って、保存されたストリームを再生すると、原ストリームの再生と同様に(又はパケット損失した場合は間飛びして)再生される。   On the other hand, the influence of delay or the like is not reflected in the stream file saved by the storage type file format. Therefore, when the stored stream is played back, it is played back in the same way as the playback of the original stream (or skipped if packets are lost).

そこで、本発明は、遅延等の影響も含めてストリームを保存することにより、その再生によってネットワークの影響を解析することができる端末、プログラム及び方法を提供することを目的とする。   Therefore, an object of the present invention is to provide a terminal, a program, and a method that can analyze the influence of a network by storing the stream including the influence of delay and the like and reproducing the stream.

本発明の端末によれば、
ストリームを受信するストリーム受信手段と、現在時刻を出力するタイマと、ストリームのパケット毎に受信時刻を付与する時刻付与手段とを含むストリーム保存手段と、
受信時刻が付与されたパケットを、受信順に蓄積するストリーム蓄積手段と、
ストリーム蓄積手段から、ストリームをパケット毎に読み出すストリーム読み出し手段と、
読み出されたパケットの受信時刻に応じて時間遅延させる時間バッファ手段と、
時間バッファ手段から出力されたパケットを再生すると共に、復号する際にデコードバッファの推移状態を解析するストリーム再生手段と
を有することを特徴とする。
According to the terminal of the present invention,
A stream storage means including a stream receiving means for receiving a stream, a timer for outputting a current time, and a time giving means for giving a reception time for each packet of the stream;
Stream accumulation means for accumulating packets given reception times in the order of reception;
A stream reading means for reading the stream for each packet from the stream storage means;
Time buffer means for delaying the time according to the reception time of the read packet;
And stream reproducing means for reproducing a packet output from the time buffer means and analyzing a transition state of the decoding buffer when decoding .

本発明の端末における他の実施形態によれば、
ストリームは、映像パケット及び音声パケットが多重化された複数のRTP(Real time Transport Protocol)パケットによって構成されており、
ストリーム保存手段は、相手方通信装置との呼処理のネゴシエーションによって得られたSDP(Session Description Protocol)ファイルを、ストリーム蓄積手段へ蓄積する呼処理手段を更に含んでおり、
ストリーム再生手段は、時間バッファ手段から出力されたパケットを、映像パケット又は音声パケットに分離する多重分離手段と、映像パケット又は音声パケットをSDPファイルに応じて復号する復号手段と、該復号手段におけるデコードバッファの推移状態を解析する解析手段とを有する
ことも好ましい。
According to another embodiment of the terminal of the present invention,
The stream is composed of a plurality of RTP (Real time Transport Protocol) packets in which video packets and audio packets are multiplexed,
The stream storage means further includes a call processing means for storing the SDP (Session Description Protocol) file obtained by the call processing negotiation with the counterpart communication device in the stream storage means,
Stream reproducing means, has been a packet output from the time the buffer means, and demultiplexing means for separating the video packet or audio packet, and decoding means for decoding in accordance with the video packets or audio packets in the SDP file, decoded in the decoding means It is also preferable to have analysis means for analyzing the transition state of the buffer .

本発明の端末によれば、
ストリームのパケット毎に受信時刻が付与されたパケットを、受信順に蓄積するストリーム蓄積手段と、
ストリーム蓄積手段から、ストリームをパケット毎に読み出すストリーム読み出し手段と、
読み出されたパケットの受信時刻に応じて時間遅延させる時間バッファ手段と、
時間バッファ手段から出力されたパケットを、他の通信装置へ送信するストリーム送信手段と
を有することを特徴とする。
According to the terminal of the present invention,
Stream accumulation means for accumulating packets given reception times for each packet of the stream in the order of reception;
A stream reading means for reading the stream for each packet from the stream storage means;
Time buffer means for delaying the time according to the reception time of the read packet;
A stream transmission unit configured to transmit the packet output from the time buffer unit to another communication device.

本発明の端末における他の実施形態によれば、
GPS(Global Positioning System)機能によって位置情報を取得する測位手段と、
位置情報を、他の通信装置へ送信する位置情報送信手段と
を更に有することも好ましい。
According to another embodiment of the terminal of the present invention,
Positioning means for acquiring position information by a GPS (Global Positioning System) function;
It is preferable to further include position information transmitting means for transmitting the position information to another communication device.

本発明の端末における他の実施形態によれば、ストリームは、試験用のテレビ電話用ストリームであることも好ましい。   According to another embodiment of the terminal of the present invention, the stream is preferably a test videophone stream.

本発明によれば、
ストリームを受信するストリーム受信手段と、現在時刻を出力するタイマと、ストリームのパケット毎に受信時刻を付与する時刻付与手段とを含むストリーム保存手段と、
受信時刻が付与されたパケットを、受信順に蓄積するストリーム蓄積手段と、
ストリーム蓄積手段から、ストリームをパケット毎に読み出すストリーム読み出し手段と、
読み出されたパケットの受信時刻に応じて時間遅延させる時間バッファ手段と、
時間バッファ手段から出力されたパケットを再生すると共に、復号する際にデコードバッファの推移状態を解析するストリーム再生手段と
してコンピュータを機能させることを特徴とする。
According to the present invention,
A stream storage means including a stream receiving means for receiving a stream, a timer for outputting a current time, and a time giving means for giving a reception time for each packet of the stream;
Stream accumulation means for accumulating packets given reception times in the order of reception;
A stream reading means for reading the stream for each packet from the stream storage means;
Time buffer means for delaying the time according to the reception time of the read packet;
The computer is caused to function as a stream reproduction unit that reproduces a packet output from the time buffer unit and analyzes a transition state of the decode buffer at the time of decoding .

本発明によれば、
ストリームのパケット毎に受信時刻が付与されたパケットを、受信順に蓄積するストリーム蓄積手段と、
ストリーム蓄積手段から、ストリームをパケット毎に読み出すストリーム読み出し手段と、
読み出されたパケットの受信時刻に応じて時間遅延させる時間バッファ手段と、
時間バッファ手段から出力されたパケットを、他の通信装置へ送信するストリーム送信手段と
してコンピュータを機能させることを特徴とするプログラム。
According to the present invention,
Stream accumulation means for accumulating packets given reception times for each packet of the stream in the order of reception;
A stream reading means for reading the stream for each packet from the stream storage means;
Time buffer means for delaying the time according to the reception time of the read packet;
A program that causes a computer to function as a stream transmission unit that transmits a packet output from a time buffer unit to another communication device.

本発明によれば、ネットワークを介してストリームを受信する端末におけるストリームの保存再生方法において、
ストリームを受信する第1のステップと、
ストリームのパケット毎に受信時刻を付与する第2のステップと、
受信時刻が付与されたパケットを、受信順にストリーム蓄積部に蓄積する第3のステップと、
ストリーム蓄積部から、ストリームをパケット毎に読み出す第4のステップと、
読み出されたパケットの受信時刻に応じて時間遅延させる第5のステップと、
時間遅延させたパケットを再生すると共に、復号する際にデコードバッファの推移状態を解析する第6のステップと
を有することを特徴とする。
According to the present invention, in a method for storing and reproducing a stream in a terminal that receives a stream via a network,
A first step of receiving a stream;
A second step of assigning a reception time to each packet of the stream;
A third step of accumulating the packets with the reception times in the stream accumulation unit in the order of reception;
A fourth step of reading the stream for each packet from the stream storage unit;
A fifth step of delaying the time according to the reception time of the read packet;
A sixth step of reproducing the packet delayed in time and analyzing the transition state of the decoding buffer at the time of decoding is provided.

本発明によれば、ネットワークを介してストリームを受信する端末におけるストリームの保存再生方法において、
ストリームのパケット毎に受信時刻が付与されたパケットを、受信順に蓄積するストリーム蓄積部を有しており、
ストリーム蓄積部から、ストリームをパケット毎に読み出す第1のステップと、
読み出されたパケットの受信時刻に応じて時間遅延させる第2のステップと、
時間遅延させたパケットを、他の通信装置へ送信する第3のステップと
を有することを特徴とする。
According to the present invention, in a method for storing and reproducing a stream in a terminal that receives a stream via a network,
A stream accumulating unit that accumulates packets given reception times for each packet of the stream in the order of reception;
A first step of reading the stream for each packet from the stream storage unit;
A second step of delaying the time according to the reception time of the read packet;
And a third step of transmitting the time-delayed packet to another communication device.

本発明の端末、プログラム及び方法によれば、遅延等の影響も含めてストリームを保存することにより、その再生によってネットワークの影響を解析することができる。即ち、再生される映像及び音声の態様は、ネットワークの遅延等の影響を受けたものであって、アプリケーション毎にネットワークから受ける影響を試験することもできる。   According to the terminal, the program, and the method of the present invention, it is possible to analyze the influence of the network by storing the stream including the influence of delay or the like and reproducing the stream. That is, the video and audio modes to be reproduced are affected by network delay and the like, and it is possible to test the influence received from the network for each application.

以下では、図面を用いて、本発明を実施するための最良の形態について詳細に説明する。   Hereinafter, the best mode for carrying out the present invention will be described in detail with reference to the drawings.

図1は、本発明におけるシステム構成図である。   FIG. 1 is a system configuration diagram according to the present invention.

図1によれば、端末1は、基地局5及びインターネット4を介して、ストリーム配信サーバ2からストリームを受信している。ストリームは、端末3から受信されるものであってもよい。ストリームは、ネットワーク特有の遅延、パケット損失、伝送ゆらぎ等の影響を受けて、端末1によって受信される。   According to FIG. 1, the terminal 1 receives a stream from the stream distribution server 2 via the base station 5 and the Internet 4. The stream may be received from the terminal 3. The stream is received by the terminal 1 under the influence of network-specific delay, packet loss, transmission fluctuation, and the like.

本発明における端末1は、遅延等の影響を含む状態で、受信したストリームを保存する。そして、保存されたストリームファイルは、遅延等の影響を含む状態で再生される。ストリームは、試験用のテレビ電話用ストリームであってもよい。試験用ストリームとすることにより、伝送状態が的確に再現される。   The terminal 1 in the present invention stores the received stream in a state including the influence of delay and the like. Then, the stored stream file is reproduced in a state including the influence of delay or the like. The stream may be a test videophone stream. By using the test stream, the transmission state is accurately reproduced.

また、端末1は、保存されたストリームファイルを出力することもできる。これにより、他の装置によって、端末1が受信した遅延等の影響を含む状態で再生することもできる。   The terminal 1 can also output the saved stream file. As a result, the reproduction can be performed in a state including the influence of the delay received by the terminal 1 by another apparatus.

更に、端末1が、保存されたストリームファイルのパケット毎に、遅延等の影響を反映した時間遅延を確保して、ストリーム解析サーバ6へ送信することもできる。これにより、ストリーム解析サーバ6に対して、端末1におけるストリームの受信状態が再現される。   Further, the terminal 1 can secure a time delay reflecting the influence of delay or the like for each packet of the stored stream file and transmit it to the stream analysis server 6. Thereby, the stream reception state in the terminal 1 is reproduced for the stream analysis server 6.

図2は、本発明によって蓄積されるデータ構成図である。   FIG. 2 is a data configuration diagram stored according to the present invention.

ストリームは、複数のRTPパケットによって構成され、映像パケット及び音声パケットが多重化されたものである。図2によれば、RTPヘッダを含む映像パケット及び音声パケットが、受信順に並べられている。本発明によれば、各RTPパケットに受信時刻が付与され、RTPパケットレベルで受信順にストリーム蓄積部に保存される。エラーが検出されたパケットも蓄積される。RTPパケットレベルで蓄積することにより、受信するストリームが、RTP試験用のもの(例えば、RTPヘッダにCSRCを含む試験や、タイムスタンプが一巡する試験)であってもよい。尚、実装の簡略化のためパケットサイズを付与してもよい。   The stream is composed of a plurality of RTP packets, and is obtained by multiplexing video packets and audio packets. According to FIG. 2, the video packet and the audio packet including the RTP header are arranged in the order of reception. According to the present invention, a reception time is given to each RTP packet, and the RTP packet level is stored in the stream storage unit in the order of reception. Packets in which errors are detected are also accumulated. By accumulating at the RTP packet level, the received stream may be for RTP testing (for example, a test including CSRC in the RTP header, or a test in which a time stamp circulates). Note that a packet size may be added for simplification of implementation.

また、図2には、SDP(Session Description Protocol)ファイルの一例が表されている。SDPファイルとは、呼処理のネゴシエーションによって得られた相手端末のセッション能力情報を保存したファイルをいう。図2によれば、SDPファイルは、セッション記述部と、1つ以上のメディア記述部とからなる。SDPファイルに記述された情報に基づいて、映像復号部及び音声復号部は制御される。
v=:プロトコルバージョン
o=:SDPファイルの生成者情報
s=:セッション名
c=:セッションで利用するネットワークアドレス
t=:セッションの開始時刻及び終了時刻
m=:メディアの種類("audio","video",...)
a=:メディアに関する種々の属性情報
FIG. 2 shows an example of an SDP (Session Description Protocol) file. The SDP file is a file that stores session capability information of the counterpart terminal obtained by call processing negotiation. According to FIG. 2, the SDP file is composed of a session description part and one or more media description parts. The video decoding unit and the audio decoding unit are controlled based on information described in the SDP file.
v =: Protocol version o =: SDP file creator information s =: Session name c =: Network address used in session t =: Session start time and end time m =: Media type ("audio", " video ", ...)
a =: Various attribute information about the media

図3は、本発明における端末の機能構成図である。   FIG. 3 is a functional configuration diagram of the terminal in the present invention.

図3によれば、端末1は、ストリーム蓄積部10と、ストリーム保存部11と、ストリーム読み出し部12と、時間バッファ部13と、ストリーム再生部14と、ストリーム送信部15と、ストリームファイル出力部16と、測位部17と、位置情報送信部18とを有する。これら機能部は、コンピュータによって実行されるプログラムによっても実現できる。そのコンピュータは、携帯電話機に搭載されるものであっても、パーソナルコンピュータ又はサーバ等に搭載されるものであってもよい。   Referring to FIG. 3, the terminal 1 includes a stream storage unit 10, a stream storage unit 11, a stream reading unit 12, a time buffer unit 13, a stream playback unit 14, a stream transmission unit 15, and a stream file output unit. 16, a positioning unit 17, and a position information transmission unit 18. These functional units can also be realized by a program executed by a computer. The computer may be a mobile phone or a personal computer or a server.

ストリーム蓄積部10は、SDPファイルと映像・音声ファイルとを蓄積する。ストリーム蓄積部10は、ストリーム保存部11から通知された、受信時刻を含むRTPパケットを、エラーパケットも含めて受信順に蓄積する。受信されたRTPパケットの並び替えも行わない。これにより、受信の際のエラーやパケットの入れ違いを正確に再現することができる。映像ファイルと音声ファイルとは別のファイルとして保存してもよいし、単一のファイルとして保存してもよい。   The stream storage unit 10 stores the SDP file and the video / audio file. The stream accumulation unit 10 accumulates the RTP packets including the reception time notified from the stream storage unit 11 including the error packets in the order of reception. The received RTP packets are not rearranged. This makes it possible to accurately reproduce errors during reception and packet insertion errors. The video file and the audio file may be saved as separate files, or may be saved as a single file.

ストリーム保存部11は、呼処理部111と、呼処理通信部112と、ストリーム受信部113と、時刻付与部114と、タイマ115とを有する。   The stream storage unit 11 includes a call processing unit 111, a call processing communication unit 112, a stream reception unit 113, a time giving unit 114, and a timer 115.

呼処理部111は、呼処理通信部112を介して、SIP(Session Initiation Protocol)ネゴシエーションをして、セッションを確立する。この呼処理時のネゴシエーションでは、SDPファイルが端末間で交換される。呼処理のネゴシエーションによって得られたSDPファイルは、ストリーム蓄積部10へ通知される。   The call processing unit 111 establishes a session by performing SIP (Session Initiation Protocol) negotiation via the call processing communication unit 112. In this call processing negotiation, SDP files are exchanged between terminals. The SDP file obtained by the call processing negotiation is notified to the stream storage unit 10.

ストリーム受信部113は、呼処理が終了した後、ネットワークを介してストリームのRTPパケットを受信する。受信したRTPパケットは、時刻付与部114へ通知される。   The stream receiving unit 113 receives the RTP packet of the stream via the network after the call processing is completed. The received RTP packet is notified to the time giving unit 114.

時刻付与部114は、受信したRTPパケット毎に、タイマ115から出力される現在時刻を受信時刻として付与する。受信時刻が付与されたRTPパケットは、ストリーム蓄積部10へ通知される。タイマ115から出力される現在時刻は、パケット送信間隔に対して十分な精度を保つために、10m秒単位以下とする。   The time giving unit 114 gives the current time output from the timer 115 as the reception time for each received RTP packet. The RTP packet with the reception time is notified to the stream storage unit 10. The current time output from the timer 115 is set to 10 msec or less in order to maintain sufficient accuracy with respect to the packet transmission interval.

ストリーム読み出し部12は、ストリーム蓄積部10から、映像・音声ファイルとSDPファイルとを読み出す。映像・音声ファイルは、パケット毎に読み出される。ここで、具体的な読み出しについては、後述する図4によって説明する。   The stream reading unit 12 reads the video / audio file and the SDP file from the stream storage unit 10. The video / audio file is read for each packet. Here, specific reading will be described with reference to FIG.

時間バッファ部13は、ストリーム読み出し部12から先に通知された第1のパケットと、現在通知された第2のパケットとの間の時間遅延を確保する。第1のパケットの時刻と、第2のパケットの時刻とを比較し、その差分だけ時間遅延を確保して、第2のパケットを出力する。時間バッファ部13から出力されたパケットは、ストリーム再生部14又はストリーム送信部15へ入力される。   The time buffer unit 13 secures a time delay between the first packet previously notified from the stream reading unit 12 and the second packet currently notified. The time of the first packet is compared with the time of the second packet, a time delay is secured by the difference, and the second packet is output. The packet output from the time buffer unit 13 is input to the stream reproduction unit 14 or the stream transmission unit 15.

ストリーム再生部14は、多重分離部141と、映像復号部142と、音声復号部143と、映像解析部144と、音声解析部145と、ディスプレイ部146と、スピーカ部147とを有する。   The stream reproduction unit 14 includes a demultiplexing unit 141, a video decoding unit 142, an audio decoding unit 143, a video analysis unit 144, an audio analysis unit 145, a display unit 146, and a speaker unit 147.

多重分離部141は、時間バッファ部13から出力されたパケットについて、映像パケットと音声パケットとに分離する。分離された映像パケットは、映像復号部142へ通知され、分離された音声パケットは、音声復号部143へ通知される。尚、多重分離部141は、リップシンク(Lip Synchronization)処理をするものであってもよい。「リップシンク処理」とは、人物の口の動きの映像と、セリフや歌の音声とのズレを補正する処理をいう。この処理のために、映像及び音声に、この補正のための規準信号が挿入される必要がある。   The demultiplexing unit 141 separates the packet output from the time buffer unit 13 into a video packet and an audio packet. The separated video packet is notified to the video decoding unit 142, and the separated audio packet is notified to the audio decoding unit 143. Note that the demultiplexing unit 141 may perform a lip sync process. The “lip sync process” is a process for correcting a deviation between a video of a person's mouth movement and a speech or a voice of a song. For this processing, a reference signal for this correction needs to be inserted into the video and audio.

映像復号部142は、映像データをデコードし、ディスプレイ部146へ出力する。音声復号部143は、音声データをデコードし、スピーカ部147へ出力する。本発明によれば、時間バッファ部13の時間遅延の効果によって、ストリームを実際に受信した状態で、即ち遅延等の影響と共に再生することができる。尚、映像復号部142及び音声復号部143は、ストリーム読み出し部12から通知されたSDPファイルに基づいて制御される。   The video decoding unit 142 decodes the video data and outputs it to the display unit 146. The audio decoding unit 143 decodes the audio data and outputs it to the speaker unit 147. According to the present invention, due to the time delay effect of the time buffer unit 13, the stream can be reproduced in an actually received state, that is, with the influence of delay or the like. The video decoding unit 142 and the audio decoding unit 143 are controlled based on the SDP file notified from the stream reading unit 12.

映像解析部144は、映像復号部142が持つデコードバッファの推移状態情報をログとして記録する。音声解析部145は、音声復号部143が持つデコードバッファの推移状態情報をログとして記録する。これにより、パケット到着時間に対するデコードバッファの推移状態を把握することができる。また、デコードバッファの初期蓄積量や最大蓄積量を変更した場合、その推移状態がどのようになるかを試験することもできる。   The video analysis unit 144 records, as a log, transition state information of the decode buffer that the video decoding unit 142 has. The voice analysis unit 145 records the transition state information of the decode buffer held by the voice decoding unit 143 as a log. Thereby, the transition state of the decoding buffer with respect to the packet arrival time can be grasped. It is also possible to test how the transition state changes when the initial accumulation amount or the maximum accumulation amount of the decode buffer is changed.

遅延が発生した場合、デコードバッファは空になり、映像データ及び音声データが枯渇する。一方、遅延した映像データや音声データが集中的に到着した場合、一時的にデコードバッファが溢れる。いずれの場合も、映像の停止・音声の遅延や音欠けといった劣化となって再生される。   When a delay occurs, the decode buffer becomes empty and the video data and audio data are exhausted. On the other hand, when delayed video data and audio data arrive intensively, the decode buffer temporarily overflows. In either case, the video is reproduced with deterioration such as video stop, audio delay, and sound loss.

ストリーム送信部15は、時間バッファ部13から出力されたパケットを、他の通信装置へ送信する。他の通信装置が例えばストリーム解析サーバ6である場合、そのサーバ6に対して、端末1におけるストリームの受信状態が再現される。   The stream transmission unit 15 transmits the packet output from the time buffer unit 13 to another communication device. When the other communication apparatus is, for example, the stream analysis server 6, the stream reception state at the terminal 1 is reproduced with respect to the server 6.

ストリームファイル出力部16は、ストリーム蓄積部10に蓄積されたストリームファイルを出力する。これにより、他の装置によっても、端末1が受信した遅延等の影響と共に再生することができる。   The stream file output unit 16 outputs the stream file stored in the stream storage unit 10. As a result, other devices can also reproduce with the influence of the delay received by the terminal 1.

測位部17は、GPS機能によって位置情報を取得する。位置情報送信部18は、その位置情報を、他の通信装置へ送信する。これにより、端末1が、どのような位置で、そのストリームを受信したかを通知することができる。   The positioning unit 17 acquires position information by a GPS function. The position information transmission unit 18 transmits the position information to another communication device. Thereby, it is possible to notify the terminal 1 at which position the stream has been received.

図4は、本発明によって再生される順序を表すデータ構成図である。   FIG. 4 is a data structure diagram showing the order of reproduction according to the present invention.

(S401)ストリームファイルのパケットは、先頭から順に再生される。再生開始時は、映像パケットも音声パケットも、ポインタが先頭(V1及びA1)にあるとする。ストリーム読み出し部は、V1の受信時刻(12:00:00:000)とA1の受信時刻(12:00:00:030)とを比較し、受信時刻の早いV1を時間バッファ部へ通知する。V1は、最初に通知されたパケットであるので、時間バッファ部は、待ち時間0で、V1を多重分離部へ通知する。そして、ポインタをV1からV2へ進める。 (S401) Stream file packets are played back in order from the beginning. At the start of playback, it is assumed that the pointers are at the head (V1 and A1) for both video packets and audio packets. The stream reading unit compares the reception time (12: 00: 00: 000) of V1 with the reception time (12: 00: 00: 030) of A1, and notifies the time buffer unit of V1 having an earlier reception time. Since V1 is the first notified packet, the time buffer unit notifies V1 to the demultiplexing unit with a waiting time of zero. Then, the pointer is advanced from V1 to V2.

(S402)次に、ストリーム読み出し部は、V2の受信時刻(12:00:00:133)とA1の受信時刻(12:00:00:030)とを比較し、受信時刻の早いA1を時間バッファ部へ通知する。時間バッファ部は、先に出力したV1の受信時刻(12:00:00:000)と、A1の受信時刻(12:00:00:030)との差分である30ミリ秒を遅延させて、A1を多重分離部へ通知する。そして、ポインタをA1からA2へ進める。 (S402) Next, the stream reading unit compares the reception time (12: 00: 00: 133) of V2 with the reception time (12: 00: 00: 030) of A1, and sets A1 with the earlier reception time as time. Notify the buffer. The time buffer unit delays 30 milliseconds, which is the difference between the V1 reception time (12: 00: 00: 000) output earlier and the A1 reception time (12: 00: 00: 030), A1 is notified to the demultiplexing unit. Then, the pointer is advanced from A1 to A2.

(S403)次に、ストリーム読み出し部は、V2の受信時刻(12:00:00:133)とA2の受信時刻(12:00:00:090)とを比較し、受信時刻の早いA2を時間バッファ部へ通知する。時間バッファ部は、先に出力したA1の受信時刻(12:00:00:030)と、A2の受信時刻(12:00:00:090)との差分である60ミリ秒を遅延させて、A2を多重分離部へ通知する。そして、ポインタをA2からA3へ進める。 (S403) Next, the stream reading unit compares the reception time (12: 00: 00: 133) of V2 with the reception time (12: 00: 00: 090) of A2, and sets A2 with the earlier reception time as time. Notify the buffer. The time buffer unit delays 60 milliseconds, which is the difference between the reception time (12: 00: 00: 030) of A1 output earlier and the reception time (12: 00: 00: 090) of A2, A2 is notified to the demultiplexing unit. Then, the pointer is advanced from A2 to A3.

(S403)次に、ストリーム読み出し部は、V2の受信時刻(12:00:00:133)とA3の受信時刻(12:00:00:150)とを比較し、受信時刻の早いV2を時間バッファ部へ通知する。時間バッファ部は、先に出力したA2の受信時刻(12:00:00:090)と、V2の受信時刻(12:00:00:133)との差分である43ミリ秒を遅延させて、V2を多重分離部へ通知する。そして、ポインタをV2からV3へ進める。 (S403) Next, the stream reading unit compares the reception time (12: 00: 00: 133) of V2 with the reception time (12: 00: 00: 150) of A3, and determines V2 with the earlier reception time as time. Notify the buffer. The time buffer unit delays 43 milliseconds, which is the difference between the reception time (12: 00: 00: 090) of A2 output earlier and the reception time (12: 00: 00: 133) of V2, V2 is notified to the demultiplexing unit. Then, the pointer is advanced from V2 to V3.

図5は、本発明におけるフローチャートである。   FIG. 5 is a flowchart in the present invention.

図5によれば、保存ステップがS501〜S508に表され、再生ステップがS511〜S519に表されている。   According to FIG. 5, the storing step is represented in S501 to S508, and the reproducing step is represented in S511 to S519.

保存ステップ
(S501)送信装置との間で、SIPネゴシエーションを実行する。
(S502)SDPファイルを取得し、ストリーム蓄積部に保存する。
(S503)受信されたパケット順に、S508までの処理を繰り返す。
(S504)1つのRTPパケットを受信する。
(S505)受信時刻をタイマから取得する。
(S506)RTPパケットに、受信時刻を付与する。
(S507)受信時刻を付与したRTPパケットをストリーム蓄積部に保存する。
(S508)S503へ戻る。
Saving step (S501) SIP negotiation is executed with the transmitting apparatus.
(S502) An SDP file is acquired and stored in the stream storage unit.
(S503) The processing up to S508 is repeated in the order of received packets.
(S504) One RTP packet is received.
(S505) The reception time is acquired from the timer.
(S506) A reception time is given to the RTP packet.
(S507) The RTP packet with the reception time is stored in the stream storage unit.
(S508) Return to S503.

再生ステップ
(S511)ストリームファイルとSDPファイルとを、ストリーム蓄積部から読み出す。
(S512)読み出したストリームファイルについて、RTPパケット順に、S519までの処理を繰り返す。
(S513)RTPパケットに付与された受信時刻に基づいて、先のRTPパケットの受信時刻と、現在のRTPパケットの受信時刻とを比較し、その差分の時間を遅延させる。
(S514)そのRTPパケットのメディアに対応して分離する。ここでは、映像パケットと音声パケットとに分離する。
(S515)映像パケットについて、SDPファイルに基づいて復号する。
(S516)復号された映像信号は、ディスプレイに表示される。
(S517)音声パケットについて、SDPファイルに基づいて復号する。
(S518)復号された音声信号は、スピーカから出力される。
(S519)S512へ戻る。
Reproduction step (S511) The stream file and the SDP file are read from the stream storage unit.
(S512) The processing up to S519 is repeated for the read stream file in the order of RTP packets.
(S513) Based on the reception time given to the RTP packet, the reception time of the previous RTP packet is compared with the reception time of the current RTP packet, and the difference time is delayed.
(S514) Separation corresponding to the media of the RTP packet. Here, the video packet and the audio packet are separated.
(S515) The video packet is decoded based on the SDP file.
(S516) The decoded video signal is displayed on the display.
(S517) The voice packet is decoded based on the SDP file.
(S518) The decoded audio signal is output from the speaker.
(S519) Return to S512.

尚、受信装置のデコーディング能力が、ストリームの再生における遅延等に起因する場合もある。また、送信装置のコーディング能力が、受信装置におけるストリームの再生における遅延等に起因する場合もある。   Note that the decoding capability of the receiving apparatus may be caused by a delay or the like in stream reproduction. In addition, the coding capability of the transmission device may be caused by a delay or the like in stream reproduction at the reception device.

以上、詳細に説明したように、本発明の端末、プログラム及び方法によれば、遅延等の影響も含めてストリームを保存することにより、その再生によってネットワークの影響を解析することができる。即ち、再生される映像及び音声の態様は、ネットワークの遅延等の影響を受けたものであって、アプリケーション毎にネットワークから受ける影響を試験することもできる。   As described above in detail, according to the terminal, the program, and the method of the present invention, it is possible to analyze the influence of the network by saving the stream including the influence of delay and the like. That is, the video and audio modes to be reproduced are affected by network delay and the like, and it is possible to test the influence received from the network for each application.

本発明が適用される事例として、テレビ電話サービス(1対1又は1対N)、携帯電話機用のストリーミングサービス、インターネットラジオサービス等がある。これらサービスにおける、品質を改善するためのユーザサポートが考えられる。   Examples of application of the present invention include a videophone service (one-to-one or one-to-N), a streaming service for mobile phones, an Internet radio service, and the like. User support for improving the quality of these services can be considered.

テレビ電話サービスについては、複数の利用者が携帯端末を介して通話している際に、携帯端末の操作により、その通話内容を録画蓄積し、その後、動画像として再生する場合がある。このとき、本発明を適用することにより、通話時の記録(通話状態の記録、例えば遅延)がそのまま再生されるので、臨場感のある再生をすることができる。   With regard to the videophone service, when a plurality of users are making a call via a mobile terminal, the contents of the call may be recorded and stored by operating the mobile terminal and then played back as a moving image. At this time, by applying the present invention, a recording during a call (recording of a call state, for example, a delay) is reproduced as it is, so that a realistic reproduction can be performed.

また、録画蓄積されたストリームファイルをそのまま、サービス事業者の運用するユーザサポートセンタへアップロードすることもできる。サービス事業者は、そのストリームファイルを再生することによって、その利用者におけるテレビ電話サービスの品質を把握することができる。   Further, the stream file recorded and accumulated can be uploaded to the user support center operated by the service provider as it is. The service provider can grasp the quality of the videophone service for the user by playing the stream file.

このとき、携帯端末が、GPS機能によって取得した位置情報をユーザサポートセンタへ送信することも好ましい。サービス事業者は、その利用者のサービス提供場所を特定することにより、その場所における品質の改善をすることもできる。   At this time, it is also preferable that the mobile terminal transmits the position information acquired by the GPS function to the user support center. The service provider can also improve the quality at the location by specifying the service provision location of the user.

このように、本発明によれば、ユーザサポートセンタが、携帯端末によって受信されたストリームファイルを再生することによって、その品質を解析することもできる。これにより、サービス事業者は、その品質に基づいて適切なサポートをすることができる。   As described above, according to the present invention, the user support center can also analyze the quality of the stream file received by the mobile terminal. As a result, the service provider can provide appropriate support based on the quality.

前述した本発明における種々の実施形態によれば、当業者は、本発明の技術思想及び見地の範囲における種々の変更、修正及び省略を容易に行うことができる。前述の説明はあくまで例であって、何ら制約しようとするものではない。本発明は、特許請求の範囲及びその均等物として限定するものにのみ制約される。   According to the various embodiments of the present invention described above, those skilled in the art can easily make various changes, modifications and omissions within the scope of the technical idea and the viewpoint of the present invention. The above description is merely an example, and is not intended to be restrictive. The invention is limited only as defined in the following claims and the equivalents thereto.

本発明におけるシステム構成図である。It is a system configuration diagram in the present invention. 本発明によって蓄積されるデータ構成図である。It is a data block diagram accumulated by the present invention. 本発明における端末の機能構成図である。It is a function block diagram of the terminal in this invention. 本発明によって再生される順序を表すデータ構成図である。It is a data block diagram showing the order reproduced | regenerated by this invention. 本発明におけるフローチャート図である。It is a flowchart figure in this invention.

符号の説明Explanation of symbols

1 端末、受信装置
10 ストリーム蓄積部
11 ストリーム保存部
111 呼処理部
112 呼処理通信部
113 ストリーム受信部
114 時刻付与部
115 タイマ
12 ストリーム読み出し部
13 時間バッファ部
14 ストリーム再生部
141 多重分離部
142 映像復号部
143 音声復号部
144 映像解析部
145 音声解析部
146 ディスプレイ部
147 スピーカ部
15 ストリーム送信部
16 ストリームファイル出力部
17 測位部
18 位置情報送信部
2 ストリーム配信サーバ
3 端末、送信装置
4 インターネット
5 基地局
6 ストリーム解析(リファレンス)サーバ
DESCRIPTION OF SYMBOLS 1 Terminal, receiver 10 Stream storage part 11 Stream storage part 111 Call processing part 112 Call processing communication part 113 Stream receiving part 114 Time giving part 115 Timer 12 Stream reading part 13 Time buffer part 14 Stream reproduction part 141 Demultiplexing part 142 Video | video Decoding unit 143 Audio decoding unit 144 Video analysis unit 145 Audio analysis unit 146 Display unit 147 Speaker unit 15 Stream transmission unit 16 Stream file output unit 17 Positioning unit 18 Location information transmission unit 2 Stream distribution server 3 Terminal, transmission device 4 Internet 5 Base Station 6 Stream analysis (reference) server

Claims (9)

ストリームを受信するストリーム受信手段と、現在時刻を出力するタイマと、前記ストリームのパケット毎に受信時刻を付与する時刻付与手段とを含むストリーム保存手段と、
前記受信時刻が付与された前記パケットを、受信順に蓄積するストリーム蓄積手段と、
前記ストリーム蓄積手段から、ストリームをパケット毎に読み出すストリーム読み出し手段と、
読み出された前記パケットの受信時刻に応じて時間遅延させる時間バッファ手段と、
前記時間バッファ手段から出力された前記パケットを再生すると共に、復号する際にデコードバッファの推移状態を解析するストリーム再生手段と
を有することを特徴とする端末。
Stream storage means including stream receiving means for receiving a stream; a timer for outputting a current time; and a time giving means for giving a reception time for each packet of the stream;
Stream accumulating means for accumulating the packets given the reception times in the order of reception;
A stream reading means for reading the stream for each packet from the stream storage means;
Time buffer means for delaying the time according to the reception time of the read packet;
A terminal comprising: a stream reproduction unit that reproduces the packet output from the time buffer unit and analyzes a transition state of the decode buffer when decoding the packet.
前記ストリームは、映像パケット及び音声パケットが多重化された複数のRTP(Real time Transport Protocol)パケットによって構成されており、
前記ストリーム保存手段は、相手方通信装置との呼処理のネゴシエーションによって得られたSDP(Session Description Protocol)ファイルを、前記ストリーム蓄積手段へ蓄積する呼処理手段を更に含んでおり、
前記ストリーム再生手段は、前記時間バッファ手段から出力された前記パケットを、前記映像パケット又は前記音声パケットに分離する多重分離手段と、前記映像パケット又は前記音声パケットを前記SDPファイルに応じて復号する復号手段と、該復号手段におけるデコードバッファの推移状態を解析する解析手段とを有する
ことを特徴とする請求項1に記載の端末。
The stream is composed of a plurality of RTP (Real time Transport Protocol) packets in which video packets and audio packets are multiplexed,
The stream storage means further includes a call processing means for storing the SDP (Session Description Protocol) file obtained by the call processing negotiation with the counterpart communication device in the stream storage means,
The stream reproduction means includes demultiplexing means for separating the packet output from the time buffer means into the video packet or the audio packet, and decoding for decoding the video packet or the audio packet according to the SDP file. The terminal according to claim 1, further comprising: means; and analysis means for analyzing a transition state of the decoding buffer in the decoding means .
ストリームのパケット毎に受信時刻が付与されたパケットを、受信順に蓄積するストリーム蓄積手段と、
前記ストリーム蓄積手段から、前記ストリームをパケット毎に読み出すストリーム読み出し手段と、
読み出された前記パケットの受信時刻に応じて時間遅延させる時間バッファ手段と、
前記時間バッファ手段から出力された前記パケットを、他の通信装置へ送信するストリーム送信手段と
を有することを特徴とする端末。
Stream accumulation means for accumulating packets given reception times for each packet of the stream in the order of reception;
Stream reading means for reading the stream for each packet from the stream storage means;
Time buffer means for delaying the time according to the reception time of the read packet;
A terminal comprising: stream transmission means for transmitting the packet output from the time buffer means to another communication device.
GPS(Global Positioning System)機能によって位置情報を取得する測位手段と、
前記位置情報を、他の通信装置へ送信する位置情報送信手段と
を更に有することを特徴とする請求項1からのいずれか1項に記載の端末。
Positioning means for acquiring position information by a GPS (Global Positioning System) function;
The terminal according to the location information, in any one of claims 1 to 3, further comprising a position information transmitting means for transmitting to another communication device.
前記ストリームは、試験用のテレビ電話用ストリームであることを特徴とする請求項1からのいずれか1項に記載の端末。 The terminal according to any one of claims 1 to 4 , wherein the stream is a test videophone stream. ストリームを受信するストリーム受信手段と、現在時刻を出力するタイマと、前記ストリームのパケット毎に受信時刻を付与する時刻付与手段とを含むストリーム保存手段と、
前記受信時刻が付与された前記パケットを、受信順に蓄積するストリーム蓄積手段と、
前記ストリーム蓄積手段から、ストリームをパケット毎に読み出すストリーム読み出し手段と、
読み出された前記パケットの受信時刻に応じて時間遅延させる時間バッファ手段と、
前記時間バッファ手段から出力された前記パケットを再生すると共に、復号する際にデコードバッファの推移状態を解析するストリーム再生手段と
してコンピュータを機能させることを特徴とするプログラム。
Stream storage means including stream receiving means for receiving a stream; a timer for outputting a current time; and a time giving means for giving a reception time for each packet of the stream;
Stream accumulating means for accumulating the packets given the reception times in the order of reception;
A stream reading means for reading the stream for each packet from the stream storage means;
Time buffer means for delaying the time according to the reception time of the read packet;
A program that causes the computer to function as stream reproduction means that reproduces the packet output from the time buffer means and analyzes the transition state of the decode buffer when decoding .
ストリームのパケット毎に受信時刻が付与されたパケットを、受信順に蓄積するストリーム蓄積手段と、
前記ストリーム蓄積手段から、前記ストリームをパケット毎に読み出すストリーム読み出し手段と、
読み出された前記パケットの受信時刻に応じて時間遅延させる時間バッファ手段と、
前記時間バッファ手段から出力された前記パケットを、他の通信装置へ送信するストリーム送信手段と
してコンピュータを機能させることを特徴とするプログラム。
Stream accumulation means for accumulating packets given reception times for each packet of the stream in the order of reception;
Stream reading means for reading the stream for each packet from the stream storage means;
Time buffer means for delaying the time according to the reception time of the read packet;
A program that causes a computer to function as a stream transmission unit that transmits the packet output from the time buffer unit to another communication apparatus.
ネットワークを介してストリームを受信する端末におけるストリームの保存再生方法において、
ストリームを受信する第1のステップと、
前記ストリームのパケット毎に受信時刻を付与する第2のステップと、
前記受信時刻が付与された前記パケットを、受信順にストリーム蓄積部に蓄積する第3のステップと、
前記ストリーム蓄積部から、ストリームをパケット毎に読み出す第4のステップと、
読み出された前記パケットの受信時刻に応じて時間遅延させる第5のステップと、
時間遅延させた前記パケットを再生すると共に、復号する際にデコードバッファの推移状態を解析する第6のステップと
を有することを特徴とするストリームの保存再生方法。
In a method for storing and reproducing a stream in a terminal that receives a stream via a network,
A first step of receiving a stream;
A second step of assigning a reception time to each packet of the stream;
A third step of accumulating the packets with the reception times in a stream accumulation unit in the order of reception;
A fourth step of reading the stream for each packet from the stream storage unit;
A fifth step of delaying the time according to the reception time of the read packet;
A stream storage / reproduction method comprising: a sixth step of reproducing the packet delayed in time and analyzing a transition state of the decode buffer at the time of decoding .
ネットワークを介してストリームを受信する端末におけるストリームの保存再生方法において、
ストリームのパケット毎に受信時刻が付与されたパケットを、受信順に蓄積するストリーム蓄積部を有しており、
前記ストリーム蓄積部から、前記ストリームをパケット毎に読み出す第1のステップと、
読み出された前記パケットの受信時刻に応じて時間遅延させる第2のステップと、
時間遅延させた前記パケットを、他の通信装置へ送信する第3のステップと
を有することを特徴とするストリームの保存再生方法。
In a method for storing and reproducing a stream in a terminal that receives a stream via a network,
A stream accumulating unit that accumulates packets given reception times for each packet of the stream in the order of reception;
A first step of reading the stream for each packet from the stream storage unit;
A second step of delaying the time according to the reception time of the read packet;
And a third step of transmitting the time-delayed packet to another communication device.
JP2006161709A 2006-06-10 2006-06-10 Terminal, program and method for storing or playing back stream for analysis Expired - Fee Related JP4911579B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006161709A JP4911579B2 (en) 2006-06-10 2006-06-10 Terminal, program and method for storing or playing back stream for analysis

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006161709A JP4911579B2 (en) 2006-06-10 2006-06-10 Terminal, program and method for storing or playing back stream for analysis

Publications (2)

Publication Number Publication Date
JP2007335915A JP2007335915A (en) 2007-12-27
JP4911579B2 true JP4911579B2 (en) 2012-04-04

Family

ID=38935016

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006161709A Expired - Fee Related JP4911579B2 (en) 2006-06-10 2006-06-10 Terminal, program and method for storing or playing back stream for analysis

Country Status (1)

Country Link
JP (1) JP4911579B2 (en)

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1509104A (en) * 2002-12-17 2004-06-30 �ʼҷ����ֵ��ӹɷ����޹�˾ Multi-media information service method and system
JP4479996B2 (en) * 2003-04-25 2010-06-09 日本電信電話株式会社 Real-time processing apparatus and method, program thereof and information storage medium
JP2006013960A (en) * 2004-06-25 2006-01-12 Ntt Docomo Inc Mobile terminal and broadcast reception method

Also Published As

Publication number Publication date
JP2007335915A (en) 2007-12-27

Similar Documents

Publication Publication Date Title
KR101868280B1 (en) Information processing apparatus, information processing method, and computer-readable recording medium
JP4649091B2 (en) Communication terminal, server device, relay device, broadcast communication system, broadcast communication method, and program
JP2023083353A (en) Regeneration method and regeneration device
JP5026167B2 (en) Stream transmission server and stream transmission system
EP1933323B1 (en) Method and device for editing composite content file and reproduction apparatus
US20090305694A1 (en) Audio-video sharing system and audio-video sharing method thereof
EP1855483A2 (en) Apparatus and method for transmitting and receiving moving pictures using near field communication
JP2003114845A (en) Media conversion method and media conversion device
CN101115011A (en) Stream media playback method, device and system
CN108111872B (en) Audio live broadcasting system
JP3836077B2 (en) Transmission data structure and method and apparatus for transmitting the same
KR20050102858A (en) Interactive broadcasting system
JP4155185B2 (en) Content distribution method, content distribution server, and content receiving apparatus
CN106303754A (en) A kind of audio data play method and device
JP2008061010A (en) Video and audio transmitter
JP4544029B2 (en) Portable terminal, streaming communication system, streaming communication method, and streaming communication program
JP2006287642A (en) Method for synchronously reproducing mpeg content, client terminal and program for synchronously reproducing mpeg content
JP4911579B2 (en) Terminal, program and method for storing or playing back stream for analysis
US20230031866A1 (en) System and method for remote audio recording
CN110392276B (en) Live broadcast recording and broadcasting method based on Real Time Messaging Protocol (RTMP) synchronous transmission MIDI
JP2008028599A (en) Reproduction method of multimedia data, and main communication apparatus, sub-communication apparatus, and program for execution of the method
JP3977784B2 (en) Real-time packet processing apparatus and method
KR20120008432A (en) Method and apparatus for transmitting/receiving streaming service
KR100563719B1 (en) Method for controlling the multichannel streaming of mobile phone
JP2008219589A (en) Method and apparatus for synchronously storing and reproducing media multiplexed data

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20090125

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20111121

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20111207

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20120112

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120112

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20150127

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees