JP2005108057A - Contents acquisition system, browser device and contents downloading method and program to be used for browser device - Google Patents

Contents acquisition system, browser device and contents downloading method and program to be used for browser device Download PDF

Info

Publication number
JP2005108057A
JP2005108057A JP2003342746A JP2003342746A JP2005108057A JP 2005108057 A JP2005108057 A JP 2005108057A JP 2003342746 A JP2003342746 A JP 2003342746A JP 2003342746 A JP2003342746 A JP 2003342746A JP 2005108057 A JP2005108057 A JP 2005108057A
Authority
JP
Japan
Prior art keywords
content
data
profile information
communication means
server
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
JP2003342746A
Other languages
Japanese (ja)
Inventor
Yoshinori Saida
好則 才田
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 Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2003342746A priority Critical patent/JP2005108057A/en
Publication of JP2005108057A publication Critical patent/JP2005108057A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To provide a browser device capable of reducing communication costs and shortening download processing time without performing excess communication. <P>SOLUTION: After the browser device 11 downloads HTML contents from a contents server group 2, a profile information acquisition part 111 acquires a profile information file buried in a tag of each data. A communication route determination part 112 determines a communication route for acquiring target data on the basis of the profile information acquired by the profile information acquisition part 111, a data download part 113 downloads data from a data server group 4 by using the determined communication route and a display part 114 displays the HTML contents and respective data. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明はコンテンツ取得システム、ブラウザ装置及びそれに用いるコンテンツダウンロード方法並びにそのプログラムに関し、特に複数の異なる通信経路で接続されたサーバ上のコンテンツを表示可能なクライアント端末上で動作するブラウザ装置に関する。   The present invention relates to a content acquisition system, a browser device, a content download method used therefor, and a program thereof, and more particularly to a browser device that operates on a client terminal capable of displaying content on a server connected through a plurality of different communication paths.

PC(Personal Computer)や携帯電話機等のクライアント端末においては、HTML(Hyper Text Markup Language)等のコンテンツ記述言語で記述されたコンテンツをサーバコンピュータから取得して表示するためのブラウザ装置(ブラウザソフトウェアを含む)が搭載されている。   In a client terminal such as a PC (Personal Computer) or a cellular phone, a browser device (including browser software) for acquiring and displaying content described in a content description language such as HTML (Hyper Text Markup Language) from a server computer ) Is installed.

また、上記のコンテンツを表示する際、クライアント端末とサーバとの間の通信経路としては、有線LAN(Local Area Network)、無線LAN、赤外線、携帯電話機による無線通信、放送による配信等、複数の通信手段が存在する。   In addition, when displaying the above content, the communication path between the client terminal and the server includes a plurality of communications such as a wired LAN (Local Area Network), a wireless LAN, an infrared ray, a wireless communication using a mobile phone, and a broadcast distribution. Means exist.

HTML等のコンテンツでは、文字情報と同時に、GIF(Graphics Interchange Format)やJPEG(Joint Photographic Experts Group)といった形式の画像情報や、音声データ、ムービーデータ等を同一の画面上に表示可能である。   In content such as HTML, image information in a format such as GIF (Graphics Interchange Format) or JPEG (Joint Photographic Experts Group), audio data, movie data, and the like can be displayed on the same screen as text information.

その際、HTMLコンテンツ本体と、画像情報、音声データ、ムービーデータはそれぞれ、同じサーバ上に格納されている場合もあれば、異なるサーバ上に格納されている場合もある。   At that time, the HTML content main body, the image information, the audio data, and the movie data may be stored on the same server or may be stored on different servers.

HTMLで記述されたコンテンツの例をとると、例えば、図5に示すような記述例がある。ここで、HTMLコンテンツ本体は「server1」に格納されているとする。図5において、最初のimgタグによって指定されている画像データ「gazou1」は、imgタグ内のsrc属性値で指定されているように、「server2」に格納されており、2つめのimgタグによって指定されている画像データ「gazou2」は、HTMLコンテンツ本体と同じ「server1」に格納されている。   If the example of the content described by HTML is taken, there exists a description example as shown in FIG. 5, for example. Here, it is assumed that the HTML content body is stored in “server1”. In FIG. 5, the image data “gazou1” specified by the first img tag is stored in “server2” as specified by the src attribute value in the img tag, and is specified by the second img tag. The designated image data “gazou2” is stored in “server1” which is the same as the HTML content body.

クライアント端末上のブラウザ装置は、現在、有効な単一の通信手段を利用して各データをダウンロードし、クライアント端末の画面上に表示する。例えば、現在、有線LANがクライアント端末上で利用可能な場合には、有線LANを利用してHTMLコンテンツ及び画像データのダウンロードを行い、表示処理を行う。   The browser device on the client terminal downloads each data using a currently effective single communication means and displays it on the screen of the client terminal. For example, if a wired LAN is currently available on the client terminal, HTML content and image data are downloaded using the wired LAN and display processing is performed.

ここで、放送による配信手段に関しては、他の通信手段とは異なり、ブラウザからのリクエストに対してサーバがデータを返すという形式ではなく、サーバから放送によって一方的にデータが配信されており、端末側はこれを受信して端末に保存するという形になる。   Here, regarding the distribution means by broadcasting, unlike other communication means, the server does not return data in response to a request from the browser, but data is unilaterally distributed by broadcasting from the server. The side receives this and stores it in the terminal.

特開2002−95045号公報JP 2002-95045 A

上述した従来のブラウザ装置では、クライアント端末が無線LANや有線LAN、携帯電話機による無線通信、放送による配信といった複数の通信手段を利用可能な場合でも、一つのコンテンツ及びそれに付随する画像や音声データをダウンロードする際に、クライアント端末上のブラウザ装置がいずれか一つの通信手段のみを利用して各データのダウンロードを行ってしまうことである。   In the conventional browser device described above, even if the client terminal can use a plurality of communication means such as wireless LAN, wired LAN, wireless communication by mobile phone, and distribution by broadcast, one content and accompanying image and audio data are stored. When downloading, the browser device on the client terminal uses only one communication means to download each data.

