JP2008288667A - Information processing apparatus, information processing method, and information processing system - Google Patents

Information processing apparatus, information processing method, and information processing system Download PDF

Info

Publication number
JP2008288667A
JP2008288667A JP2007129000A JP2007129000A JP2008288667A JP 2008288667 A JP2008288667 A JP 2008288667A JP 2007129000 A JP2007129000 A JP 2007129000A JP 2007129000 A JP2007129000 A JP 2007129000A JP 2008288667 A JP2008288667 A JP 2008288667A
Authority
JP
Japan
Prior art keywords
terminal
command
buffer
video data
display
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.)
Granted
Application number
JP2007129000A
Other languages
Japanese (ja)
Other versions
JP4994942B2 (en
Inventor
Yuji Furuta
勇次 古田
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.)
NEC Embedded Products Ltd
Original Assignee
NEC Embedded Products 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 NEC Embedded Products Ltd filed Critical NEC Embedded Products Ltd
Priority to JP2007129000A priority Critical patent/JP4994942B2/en
Publication of JP2008288667A publication Critical patent/JP2008288667A/en
Application granted granted Critical
Publication of JP4994942B2 publication Critical patent/JP4994942B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide an optimum receiving buffer control method in a thin client, in a system comprising the thin client and a host. <P>SOLUTION: An information processing apparatus comprises a generating means of generating video data to be transmitted to a terminal, on the basis of a command received from the terminal; a deciding means of deciding which of image quality and display of the video data is given priority on the terminal on the basis of the command; and a buffer control means of transmitting a command for allowing a buffer provided to the terminal and receiving the video data to have first capacity to the terminal, when the deciding means decides that the image quality of the video data is given priority or transmitting a command for allowing the buffer to have second capacity smaller than the first capacity to the terminal, when it is decided that the display is given priority. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

この発明は、映像・音声データを、ネットワークを介して配信するデータ配信システムおよび方法、また、映像・音声データを、ネットワークを介して受信するデータ受信装置およびデータ受信方法に関する。   The present invention relates to a data distribution system and method for distributing video / audio data via a network, and a data receiving apparatus and a data receiving method for receiving video / audio data via a network.

近年、高画質かつ高音質な映画やテレビジョン放送の番組を、より容易に家庭内で楽しむことができる「ホームネットワーク」が注目されており、これを実現するシステムも市販され始めている。このシステムの特徴の1つは、DVD再生装置やハードディスクドライブ等のコンテンツ提供装置からの映像・音声データが、家庭内の各部屋をつなぐネットワークを介して各部屋に設置された受信端末に伝送され、伝送された映像・音声データは、コンテンツ提供装置が置かれた部屋とは異なる部屋に設置された受信端末において再生される点にある。   In recent years, a “home network” that allows users to easily enjoy high-quality and high-quality movies and television broadcast programs in the home has attracted attention, and systems that realize this have started to be marketed. One of the features of this system is that video / audio data from a content providing device such as a DVD playback device or a hard disk drive is transmitted to a receiving terminal installed in each room via a network connecting each room in the home. The transmitted video / audio data is reproduced in a receiving terminal installed in a room different from the room in which the content providing apparatus is placed.

つまり、ユーザはコンテンツ提供装置とは異なる部屋に居ながら、コンテンツを視聴できる。
より詳細には、コンテンツを格納するコンテンツ提供装置から映像・音声データを受け取った配信装置は、そのデータを圧縮符号化して、例えば、家庭内LAN(Local Area Network)等のネットワークに送信する。圧縮符号化されたデータをネットワークを介して受信する受信装置は、このデータをデコードしてテレビジョンモニタやスピーカに出力する。ここで利用される家庭内LANは、例えば、100BASE−TXのネットワーク接続を使用したイーサネット(登録商標)LANや、IEEE802.11b、IEEE802.11gといった規格に従う無線LAN等である。
That is, the user can view the content while in a different room from the content providing apparatus.
More specifically, the distribution device that receives the video / audio data from the content providing device that stores the content compresses and encodes the data and transmits the data to a network such as a home LAN (Local Area Network). A receiving apparatus that receives compression-coded data via a network decodes the data and outputs the decoded data to a television monitor or a speaker. The home LAN used here is, for example, an Ethernet (registered trademark) LAN using a network connection of 100BASE-TX, a wireless LAN conforming to a standard such as IEEE802.11b or IEEE802.11g.

コンテンツの視聴時においては、ストリーミング・データの再生が滑らかに行われることが重要であるため、上記ストリーミング・データをデコードする受信装置内のデコーダの前段にストリーミング・データ受信用のバッファが設けられる。   When viewing the content, it is important that the streaming data is reproduced smoothly. Therefore, a streaming data reception buffer is provided in front of the decoder in the receiving apparatus for decoding the streaming data.

なお、このようなバッファとして、例えば、リングバッファ構成をとるFIFO(First−In First−Out)型のメモリとすることができ、ストリーミング・データを先に受信したデータから順に蓄積していき、デコードする場合はバッファに蓄積されている最初に受信したデータから順に、デコード処理が行われる。このストリーミング・データ受信用のバッファ容量は、ネットワーク伝送遅延や、配信装置および受信装置の処理能力等を考慮して、ある程度の余裕を持つように通常定められる。上述したような受信装置側で受信用のバッファを設けてコンテンツを受信し再生する再生方法および装置では、例えば特許文献1に開示されている。なお、特許文献1に記載の発明において、受信バッファの制御は受信装置側で行われている。   As such a buffer, for example, a FIFO (First-In First-Out) type memory having a ring buffer configuration can be used. Streaming data is accumulated in order from the previously received data and decoded. In this case, the decoding process is performed in order from the first received data stored in the buffer. The buffer capacity for receiving streaming data is usually determined so as to have a certain margin in consideration of the network transmission delay, the processing capability of the distribution device and the receiving device, and the like. A playback method and apparatus for receiving and playing back content by providing a reception buffer on the receiving apparatus side as described above is disclosed in, for example, Patent Document 1. In the invention described in Patent Document 1, the reception buffer is controlled on the receiving device side.

