JP2008293436A - Content reception control device and content reception control program - Google Patents

Content reception control device and content reception control program Download PDF

Info

Publication number
JP2008293436A
JP2008293436A JP2007140826A JP2007140826A JP2008293436A JP 2008293436 A JP2008293436 A JP 2008293436A JP 2007140826 A JP2007140826 A JP 2007140826A JP 2007140826 A JP2007140826 A JP 2007140826A JP 2008293436 A JP2008293436 A JP 2008293436A
Authority
JP
Japan
Prior art keywords
download
data
streaming
reception
streaming data
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
JP2007140826A
Other languages
Japanese (ja)
Inventor
Yoshihiro Inoue
慶大 井上
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.)
Victor Company of Japan Ltd
Original Assignee
Victor Company of Japan 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 Victor Company of Japan Ltd filed Critical Victor Company of Japan Ltd
Priority to JP2007140826A priority Critical patent/JP2008293436A/en
Publication of JP2008293436A publication Critical patent/JP2008293436A/en
Pending legal-status Critical Current

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 make it possible to appropriately control download reception while keeping stable streaming reception in processing streaming reception and download reception parallelly. <P>SOLUTION: The present invention comprises: streaming reception means S1-Sn for receiving streaming data; streaming data storage means B1-Bn for storing streaming data; a data buffer amount measurement means 11 for measuring a data amount of respective streaming data; a download reception processing control means 12 for generating a download enable signal if the data amounts of all streaming data exceed a predetermined reference value, and generating a download disable signal if at least one of the data amounts is the predetermined reference value or less; and download reception means W1-Wn for receiving download data if the download enable signal is provided, and stopping download data reception if the download disable signal is provided. <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、安定したストリーミング受信を保持しつつ、効率良くダウンロード受信を行うコンテンツ受信制御装置及びコンテンツ受信制御プログラムに関する。   The present invention relates to a content reception control apparatus and a content reception control program that efficiently perform download reception while maintaining stable streaming reception.

昨今、DLNA(Digital Living Network Alliance)等のホームネットワークの普及に伴い、家庭内のAV機器においても、ネットワークを介してビデオやテレビ放送等の動画データや音楽データをストリーミング受信すると共に、動画データ、静止画像データ、及び音楽データをダウンロードする機能が有するものが普及している。   Recently, with the spread of home networks such as DLNA (Digital Living Network Alliance), video data and music data such as video and TV broadcasts are also streamed and received by AV devices in the home via the network. Those having a function of downloading still image data and music data are widely used.

ここで、DLNAは、家電製品、パーソナルコンピュータ、及びモバイル機器間において、AVコンテンツをネットワークを介してシームレスに共有するための規格を策定する非営利団体であり、このDLNAにより策定された規格がDLNA規格と呼ばれている。   Here, DLNA is a non-profit organization that develops a standard for seamlessly sharing AV content via a network among home appliances, personal computers, and mobile devices. The standard formulated by DLNA is DLNA. It is called a standard.

このDLNA規格では、動画や音楽等のデータをネットワークを介して受信しながら再生させるストリーミング通信を“Streaming Transfer”、利用者が後で視聴するためにデータをダウンロードする通信を“Background Transfer”、また、静止画像のように再生の際時間軸を持たないデータをダウンロードする通信を“Interactive Transfer”として定義している。そして、これらの通信では一般的にHTTPプロトコルが用いられる。   In the DLNA standard, “Streaming Transfer” is a streaming communication for reproducing data while receiving data such as video and music via a network, “Background Transfer” is a communication for downloading data for the user to view later. Communication that downloads data that does not have a time axis during playback, such as still images, is defined as “Interactive Transfer”. In these communications, the HTTP protocol is generally used.

しかしながら、このHTTPプロトコルは通信速度や通信帯域を保障していないので、複数の通信が混在し、通信負荷が機器やネットワークの能力を超えると、通信の遅延が生じる場合があった。   However, since the HTTP protocol does not guarantee the communication speed or communication band, there may be a case where a communication delay occurs when a plurality of communications are mixed and the communication load exceeds the capability of the device or the network.

図7は、従来技術であるHTTPプロトコルによる通信の概要を説明した説明図である。   FIG. 7 is an explanatory diagram illustrating an outline of communication using the HTTP protocol, which is a conventional technique.

図7に示すように、クライアント100からの要求に対してサーバ200が応答を返している。クライアント100が、サーバ200にストリーム配信を要求する場合には、コンテンツ要求コマンド301に示すように、“transferMode.dlna.org”ヘッダを“Streaming”に設定してサーバ200へ“Streaming Transfer”として要求する。また、クライアント100が、サーバ200に静止画像の配信を要求する場合には、コンテンツ要求コマンド302に示すように、“transferMode.dlna.org”ヘッダを“Interactive”に設定してサーバ200へ“Interactive Transfer”として要求する。同様に、データのダウンロードを要求する場合には、コンテンツ要求コマンド303に示すように、“transferMode.dlna.org”ヘッダを“Background”に設定してサーバ200へ“Background Transfer”として要求する。このように、クライアント100からのコンテンツ要求コマンドに“transferMode.dlna.org”ヘッダを追加し、通信の種類を設定するので、通信データ自体に差異はない。   As shown in FIG. 7, the server 200 returns a response to the request from the client 100. When the client 100 requests the server 200 for stream delivery, as shown in the content request command 301, the “transferMode.dlna.org” header is set to “Streaming” and the request is sent to the server 200 as “Streaming Transfer”. To do. When the client 100 requests the server 200 to distribute a still image, the “transferMode.dlna.org” header is set to “Interactive” as shown in the content request command 302, and “Interactive” is sent to the server 200. Request as “Transfer”. Similarly, when requesting data download, as shown in the content request command 303, the “transferMode.dlna.org” header is set to “Background” and the server 200 is requested as “Background Transfer”. Thus, since the “transferMode.dlna.org” header is added to the content request command from the client 100 and the type of communication is set, there is no difference in the communication data itself.

また、DLNA規格では、通信の遅延等によってコンテンツのストリーミング再生が不安定になることを防止するため、diffServ型QoS帯域保障で“Background Transfer”や“Interactive Transfer”より“Streaming Transfer”の優先度を上げるなどの規定が盛り込まれている。   In addition, in the DLNA standard, in order to prevent content streaming playback from becoming unstable due to communication delays, etc., priority is given to “Streaming Transfer” over “Background Transfer” and “Interactive Transfer” with diffServ-type QoS bandwidth guarantee. It includes provisions such as raising it.

しかしながら、QoS帯域保障は、ネットワークを伝送するデータにおいて優先度の高いものを優先して伝送させるが、コンテンツのストリーミング受信とダウンロード受信とを同時に行っているクライアントを効率的に制御することはできなかった。即ち、QoS帯域保障では、サーバからクライアントへの複数のコンテンツデータの通信がネットワークの負荷を越えた場合、優先度の低い通信パケットを破棄するので、優先度の低いダウンロード中のコンテンツの通信パケットが破棄されてしまう場合があった。   However, QoS bandwidth guarantee gives priority to high-priority data transmitted over the network, but it cannot efficiently control clients that simultaneously receive content streaming and download. It was. That is, in the QoS bandwidth guarantee, when the communication of a plurality of content data from the server to the client exceeds the network load, the communication packet with the low priority is discarded because the communication packet with the low priority is discarded. In some cases, it was destroyed.