したがって、現在、ブラウザ装置が携帯電話機の無線通信を利用するように設定されている場合、コンテンツ中にサイズの大きいムービーデータが含まれていても、携帯電話機の無線通信手段を利用してそのムービーデータのダウンロード処理を行うこととなり、通信時間や通信料金が大幅に掛かってしまうという問題がある。   Therefore, when the browser device is currently set to use the wireless communication of the mobile phone, even if the content contains large movie data, the movie is transmitted using the wireless communication means of the mobile phone. Data download processing is performed, and there is a problem that communication time and communication charges are significantly increased.

この問題を解決するために、上記の特許文献1では、データの内容に応じた通信システムを選択することで、良好なダウンロードを実現しているが、通信要求時にデータの内容に応じたプロファイル情報をサイトから取得してクライアント端末に送らなければならず、クライアント端末側でダウンロードするまでに余分な通信やそのための時間を要することとなる。   In order to solve this problem, in Patent Document 1 described above, a good download is realized by selecting a communication system according to the content of data, but profile information according to the content of data at the time of communication request Must be acquired from the site and sent to the client terminal, and it takes extra communication and time to download on the client terminal side.

また、コンテンツに複数種類のデータが混在するような場合、それら複数種類のデータを異なるサイトからダウンロードするような場合には、そのダウンロードを行う毎に上記の余分な通信やそのための時間を要することとなり、スムーズなダウンロードが行えないことがある。   In addition, when multiple types of data are mixed in the content, and when downloading multiple types of data from different sites, the extra communication and time required for each download are required. Therefore, you may not be able to download smoothly.

そこで、本発明の目的は上記の問題点を解消し、余分な通信を行うことなく、通信費用やダウンロード処理時間の削減を図ることができるコンテンツ取得システム、ブラウザ装置及びそれに用いるコンテンツダウンロード方法並びにそのプログラムを提供することにある。   Accordingly, an object of the present invention is to solve the above-described problems and to reduce a communication cost and a download processing time without performing extra communication, a content acquisition system, a browser device, a content download method used therefor, and its To provide a program.

本発明によるコンテンツ取得システムは、少なくともコンテンツを蓄積するサーバと、前記サーバとの間のデータ送受信を行う複数の通信手段を含むクライアント端末に搭載されかつ前記コンテンツ中のデータをダウンロードするブラウザ装置とからなるコンテンツ取得システムであって、前記サーバ上のコンテンツを取得して表示する際に当該コンテンツ中に記述された情報を基に当該コンテンツ中に含まれる各種データ各々の少なくとも属性を示すプロファイル情報を取得する手段と、その取得したプロファイル情報を基に各種データをダウンロードするのに最適な通信手段を各種データ毎に決定する手段とを前記ブラウザ装置に備えている。   A content acquisition system according to the present invention includes at least a server that stores content, and a browser device that is installed in a client terminal that includes a plurality of communication units that perform data transmission and reception with the server and that downloads data in the content. In the content acquisition system, when acquiring and displaying the content on the server, the profile information indicating at least the attributes of each of the various data included in the content is acquired based on the information described in the content And means for determining, for each type of data, a communication means that is optimal for downloading various types of data based on the acquired profile information.

本発明によるブラウザ装置は、少なくともコンテンツを蓄積するサーバとの間のデータ送受信を行う複数の通信手段を含むクライアント端末に搭載されかつ前記コンテンツ中のデータをダウンロードするブラウザ装置であって、前記サーバ上のコンテンツを取得して表示する際に当該コンテンツ中に記述された情報を基に当該コンテンツ中に含まれる各種データ各々の少なくとも属性を示すプロファイル情報を取得する手段と、その取得したプロファイル情報を基に各種データをダウンロードするのに最適な通信手段を各種データ毎に決定する手段とを備えている。   A browser device according to the present invention is a browser device that is mounted on a client terminal including a plurality of communication means for performing data transmission / reception with at least a server that stores content, and that downloads data in the content, on the server Means for acquiring profile information indicating at least attributes of various data included in the content based on information described in the content when the content is acquired and displayed, and based on the acquired profile information And means for determining for each type of data the optimum communication means for downloading the various types of data.

本発明によるコンテンツダウンロード方法は、少なくともコンテンツを蓄積するサーバと、前記サーバとの間のデータ送受信を行う複数の通信手段を含むクライアント端末に搭載されかつ前記コンテンツ中のデータをダウンロードするブラウザ装置とからなるシステムのコンテンツダウンロード方法であって、前記ブラウザ装置側に、前記サーバ上のコンテンツを取得して表示する際に当該コンテンツ中に記述された情報を基に当該コンテンツ中に含まれる各種データ各々の少なくとも属性を示すプロファイル情報を取得するステップと、その取得したプロファイル情報を基に各種データをダウンロードするのに最適な通信手段を各種データ毎に決定するステップとを備えている。   A content download method according to the present invention includes at least a server that stores content, and a browser device that is installed in a client terminal that includes a plurality of communication units that perform data transmission / reception with the server and that downloads data in the content. In the content download method of the system, each of the various data included in the content is acquired based on information described in the content when the content on the server is acquired and displayed on the browser device side. The method includes a step of acquiring profile information indicating at least an attribute, and a step of determining, for each data, an optimal communication means for downloading various data based on the acquired profile information.