特開2004−356695号公報JP 2004-356695 A

ところで近年、シンクライアントと称される情報端末が提案されている。シンクライアントとホストからなるシステムでは、ホストから、シンクライアントにて表示されるべき画像(映像)データや音声データが送信される。また、シンクライアントはホストへコマンドを送信し、コマンドを受信したホストは、このコマンドに基づいて各種の処理を実行する。もちろん、コマンドの実行結果によっては、シンクライアントに送信すべき画像データや音声データは変化する場合がある。   Recently, an information terminal called a thin client has been proposed. In a system composed of a thin client and a host, image (video) data and audio data to be displayed on the thin client are transmitted from the host. The thin client transmits a command to the host, and the host that receives the command executes various processes based on the command. Of course, depending on the execution result of the command, the image data and audio data to be transmitted to the thin client may change.

ここで、シンクライアント側にて、ホストから送信された画像データや音声データを再生(デコード)する場合、シンクライアントの受信バッファの容量によって、次のような差異が生ずる。シンクライアントの受信バッファを大きくすると、ホストからの画像データや音声データが送信されてから、その映像や音声データがシンクライアント側でユーザに視聴可能となるまでの時間(遅延時間)が長くなってしまい、操作におけるリアルタイム性を損なうことになる。しかし、通信上のトラフィックの問題が生じて、ホストからのデータが送れない時間が生じた場合でも、その影響は受信バッファにより吸収することができるので、ユーザがコンテンツを鑑賞したいような場合には画面の動きが途切れにくく、ストリーミング・データの再生視聴に適している。しかし、シンクライアント側にてユーザが入力の操作をして、ホストに画面の変更の指示を行っても、ホストから変更後の画像データや音声データが送信されてから画面に視聴可能となるまでに時間がかかってしまう。一方シンクライアントの受信バッファが小さい場合には、先程とは逆に、シンクライアント側での画面の切り替わりのリアルタイム性は向上するが、ネットワークの伝送エラー等によりホストからのデータが受信できないときには画面の動きが途切れやすくなるため、ストリーミング・データの再生視聴には適していない。   Here, when reproducing (decoding) image data and audio data transmitted from the host on the thin client side, the following differences occur depending on the capacity of the reception buffer of the thin client. If the reception buffer of the thin client is increased, the time (delay time) from when image data or audio data is transmitted from the host until the video or audio data can be viewed by the user on the thin client side increases. Therefore, the real-time property in operation is impaired. However, even if there is a problem with communication traffic and there is a time when data from the host cannot be sent, the effect can be absorbed by the reception buffer, so if the user wants to view the content The screen movement is difficult to interrupt and is suitable for streaming data playback and viewing. However, even if the user performs an input operation on the thin client side and instructs the host to change the screen, until the changed image data or audio data is sent from the host until it can be viewed on the screen Takes time. On the other hand, if the reception buffer of the thin client is small, the real-time switching of the screen on the thin client side will be improved contrary to the previous case, but when the data from the host cannot be received due to a network transmission error etc. Since the movement is easily interrupted, it is not suitable for playback and viewing of streaming data.

そこで、本発明の目的はシンクライアントにおける最適な受信バッファ制御方法を提供することにある。   Therefore, an object of the present invention is to provide an optimum reception buffer control method in a thin client.

上記目的を達成するために、本発明は以下のような構成を採用した。   In order to achieve the above object, the present invention employs the following configuration.

本発明の情報処理装置は、端末から受信したコマンドに基づいて、前記コマンドを送信した端末に送信すべき映像データを生成する生成手段と、前記映像データが前記端末において画質と表示のどちらが優先であるかを、前記コマンドに基づいて判断する判断手段と、前記判断手段により、前記映像データが画質優先であると判断された場合には、前記端末に設けられた前記映像データを受信するバッファを第1の容量にするためのコマンドを前記端末に送信し、表示優先であると判断された場合には、前記バッファを前記第1の容量より小さい第2の容量にするためのコマンドを前記端末に送信するバッファ制御手段とを備えたことを特徴とする。   An information processing apparatus according to the present invention includes: a generating unit that generates video data to be transmitted to a terminal that has transmitted the command based on a command received from the terminal; and the video data has priority on image quality or display on the terminal. A determination means for determining whether the video data is prioritized by the determination means; and a buffer for receiving the video data provided in the terminal when the determination means determines that the video data has priority on image quality. When a command for setting the first capacity is transmitted to the terminal and it is determined that display priority is given, a command for setting the buffer to a second capacity smaller than the first capacity is set to the terminal. And a buffer control means for transmitting data.