そこで、特許文献1には、複数のネットワークデータ受信処理をクライアントとサーバやルータ等の間でネットワーク通信速度を測定し、測定結果に基づいて通信の優先度を変更する端末装置が提案されている。
特許3732149号公報
Therefore, Patent Document 1 proposes a terminal device that measures a network communication speed between a client and a server, a router, or the like in a plurality of network data reception processes, and changes the communication priority based on the measurement result. .
Japanese Patent No. 3732149

しかしながら、例えば、圧縮率可変で圧縮されたMPEG2の動画データやMP3の音楽データのストリーミング受信では、帯域速度が非常に短い時間で変化するので、特許文献1に記載の端末装置のように、定期的な速度測定では効率的な制御を行うことができない場合があった。   However, for example, in streaming reception of MPEG2 moving image data and MP3 music data compressed with a variable compression rate, the band speed changes in a very short time. In some cases, efficient control could not be performed with a typical speed measurement.

さらに、特許文献1に記載の端末装置では、クライアントとサーバやルータ等の間でネットワーク通信速度を測定するので、測定する間隔を短くするに従って測定自体がネットワーク負荷となる場合がある。このような場合、例えば、ダウンロード通信の速度測定時にストリーミング通信の休止状態を発生させてしまい、ストリーミング受信が不安定になる場合があった。   Furthermore, in the terminal device described in Patent Document 1, since the network communication speed is measured between the client and the server, the router, or the like, the measurement itself may become a network load as the measurement interval is shortened. In such a case, for example, when the speed of download communication is measured, a pause state of streaming communication occurs, and streaming reception may become unstable.

また、特許文献1に記載の端末装置のように、優先度をネットワーク通信速度の測定結果に応じて変更する技術では、コンテンツのストリーミング受信とダウンロード受信とを同時に行っているクライアントを効率的に制御することはできない。即ち、サーバからクライアントへの複数のコンテンツデータの通信がネットワークの負荷を越えた場合、優先度の低い通信パケットを破棄することなく適切に通信を制御することができない場合があった。   In addition, as in the terminal device described in Patent Document 1, in the technique of changing the priority according to the measurement result of the network communication speed, the client that performs simultaneous streaming reception and download reception is efficiently controlled. I can't do it. That is, when communication of a plurality of content data from the server to the client exceeds the load on the network, it may not be possible to appropriately control communication without discarding communication packets with low priority.

本発明は、上記問題に鑑みてなされたものであり、ストリーミング受信処理とダウンロード受信処理を並行して行う際、安定したストリーミング受信を保持しつつ、適切にダウンロード受信を制御するコンテンツ受信制御装置及びコンテンツ受信制御プログラムを提供することを目的とする。   The present invention has been made in view of the above problems, and a content reception control apparatus that appropriately controls download reception while maintaining stable streaming reception when performing streaming reception processing and download reception processing in parallel, and It is an object to provide a content reception control program.

上記目的を達成するため、本発明に係るコンテンツ受信制御装置の第1の特徴は、サーバからストリーミングデータを受信する1又は複数のストリーミング受信手段と、1又は複数のストリーミング受信手段により受信したストリーミングデータを、各々のストリーミング受信手段に対応させて記憶する1又は複数のストリーミングデータ記憶手段と、1又は複数のストリーミングデータ記憶手段に記憶された各々のストリーミングデータのデータ量を測定するデータバッファ量測定手段と、データバッファ量測定手段により測定された各々のストリーミングデータのデータ量と所定の基準値とを比較し、全てのストリーミングデータのデータ量が所定の基準値を超えている場合にはダウンロード許可信号を生成し、いずれか1つ以上のストリーミングデータのデータ量が所定の基準値以下である場合にはダウンロード不許可信号を生成するダウンロード受信処理制御手段と、ダウンロード受信処理制御手段により生成されたダウンロード許可信号が供給された場合にはサーバからダウンロードデータを受信し、ダウンロード受信処理制御手段により生成されたダウンロード不許可信号が供給された場合にはサーバからダウンロードデータの受信を停止する1又は複数のダウンロード受信手段とを備えることにある。   In order to achieve the above object, the first feature of the content reception control apparatus according to the present invention is that one or more streaming receiving means for receiving streaming data from a server and streaming data received by the one or more streaming receiving means. One or a plurality of streaming data storage means for storing data corresponding to each streaming receiving means, and a data buffer amount measuring means for measuring the data amount of each streaming data stored in the one or more streaming data storage means And the data amount of each streaming data measured by the data buffer amount measuring means and a predetermined reference value, and if the data amount of all streaming data exceeds the predetermined reference value, a download permission signal Generates one or more strikes Download data processing control means for generating a download disapproval signal when the data amount of the game data is equal to or less than a predetermined reference value, and a server when the download permission signal generated by the download reception process control means is supplied One or a plurality of download receiving means for receiving download data and stopping reception of download data from a server when a download non-permission signal generated by the download reception processing control means is supplied.

本発明に係るコンテンツ受信制御装置及びコンテンツ受信制御プログラムによれば、ストリーミング受信とダウンロード受信を並行して処理する際、安定したストリーミング受信を保持しつつ、適切にダウンロード受信を制御することができる。   According to the content reception control apparatus and the content reception control program according to the present invention, when streaming reception and download reception are processed in parallel, download reception can be appropriately controlled while maintaining stable streaming reception.

以下、本発明を実施するための最良の形態について図面を参照して説明する。   The best mode for carrying out the present invention will be described below with reference to the drawings.

図1は、本実施形態であるコンテンツ受信制御装置の構成を示した構成図である。   FIG. 1 is a configuration diagram showing the configuration of the content reception control apparatus according to the present embodiment.

図1において、コンテンツ受信制御装置1は、ネットワーク2を介してストリーミング配信機能やダウンロードデータ配信機能を有するネットワークAVサーバ3,4と接続されている。   In FIG. 1, a content reception control apparatus 1 is connected to network AV servers 3 and 4 having a streaming distribution function and a download data distribution function via a network 2.

コンテンツ受信制御装置1は、ストリーミング受信手段S1乃至Snと、データバッファB1乃至Bnと、データ解凍手段D1乃至Dnと、データ再生手段R1乃至Rnと、ダウンロード受信手段W1乃至Wnと、データバッファ量測定手段11と、ダウンロード受信処理制御手段12と、データ記憶手段13とを備える。   The content reception control apparatus 1 includes streaming reception means S1 to Sn, data buffers B1 to Bn, data decompression means D1 to Dn, data reproduction means R1 to Rn, download reception means W1 to Wn, and data buffer amount measurement. Means 11, download reception processing control means 12, and data storage means 13 are provided.

ストリーミング受信手段S1乃至Snは、サーバ3,4からネットワーク2を介してストリーミングデータを受信する。   The streaming receiving means S 1 to Sn receive streaming data from the servers 3 and 4 via the network 2.

データバッファB1乃至Bnは、メモリ等で構成されており、ストリーミング受信手段S1乃至Snに1対1で対応して備えられている。そして、ストリーミング受信手段S1乃至Snにより受信した各々のストリーミングデータを記憶する。   The data buffers B1 to Bn are constituted by a memory or the like, and are provided in one-to-one correspondence with the streaming receiving means S1 to Sn. Each streaming data received by the streaming receiving means S1 to Sn is stored.