本発明によるコンテンツダウンロード方法のプログラムは、少なくともコンテンツを蓄積するサーバと、前記サーバとの間のデータ送受信を行う複数の通信手段を含むクライアント端末に搭載されかつ前記コンテンツ中のデータをダウンロードするブラウザ装置とからなるシステムのコンテンツダウンロード方法のプログラムであって、前記ブラウザ装置のコンピュータに、前記サーバ上のコンテンツを取得して表示する際に当該コンテンツ中に記述された情報を基に当該コンテンツ中に含まれる各種データ各々の少なくとも属性を示すプロファイル情報を取得する処理と、その取得したプロファイル情報を基に各種データをダウンロードするのに最適な通信手段を各種データ毎に決定する処理とを実行させている。   A program for a content download method according to the present invention is a browser device that is installed in a client terminal including at least a server for storing content and a plurality of communication means for transmitting and receiving data between the server and downloads data in the content A content download method program for a system comprising: the browser device computer including the content on the basis of information described in the content when the content on the server is acquired and displayed on the computer A process of acquiring profile information indicating at least an attribute of each of the various data to be acquired, and a process of determining, for each data, an optimal communication means for downloading the various data based on the acquired profile information .

すなわち、本発明のブラウザ装置は、複数の通信手段[無線LAN(Local Area Network)、有線LAN、携帯電話機による無線通信、放送による配信等]を持ったクライアント端末上で動作するブラウザ装置において、HTML(Hyper Text Markup Language)等のコンテンツ記述言語で記述されたコンテンツを表示する際に、コンテンツ中で記述された情報[例えば、URL(Uniform resource Locator)や各データのプロファイル情報そのもの]を基に画像データや音声データのプロファイル情報を取得し、取得したそれぞれのプロファイル情報を基に各データをどの通信手段を利用してダウンロードするかを決定した後に、その決定した通信手段を使用して各データをダウンロードする。   That is, the browser device according to the present invention is a browser device that operates on a client terminal having a plurality of communication means [wireless LAN (Local Area Network), wired LAN, wireless communication by mobile phone, distribution by broadcasting, etc.] When displaying content described in a content description language such as (Hyper Text Markup Language), an image based on information described in the content [for example, URL (Uniform resource Locator) or profile information of each data itself] After acquiring profile information of data and audio data and deciding which communication means to use to download each data based on the acquired profile information, each data is obtained using the determined communication means. To download the data.

これによって、本発明のブラウザ装置では、コンテンツ中に含まれる画像、音声、ムービー等の各データのプロファイル情報をコンテンツ中に記述された情報を基に予め直接取得し、それぞれのプロファイル情報に記載されたデータタイプや、利用可能な通信経路、データサイズを基に、それぞれのデータに最適な通信経路を選択して、データのダウンロード処理を行っているので、画像、音声、ムービー等のデータが複数個含まれるコンテンツを表示する際に、余分な通信を行うことなく、それぞれのデータに最適な通信経路を利用することが可能となり、高速な表示や通信費用の削減が可能となる。   As a result, in the browser device of the present invention, the profile information of each data such as image, sound, movie, etc. included in the content is directly acquired in advance based on the information described in the content, and is described in each profile information. Since the data download process is performed by selecting the optimal communication path for each data based on the data type, available communication path, and data size, there are multiple data such as images, sounds, and movies. When displaying the contained content, it is possible to use an optimal communication path for each data without performing extra communication, and it is possible to display at high speed and reduce communication costs.

また、本発明のブラウザ装置では、プロファイル情報が取得できなかった場合においても、データ取得処理途中における取得済みデータ量やデータ取得処理開始時点から経過時間が一定量を超えた場合により高速な、もしくは安価な通信経路に乗り換えてデータのダウンロード処理を継続するため、余分な通信を行うことなく、それぞれのデータに最適な通信経路を利用することが可能となり、高速な表示や通信費用の削減が可能となる。   In the browser device of the present invention, even when the profile information cannot be acquired, the acquired data amount in the middle of the data acquisition process or when the elapsed time from the start of the data acquisition process exceeds a certain amount, or By switching to an inexpensive communication path and continuing to download data, it is possible to use the optimal communication path for each data without extra communication, enabling high-speed display and reducing communication costs. It becomes.

本発明は、以下に述べるような構成及び動作とすることで、余分な通信を行うことなく、通信費用やダウンロード処理時間の削減を図ることができるという効果が得られる。   With the configuration and operation as described below, the present invention can reduce the communication cost and the download processing time without performing extra communication.

次に、本発明の実施例について図面を参照して説明する。図1は本発明の一実施例によるコンテンツ取得システムの構成を示すブロック図である。図1において、本発明の一実施例によるコンテンツ取得システムはクライアント端末1と、コンテンツサーバ群2と、データサーバ群3とから構成されている。クライアント端末1と各サーバ群との間は、無線LAN(Local Area Network)、有線LAN、赤外線、無線通信等の様々な通信手段121〜12Nによって接続可能となっている。   Next, embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram showing a configuration of a content acquisition system according to an embodiment of the present invention. In FIG. 1, the content acquisition system according to an embodiment of the present invention includes a client terminal 1, a content server group 2, and a data server group 3. The client terminal 1 and each server group can be connected by various communication means 121 to 12N such as a wireless LAN (Local Area Network), a wired LAN, infrared rays, and wireless communication.

クライアント端末1はブラウザ装置11と、各種の通信手段121〜12Nと、記録媒体13とから構成され、ブラウザ装置11はプロファイル情報取得部111と、通信経路決定部112と、データダウンロード部113と、表示部114とから構成され、記録媒体13に格納されたプログラム(コンピュータで実行可能なプログラム)を実行して各部の動作を実現する。   The client terminal 1 includes a browser device 11, various communication units 121 to 12N, and a recording medium 13. The browser device 11 includes a profile information acquisition unit 111, a communication path determination unit 112, a data download unit 113, The display unit 114 is configured to execute programs stored in the recording medium 13 (computer-executable programs) to realize the operations of the respective units.