本発明の映像・音声データ配信装置は、映像・音声データを配信する映像・音声データ配信装置であり、受信装置からのコマンドにより前記映像・音声データ配信装置から配信される映像データを、前記コマンドに基づいて判断する判断手段を有しており、前記判断手段は動きの滑らかな表示と、操作応答性のある表示の、どちらが優先であるかを判断し、前記判断手段により前記映像データが動きの滑らかな表示優先であると判断された場合には、前記受信装置に設けられた前記映像データを受信するバッファを第1の容量にするためのコマンドを前記受信装置に送信し、操作応答性のある表示優先であると判断された場合には、前記バッファを前記第1の容量より小さい第2の容量にするためのコマンドを前記受信装置に送信するバッファ制御手段とを備えたことを特徴とする。   The video / audio data distribution device of the present invention is a video / audio data distribution device for distributing video / audio data, and the video data distributed from the video / audio data distribution device in response to a command from a reception device Determination means for determining based on the display, the determination means determines which of the smooth movement display and the display with operation response is prioritized, and the video data is moved by the determination means. When the display priority is determined to be smooth display priority, a command for setting the buffer for receiving the video data provided in the receiving device to the first capacity is transmitted to the receiving device, and the operation responsiveness is transmitted. A buffer for transmitting a command for setting the buffer to a second capacity smaller than the first capacity to the receiving apparatus. Characterized in that a control means.

本発明の情報処理システムは、第1の端末と第2の端末とがネットワークで接続された情報システムであって、前記第1の端末は、前記第2の端末から送信されたコマンドに基づいて、前記第2の端末に送信すべき映像データを生成する生成手段と、前記映像データが、前記第2の端末にとって、画質と表示とのどちらが優先であるかを、前記コマンドに基づいて判断する判断手段と、前記判断手段により前記映像データが、画質優先であると判断された場合には、前記第2の端末の前記映像データを受信するバッファを第1の容量にするためのコマンドを前記端末に送信し、表示優先であると判断された場合には、前記バッファを前記第1の容量より小さい第2の容量にするためのコマンドを前記端末に送信するバッファ制御手段とを備え、前記第2の端末は、前記第1の端末から送信されたコマンドに基づき前記バッファの容量を変更することを特徴とする。
本発明のバッファ制御方法は、生成手段がコマンドに基づいて前記コマンドを送信した端末に送信すべき映像データを生成するステップと、判断手段が、前記映像データが、前記端末にとって、画質と表示とのどちらが優先であるかを、前記コマンドに基づいて判断する判断ステップと、バッファ制御手段が、前記判断ステップにおいて、前記映像データが、画質優先であると判断された場合には、前記端末に設けられた前記映像データを受信するバッファを第1の容量にするためのコマンドを前記端末に送信し、表示優先であると判断された場合には、前記バッファを前記第1の容量より小さい第2の容量にするためのコマンドを前記端末に送信するバッファ制御ステップとを備えたことを特徴とする。
The information processing system according to the present invention is an information system in which a first terminal and a second terminal are connected via a network, and the first terminal is based on a command transmitted from the second terminal. And generating means for generating video data to be transmitted to the second terminal, and determining whether the video data has priority for image quality or display for the second terminal based on the command. When the video data is determined to have priority on image quality by the determination means and the determination means, a command for setting a buffer for receiving the video data of the second terminal to the first capacity is provided. Buffer control means for transmitting to the terminal a command for setting the buffer to a second capacity smaller than the first capacity when it is determined that display priority is transmitted to the terminal. It said second terminal, and changes the capacity of the buffer on the basis of the command transmitted from the first terminal.
The buffer control method of the present invention includes a step of generating video data to be transmitted to a terminal that has transmitted the command based on a command by a generation unit, and a determination unit is configured such that the video data is image quality and display for the terminal. A determination step for determining which one is prioritized based on the command; and when the buffer control means determines in the determination step that the video data is prioritized for image quality, it is provided in the terminal. When a command for setting the buffer for receiving the received video data to the first capacity is transmitted to the terminal and it is determined that display priority is given, the buffer is set to the second capacity smaller than the first capacity. And a buffer control step of transmitting a command for setting the capacity to the terminal.

この発明によれば、シンクライアントに適したバッファ制御を行うことができる。   According to the present invention, buffer control suitable for a thin client can be performed.

以下、図面を参照して本発明の実施の形態を説明する。
図1は、本発明の一実施形態としてのデータ配信装置を含むシステムの構成を示すブロック図である。図1を参照すると、データ配信装置は、コンテンツを配信する映像・音声配信装置1に相当し、コンテンツをエンコードして配信する。受信装置は、配信されたコンテンツを受信して出力装置18にて映像を表示し、音声出力装置19にて音声を再生する。入力装置17は視聴するコンテンツを選択するなどの操作や、映像・音声の表示や出力の調整等を行うための入力を行うものであり、ユーザにより操作される。
Embodiments of the present invention will be described below with reference to the drawings.
FIG. 1 is a block diagram showing a configuration of a system including a data distribution apparatus as an embodiment of the present invention. Referring to FIG. 1, the data distribution device corresponds to a video / audio distribution device 1 that distributes content, and encodes and distributes the content. The receiving device receives the distributed content, displays the video on the output device 18, and reproduces the sound on the audio output device 19. The input device 17 performs operations such as selection of content to be viewed, video / audio display, output adjustment, and the like, and is operated by the user.