データ解凍手段D1乃至Dnは、データバッファB1乃至Bnに1対1で対応して備えられており、データバッファB1乃至Bnに記憶されたストリーミングデータを解凍する。   Data decompression means D1 to Dn are provided in one-to-one correspondence with the data buffers B1 to Bn, and decompress the streaming data stored in the data buffers B1 to Bn.

データ再生手段R1乃至Rnは、データ解凍手段D1乃至Dnに1対1で対応して備えられており、データ解凍手段D1乃至Dnにより解凍されたストリーミングデータを再生する。   The data reproduction means R1 to Rn are provided in one-to-one correspondence with the data decompression means D1 to Dn, and reproduce the streaming data decompressed by the data decompression means D1 to Dn.

図2は、ストリーミング受信手段S1乃至Snによるストリーミング受信状態を説明した説明図である。図2(a)に示すように、ストリーミング受信手段S1乃至Snがストリーミング処理を開始した時には、データバッファB1乃至Bnに記憶されたデータ量は“0”である。   FIG. 2 is an explanatory diagram for explaining a streaming reception state by the streaming receiving means S1 to Sn. As shown in FIG. 2A, when the streaming receiving means S1 to Sn start streaming processing, the data amount stored in the data buffers B1 to Bn is “0”.

そして、図2(b)に示すように、データバッファB1乃至Bnに記憶されたストリーミングデータのデータ量が予め定められた基準値Vに達したとき、データ解凍手段D1乃至Dn、及びデータ再生手段R1乃至Rnが各々の処理を開始する。   As shown in FIG. 2B, when the data amount of the streaming data stored in the data buffers B1 to Bn reaches a predetermined reference value V, the data decompression means D1 to Dn and the data reproduction means R1 to Rn start their respective processes.

ここで、基準値Vは、予め提供者等が実測に基づいた適性な値を予め算出し、提供者や利用者等が予め適正な値を設定しておく必要がある。例えば、再生手段R1乃至Rnにおける再生時間が0.2〜0.4秒程度に相当するデータ量となるように設定される。また、基準値Vの値を、データバッファB1乃至Bnの上限値Lの1/2に設定することも可能である。上限値Lは、データバッファB1乃至Bnの記憶容量を示しており、理論上は大きい程好ましいが、製造コスト等を考慮して適切な記憶容量として実装される。そのため、基準値Vの値を上限値Lの1/2に設定することで、データバッファB1乃至Bnのストリーミングデータのデータ量が上限値Lを超えにくく、かつ十分なデータ量を確保することができる。   Here, the reference value V needs to be calculated in advance by a provider or the like in advance based on actual measurement, and the provider or user or the like needs to set an appropriate value in advance. For example, the reproduction time in the reproduction means R1 to Rn is set to be a data amount corresponding to about 0.2 to 0.4 seconds. Further, the value of the reference value V can be set to ½ of the upper limit value L of the data buffers B1 to Bn. The upper limit L indicates the storage capacity of the data buffers B1 to Bn, and is theoretically preferable to be larger, but is mounted as an appropriate storage capacity in consideration of manufacturing costs and the like. Therefore, by setting the value of the reference value V to ½ of the upper limit value L, the data amount of the streaming data in the data buffers B1 to Bn is unlikely to exceed the upper limit value L, and a sufficient data amount can be secured. it can.

データバッファ量測定手段11は、データバッファB1乃至Bnに記憶された各々のストリーミングデータのデータ量を測定する。   The data buffer amount measuring means 11 measures the data amount of each streaming data stored in the data buffers B1 to Bn.

ダウンロード受信処理制御手段12は、データバッファ量測定手段11により測定された各々のストリーミングデータのデータ量と所定の基準値Vとを比較する。そして、全てのストリーミングデータのデータ量が所定の基準値Vを超えていると判定した場合にはダウンロード許可信号を生成し、いずれか1つ以上のストリーミングデータのデータ量が所定の基準値V以下であると判定した場合にはダウンロード不許可信号を生成し、ダウンロード受信手段W1乃至Wnへ供給する。   The download reception processing control unit 12 compares the data amount of each streaming data measured by the data buffer amount measurement unit 11 with a predetermined reference value V. When it is determined that the data amount of all streaming data exceeds the predetermined reference value V, a download permission signal is generated, and the data amount of any one or more streaming data is equal to or less than the predetermined reference value V. If it is determined that the download is not permitted, a download non-permission signal is generated and supplied to the download receiving means W1 to Wn.

ダウンロード受信手段W1乃至Wnは、ダウンロード受信処理制御手段12により生成されたダウンロード許可信号が供給された場合にはサーバ3,4からダウンロードデータを受信し、ダウンロード受信処理制御手段12により生成されたダウンロード不許可信号が供給された場合にはサーバ3,4からダウンロードデータの受信を停止する。   The download receiving means W1 to Wn receive the download data from the servers 3 and 4 when the download permission signal generated by the download reception processing control means 12 is supplied, and the download generated by the download reception processing control means 12 When the non-permission signal is supplied, reception of download data from the servers 3 and 4 is stopped.

データ記憶部13は、例えばハードディスクドライブ(以下、HDDという)などで構成されており、ダウンロード受信手段W1乃至Wnによりダウンロード受信されたダウンロードデータを記憶する。   The data storage unit 13 is composed of, for example, a hard disk drive (hereinafter referred to as HDD), and stores download data received by the download receiving means W1 to Wn.

≪コンテンツ受信制御装置1の作用≫
次に、本実施形態であるコンテンツ受信制御装置1の作用について説明する。
<< Operation of Content Reception Control Device 1 >>
Next, the operation of the content reception control apparatus 1 according to this embodiment will be described.

図3は、本実施形態であるコンテンツ受信制御装置1の処理手順を示したフローチャートである。   FIG. 3 is a flowchart showing a processing procedure of the content reception control apparatus 1 according to the present embodiment.

まず、コンテンツ受信制御装置1は、ネットワーク2を介してストリーミング受信手段S1がストリーミング通信中であるか否かを判定し(ステップS101)、ストリーミング通信中ではない場合には、ダウンロード受信手段W1にダウンロードデータを受信させるダウンロード受信許可信号を供給する。   First, the content reception control apparatus 1 determines whether or not the streaming reception unit S1 is performing streaming communication via the network 2 (step S101). If the streaming reception unit S1 is not performing streaming communication, it is downloaded to the download reception unit W1. A download reception permission signal for receiving data is supplied.

そして、ステップS101において、ストリーミング通信中であると判定した場合は、ストリーミング受信手段S1に、ストリーミング受信の処理を実行させた後(ステップS102)、データバッファB1に記憶されたストリーミングデータのデータ量を測定する(ステップS103)。   If it is determined in step S101 that streaming communication is being performed, the streaming reception unit S1 is caused to execute the streaming reception process (step S102), and then the data amount of the streaming data stored in the data buffer B1 is determined. Measurement is performed (step S103).