図2は図1のブラウザ装置11のプロファイル情報取得部111が取得するプロファイル情報の一例を示す図である。図2において、プロファイル情報にはコンテンツのタイプ情報(「JPEG(Joint Photographic Experts Group)」)、サイズ情報(「1MByte」)、利用可能な通信手段(「有線LAN」、「無線LAN」、「放送配信」)及びその際のURL(Uniform resource Locator)(「http://usenlanserver/image1.jpg」、「http://musenlanserver/image1.jpg」、「http://image1.jpg」)の組等が記述されている。また、通信手段が放送による配信の場合には、該当データが配信される日時(「2003/06/20」)も記載されている。   FIG. 2 is a diagram showing an example of profile information acquired by the profile information acquisition unit 111 of the browser apparatus 11 of FIG. In FIG. 2, the profile information includes content type information (“JPEG (Joint Photographic Experts Group)”), size information (“1 MByte”), and available communication means (“wired LAN”, “wireless LAN”, “broadcast”). Distribution ”) and URL (Uniform resource Locator) (“ http: //usenserver/image1.jpg ”,“ http: //musenserver/image1.jpg ”,“ http: //image1.jg ”) Etc. are described. Further, when the communication means is broadcast distribution, the date and time (“2003/06/20”) when the corresponding data is distributed is also described.

図3は本発明の一実施例におけるプロファイル情報を埋め込んだHTMLコンテンツの一例を示す図である。図3においては、「<img src=“http://server2/gazou1”コンテンツタイプ=“gif”通信タイプ1=“無線LAN”URL1=“http://musenserver1/gazou1.gif”通信タイプ2=“赤外線”URL2=“http://sekigaisenserver2/gazou1,gif”>」、「<img src=“http://server1/gazou2”コンテンツタイプ=“png”通信タイプ1=“携帯無線”URL1=“http://keitaiserver/gazou2.png”>」がプロファイル情報としてタグ内に埋め込まれている。   FIG. 3 is a diagram showing an example of HTML content in which profile information is embedded in an embodiment of the present invention. In FIG. 3, “<img src =“ http: // server2 / gazou1 ”content type =“ gif ”communication type 1 =“ wireless LAN ”URL1 =“ http: // musenserver1 / gazou1. gif ”communication type 2 =“ infrared ”URL2 =“ http: // segisenseserver2 / gazo1, gif ”>,“ <img src = “http: // server1 / gazou2” content type = “png” communication type 1 = “ “Mobile radio” URL1 = “http: // keitaiserver / gazou2. png ">" is embedded in the tag as profile information.

図4は図1のブラウザ装置11の動作を示すフローチャートである。これら図1〜図4を参照して本発明の一実施例によるブラウザ装置11の動作について説明する。尚、図3に示す処理はブラウザ装置11が記録媒体13のプログラムを実行することで実現される。   FIG. 4 is a flowchart showing the operation of the browser device 11 of FIG. The operation of the browser device 11 according to an embodiment of the present invention will be described with reference to FIGS. Note that the processing shown in FIG. 3 is realized by the browser device 11 executing the program of the recording medium 13.

以下の説明では、クライアント端末1上のブラウザ装置11を使用して、コンテンツサーバ群2からHTML(Hyper Text Markup Language)等のコンテンツ記述言語で記述されたコンテンツをダウンロードする場合について述べる。   In the following description, a case will be described in which content described in a content description language such as HTML (Hyper Text Markup Language) is downloaded from the content server group 2 using the browser device 11 on the client terminal 1.

ここで、例えば、コンテンツはHTMLで記述されているものとする。また、クライアント端末1は複数の通信手段121〜12Nを備えているが、例えば、有線LANと無線LANと携帯電話を利用した無線通信と放送による配信とを利用可能とする。コンテンツサーバ群2からコンテンツをダウンロードする際には、これらのいずれの通信手段を用いても良いが、この動作例においては携帯電話の無線通信を用いてコンテンツサーバ群2からHTMLコンテンツをダウンロードするものとする。   Here, for example, it is assumed that the content is described in HTML. In addition, the client terminal 1 includes a plurality of communication units 121 to 12N. For example, wireless communication using a wired LAN, a wireless LAN, and a mobile phone, and broadcast distribution can be used. Any of these communication means may be used when downloading content from the content server group 2, but in this operation example, the HTML content is downloaded from the content server group 2 using wireless communication of a mobile phone. And

ブラウザ装置11はコンテンツサーバ群2からHTMLコンテンツをダウンロードした後、プロファイル情報取得部111にてHTMLコンテンツ中の画像データ、音声データ、ムービーデータ等の表示が、図5に示すように、タグを利用して指定されている個所をチェックし(図4ステップS1)、それぞれのタグ内に埋め込まれているプロファイル情報を取得する(図4ステップS2)。   After the browser device 11 downloads the HTML content from the content server group 2, the profile information acquisition unit 111 displays the image data, audio data, movie data, etc. in the HTML content using tags as shown in FIG. The designated location is checked (step S1 in FIG. 4), and profile information embedded in each tag is acquired (step S2 in FIG. 4).

取得したプロファイル情報には、図2に示すように、コンテンツのタイプ情報、サイズ情報、利用可能な通信手段及びその際のURLの組等が記述されている。また、通信手段が放送による配信の場合には、該当データが配信される日時も記載されている。   As shown in FIG. 2, the acquired profile information describes content type information, size information, usable communication means, a set of URLs at that time, and the like. When the communication means is broadcast distribution, the date and time when the corresponding data is distributed is also described.

通信経路決定部112はプロファイル情報取得部111が取得したプロファイル情報を基に、目的のデータを取得するための通信経路を決定する(図4ステップS3)。データダウンロード部113は通信経路決定部112が決定した通信経路を用いてデータサーバ群3からデータをダウンロードする(図4ステップS4)。   The communication path determination unit 112 determines a communication path for acquiring target data based on the profile information acquired by the profile information acquisition unit 111 (step S3 in FIG. 4). The data download unit 113 downloads data from the data server group 3 using the communication path determined by the communication path determination unit 112 (step S4 in FIG. 4).

通信経路決定の際には、例えばデータのサイズが大きい場合、利用可能な通信経路のうちの最も高速な経路を選択する、もしくは最も通信費用が掛からない経路を選択するといった判断を行う。この判断に際しては、ユーザが予め判断基準を設定しておいても良い。   When determining the communication path, for example, when the data size is large, a determination is made to select the fastest path among the available communication paths or to select the path with the least communication cost. For this determination, the user may set a determination criterion in advance.

これによって、本実施例では、例えばサイズの大きいムービーデータを有線LANを用いてダウンロードし、サイズの大きくないイメージデータに対して無線LANや携帯電話の無線通信を利用するといった処理が可能となる。   As a result, in this embodiment, for example, large movie data can be downloaded using a wired LAN, and wireless LAN or cellular phone wireless communication can be used for non-large image data.

ブラウザ装置11はプロファイル情報取得と、通信経路決定、及び決定された通信経路によるデータのダウンロードといった一連の処理を、HTMLコンテンツ中に指定されている全ての画像/音声/ムービー等のデータ毎について行う(図4ステップS5)。その後、ブラウザ装置11は表示部114を用いてHTMLコンテンツ及び各データをクライアント端末1上に表示する(図4ステップS6)。   The browser device 11 performs a series of processes such as profile information acquisition, communication path determination, and data download through the determined communication path for each image / audio / movie data specified in the HTML content. (FIG. 4, step S5). Thereafter, the browser device 11 displays the HTML content and each data on the client terminal 1 using the display unit 114 (step S6 in FIG. 4).

このように、本実施例では、コンテンツ中に含まれる画像、音声、ムービー等の各データのプロファイル情報を予め直接取得し、それぞれのプロファイル情報に記載されたデータタイプや、利用可能な通信経路、データサイズを基に、それぞれのデータに最適な通信経路を選択し、データのダウンロード処理を行っているため、画像、音声、ムービー等のデータが複数個含まれるコンテンツを表示する際に、それぞれのデータに最適な通信経路を利用することによって、高速な表示や通信費用の削減を図ることができる。   As described above, in this embodiment, the profile information of each data such as image, sound, and movie included in the content is directly acquired in advance, and the data type described in each profile information, the available communication path, Based on the data size, the optimal communication path for each data is selected and the data download process is performed. Therefore, when displaying content that contains multiple data such as images, audio, movies, etc. By using the optimal communication path for data, high-speed display and reduction of communication costs can be achieved.

本実施例においては、コンテンツ情報サーバ群2と、データサーバ群3とをそれぞれ別々のサーバ群として説明しているが、これらのサーバ群を同一のサーバとしてもよい。   In the present embodiment, the content information server group 2 and the data server group 3 are described as separate server groups, but these server groups may be the same server.

また、プロファイル情報が得られなかったデータの場合には、現在、クライアント端末1で利用可能な通信手段のうちのいずれかを利用してデータのダウンロード処理を行う。いずれの通信手段121〜12Nを利用するかの方針としては、1)HTMLコンテンツを取得したのと同じ通信手段を利用する、2)最も高速な通信手段を利用する、3)最も安価な通信手段を利用するといったものがあるが、これについてもユーザが予め判断基準を設定できるようにしておいてもよい。   In the case of data for which profile information could not be obtained, data download processing is performed using any of the communication means currently available on the client terminal 1. The policy of which communication means 121 to 12N is used is as follows: 1) Use the same communication means that acquired the HTML content, 2) Use the fastest communication means, 3) The cheapest communication means However, it is also possible to make it possible for the user to set judgment criteria in advance.