映像・音声配信装置1は受信装置2へのコンテンツを配信する装置であり、コマンド解析手段3と、判定手段4と、表示制御手段5と、バッファ制御手段6と、記憶部8と、エンコード部9と、送信部10と、受信部11と、を含んで構成される。コマンド解析手段3は、受信装置2から映像・音声配信装置1へ送信されるコマンドにより映像・音声配信装置1にて実行されるべき処理内容を解析する。出力情報生成手段5は、コマンド解析手段3にて解析された映像・音声配信装置1にて実行されるべき処理内容に基づいて、映像・音声配信装置1が受信装置2に送信すべき映像・音声データを生成する。判定手段4は、コマンド解析手段3にて解析された映像・音声配信装置1にて実行されるべき処理内容と、記憶部8に保存されたテーブル情報と、を参照して、映像・音声配信装置1が受信装置2に送信する映像データが画質優先であるか、表示優先であるかを判定する。画質優先の映像データとは、受信装置2の出力装置18において、途切れのない滑らかな動きの表示として視聴できることが望ましい映像のことであり、例えばコンテンツデータの映像が挙げられる。   The video / audio distribution device 1 is a device that distributes content to the reception device 2, and includes a command analysis unit 3, a determination unit 4, a display control unit 5, a buffer control unit 6, a storage unit 8, and an encoding unit. 9, a transmission unit 10, and a reception unit 11. The command analysis means 3 analyzes the processing content to be executed in the video / audio distribution device 1 by a command transmitted from the reception device 2 to the video / audio distribution device 1. The output information generation means 5 is based on the processing contents to be executed by the video / audio distribution apparatus 1 analyzed by the command analysis means 3, and the video / audio distribution apparatus 1 transmits video / audio to be transmitted to the reception apparatus 2. Generate audio data. The determination unit 4 refers to the processing contents to be executed by the video / audio distribution device 1 analyzed by the command analysis unit 3 and the table information stored in the storage unit 8, thereby distributing the video / audio. It is determined whether the video data transmitted from the device 1 to the receiving device 2 has priority on image quality or display. The video data with priority on image quality is a video that is desirably viewed as an uninterrupted display of smooth motion on the output device 18 of the receiving device 2, for example, a video of content data.

次に、表示優先の映像データとは、受信装置2の出力装置18において、ユーザによる入力装置17からの操作入力をレスポンス良く反映する表示として視聴できることが望ましい映像のことであり、例えばメニュー画面の映像が挙げられる。   Next, the display-priority video data is a video that is preferably viewed on the output device 18 of the receiving device 2 as a display that reflects the user's operation input from the input device 17 with good response. A video is mentioned.

バッファ制御手段6は、判定手段4の判定結果により、画質優先の場合はバッファ15の容量を大きくするコマンドを、表示優先の場合は、バッファ15の容量を小さくするコマンドを、受信装置2へ送信する。記憶部8は、コンテンツ提供装置からのコンテンツ情報や、判定手段4にて参照するテーブル情報を記憶する。テーブル情報は、受信装置2が送信したコマンドを受信した映像・音声配信装置1にて実行される事象が、画質または表示のいずれを優先するかが対応付けられている。エンコード部9は、出力情報生成手段5により生成された音声・映像データを所定の圧縮方法で圧縮する。所定の圧縮方式とは、例えばMPEG−2(Moving Picture Experts Group−2)である。本実施の形態では、映像データ、音声データともにMPEG−2で圧縮符号化が行われるものとして説明を行うが、この圧縮方法に限定される必要はなく、他の圧縮方法を用いてシステムを構築することもできる。   Based on the determination result of the determination unit 4, the buffer control unit 6 transmits a command for increasing the capacity of the buffer 15 in the case of image quality priority, and a command for decreasing the capacity of the buffer 15 in the case of display priority. To do. The storage unit 8 stores content information from the content providing apparatus and table information referred to by the determination unit 4. The table information is associated with which of the image quality or the display has priority for the event executed in the video / audio distribution device 1 that has received the command transmitted by the reception device 2. The encoding unit 9 compresses the audio / video data generated by the output information generating unit 5 by a predetermined compression method. The predetermined compression method is, for example, MPEG-2 (Moving Picture Experts Group-2). In this embodiment, video data and audio data are described as being compressed and encoded by MPEG-2. However, the present invention is not limited to this compression method, and a system is constructed using another compression method. You can also

図1には図示していないが、エンコード部9へのコンテンツの提供は、映像データおよび音声データを含むコンテンツを提供する手段等によりなされ、例えば、DVD再生装置(DVDプレイヤー)、ビデオテープレコーダ、ビデオサーバ、アナログテレビジョン受信機、およびディジタルテレビジョン受信機等がこれに相当する。コンテンツが既にMPEG−2のTS(Transport Stream:トランスポート・ストリーム)の形式のように圧縮されたデータで提供されれば、エンコード部9を使用しないことも可能であるし、提供された圧縮率では配信に適さない場合には、一旦デコードした後に所定の圧縮率及び圧縮方法でエンコード部9により圧縮することも可能である。   Although not shown in FIG. 1, the content is provided to the encoding unit 9 by means for providing content including video data and audio data. For example, a DVD playback device (DVD player), a video tape recorder, A video server, an analog television receiver, a digital television receiver, and the like correspond to this. If the content is already provided with compressed data such as MPEG-2 TS (Transport Stream) format, the encoding unit 9 can be omitted and the provided compression rate However, if it is not suitable for distribution, it can be decoded once and then compressed by the encoding unit 9 with a predetermined compression rate and compression method.