そして、ダウンロード受信処理制御手段12は、データバッファ量測定手段11により測定されたストリーミングデータのデータ量が所定の基準値Vを超えているか否かを判定する(ステップS104)。ストリーミングデータのデータ量が基準値Vを超えていると判定した場合には、他のデータバッファB2乃至Bnに記憶されたストリーミングデータのデータ量が所定の基準値Vを超えているか否かを判定する。   Then, the download reception processing control unit 12 determines whether or not the data amount of the streaming data measured by the data buffer amount measurement unit 11 exceeds a predetermined reference value V (step S104). When it is determined that the data amount of the streaming data exceeds the reference value V, it is determined whether or not the data amount of the streaming data stored in the other data buffers B2 to Bn exceeds the predetermined reference value V. To do.

このようにして、各々のストリーミング受信手段S1乃至Snに、ストリーミング受信の処理を実行させ、各々のデータバッファB1乃至Bnに記憶されたストリーミングデータのデータ量が所定の基準値Vを超えているか否かを判定する。そして、全てのデータバッファB1乃至Bnに記憶されたデータ量が、所定の基準値Vを超えていると判定した場合、ダウンロード受信処理制御手段12は、ダウンロード受信手段W1にダウンロードデータを受信させるダウンロード受信許可信号を供給する。   In this way, each streaming receiving unit S1 to Sn performs streaming reception processing, and whether or not the data amount of the streaming data stored in each data buffer B1 to Bn exceeds the predetermined reference value V. Determine whether. When it is determined that the amount of data stored in all the data buffers B1 to Bn exceeds the predetermined reference value V, the download reception processing control unit 12 causes the download reception unit W1 to receive download data. A reception permission signal is supplied.

図2(c)は、データバッファB1乃至Bnに記憶されたストリーミングデータのデータ量が所定の基準値Vを超えている場合におけるストリーミング受信状態を説明した説明図である。   FIG. 2C is an explanatory diagram illustrating a streaming reception state when the amount of streaming data stored in the data buffers B1 to Bn exceeds a predetermined reference value V.

図2(c)に示すように、データバッファB1乃至Bnに記憶されたデータ量が所定の基準値Vを超えている場合には、ネットワーク2の通信帯域及びストリーミング受信手段S1乃至Snの能力が十分であると考えられるので、ダウンロード受信処理制御手段12は、ダウンロード受信手段W1乃至Wnにダウンロードデータを受信させるダウンロード受信許可信号を送信する。   As shown in FIG. 2C, when the amount of data stored in the data buffers B1 to Bn exceeds a predetermined reference value V, the communication bandwidth of the network 2 and the capability of the streaming receiving means S1 to Sn are sufficient. Since it is considered sufficient, the download reception processing control unit 12 transmits a download reception permission signal that causes the download reception units W1 to Wn to receive the download data.

一方、ダウンロード受信処理制御手段12は、ステップS104において、いずれか1つ以上のデータバッファB1乃至Bnに記憶されたデータ量が、所定の基準値V以下であると判定した場合にはダウンロード受信手段W1にダウンロードデータの受信を停止させるダウンロード停止信号を供給する。   On the other hand, if the download reception processing control means 12 determines in step S104 that the data amount stored in any one or more of the data buffers B1 to Bn is equal to or less than the predetermined reference value V, the download reception means A download stop signal for stopping reception of download data is supplied to W1.

図2(d)は、データバッファB1乃至Bnに記憶されたデータ量が所定の基準値V以下である場合におけるストリーミング受信状態を説明した説明図である。   FIG. 2D is an explanatory diagram illustrating a streaming reception state when the amount of data stored in the data buffers B1 to Bn is equal to or less than a predetermined reference value V.

図2(d)に示すように、データバッファB1に記憶されたデータ量が所定の基準値V以下の場合には、ネットワーク2の通信帯域及びストリーミング受信手段S1の能力が十分ではないと考えられるので、ダウンロード受信処理制御手段12は、ダウンロード受信手段W1にダウンロードデータの受信を停止させるダウンロード受信停止信号を供給する。   As shown in FIG. 2 (d), when the amount of data stored in the data buffer B1 is equal to or less than the predetermined reference value V, it is considered that the communication bandwidth of the network 2 and the capability of the streaming receiving means S1 are not sufficient. Therefore, the download reception processing control unit 12 supplies the download reception stop signal for stopping the download data reception to the download reception unit W1.

そして、ダウンロード受信処理制御手段12は、全てのダウンロード受信手段W1乃至Wnについて、データバッファB1に記憶されたストリーミングデータのデータ量が所定の基準値Vを超えているか否かを判定し、データ量が基準値Vを超えている場合にはダウンロード受信許可信号を供給し、データ量が基準値V以下である場合にはダウンロード受信停止信号を供給する。   Then, the download reception processing control unit 12 determines whether or not the data amount of the streaming data stored in the data buffer B1 exceeds a predetermined reference value V for all the download reception units W1 to Wn. When the value exceeds the reference value V, a download reception permission signal is supplied, and when the data amount is equal to or less than the reference value V, a download reception stop signal is supplied.

これにより、ダウンロード受信手段W1乃至Wn毎に、全てのデータバッファB1乃至Bnに記憶されたデータ量が所定の基準値Vを超えているか否かを判定することができる。   As a result, it is possible to determine whether or not the data amount stored in all the data buffers B1 to Bn exceeds the predetermined reference value V for each of the download receiving means W1 to Wn.

また、ネットワーク2に対して速度測定等のネットワーク負荷をかけることなく、ストリーミング受信状態を測定できる。そのため、MPEG2の動画データやMP3の音楽データをストリーミング受信している場合のように帯域速度が非常に短い時間で変化する場合においても、ダウンロード受信処理制御手段12は、データバッファB1乃至Bnに記憶されたデータ量が所定の基準値Vを超えているか否かを正確に判定することができる。   Further, the streaming reception state can be measured without applying a network load such as speed measurement to the network 2. Therefore, even when the bandwidth speed changes in a very short time, such as when streaming video data of MPEG2 or music data of MP3 is received, the download reception processing control means 12 stores the data in the data buffers B1 to Bn. It is possible to accurately determine whether or not the amount of data that has been exceeded exceeds a predetermined reference value V.

次に、ダウンロード受信手段W1乃至Wnは、ダウンロード受信許可信号を受信すると、ネットワーク2を介してダウンロード処理を実行する(ステップS105)。   Next, when receiving the download reception permission signal, the download receiving means W1 to Wn execute a download process via the network 2 (step S105).

図4(a)は、本実施形態であるコンテンツ受信制御装置1のデータバッファB1乃至Bnに記憶されたデータ量の推移を説明した説明図であり、図4(b)は、ダウンロード受信手段W1乃至Wnにより受信されたダウンロードデータのデータ総量を示した説明図である。   FIG. 4A is an explanatory diagram illustrating the transition of the amount of data stored in the data buffers B1 to Bn of the content reception control apparatus 1 according to the present embodiment, and FIG. 4B is the download reception unit W1. It is explanatory drawing which showed the data total amount of the download data received by thru | or Wn.

図4(a)に示すように、ストリーミング受信手段S1乃至Snが受信するストリーミングデータのデータ量は変動するので、データバッファB1乃至Bnに記憶されたストリーミングデータのデータ量もそれに応じて変動している。   As shown in FIG. 4 (a), since the data amount of the streaming data received by the streaming receiving means S1 to Sn varies, the data amount of the streaming data stored in the data buffers B1 to Bn also varies accordingly. Yes.