さらに、本実施例では、ダウンロードしたHTMLコンテンツ中に含まれる各画像/音声/ムービー等のデータ毎にそれぞれ通信手段121〜12Nを選択して利用する例について述べているが、HTMLコンテンツ中に記述されたURLによってリンクされるHTMLコンテンツに対しても上記と同様に通信手段121〜12Nを選択して利用することができる。その場合にも、リンクされるHTMLコンテンツのaタグ内にはプロファイル情報ファイルが埋め込まれているものとする。   Furthermore, in the present embodiment, an example in which the communication means 121 to 12N are selected and used for each data such as each image / sound / movie included in the downloaded HTML content is described. However, the description is given in the HTML content. Similarly, the communication means 121 to 12N can be selected and used for the HTML content linked by the URL that has been set. Also in this case, it is assumed that the profile information file is embedded in the a tag of the HTML content to be linked.

この場合、プロファイル情報取得部111はリンクされたHTMLコンテンツのaタグ内に埋め込まれたプロファイル情報ファイルを取得し、通信経路決定部112はプロファイル情報取得部111が取得したプロファイル情報ファイルを基に各データの通信経路を決定し、各データのダウンロード処理及び表示処理を行う。   In this case, the profile information acquisition unit 111 acquires a profile information file embedded in the a tag of the linked HTML content, and the communication path determination unit 112 determines each of the information based on the profile information file acquired by the profile information acquisition unit 111. A data communication path is determined, and each data is downloaded and displayed.

尚、プロファイル情報ファイルとしてはHTMLコンテンツ中の画像/音声/ムービー等の各データがタグによって指定されている個所に、プロファイル情報ファイルのURLを別途タグの属性値として指定することも可能である。この場合、プロファイル情報取得部111はそのURLで指定されたサーバからプロファイル情報を取得する。   As the profile information file, the URL of the profile information file can be separately designated as an attribute value of the tag at a location where each data such as image / sound / movie in the HTML content is designated by the tag. In this case, the profile information acquisition unit 111 acquires profile information from the server specified by the URL.