次に、受信装置2は、受信部12と、切替手段13と、バッファ15と、デコード部16と、送信部14と、を有しており、映像・音声配信装置1からのストリーミング・データを受信して復号し、映像データをテレビジョンモニタ等の出力装置18に表示出力し、音声データをスピーカ等の出力装置18に音声出力する。受信部12はネットワークインタフェース機能を備えており映像・音声配信装置1からのエンコード部9にて圧縮されたストリーミング・データを受信する。切替手段13は、映像・音声配信装置1から受信装置2へ映像・音声データと共に送信されるコマンドを抽出して、バッファ15の容量を大きくするか小さくするかを切り替える。バッファ15は受信部12からのストリーミング・データ(MPEG−2形式に圧縮符号化された映像・音声データ)を一時記憶する。バッファ15は例えば、リングバッファ構成をとるFIFO(First−In First−Out)型のメモリであり、当該ストリーミング・データを受信してそれらを蓄積する。バッファ15内のストリーミング・データは、最初に受信したものから順に、デコード部16に提供され、そこでストリーミング・データのデコード処理を含む再生処理が行われる。デコード部16は、MPEG−2形式のデータを映像データ、音声データに分離しデコードする。   Next, the receiving device 2 includes a receiving unit 12, a switching unit 13, a buffer 15, a decoding unit 16, and a transmitting unit 14, and receives streaming data from the video / audio distribution device 1. The video data is received and decoded, the video data is displayed and output on the output device 18 such as a television monitor, and the audio data is output as audio to the output device 18 such as a speaker. The receiving unit 12 has a network interface function, and receives streaming data compressed by the encoding unit 9 from the video / audio distribution apparatus 1. The switching unit 13 extracts a command transmitted together with the video / audio data from the video / audio distribution device 1 to the reception device 2 and switches whether the capacity of the buffer 15 is increased or decreased. The buffer 15 temporarily stores streaming data (video / audio data compressed and encoded in the MPEG-2 format) from the receiving unit 12. The buffer 15 is, for example, a FIFO (First-In First-Out) type memory having a ring buffer configuration, and receives the streaming data and stores them. The streaming data in the buffer 15 is provided to the decoding unit 16 in order from the first received data, and the reproduction process including the decoding process of the streaming data is performed there. The decoding unit 16 separates and decodes MPEG-2 format data into video data and audio data.

次に図2、図3および図4を用いて、映像・音声配信装置1および受信装置2の動作について説明する。
まず、受信装置2から受信したコマンドに基づいて、映像・音声配信装置1から受信装置2に送信すべき映像データが、画質優先と判断される動作を説明する。
Next, operations of the video / audio distribution device 1 and the reception device 2 will be described with reference to FIGS. 2, 3, and 4.
First, an operation in which video data to be transmitted from the video / audio distribution apparatus 1 to the receiving apparatus 2 is determined to be image quality priority based on a command received from the receiving apparatus 2 will be described.

図2を参照すると、受信装置2の出力装置18の画面には、第1の画面32が表示されている。ユーザが入力装置17にて、第1の画面32における映像画面ウインドウ35を最大化する指示をおこなうと、入力装置17はコマンドを生成する。最大化する指示は、例えばユーザがマウスカーソルを映像画面ウインドウ35の領域に位置させて、入力装置19であるマウスをダブルクリックする等により行われる。入力装置17が生成したコマンドは、送信部14から映像・音声配信装置1へ送信される。   Referring to FIG. 2, a first screen 32 is displayed on the screen of the output device 18 of the receiving device 2. When the user gives an instruction to maximize the video screen window 35 on the first screen 32 using the input device 17, the input device 17 generates a command. The instruction to maximize is performed, for example, when the user positions the mouse cursor in the area of the video screen window 35 and double-clicks the mouse as the input device 19. The command generated by the input device 17 is transmitted from the transmission unit 14 to the video / audio distribution device 1.

図3において、コマンド解析手段3は、受信装置2から受信したコマンドにより、制御部7にて実行される事象が、メニュー画面ウインドウ34を表示から隠す事象と、映像画面ウインドウ35を画面の最大領域に表示する事象であることを解析する(ステップS1)。出力情報生成手段5は、記憶部8からコンテンツ情報を読み込んで(ステップS3)、図2における第2の表示画面を生成して受信装置2へ送信する(ステップS5)。   In FIG. 3, the command analysis means 3 determines that an event executed by the control unit 7 according to a command received from the receiving device 2 is an event that hides the menu screen window 34 from the display, and the video screen window 35 is the maximum area of the screen. Is analyzed (step S1). The output information generation means 5 reads the content information from the storage unit 8 (step S3), generates the second display screen in FIG. 2, and transmits it to the receiving device 2 (step S5).

ここで記憶部8に記憶されているテーブル情報には、受信装置2から受信したコマンドにより、メニュー画面ウインドウ34を表示から隠す事象と、映像画面ウインドウ35を画面の最大領域に表示する事象を、画質優先であると判定されるように対応付けられているものとする。判定手段4は、コマンド解析手段3での解析結果と、テーブル情報を参照し比較し(ステップS2)、出力情報生成手段5から受信装置2へ送信した映像データは画質優先の映像データであると判定する(ステップ4)。バッファ制御手段6は、バッファ容量を大きくする制御信号を生成し受信装置2へ送信する(ステップS7)。   Here, the table information stored in the storage unit 8 includes an event of hiding the menu screen window 34 from display and a phenomenon of displaying the video screen window 35 in the maximum area of the screen by a command received from the receiving device 2. Assume that the image quality is prioritized so as to be determined. The determination unit 4 compares the analysis result of the command analysis unit 3 with reference to the table information (step S2), and the video data transmitted from the output information generation unit 5 to the reception device 2 is video data with priority on image quality. Determine (step 4). The buffer control means 6 generates a control signal for increasing the buffer capacity and transmits it to the receiving device 2 (step S7).