図4(a)では、経過時点T1まで、データバッファB1乃至Bnに記憶されたデータ量が基準値Vを超えている。そのため、ダウンロード受信処理制御手段12は、ダウンロード受信手段W1乃至Wnにダウンロードデータを受信させるダウンロード受信許可信号を送信している。これにより、図4(b)に示すように、経過時点T1までダウンロード受信手段W1乃至Wnにより受信されたダウンロードデータのデータ総量が増加している。   In FIG. 4A, the amount of data stored in the data buffers B1 to Bn exceeds the reference value V until the elapsed time T1. Therefore, the download reception processing control means 12 transmits a download reception permission signal that causes the download reception means W1 to Wn to receive download data. As a result, as shown in FIG. 4B, the total amount of download data received by the download receiving means W1 to Wn is increased until the elapsed time T1.

そして、T1時に、ダウンロード受信処理制御手段12は、データバッファB1乃至Bnに記憶されたストリームデータのデータ量が、基準値V以下であると判定し、ダウンロード受信手段W1にダウンロードデータの受信を停止させるダウンロード停止信号を供給する。   At time T1, the download reception processing control unit 12 determines that the data amount of the stream data stored in the data buffers B1 to Bn is equal to or less than the reference value V, and stops the download reception unit W1 from receiving download data. A download stop signal is supplied.

これにより、図4(b)に示すように、経過時点T1からT2までの間、ダウンロード受信手段W1乃至Wnはダウンロード処理を停止しているので、ダウンロード受信手段W1乃至Wnにより受信されたダウンロードデータのデータ総量は増加せず一定値となっている。   As a result, as shown in FIG. 4B, since the download receiving means W1 to Wn have stopped the download processing from the elapsed time T1 to T2, the download data received by the download receiving means W1 to Wn. The total amount of data does not increase and remains constant.

そして、T2時からT3時までの間、データバッファB1乃至Bnに記憶されたストリーミングデータのデータ量が、基準値Vを超えているので、ダウンロード受信手段W1乃至Wnはダウンロード処理を再開する。   Since the data amount of the streaming data stored in the data buffers B1 to Bn exceeds the reference value V from time T2 to time T3, the download receiving means W1 to Wn restart the download process.

このように、ダウンロード受信処理制御手段12は、データバッファB1乃至Bnに記憶されたデータ量が基準値Vを超えている間のみ、ダウンロード受信手段W1乃至Wnにダウンロード処理を実行させるので、ストリーミング処理とダウンロード処理との両方のネットワーク受信処理を行う際、ストリーミング処理に遅延させることなく、ダウンロード処理を適切に制御することができる。   In this way, the download reception process control means 12 causes the download reception means W1 to Wn to execute the download process only while the amount of data stored in the data buffers B1 to Bn exceeds the reference value V. When performing both the network reception process and the download process, the download process can be appropriately controlled without delaying the streaming process.

<実施例>
本実施形態であるコンテンツ受信制御装置1をDLNA対応のHDD付きTV受信装置に適用した実施例について説明する。
<Example>
An example in which the content reception control apparatus 1 according to the present embodiment is applied to a TV receiver with a HDD corresponding to DLNA will be described.

図5は、本実施形態であるコンテンツ受信制御装置1を適用したDLNA対応のHDD付きTV受信装置の構成を示した構成図である。   FIG. 5 is a configuration diagram illustrating a configuration of a TV receiver with a DLNA-compatible HDD to which the content reception control device 1 according to the present embodiment is applied.

図5において、DLNA対応のHDD付きTV受信装置100は、ネットワーク2を介してストリーミング配信機能やダウンロードデータ配信機能を有するDLNA対応PCサーバ31、DLNA対応ビデオカメラ32、及びDLNA対応ビデオレコーダ33と接続されている。   In FIG. 5, the TV receiver 100 with a DLNA compatible HDD is connected to a DLNA compatible PC server 31, a DLNA compatible video camera 32, and a DLNA compatible video recorder 33 having a streaming distribution function and a download data distribution function via the network 2. Has been.

DLNA対応のHDD付きTV受信装置100は、ストリーミング受信手段S1と、データバッファB1と、MPEGデコーダD1と、スピーカR1aと、ディスプレイR1bと、インタラクティブダウンロード受信手段W1と、ダウンロード受信手段W2と、データバッファ量測定手段11と、ダウンロード受信処理制御手段12と、データ記憶手段13と、JPEGデコーダ14とを備える。   The DLNA-compatible TV receiver with HDD 100 includes a streaming receiving unit S1, a data buffer B1, an MPEG decoder D1, a speaker R1a, a display R1b, an interactive download receiving unit W1, a download receiving unit W2, and a data buffer. An amount measuring unit 11, a download reception processing control unit 12, a data storage unit 13, and a JPEG decoder 14 are provided.

ストリーミング受信手段S1は、DLNA対応PCサーバ31、DLNA対応ビデオカメラ32、及びDLNA対応ビデオレコーダ33からネットワーク2を介してストリーミングデータを受信する。   The streaming receiving unit S1 receives streaming data from the DLNA compatible PC server 31, the DLNA compatible video camera 32, and the DLNA compatible video recorder 33 via the network 2.

データバッファB1は、メモリ等で構成されており、ストリーミング受信手段S1により受信したストリーミングデータを記憶する。   The data buffer B1 is composed of a memory or the like, and stores the streaming data received by the streaming receiving unit S1.

MPEG2デコーダD1は、データバッファB1に記憶されたストリーミングデータ、又はHDDに記憶されたダウンロードデータを解凍する。   The MPEG2 decoder D1 decompresses the streaming data stored in the data buffer B1 or the download data stored in the HDD.

スピーカR1aは、MPEG2デコーダD1により解凍されたストリーミングデータ又はダウンロードデータを音声出力し、ディスプレイR1bは、MPEG2デコーダD1により解凍されたストリーミングデータ若しくはダウンロードデータを表示し、又はJPEGデコーダ14により解凍されたダウンロードデータを表示する。   The speaker R1a outputs the streaming data or download data decompressed by the MPEG2 decoder D1, and the display R1b displays the streaming data or download data decompressed by the MPEG2 decoder D1, or the download decompressed by the JPEG decoder 14. Display data.

データバッファ量測定手段11は、データバッファB1に記憶されたストリーミングデータのデータ量を測定する。   The data buffer amount measuring means 11 measures the data amount of the streaming data stored in the data buffer B1.