例えば、<img src=”http://server1/gazou1。gif” profile=”http://server2/profile1。txt”>のように、「profile」という属性を使って、画像データ本体のURLとは別に、プロファイル情報のURLを指定することも可能である。   For example, <img src = “http: //server1/gazou1.gif” profile = “http: //server2/profile1.txt”>, using the attribute “profile” and the URL of the image data body. Apart from this, it is also possible to specify the URL of the profile information.

また、上記の各実施例ではあるデータに対するプロファイル情報を取得することができなかった際に、現在、クライアント端末1で利用可能ないずれかの通信手段を用いて該当データのダウンロードを行うようにしている。   In addition, in each of the above embodiments, when profile information for certain data cannot be acquired, the corresponding data is downloaded using any communication means currently available on the client terminal 1. Yes.

しかしながら、別の方法としては、該当データをダウンロード中に、そのデータに対するダウンロード済みデータ量がある一定量を超えてしまった場合や、ダウンロードを開始してからの経過時間がある一定時間を超えてしまった場合には、より通信速度が高速な通信経路、もしくはより通信費用が安価な通信経路に乗り換え、残りのデータは乗り換えた通信経路によってダウンロードすることが考えられる。   However, as another method, when downloading the corresponding data, if the amount of downloaded data for that data exceeds a certain amount, or if the elapsed time since the start of downloading exceeds a certain amount of time In the case of a failure, it may be possible to change to a communication path with a higher communication speed or a communication path with a lower communication cost, and download the remaining data via the changed communication path.

このように、本発明では、プロファイル情報が取得できなかった場合においても、データ取得処理途中における取得済みデータ量やデータ取得処理開始時点から経過時間が一定量を超えた場合に、より高速な、もしくは安価な通信経路に乗り換えてデータのダウンロード処理を継続することで、高速な表示や通信費用の削減を図ることができる。   Thus, in the present invention, even when the profile information could not be acquired, when the acquired data amount in the middle of the data acquisition process or the elapsed time from the start of the data acquisition process exceeds a certain amount, faster, Alternatively, by switching to an inexpensive communication path and continuing the data download process, high-speed display and reduction of communication costs can be achieved.

本発明の一実施例によるコンテンツ取得システムの構成を示すブロック図である。It is a block diagram which shows the structure of the content acquisition system by one Example of this invention. 図1のブラウザ装置のプロファイル情報取得部が取得するプロファイル情報の一例を示す図である。It is a figure which shows an example of the profile information which the profile information acquisition part of the browser apparatus of FIG. 1 acquires. 本発明の一実施例におけるプロファイル情報を埋め込んだHTMLコンテンツの一例を示す図である。It is a figure which shows an example of the HTML content which embedded the profile information in one Example of this invention. 図1のブラウザ装置の動作を示すフローチャートである。It is a flowchart which shows operation | movement of the browser apparatus of FIG. HTMLコンテンツの一例を示す図である。It is a figure which shows an example of an HTML content.

符号の説明Explanation of symbols

1 クライアント端末
2 コンテンツサーバ群
3 データサーバ群
11 ブラウザ装置
13 記録媒体
111 プロファイル情報取得部
112 通信経路決定部
113 データダウンロード部
114 表示部
121〜12N 通信手段
1 Client terminal
2 Content server group
3 Data server group
11 Browser device
13 Recording media
111 Profile information acquisition unit
112 Communication path determination unit
113 Data download part
114 Display part 121-12N Communication means

Claims (22)