次に受信装置2では、映像・音声配信装置1から映像・音声データと共に送信されるコマンドを切替手段13にて検出し(ステップ10)、バッファ15の容量を大きくする制御であると判定し(ステップS11)、バッファ15の容量を大きくするように切り替える(ステップS12)。このときバッファ15に蓄積されたデータは、引き続き視聴するものとしてバッファをクリアしなくてもよい。   Next, the receiving device 2 detects a command transmitted together with the video / audio data from the video / audio distribution device 1 by the switching means 13 (step 10), and determines that the control is to increase the capacity of the buffer 15 ( In step S11, switching is performed to increase the capacity of the buffer 15 (step S12). At this time, the data stored in the buffer 15 does not need to be cleared so that it can be viewed continuously.

次に、受信装置2から受信したコマンドに基づいて、映像・音声配信装置1から受信装置2に送信すべき映像データが、表示優先と判断される動作を説明する。   Next, an operation in which video data to be transmitted from the video / audio distribution apparatus 1 to the receiving apparatus 2 is determined to be display priority based on a command received from the receiving apparatus 2 will be described.

図2を参照すると、受信装置2の出力装置18の表示画面には、第2の画面33が画面の最大領域に表示されており、ユーザが入力装置17にて第2の画面33を第1の画面32に復帰させる指示をおこなうことにより、入力装置17はコマンドを生成する。復帰させる指示は、例えばユーザが入力装置17であるマウスによりメニュー画面ウインドウ34を表示させ、画面を復帰させる指示を選択する等により行われる。画面を復帰させる指示により、メニュー画面ウインドウ34が再表示され、映像画面ウインドウ33は35に縮小表示される。   Referring to FIG. 2, on the display screen of the output device 18 of the receiving device 2, the second screen 33 is displayed in the maximum area of the screen, and the user displays the second screen 33 with the input device 17. By giving an instruction to return to the screen 32, the input device 17 generates a command. The instruction to return is performed, for example, when the user displays the menu screen window 34 with the mouse as the input device 17 and selects an instruction to return the screen. In response to an instruction to restore the screen, the menu screen window 34 is displayed again, and the video screen window 33 is reduced and displayed at 35.

具体的には、コマンド解析手段3は、受信装置2から受信したコマンドにより、制御部7にて実行される事象がメニュー画面ウインドウ34を35に縮小表示する事象であることを解析する。出力情報生成手段5は、記憶部8からメニュー画面およびコンテンツデータを読み込んで(ステップS3)、第1の画面32を生成して受信装置2へ送信する(ステップS5)。記憶部8にて記録されているテーブル情報には、メニュー画面ウインドウ34を再表示する事象と、映像画面ウインドウを縮小表示する事象を、表示優先であると判定されるように対応付けられているものとする。判定手段4は、コマンド解析手段3での解析結果と、テーブル情報を参照して比較し、出力情報生成手段5から受信装置2へ送信した映像データは表示優先の映像データであると判定する(ステップ4)。バッファ制御手段6は、バッファ容量を小さくするコマンドを生成し、受信装置2へ送信する(ステップS7)。   Specifically, the command analysis unit 3 analyzes that the event executed by the control unit 7 is an event that reduces the menu screen window 34 to 35 by the command received from the receiving device 2. The output information generation means 5 reads the menu screen and content data from the storage unit 8 (step S3), generates the first screen 32, and transmits it to the receiving device 2 (step S5). In the table information recorded in the storage unit 8, an event of redisplaying the menu screen window 34 and an event of reducing and displaying the video screen window are associated with each other so that display priority is determined. Shall. The determination unit 4 compares the analysis result of the command analysis unit 3 with reference to the table information, and determines that the video data transmitted from the output information generation unit 5 to the reception device 2 is display priority video data ( Step 4). The buffer control means 6 generates a command for reducing the buffer capacity and transmits it to the receiving device 2 (step S7).

次に受信装置2では、映像・音声配信装置1から映像・音声信号と共に送信さるコマンドを切替手段13にて検出して(ステップ10)、バッファ容量を大きくするコマンドではないと判定し(ステップS11)、バッファ15の容量を小さくするように切り替える(ステップS13)。このときバッファ15に蓄積されたデータはクリアして新たな映像を早く蓄積するようにしてもよい。   Next, the receiving device 2 detects the command transmitted together with the video / audio signal from the video / audio distribution device 1 by the switching means 13 (step 10), and determines that the command is not a command for increasing the buffer capacity (step S11). ), Switching to reduce the capacity of the buffer 15 (step S13). At this time, the data stored in the buffer 15 may be cleared and a new video may be stored quickly.

本発明の実施形態に係る配信システムを示すブロック図である。It is a block diagram which shows the delivery system which concerns on embodiment of this invention. 本発明の実施形態に係る画面優先と表示優先の動作を説明する図である。It is a figure explaining operation of screen priority and display priority concerning an embodiment of the present invention. 本発明の実施形態に係る配信装置の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the delivery apparatus which concerns on embodiment of this invention. 本発明の実施形態に係る受信装置の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the receiver which concerns on embodiment of this invention.

符号の説明Explanation of symbols

1 映像・音声配信装置
2 受信装置
3 コマンド解析手段
4 判定手段
5 出力情報生成手段
6 バッファ制御手段
7 制御部
8 記憶部
9 エンコード部
10、14 送信部
11、12 受信部
13 切替手段
15、30、31、36、37 バッファ
16 デコード部
17 入力装置
18 出力装置
20 ネットワーク
32 第1の画面
33 第2の画面
34 メニュー画面ウインドウ
35 映像画面ウインドウ
DESCRIPTION OF SYMBOLS 1 Image | video audio | voice delivery apparatus 2 Reception apparatus 3 Command analysis means 4 Judgment means 5 Output information generation means 6 Buffer control means 7 Control part 8 Storage part 9 Encoding part 10, 14 Transmission part 11, 12 Reception part 13 Switching means 15, 30 , 31, 36, 37 Buffer 16 Decoding unit 17 Input device 18 Output device 20 Network 32 First screen 33 Second screen 34 Menu screen window 35 Video screen window