ダウンロード受信処理制御手段12は、データバッファ量測定手段11により測定されたストリーミングデータのデータ量と所定の基準値Vとを比較する。そして、ストリーミングデータのデータ量が所定の基準値Vを超えていると判定した場合にはダウンロード許可信号を生成し、ストリーミングデータのデータ量が所定の基準値V以下であると判定した場合にはダウンロード不許可信号を生成し、インタラクティブダウンロード受信手段W1又はダウンロード受信手段W2へ供給する。さらに、ダウンロード受信処理制御手段12は、インタラクティブダウンロード受信手段W1がダウンロード受信処理中か否かを判定し、ダウンロード受信処理中であれば、ダウンロード受信手段W2へダウンロード許可信号を供給し、通信中でなければインタラクティブダウンロード受信手段W1へダウンロード許可信号を供給する。   The download reception processing control unit 12 compares the data amount of the streaming data measured by the data buffer amount measurement unit 11 with a predetermined reference value V. When it is determined that the data amount of the streaming data exceeds the predetermined reference value V, a download permission signal is generated. When it is determined that the data amount of the streaming data is equal to or less than the predetermined reference value V, A download non-permission signal is generated and supplied to the interactive download receiving means W1 or the download receiving means W2. Further, the download reception process control means 12 determines whether or not the interactive download reception means W1 is in the download reception process. If the download reception process is in progress, the download reception process control means 12 supplies a download permission signal to the download reception means W2. If not, a download permission signal is supplied to the interactive download receiving means W1.

インタラクティブダウンロード受信手段W1は、ダウンロード受信処理制御手段12により生成されたダウンロード許可信号が供給された場合には、DLNA対応PCサーバ31、DLNA対応ビデオカメラ32、又はDLNA対応ビデオレコーダ33からダウンロードデータを受信する。そして、ダウンロード受信処理制御手段12により生成されたダウンロード不許可信号が供給された場合にはDLNA対応PCサーバ31、DLNA対応ビデオカメラ32、及びDLNA対応ビデオレコーダ33からダウンロードデータの受信を停止する。   When the download permission signal generated by the download reception processing control means 12 is supplied, the interactive download receiving means W1 receives download data from the DLNA compatible PC server 31, the DLNA compatible video camera 32, or the DLNA compatible video recorder 33. Receive. When the download non-permission signal generated by the download reception processing control unit 12 is supplied, reception of download data from the DLNA compatible PC server 31, the DLNA compatible video camera 32, and the DLNA compatible video recorder 33 is stopped.

ダウンロード受信手段W1は、ダウンロード受信処理制御手段12により生成されたダウンロード許可信号が供給された場合には、DLNA対応PCサーバ31、DLNA対応ビデオカメラ32、又はDLNA対応ビデオレコーダ33からダウンロードデータを受信する。そして、ダウンロード受信処理制御手段12により生成されたダウンロード不許可信号が供給された場合にはDLNA対応PCサーバ31、DLNA対応ビデオカメラ32、及びDLNA対応ビデオレコーダ33からダウンロードデータの受信を停止する。   The download receiving means W1 receives download data from the DLNA compatible PC server 31, the DLNA compatible video camera 32, or the DLNA compatible video recorder 33 when the download permission signal generated by the download reception processing control means 12 is supplied. To do. When the download non-permission signal generated by the download reception processing control unit 12 is supplied, reception of download data from the DLNA compatible PC server 31, the DLNA compatible video camera 32, and the DLNA compatible video recorder 33 is stopped.

なお、インタラクティブダウンロード受信手段W1は、ダウンロードデータとして静止画像データを受信し、ダウンロード受信手段W2は、ダウンロードデータとして静止画像データや動画データを受信する。   The interactive download receiving means W1 receives still image data as download data, and the download receiving means W2 receives still image data and moving image data as download data.

HDD13は、ダウンロード受信手段W2によりダウンロード受信されたダウンロードデータを記憶する。   The HDD 13 stores the download data downloaded and received by the download receiving means W2.

JPEGデコーダ14は、インタラクティブダウンロード受信手段W1から供給されたダウンロードデータ、及びHDDに記憶されたダウンロードデータを解凍する。   The JPEG decoder 14 decompresses the download data supplied from the interactive download receiving means W1 and the download data stored in the HDD.

≪DLNA対応のHDD付きTV受信装置の作用≫
次に、本実施形態であるコンテンツ受信制御装置1を適用したDLNA対応のHDD付きTV受信装置100の作用について説明する。
<< Operation of TV receiver with DLNA compatible HDD >>
Next, the operation of the TV receiver 100 with a DLNA-compatible HDD to which the content reception control device 1 according to this embodiment is applied will be described.

図6は、本実施形態であるコンテンツ受信制御装置1を適用したDLNA対応のHDD付きTV受信装置100の処理手順を示したフローチャートである。   FIG. 6 is a flowchart showing a processing procedure of the TV receiver 100 with a DLNA-compatible HDD to which the content reception control apparatus 1 according to this embodiment is applied.

まず、DLNA対応のHDD付きTV受信装置100は、ネットワーク2を介してストリーミング受信手段S1がストリーミング通信中であるか否かを判定し(ステップS201)、ストリーミング通信中でない場合には、処理をステップS205へ移行する。   First, the TV receiver 100 with a DLNA compatible HDD determines whether or not the streaming receiving means S1 is performing streaming communication via the network 2 (step S201). The process proceeds to S205.

そして、ステップS201において、ストリーミング通信中であると判定した場合は、ストリーミング受信手段S1に、ストリーミング受信の処理を実行させる(ステップS202)。   If it is determined in step S201 that streaming communication is being performed, the streaming receiving unit S1 is caused to execute a streaming reception process (step S202).

次に、データバッファ量測定手段11は、ストリーミング受信手段S1により受信され、データバッファB1に記憶されたストリーミングデータのデータ量を測定する(ステップS203)。   Next, the data buffer amount measuring unit 11 measures the data amount of the streaming data received by the streaming receiving unit S1 and stored in the data buffer B1 (step S203).

そして、ダウンロード受信処理制御手段12は、データバッファ量測定手段11により測定されたストリーミングデータのデータ量が所定の基準値Vを超えているか否かを判定する(ステップS204)。   Then, the download reception process control unit 12 determines whether or not the data amount of the streaming data measured by the data buffer amount measurement unit 11 exceeds a predetermined reference value V (step S204).

データバッファB1に記憶されたデータ量が所定の基準値V以下であると判定した場合には、ダウンロード受信処理制御手段12は、インタラクティブダウンロード受信手段W1及びダウンロード受信手段W2にダウンロードデータの受信を停止させるダウンロード停止信号を送信する。   When it is determined that the amount of data stored in the data buffer B1 is equal to or less than the predetermined reference value V, the download reception processing control unit 12 stops receiving download data in the interactive download reception unit W1 and the download reception unit W2. A download stop signal is transmitted.

そして、ダウンロード受信処理制御手段12は、データバッファB1に記憶されたデータ量が、所定の基準値Vを超えていると判定した場合、インタラクティブダウンロード受信手段W1がダウンロード受信処理中か否かを判定する(ステップS205)。   When the download reception processing control unit 12 determines that the amount of data stored in the data buffer B1 exceeds the predetermined reference value V, the download reception processing control unit 12 determines whether the interactive download reception unit W1 is performing a download reception process. (Step S205).

そして、インタラクティブダウンロード受信手段W1がダウンロード受信処理中であれば、インタラクティブダウンロード受信手段W1へダウンロード許可信号を供給し、インタラクティブダウンロード受信手段W1がダウンロード受信を実行する(ステップS206)。   If the interactive download receiving means W1 is in the process of receiving a download, a download permission signal is supplied to the interactive download receiving means W1, and the interactive download receiving means W1 executes download reception (step S206).