少なくともコンテンツを蓄積するサーバと、前記サーバとの間のデータ送受信を行う複数の通信手段を含むクライアント端末に搭載されかつ前記コンテンツ中のデータをダウンロードするブラウザ装置とからなるコンテンツ取得システムであって、前記サーバ上のコンテンツを取得して表示する際に当該コンテンツ中に記述された情報を基に当該コンテンツ中に含まれる各種データ各々の少なくとも属性を示すプロファイル情報を取得する手段と、その取得したプロファイル情報を基に各種データをダウンロードするのに最適な通信手段を各種データ毎に決定する手段とを前記ブラウザ装置に有することを特徴とするコンテンツ取得システム。   A content acquisition system comprising at least a server that accumulates content and a browser device that is installed in a client terminal including a plurality of communication means for performing data transmission and reception between the server and downloads data in the content, Means for acquiring profile information indicating at least attributes of each of various data included in the content based on information described in the content when acquiring and displaying the content on the server, and the acquired profile What is claimed is: 1. A content acquisition system comprising: the browser device having means for determining, for each type of data, an optimal communication means for downloading various types of data based on information. 前記コンテンツ中に記述された情報は、前記プロファイル情報を蓄積するサーバのアドレス情報であることを特徴とする請求項1記載のコンテンツ取得システム。   The content acquisition system according to claim 1, wherein the information described in the content is address information of a server that stores the profile information. 前記コンテンツ中に記述された情報は、当該コンテンツ内に予め埋め込まれているプロファイル情報であることを特徴とする請求項1記載のコンテンツ取得システム。   The content acquisition system according to claim 1, wherein the information described in the content is profile information embedded in the content in advance. 前記通信手段は、少なくとも有線と無線と放送配信とを含むことを特徴とする請求項1から請求項3のいずれか記載のコンテンツ取得システム。   The content acquisition system according to any one of claims 1 to 3, wherein the communication unit includes at least wired, wireless, and broadcast distribution. 前記各種データは、少なくとも画像データと、音声データと、ムービーデータと、リンクされたコンテンツデータとを含むことを特徴とする請求項1から請求項4のいずれか記載のコンテンツ取得システム。   The content acquisition system according to any one of claims 1 to 4, wherein the various data includes at least image data, audio data, movie data, and linked content data. 前記プロファイル情報が未取得のデータを利用可能な通信手段のうちのいずれかを用いてダウンロードすることを特徴とする請求項1から請求項5のいずれか記載のコンテンツ取得システム。   The content acquisition system according to any one of claims 1 to 5, wherein the profile information is downloaded using any one of communication means that can use unacquired data. 前記各種データ各々をダウンロードしている場合にあるデータに関する通信量及び通信時間のいずれかが一定量を超えた時に現在クライアント端末で利用可能な通信手段のうちの少なくともより高速な通信手段及び低料金の通信手段のいずれかに変更して当該データのダウンロードを継続する手段を前記ブラウザ装置に含むことを特徴とする請求項6記載のコンテンツ取得システム。   At least a higher-speed communication means and a lower charge among the communication means currently available on the client terminal when any of the communication amount and communication time related to the data when each of the various data is downloaded exceeds a certain amount The content acquisition system according to claim 6, wherein the browser device includes means for changing to any one of the communication means and continuing to download the data. 少なくともコンテンツを蓄積するサーバとの間のデータ送受信を行う複数の通信手段を含むクライアント端末に搭載されかつ前記コンテンツ中のデータをダウンロードするブラウザ装置であって、前記サーバ上のコンテンツを取得して表示する際に当該コンテンツ中に記述された情報を基に当該コンテンツ中に含まれる各種データ各々の少なくとも属性を示すプロファイル情報を取得する手段と、その取得したプロファイル情報を基に各種データをダウンロードするのに最適な通信手段を各種データ毎に決定する手段とを有することを特徴とするブラウザ装置。   A browser device that is mounted on a client terminal including a plurality of communication means for performing data transmission / reception with at least a server that stores content and that downloads data in the content, and acquires and displays the content on the server Means for acquiring profile information indicating at least attributes of various data included in the content based on information described in the content, and downloading the various data based on the acquired profile information. And a means for determining the optimum communication means for each type of data. 前記コンテンツ中に記述された情報は、前記プロファイル情報を蓄積するサーバのアドレス情報であることを特徴とする請求項8記載のブラウザ装置。   9. The browser apparatus according to claim 8, wherein the information described in the content is address information of a server that stores the profile information. 前記コンテンツ中に記述された情報は、当該コンテンツ内に予め埋め込まれているプロファイル情報であることを特徴とする請求項8記載のブラウザ装置。   9. The browser device according to claim 8, wherein the information described in the content is profile information embedded in the content in advance. 前記通信手段は、少なくとも有線と無線と放送配信とを含むことを特徴とする請求項8から請求項10のいずれか記載のブラウザ装置。   The browser device according to any one of claims 8 to 10, wherein the communication unit includes at least wired, wireless, and broadcast distribution. 前記各種データは、少なくとも画像データと、音声データと、ムービーデータと、リンクされたコンテンツデータとを含むことを特徴とする請求項8から請求項11のいずれか記載のブラウザ装置。   12. The browser apparatus according to claim 8, wherein the various data includes at least image data, audio data, movie data, and linked content data. 前記プロファイル情報が未取得のデータを利用可能な通信手段のうちのいずれかを用いてダウンロードすることを特徴とする請求項8から請求項12のいずれか記載のブラウザ装置。   The browser device according to any one of claims 8 to 12, wherein the profile information is downloaded using any one of communication means that can use unacquired data. 前記各種データ各々をダウンロードしている場合にあるデータに関する通信量及び通信時間のいずれかが一定量を超えた時に現在クライアント端末で利用可能な通信手段のうちの少なくともより高速な通信手段及び低料金の通信手段のいずれかに変更して当該データのダウンロードを継続する手段を含むことを特徴とする請求項13記載のブラウザ装置。   At least a higher-speed communication means and a lower charge among the communication means currently available on the client terminal when any of the communication amount and communication time related to the data when each of the various data is downloaded exceeds a certain amount 14. The browser apparatus according to claim 13, further comprising means for changing to any one of the communication means and continuing to download the data. 少なくともコンテンツを蓄積するサーバと、前記サーバとの間のデータ送受信を行う複数の通信手段を含むクライアント端末に搭載されかつ前記コンテンツ中のデータをダウンロードするブラウザ装置とからなるシステムのコンテンツダウンロード方法であって、前記ブラウザ装置側に、前記サーバ上のコンテンツを取得して表示する際に当該コンテンツ中に記述された情報を基に当該コンテンツ中に含まれる各種データ各々の少なくとも属性を示すプロファイル情報を取得するステップと、その取得したプロファイル情報を基に各種データをダウンロードするのに最適な通信手段を各種データ毎に決定するステップとを有することを特徴とするコンテンツダウンロード方法。   A content download method for a system comprising at least a server that stores content and a browser device that is installed in a client terminal that includes a plurality of communication means for transmitting and receiving data to and from the server and that downloads data in the content. Then, when the content on the server is acquired and displayed on the browser device side, profile information indicating at least an attribute of each of various data included in the content is acquired based on information described in the content And a step of determining, for each type of data, an optimum communication means for downloading various types of data based on the acquired profile information. 前記コンテンツ中に記述された情報は、前記プロファイル情報を蓄積するサーバのアドレス情報であることを特徴とする請求項15記載のコンテンツダウンロード方法。   16. The content download method according to claim 15, wherein the information described in the content is address information of a server that stores the profile information. 前記コンテンツ中に記述された情報は、当該コンテンツ内に予め埋め込まれているプロファイル情報であることを特徴とする請求項15記載のコンテンツダウンロード方法。   16. The content download method according to claim 15, wherein the information described in the content is profile information embedded in the content in advance. 前記通信手段は、少なくとも有線と無線と放送配信とを含むことを特徴とする請求項15から請求項17のいずれか記載のコンテンツダウンロード方法。   The content download method according to any one of claims 15 to 17, wherein the communication means includes at least wired, wireless, and broadcast distribution. 前記各種データは、少なくとも画像データと、音声データと、ムービーデータと、リンクされたコンテンツデータとを含むことを特徴とする請求項15から請求項18のいずれか記載のコンテンツダウンロード方法。   The content download method according to any one of claims 15 to 18, wherein the various data includes at least image data, audio data, movie data, and linked content data. 前記プロファイル情報が未取得のデータを利用可能な通信手段のうちのいずれかを用いてダウンロードすることを特徴とする請求項15から請求項19のいずれか記載のコンテンツダウンロード方法。   The content download method according to any one of claims 15 to 19, wherein the profile information is downloaded using any one of communication means that can use unacquired data. 前記ブラウザ装置は、前記各種データ各々をダウンロードしている場合にあるデータに関する通信量及び通信時間のいずれかが一定量を超えた時に現在クライアント端末で利用可能な通信手段のうちの少なくともより高速な通信手段及び低料金の通信手段のいずれかに変更して当該データのダウンロードを継続することを特徴とする請求項20記載のコンテンツダウンロード方法。   The browser device has at least a higher-speed communication means currently available on the client terminal when any of the communication amount and the communication time regarding the data when each of the various data is downloaded exceeds a certain amount. 21. The content download method according to claim 20, wherein the download of the data is continued by changing to any one of the communication unit and the low-price communication unit. 少なくともコンテンツを蓄積するサーバと、前記サーバとの間のデータ送受信を行う複数の通信手段を含むクライアント端末に搭載されかつ前記コンテンツ中のデータをダウンロードするブラウザ装置とからなるシステムのコンテンツダウンロード方法のプログラムであって、前記ブラウザ装置のコンピュータに、前記サーバ上のコンテンツを取得して表示する際に当該コンテンツ中に記述された情報を基に当該コンテンツ中に含まれる各種データ各々の少なくとも属性を示すプロファイル情報を取得する処理と、その取得したプロファイル情報を基に各種データをダウンロードするのに最適な通信手段を各種データ毎に決定する処理とを実行させるためのプログラム。
Program for content download method of system comprising at least server for storing content and client device including a plurality of communication means for transmitting / receiving data to / from server and browser device for downloading data in content A profile indicating at least an attribute of each of various data included in the content based on information described in the content when the content on the server is acquired and displayed on the computer of the browser device A program for executing a process of acquiring information and a process of determining, for each type of data, an optimum communication means for downloading various types of data based on the acquired profile information.
JP2003342746A 2003-10-01 2003-10-01 Contents acquisition system, browser device and contents downloading method and program to be used for browser device Pending JP2005108057A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003342746A JP2005108057A (en) 2003-10-01 2003-10-01 Contents acquisition system, browser device and contents downloading method and program to be used for browser device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003342746A JP2005108057A (en) 2003-10-01 2003-10-01 Contents acquisition system, browser device and contents downloading method and program to be used for browser device