Claims (7)

端末から受信したコマンドに基づいて、前記コマンドを送信した端末に送信すべき映像データを生成する生成手段と、
前記映像データが前記端末において画質と表示のどちらが優先であるかを、
前記コマンドに基づいて判断する判断手段と、
前記判断手段により、前記映像データが画質優先であると判断された場合には、
前記端末に設けられた前記映像データを受信するバッファを第1の容量にするためのコマンドを前記端末に送信し、
表示優先であると判断された場合には、前記バッファを前記第1の容量より小さい第2の容量にするためのコマンドを前記端末に送信するバッファ制御手段とを備えたことを特徴とする情報処理装置。
Generating means for generating video data to be transmitted to the terminal that has transmitted the command based on the command received from the terminal;
Whether the video data has priority on image quality or display on the terminal,
Determining means for determining based on the command;
When it is determined by the determination means that the video data has priority on image quality,
Sending a command to the terminal to set a buffer for receiving the video data provided in the terminal to a first capacity;
And a buffer control means for transmitting, to the terminal, a command for setting the buffer to a second capacity smaller than the first capacity when it is determined that display priority is given. Processing equipment.
映像・音声データを配信する映像・音声データ配信装置であり、
受信装置からのコマンドにより前記映像・音声データ配信装置から配信される映像データを、
前記コマンドに基づいて判断する判断手段を有しており、
前記判断手段は動きの滑らかな表示と、操作応答性のある表示の、どちらが優先であるを判断し、
前記判断手段により前記映像データが動きの滑らかな表示優先であると判断された場合には、
前記受信装置に設けられた前記映像データを受信するバッファを第1の容量にするためのコマンドを前記受信装置に送信し、
操作応答性のある表示優先であると判断された場合には、前記バッファを前記第1の容量より小さい第2の容量にするためのコマンドを前記受信装置に送信するバッファ制御手段とを備えたことを特徴とする映像・音声データ配信装置。
It is a video / audio data distribution device that distributes video / audio data,
Video data distributed from the video / audio data distribution device by a command from the reception device,
A determination means for determining based on the command;
The determination means determines which of the smooth display of movement and the display with operation response is prioritized,
When it is determined by the determination means that the video data is prioritized for smooth display,
A command for setting a buffer for receiving the video data provided in the receiving device to a first capacity is transmitted to the receiving device;
Buffer control means for transmitting a command for setting the buffer to a second capacity smaller than the first capacity to the receiving apparatus when it is determined that the display priority is an operation responsiveness. A video / audio data distribution device characterized by that.
前記判断手段は、コマンドに基づいて前記情報処理装置で実行される事象と、
画質または表示のいずれを優先するかと、を対応付けられたテーブルを参照して、
画質と表示とのどちらが優先であるかを判断することを特徴とする請求項1記載の情報処理装置。
The determination means includes an event executed by the information processing apparatus based on a command,
Refer to the table that associates whether to prioritize image quality or display,
The information processing apparatus according to claim 1, wherein which of image quality and display is prioritized is determined.
前記判断手段は、コマンドに基づいて前記情報処理装置で実行される事象と、
動きの滑らかな表示または操作応答性のある表示のいずれを優先するかと、を対応付けられたテーブルを参照して、
動きの滑らかな表示と、操作応答性のある表示と、のどちらが優先であるかを判断することを特徴とする請求項2記載の映像・音声データ配信装置。
The determination means includes an event executed by the information processing apparatus based on a command,
Refer to the table that associates whether to give priority to smooth display of movement or display with operation responsiveness.
3. The video / audio data distribution apparatus according to claim 2, wherein a priority is given to a smooth display of movement or a display with operation response.
第1の端末と第2の端末とがネットワークで接続された情報システムであって、
前記第1の端末は、
前記第2の端末から送信されたコマンドに基づいて、前記第2の端末に送信すべき映像データを生成する生成手段と、
前記映像データが、前記第2の端末にとって、画質と表示とのどちらが優先であるかを、前記コマンドに基づいて判断する判断手段と、
前記判断手段により前記映像データが、画質優先であると判断された場合には、
前記第2の端末の前記映像データを受信するバッファを第1の容量にするためのコマンドを前記端末に送信し、表示優先であると判断された場合には、
前記バッファを前記第1の容量より小さい第2の容量にするためのコマンドを前記端末に送信するバッファ制御手段とを備え、
前記第2の端末は、前記第1の端末から送信されたコマンドに基づき前記バッファの容量を変更することを特徴とする情報処理システム。
An information system in which a first terminal and a second terminal are connected via a network,
The first terminal is
Generating means for generating video data to be transmitted to the second terminal based on a command transmitted from the second terminal;
A determination means for determining, based on the command, whether the video data has priority for image quality or display for the second terminal;
When it is determined by the determination means that the video data has priority on image quality,
When a command for setting the buffer for receiving the video data of the second terminal to the first capacity is transmitted to the terminal and it is determined that display priority is given,
Buffer control means for transmitting a command for making the buffer a second capacity smaller than the first capacity to the terminal;
The information processing system, wherein the second terminal changes a capacity of the buffer based on a command transmitted from the first terminal.
前記第2の端末は、
前記第1の端末から前記映像データとともに受信するコマンドを抽出して、バッファ容量の切り替え制御を行う切替手段を備えたことを特徴とする、請求項4記載の情報処理システム。
The second terminal is
5. The information processing system according to claim 4, further comprising switching means for extracting a command received from the first terminal together with the video data and performing buffer capacity switching control.
生成手段がコマンドに基づいて前記コマンドを送信した端末に送信すべき映像データを生成するステップと、
判断手段が、前記映像データが、前記端末にとって、
画質と表示とのどちらが優先であるかを、前記コマンドに基づいて判断する判断ステップと、
バッファ制御手段が、前記判断ステップにおいて、前記映像データが、
画質優先であると判断された場合には、
前記端末に設けられた前記映像データを受信するバッファを第1の容量にするためのコマンドを前記端末に送信し、
表示優先であると判断された場合には、
前記バッファを前記第1の容量より小さい第2の容量にするためのコマンドを前記端末に送信するバッファ制御ステップとを備えたことを特徴とするバッファ制御方法。
Generating video data to be transmitted to a terminal that has transmitted the command based on the command by the generation unit;
A determination means is provided for the video data for the terminal.
A determination step of determining, based on the command, which of image quality and display is prioritized;
Buffer control means, in the determining step, the video data is
If it is determined that image quality is a priority,
Sending a command to the terminal to set a buffer for receiving the video data provided in the terminal to a first capacity;
If it is determined that display priority is given,
And a buffer control step of transmitting to the terminal a command for setting the buffer to a second capacity smaller than the first capacity.
JP2007129000A 2007-05-15 2007-05-15 Information processing apparatus, information processing method, and information processing system Expired - Fee Related JP4994942B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007129000A JP4994942B2 (en) 2007-05-15 2007-05-15 Information processing apparatus, information processing method, and information processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007129000A JP4994942B2 (en) 2007-05-15 2007-05-15 Information processing apparatus, information processing method, and information processing system