一方、ステップS205において、インタラクティブダウンロード受信手段W1がダウンロード受信処理中でなければ、ダウンロード受信手段W2がダウンロード受信処理中か否かを判定する(ステップS207)。   On the other hand, if the interactive download receiving means W1 is not in the download receiving process in step S205, it is determined whether the download receiving means W2 is in the download receiving process (step S207).

そして、ダウンロード受信手段W1がダウンロード受信処理中であれば、ダウンロード受信手段W2へダウンロード許可信号を供給し、ダウンロード受信手段W2がダウンロード受信を実行する(ステップS208)。   If the download receiving means W1 is in the process of receiving downloads, a download permission signal is supplied to the download receiving means W2, and the download receiving means W2 executes download reception (step S208).

このように、インタラクティブダウンロード受信手段W1がダウンロード受信処理中の場合に、インタラクティブダウンロード受信手段W1にダウンロード許可信号を供給することによって、ダウンロード受信手段W2よりインタラクティブダウンロード受信手段W1のダウンロード受信処理を優先させることができる。   In this way, when the interactive download receiving means W1 is performing the download receiving process, the download receiving signal of the interactive download receiving means W1 is given priority over the download receiving means W2 by supplying the download permission signal to the interactive download receiving means W1. be able to.

また、ネットワーク2に対して速度測定等のネットワーク負荷をかけることなく、ストリーミング受信状態を測定できる。そのため、MPEG2の動画データやMP3の音楽データをストリーミング受信している場合のように帯域速度が非常に短い時間で変化する場合においても、ダウンロード受信処理制御手段12は、データバッファB1に記憶されたデータ量が所定の基準値Vを超えているか否かを正確に判定することができる。   Further, the streaming reception state can be measured without applying a network load such as speed measurement to the network 2. Therefore, even when the bandwidth speed changes in a very short time, such as when streaming video data of MPEG2 or music data of MP3 is received, the download reception processing control means 12 is stored in the data buffer B1. It is possible to accurately determine whether or not the data amount exceeds a predetermined reference value V.

以上のように、ダウンロード受信処理制御手段12は、データバッファB1に記憶されたデータ量が基準値Vを超えている間のみ、インタラクティブダウンロード受信手段W1又はダウンロード受信手段W2にダウンロード処理を実行させるので、ストリーミング処理とダウンロード処理との両方のネットワーク受信処理を行う際、ストリーミング処理に遅延させることなく、ダウンロード処理を適切に制御することができる。   As described above, the download reception process control unit 12 causes the interactive download reception unit W1 or the download reception unit W2 to execute the download process only while the amount of data stored in the data buffer B1 exceeds the reference value V. When performing network reception processing for both streaming processing and download processing, the download processing can be appropriately controlled without delaying the streaming processing.

図1は、本実施形態であるコンテンツ受信制御装置の構成を示した構成図である。FIG. 1 is a configuration diagram showing the configuration of the content reception control apparatus according to the present embodiment. (a)は、ストリーミング受信手段がストリーミング処理を開始した際のストリーミング受信状態を説明した説明図であり、(b)は、データバッファに記憶されたストリーミングデータのデータ量が基準値に達したときのストリーミング受信状態を説明した説明図であり、(c)は、データバッファに記憶されたストリーミングデータのデータ量が基準値を超えた達したときのストリーミング受信状態を説明した説明図であり、(d)は、データバッファに記憶されたストリーミングデータのデータ量が基準値以下となったときのストリーミング受信状態を説明した説明図である。(A) is explanatory drawing explaining the streaming reception state at the time of a streaming receiving means starting a streaming process, (b) is when the data amount of the streaming data memorize | stored in the data buffer reaches a reference value (C) is an explanatory diagram explaining the streaming reception state when the data amount of the streaming data stored in the data buffer exceeds the reference value. d) is an explanatory diagram illustrating a streaming reception state when the amount of streaming data stored in the data buffer is equal to or less than a reference value. 本実施形態であるコンテンツ受信制御装置の処理手順を示したフローチャートである。It is the flowchart which showed the process sequence of the content reception control apparatus which is this embodiment. 本実施形態であるコンテンツ受信制御装置のデータバッファに記憶されたデータ量の推移を説明した説明図であり、(b)は、ダウンロード受信手段により受信されたダウンロードデータのデータ総量を示した説明図である。It is explanatory drawing explaining transition of the data amount memorize | stored in the data buffer of the content reception control apparatus which is this embodiment, (b) is explanatory drawing which showed the data total amount of the download data received by the download receiving means. It is. 本実施形態であるコンテンツ受信制御装置を適用したDLNA対応のHDD付きTV受信装置の構成を示した構成図である。It is the block diagram which showed the structure of TV receiver with a HDD corresponding to DLNA to which the content reception control apparatus which is this embodiment is applied. 本実施形態であるコンテンツ受信制御装置を適用したDLNA対応のHDD付きTV受信装置の処理手順を示したフローチャートである。It is the flowchart which showed the process sequence of TV receiver with a HDD corresponding to DLNA to which the content reception control apparatus which is this embodiment is applied. 従来技術であるHTTPプロトコルによる通信の概要を説明した説明図である。It is explanatory drawing explaining the outline | summary of the communication by HTTP protocol which is a prior art.

符号の説明Explanation of symbols

B1〜Bn…ストリーミングデータ記憶手段(データバッファ)
D1〜Dn…MPEGデコーダ(データ解凍手段)
R1〜Rn…データ再生手段
S1〜Sn…ストリーミング受信手段
W1〜Wn…ダウンロード受信手段
1…コンテンツ受信制御装置
11…データバッファ量測定手段
12…ダウンロード受信処理制御手段
13…データ記憶手段
14…JPEGデコーダ
31…サーバ
32…DLNA対応ビデオカメラ
33…DLNA対応ビデオレコーダ
B1-Bn: Streaming data storage means (data buffer)
D1 to Dn: MPEG decoder (data decompression means)
R1 to Rn Data reproduction means S1 to Sn Streaming reception means W1 to Wn Download reception means 1 Content reception control device 11 Data buffer amount measurement means 12 Download reception processing control means 13 Data storage means 14 JPEG decoder 31 ... Server 32 ... DLNA compatible video camera 33 ... DLNA compatible video recorder

Claims (2)

ネットワークを介して接続されたサーバからストリーミングデータ及びダウンロードデータを受信すると共に、ストリーミングデータの受信状態に応じてダウンロードデータの受信を制御するコンテンツ受信制御装置であって、
前記サーバからストリーミングデータを受信する1又は複数のストリーミング受信手段と、
前記1又は複数のストリーミング受信手段により受信したストリーミングデータを、各々のストリーミング受信手段に対応させて記憶する1又は複数のストリーミングデータ記憶手段と、
前記1又は複数のストリーミングデータ記憶手段に記憶された各々のストリーミングデータのデータ量を測定するデータバッファ量測定手段と、
前記データバッファ量測定手段により測定された各々のストリーミングデータのデータ量と所定の基準値とを比較し、全ての前記ストリーミングデータのデータ量が所定の基準値を超えている場合にはダウンロード許可信号を生成し、いずれか1つ以上の前記ストリーミングデータのデータ量が前記所定の基準値以下である場合にはダウンロード不許可信号を生成するダウンロード受信処理制御手段と、
前記ダウンロード受信処理制御手段により生成されたダウンロード許可信号が供給された場合には前記サーバからダウンロードデータを受信し、前記ダウンロード受信処理制御手段により生成されたダウンロード不許可信号が供給された場合には前記サーバからダウンロードデータの受信を停止する1又は複数のダウンロード受信手段と
を備えることを特徴とするコンテンツ受信制御装置。
A content reception control device that receives streaming data and download data from a server connected via a network and controls reception of download data according to a reception state of the streaming data,
One or more streaming receiving means for receiving streaming data from the server;
One or more streaming data storage means for storing the streaming data received by the one or more streaming receiving means in correspondence with each streaming receiving means;
A data buffer amount measuring means for measuring the data amount of each streaming data stored in the one or more streaming data storage means;
The data amount of each streaming data measured by the data buffer amount measuring means is compared with a predetermined reference value, and if all the data amounts of the streaming data exceed a predetermined reference value, a download permission signal Download reception processing control means for generating a download non-permission signal when the data amount of any one or more of the streaming data is equal to or less than the predetermined reference value;
When the download permission signal generated by the download reception processing control means is supplied, download data is received from the server, and when the download non-permission signal generated by the download reception processing control means is supplied One or more download receiving means for stopping reception of download data from the server.
ネットワークを介して接続されたサーバからストリーミングデータ及びダウンロードデータを受信すると共に、ストリーミングデータの受信状態に応じてダウンロードデータの受信を制御するコンテンツ受信制御装置としてコンピュータを機能させるためのコンテンツ受信制御プログラムであって、
前記サーバからストリーミングデータを1又は複数のストリーミング手段に受信させるストリーミング受信ステップと、
前記1又は複数のストリーミング手段により受信されたストリーミングデータを、各々のストリーミング受信手段に対応した1又は複数のストリーミングデータ記憶手段に記憶させるストリーミングデータ記憶ステップと、
前記1又は複数のストリーミングデータ記憶手段に記憶された各々のストリーミングデータのデータ量を測定するデータバッファ量測定ステップと、
前記データバッファ量測定ステップにより測定された各々のストリーミングデータのデータ量と所定の基準値とを比較し、全ての前記ストリーミングデータのデータ量が所定の基準値を超えている場合にはダウンロード許可信号を生成し、いずれか1つ以上の前記ストリーミングデータのデータ量が前記所定の基準値以下である場合にはダウンロード不許可信号を生成するダウンロード受信処理制御ステップと、
前記ダウンロード受信処理制御ステップにより生成されたダウンロード許可信号が供給された場合には、1又は複数のダウンロード受信手段に前記サーバからダウンロードデータを受信させ、前記ダウンロード受信処理制御ステップにより生成されたダウンロード不許可信号が供給された場合には、前記1又は複数のダウンロード受信手段に前記サーバからのダウンロードデータの受信を停止させるダウンロード受信ステップと
をコンピュータに実行させるためのコンテンツ受信制御プログラム。
A content reception control program for causing a computer to function as a content reception control device that receives streaming data and download data from a server connected via a network and controls reception of download data according to a reception state of the streaming data There,
A streaming receiving step for causing the one or more streaming means to receive streaming data from the server;
A streaming data storing step of storing the streaming data received by the one or more streaming means in one or more streaming data storage means corresponding to each streaming receiving means;
A data buffer amount measuring step for measuring a data amount of each streaming data stored in the one or more streaming data storage means;
The data amount of each streaming data measured in the data buffer amount measuring step is compared with a predetermined reference value, and if all the streaming data data amount exceeds a predetermined reference value, a download permission signal And a download reception processing control step of generating a download non-permission signal when the data amount of any one or more of the streaming data is equal to or less than the predetermined reference value;
When the download permission signal generated by the download reception process control step is supplied, one or a plurality of download reception units receive download data from the server, and the download failure generated by the download reception process control step is performed. A content reception control program for causing a computer to execute a download reception step of causing the one or more download reception units to stop receiving download data from the server when a permission signal is supplied.
JP2007140826A 2007-05-28 2007-05-28 Content reception control device and content reception control program Pending JP2008293436A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007140826A JP2008293436A (en) 2007-05-28 2007-05-28 Content reception control device and content reception control program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007140826A JP2008293436A (en) 2007-05-28 2007-05-28 Content reception control device and content reception control program

Publications (1)

Publication Number Publication Date
JP2008293436A true JP2008293436A (en) 2008-12-04

Family

ID=40168063

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007140826A Pending JP2008293436A (en) 2007-05-28 2007-05-28 Content reception control device and content reception control program

Country Status (1)

Country Link
JP (1) JP2008293436A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2011142249A1 (en) * 2010-05-12 2011-11-17 日本電気株式会社 Terminal, distribution system, distribution server, playback method, and program
JP2013500635A (en) * 2009-07-24 2013-01-07 ネットフリックス・インコーポレイテッド Adaptive streaming for digital content distribution

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013500635A (en) * 2009-07-24 2013-01-07 ネットフリックス・インコーポレイテッド Adaptive streaming for digital content distribution
WO2011142249A1 (en) * 2010-05-12 2011-11-17 日本電気株式会社 Terminal, distribution system, distribution server, playback method, and program

Similar Documents

Publication Publication Date Title
US20230018201A1 (en) System and method for effectuating fast channel change in an adaptive streaming environment
CA2924087C (en) Streaming policy management system and method
EP3627840B1 (en) Client device for managing adjacent channels in an adaptive streaming environment
US8837586B2 (en) Bandwidth-friendly representation switching in adaptive streaming
US20090125634A1 (en) Network media streaming with partial syncing
US9032041B2 (en) RDMA based real-time video client playback architecture
JP2008187723A (en) Improved start-up method and apparatus for use in streaming content
KR20210135338A (en) How to broadcast streaming content on a peer-to-peer (P2P) network
US20090178091A1 (en) Contents distribution method and receiving device
JP6403768B2 (en) Method and device for reserving bandwidth for adaptive streaming clients
KR20060003349A (en) Data requesting and transmitting devices and processes
US20120297430A1 (en) Central controller to manage network resources across a group of playback devices to control streaming video quality across the group of playback devices
JP2007074225A (en) Communication processing apparatus, communication control method and computer program
JP2006050604A (en) Method and apparatus for flexibly adjusting buffer amount when receiving av data depending on content attribute
EP3207686B1 (en) Adaptive bit rates during broadcast transmission in distributed content delivery networks
JP2011082977A (en) P2p network system and data transmitting and receiving method therefor
JP5150459B2 (en) Content distribution method and receiving apparatus
US9544630B2 (en) Method and IPTV server for enabling playout of one or more media objects
JP2005537742A (en) Streaming multimedia data
JPWO2014010445A1 (en) Content transmission device, content reproduction device, content distribution system, content transmission device control method, content reproduction device control method, data structure, control program, and recording medium
WO2014068863A1 (en) Information processing device, information processing method and program
JP2008293436A (en) Content reception control device and content reception control program
KR101996914B1 (en) Method and system for reducing battery consumption in transmission based on mmtp
KR20100068780A (en) Method and apparatus for preventing overflow of the pre-decoder buffer in the streaming service
KR20090100613A (en) Apparatus for processing received packets, method for maintaining network connection, and systmem thereof