Publications (1)

Publication Number Publication Date
JP2005108057A true JP2005108057A (en) 2005-04-21

Family

ID=34536923

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003342746A Pending JP2005108057A (en) 2003-10-01 2003-10-01 Contents acquisition system, browser device and contents downloading method and program to be used for browser device

Country Status (1)

Country Link
JP (1) JP2005108057A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007067655A (en) * 2005-08-30 2007-03-15 Toshiba Corp Communication apparatus and communication method
JP2009071353A (en) * 2007-09-10 2009-04-02 Canon Inc Communications device
JP2009239326A (en) * 2008-03-25 2009-10-15 Toshiba Corp Mobile radio terminal device

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007067655A (en) * 2005-08-30 2007-03-15 Toshiba Corp Communication apparatus and communication method
JP4649295B2 (en) * 2005-08-30 2011-03-09 株式会社東芝 Communication device and communication method
JP2009071353A (en) * 2007-09-10 2009-04-02 Canon Inc Communications device
JP2009239326A (en) * 2008-03-25 2009-10-15 Toshiba Corp Mobile radio terminal device

Similar Documents

Publication Publication Date Title
KR101496875B1 (en) Apparatus and methods for retrieving/downloading content on a communication device
ES2379347T3 (en) Method and system to emulate an HTTP server through a broadcast carousel
US10506077B2 (en) Image-based and predictive browsing
US9628145B2 (en) Method and system for transfering data between plurality of devices
US7805670B2 (en) Partial rendering of web pages
TWI470983B (en) Method and apparatus for updating http content descriptions
WO2020199751A1 (en) Method and apparatus for loading page picture, and electronic device
US9503499B1 (en) Concealing latency in display of pages
US9571556B2 (en) Browser kernel adaptation method and browser therefor
US20150081779A1 (en) Predictive, Multi-Layer Caching Architectures
CN110933517B (en) Code rate switching method, client and computer readable storage medium
KR20100029257A (en) Systems, methods, devices, and computer program products for downloading content for offline browsing
US10389792B2 (en) Output function dividing system
JP2001154903A (en) Radio network communication system
US8321452B2 (en) Information processing system, apparatus and method for information processing, and recording medium
JP2003177996A (en) Information processing system
KR101624894B1 (en) Terminal transmitting data during packet communication and service system including the same
JP2009541877A (en) Method, system, apparatus and computer program for controlling web objects (method and apparatus for caching broadcast information)
CN117596232A (en) Method, device and system for fast starting streaming media
JP2011175460A (en) Document browsing system and document conversion server
EP2680128A1 (en) Method for providing reading service, content provision server and system
JP2005108057A (en) Contents acquisition system, browser device and contents downloading method and program to be used for browser device
JP2009043131A (en) Moving picture file transmission server and operation control method thereof
KR20180034332A (en) Receiving device, transmitting device and data processing method
JP2005327150A (en) Information delivery system and information delivery method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20060713

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20080623

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080701

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20081125