Publications (2)

Publication Number Publication Date
JP2008288667A true JP2008288667A (en) 2008-11-27
JP4994942B2 JP4994942B2 (en) 2012-08-08

Family

ID=40148015

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007129000A Expired - Fee Related JP4994942B2 (en) 2007-05-15 2007-05-15 Information processing apparatus, information processing method, and information processing system

Country Status (1)

Country Link
JP (1) JP4994942B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010158008A (en) * 2008-12-30 2010-07-15 Intel Corp Hybrid method distributing "streaming" media in home
JP2019068187A (en) * 2017-09-29 2019-04-25 キヤノン株式会社 Information processing apparatus, control method thereof, and program

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003046582A (en) * 2001-07-30 2003-02-14 Matsushita Electric Ind Co Ltd Video signal encoder, video signal decoder and video transmission system
JP2005328269A (en) * 2004-05-13 2005-11-24 Victor Co Of Japan Ltd Client terminal, streaming server, and streaming-switching distribution system

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003046582A (en) * 2001-07-30 2003-02-14 Matsushita Electric Ind Co Ltd Video signal encoder, video signal decoder and video transmission system
JP2005328269A (en) * 2004-05-13 2005-11-24 Victor Co Of Japan Ltd Client terminal, streaming server, and streaming-switching distribution system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010158008A (en) * 2008-12-30 2010-07-15 Intel Corp Hybrid method distributing "streaming" media in home
US8499090B2 (en) 2008-12-30 2013-07-30 Intel Corporation Hybrid method for delivering streaming media within the home
JP2019068187A (en) * 2017-09-29 2019-04-25 キヤノン株式会社 Information processing apparatus, control method thereof, and program

Also Published As

Publication number Publication date
JP4994942B2 (en) 2012-08-08

Similar Documents

Publication Publication Date Title
US11366632B2 (en) User interface for screencast applications
US10250664B2 (en) Placeshifting live encoded video faster than real time
US9269396B2 (en) Variable speed playback
EP1879393B1 (en) Data transmission system, receiving apparatus, receiving method as well as computer program product
WO2012043356A1 (en) Content transmitting device, content transmitting method, content reproduction device, content reproduction method, program, and content delivery system
US20060195884A1 (en) Interactive multichannel data distribution system
EP1956848A2 (en) Image information transmission system, image information transmitting apparatus, image information receiving apparatus, image information transmission method, image information transmitting method, and image information receiving method
JP2008092584A (en) Method of receiving media stream via network and reproducing the media stream
EP1797716A2 (en) Method for minimizing buffer delay effects in streaming digital content
US20130166769A1 (en) Receiving device, screen frame transmission system and method
JP7155164B2 (en) Temporal placement of rebuffering events
US9451328B1 (en) Methods and systems for variable speed playback with bi-directionality
JP2010021867A (en) Streaming playback apparatus, streaming distribution playback system, streaming playback method and streaming playback program
JP2004356695A (en) System and method for data distribution and data receiving apparatus and method for data receiving
JP4994942B2 (en) Information processing apparatus, information processing method, and information processing system
JP2013211767A (en) Video recording device, video reproduction device, and video recording reproduction system
JP2010028232A (en) Communication control apparatus and communication control method
JP2007214861A (en) Television chat system, television chat terminal equipment, television chat server, television chat service provision method
JP6034113B2 (en) Video content distribution device
JP4314574B2 (en) Client terminal, streaming server, streaming switching system, and streaming switching method
JP2010093614A (en) Video signal playback apparatus
KR100527403B1 (en) Method of controlling fast forward and rewind modes on streaming VOD system
EP3732888B1 (en) Reducing latency for streaming video
CN115604496A (en) Display device, live broadcast channel switching method and storage medium
JP2009044528A (en) Content switching apparatus, content switching method and program

Legal Events

Date Code Title Description
RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20090602

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100216

RD01 Notification of change of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7421

Effective date: 20110630

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20110831

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120501

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: 20120508

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: 20120509

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

Free format text: PAYMENT UNTIL: 20150518

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4994942

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees