JP2004030423A - Content distribution controller and program - Google Patents

Content distribution controller and program Download PDF

Info

Publication number
JP2004030423A
JP2004030423A JP2002188260A JP2002188260A JP2004030423A JP 2004030423 A JP2004030423 A JP 2004030423A JP 2002188260 A JP2002188260 A JP 2002188260A JP 2002188260 A JP2002188260 A JP 2002188260A JP 2004030423 A JP2004030423 A JP 2004030423A
Authority
JP
Japan
Prior art keywords
content
distribution
user
storage
determined
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
JP2002188260A
Other languages
Japanese (ja)
Inventor
Junya Ohori
大堀 順也
Kazunari Ushiki
牛木 一成
Tomoko Ito
伊藤 智子
Masahiro Yamada
山田 政寛
Shosuke Naruto
鳴戸 章介
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.)
NTT Comware Corp
Original Assignee
NTT Comware 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 NTT Comware Corp filed Critical NTT Comware Corp
Priority to JP2002188260A priority Critical patent/JP2004030423A/en
Publication of JP2004030423A publication Critical patent/JP2004030423A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To eliminate the need for storing the same contents in each storage directory in a system for distributing contents to a user from a plurality of distribution servers having their own contents storage directory. <P>SOLUTION: The user transmits a contents file and additional information to a server 30 in uploading contents. The server side determines a distribution server information identification ID that corresponds to a storage destination directory 60 according to a prescribed condition and stores the contents in the storage destination. Its contents name and the additional information are stored in a contents information DB 34. In the contents information DB 34, a contents identification ID is attached, a set of a contents identification ID obtained from a distribution server information DB 36 and the distribution server identification ID is stored in a contents storage destination DB 37. When a contents distribution request is received, prescribed records are acquired from the contents storage destination DB 37 and the distribution server information DB 36 to prepare control information of the distributions server, transmitting the control information to the user. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は、ネットワーク上で動画や音声等のコンテンツを配信するコンテンツ配信制御装置及びこの装置で用いられるプログラムに関するものである。
【0002】
【従来の技術】
図3は従来のコンテンツ配信システムを示すブロック図である。
この従来システムは、複数の配信サーバを備えると共に、各配信サーバに対応して複数のコンテンツ保存手段を備えてコンテンツを保存しておき、ユーザからコンテンツの視聴要求がきたとき、ラウンドロビン等の方法により適当な配信サーバを選択し、その配信サーバURL をユーザに送信するものである。
【0003】
図3において、携帯電話網を含むインターネット、イントラネット等のネットワーク10には、ユーザ端末20、コンテンツ配信制御装置としてのWWW サーバ(以下、単にサーバという)30、コンテンツをユーザに配信する配信サーバ50が接続されている。ここでは3個の配信サーバ(α、β、γ)50が備えられているものとする。また、各配信サーバ50についてそれぞれコンテンツを保存する公開コンテンツ保存ディレクトリ(以下、保存ディレクトリという)60が接続されている。
【0004】
ユーザ端末20は、通信処理装置21、インターネット閲覧用のブラウザ22、動画を再生する動画プレーヤ23を備えている。尚、以下の説明においてユーザという場合は、ユーザ端末20又はユーザ端末20を所有するユーザを指すものとする。
サーバ30は、通信処理装置31、コンテンツ受信部32、コンテンツ配信要求受付部33、コンテンツとその付加情報(識別ID、保存名称等)を管理するコンテンツ情報DB(データベース)34及びユーザに関する情報を管理するユーザ情報DB35を備えている。
【0005】
次に、上記構成による動作について説明する。
まず、ユーザが自分が作成した動画や音声等のコンテンツ又はネットワーク上にあるコンテンツを他人に見せたい場合は、そのコンテンツを付加情報と共に登録する。このためにブラウザ22によりサーバ30にアクセスして登録を要求する。サーバ30は、コンテンツ受信部32でユーザからコンテンツの付加情報を取得し、これに基づいてコンテンツ情報を作成してコンテンツ情報DB34に登録する。また、サーバ30はコンテンツを配信する配信サーバ50の配信先URL を決定してコンテンツ情報DB34に登録する。ユーザはその配信サーバのURL 用いてコンテンツを送信し、配信サーバ50は受信したコンテンツを3個の保存ディレクトリ60にそれぞれ保存する。
【0006】
次に、ユーザが登録されたコンテンツを視聴したい場合は、サーバ30のコンテンツ配信要求受付部33に配信要求を行い、これに応じてサーバ30は登録されたコンテンツ情報一覧をブラウザ上に提示し、ユーザは視聴したいコンテンツを検索、選定する。視聴したいコンテンツを選定するとサーバ30は、コンテンツの場所を示す配信先URL (<配信サーバURL >/<公開パス名>/コンテンツファイル名)と、コンテンツの種別を示す情報であるマイムタイプ(MimeType)をユーザに送信する。この場合、配信サーバURL は、サーバ30が3個の配信サーバ50の負荷分散情報に基づいて1つ決定する。これらの情報を受信したユーザでは、マイムタイプに基づいて動画プレーヤ23が選択・起動され、動画プレーヤ23は、配信先URL の配信サーバ50に接続する。配信サーバ50は、対応テーブルを参照して保存ディレクトリ60を検索し目的のコンテンツを取り出してユーザに送信する。
【0007】
上述したように従来のコンテンツ配信システムは、複数の保存ディレクトリ60にコンテンツを保存すると共に、サーバ30がコンテンツ情報DB34、ユーザ情報DB35によりコンテンツとその付加情報(識別ID、保存名称等)及びユーザ情報を管理し、コンテンツ配信要求受付部33が、ユーザからコンテンツの識別IDに基づいて識別されるコンテンツの視聴要求を受け付けると、配信サーバ50の1つを選択し、その配信サーバ50のURL を含む配信先URL をユーザに送信するものであった。
【0008】
通常、配信サーバ50は、ネット−ク上で自身の場所を特定する情報(サーバURL )と、配信サーバ内でのコンテンツの場所を特定する情報(保存ディレクトリ60)と、その場所をネットワーク上から特定する情報(公開パス)を対応テーブルとして持っている。ユーザから<サーバURL>/<公開パス名>/<コンテンツファイル名>の要求を受信すると、配信サーバ50は、<公開パス名>に対応する保存ディレクトリ60内にある<コンテンツファイル名>に該当するコンテンツファイルを走査し、存在すればコンテンツをユーザに送信するという仕組みになっている。また、複数の配信サーバを設けて、コンテンツの視聴要求に応じて適宜方法により順番に適当な配信サーバURL をユーザに返信することにより、配信の負荷分散を図るようにしている。
【0009】
【発明が解決しようとする課題】
上述した従来の複数の配信サーバを用いて負荷分散を行うコンテンツ配信システムでは、同じコンテンツを全ての配信サーバの保存ディレクトリにそれぞれ保存しなければならないという問題があった。
【0010】
本発明は上記の問題を解決するためになされたもので、同じコンテンツを全ての配信サーバの保存ディレクトリにそれぞれ保存する必要のないコンテンツ配信システムを実現することを目的としている。
【0011】
【課題を解決するための手段】
上記の目的を達成するために、本発明によるコンテンツ配信制御装置は、コンテンツを保存する複数のコンテンツ保存手段と、ユーザからのコンテンツのアップロード要求に応じて前記複数のコンテンツ保存手段から所定の決定条件に基づいて1つ又は複数の保存先を決定する保存先決定手段と、ユーザからコンテンツを受信し、前記決定した保存先のコンテンツ保存手段に保存する受信保存処理手段と、前記複数のコンテンツ保存手段からコンテンツを取り出してユーザに配信する複数の配信装置のうち前記決定された保存先に対応する配信装置の識別IDとコンテンツ保存先と配信装置を制御する制御情報の組を保持する保持手段と、前記コンテンツ識別IDと保存先に対応する配信装置の識別IDの組を保持する保持手段と、ユーザからのコンテンツ識別IDによるコンテンツ配信要求に応じてそのコンテンツ識別IDと前記保持手段に保持された情報に基づいて保存先を選択し、対応する配信装置を選択すると共に、その配信装置の制御情報を作成してユーザに送信する送信手段とを設けたものである。
【0012】
また、本発明によるプログラムは、ユーザからのコンテンツのアップロード要求に応じて複数のコンテンツ保存手段から所定の決定条件に基づいて1つ又は複数の保存先を決定する保存先決定処理と、ユーザからコンテンツを受信し、前記決定したコンテンツ保存手段に保存する受信保存処理と、前記複数のコンテンツ保存手段からコンテンツを取り出してユーザに配信する複数の配信装置のうち前記決定された保存先に対応する配信装置の識別IDとコンテンツ保存先と配信装置を制御する制御情報の組を保持する保持処理と、コンテンツ識別IDと保存先に対応する配信装置の識別IDの組を保持する保持処理と、ユーザからのコンテンツ識別IDによるコンテンツ配信要求に応じてそのコンテンツ識別IDと前記保持された情報に基づいて保存先を選択し、対応する配信装置を選択すると共に、その配信装置の制御情報を作成してユーザに送信する送信処理とをコンピュータに実行させるためのプログラムである。
【0013】
【作用】
本発明においては、ユーザからコンテンツのアップロード要求があると、複数のコンテンツ保存手段から所定の決定条件に基づいて1つ又は複数の保存先を決定した後、ユーザからコンテンツを受信して前記決定された保存先のコンテンツ保存手段に保存すると共に、複数の配信装置のうち決定された保存先に対応する配信装置の識別IDとコンテンツ保存先と配信装置を制御する制御情報の組と、コンテンツ識別IDと保存先に対応する配信装置の識別IDの組とをそれぞれ保持する。そして、ユーザからのコンテンツ識別IDによるコンテンツ配信要求があると、そのコンテンツ識別IDと前記保持された各情報に基づいて保存先を選択し、対応する配信装置を選択すると共に、その配信装置の制御情報を作成してユーザに送信する。従って、本発明によれば、同じコンテンツを全ての保存ディレクトリに保存する必要がなくなる。
【0014】
【発明の実施の形態】
以下、本発明の実施の形態を図面を参照して説明する。
本実施の形態は、サーバ30にコンテンツのアップロード機能を設けると共に、コンテンツアップロードの要求が来ると、サーバ30が、配信サーバ50の負荷情報に基づいてコンテンツの保存先を決定し、コンテンツ、コンテンツの情報(保存ファイル名称)、及びコンテンツの保存先情報を保存しておく。そして、ユーザからコンテンツ識別IDの指定によるコンテンツ視聴要求が来ると、該当コンテンツのコンテンツ情報及び保存先情報に基づいてコンテンツの配信URL を1つ決定し、クライアントに送信することを特徴とするものである。
【0015】
図1は本発明の実施の形態によるコンテンツ配信装置を用いたコンテンツ配信システムを示すブロック図で図であり、図3と対応する部分には同一番号が付されている。
図1において、サーバ30には、配信サーバDB36、コンテンツ保存先DB37及び保存先決定部38が設けられている。また、各配信サーバ50には配信サーバ監視エージェント(監視エージェントという)51及びアクセスログ52が設けられている。図2は図1における各DB34〜37の内容の一例を示す構成図である。
【0016】
監視エージェント51は、配信サーバ上で、その配信サーバ60の資源(同時接続数、CPU 、記憶容量、アクセスログ52等)を監視し、外部から問い合わせがあったとき必要な情報を返答するものである。また、アクセスログ52の内容は図示の通りである。
【0017】
次に、上記構成による動作について説明する。
本実施の形態の手順は、コンテンツアップロード手順と配信要求処理手順からなる。
まず、コンテンツのアップロード手順について説明する。
(1)ユーザは、サーバ30のコンテンツ受信部32にコンテンツファイル、コンテンツの付加情報を送信する。
(2)サーバ30は、コンテンツファイル及びコンテンツの付加情報を受信する。
(3)サーバ30は、サーバ上で一意なコンテンツ名称でもってコンテンツの名前を決定し、コンテンツの付加情報と合わせてコンテンツ情報DB34に格納する。このとき、コンテンツ情報DB34では一意なコンテンツ識別IDが付与される。
【0018】
(4)サーバ30の保存先決定部38は、以下のいずれか又はその組み合わせにより、コンテンツの保存先の保存ディレクトリ60と保存先と対応する配信サーバ60の配信サーバ情報識別IDを1つ又は複数決定する。
(a)各配信サーバ50のアクセスログ52情報に基づいてアクセス数が最も少ないものから順に1つ又は複数決定する。
(b)各配信サーバ50のアクセスログ52情報に基づいてある期間の総配信容量が最も少ないものから順に1つ又は複数決定する。
(c)各配信サーバ50のアクセスログ52情報に基づいてある単位時間当たりの配信容量が最も少ないものから順に1つ又は複数決定する。
(d)各配信サーバ50のアクセスログ52情報に基づいてある特定期間の総配信容量が最も少ないものから順に1つ又は複数決定する。
【0019】
(e)監視エージェント51に問い合わせ、その配信サーバ50の保存ディレクトリ60が有する記憶領域の残り記憶容量に応じて1つ又は複数決定する。
(f)監視エージェント51に問い合わせ、その配信サーバ上の同時接続数が少ないものから順に1つ又は複数決定する。
(g)ランダムに1つ又は複数決定する。
(h)予め配信サーバ情報DB36に記述しておいた割合によって1つ又は複数決定する。
(i)(a)〜(h)において、ユーザの種別に応じて、保存先の配信サーバ50の識別IDの数を決定する。例えば、お金を払っているユーザには複数の配信サーバへの保存を許す。この結果、配信の品質が向上する。
【0020】
(5)(4)で決定した1つ又は複数の配信サーバ識別IDで識別される配信サーバ50の保存ディレクトリ60にコンテンツを保存すると共に、コンテンツ保存情報DB37に、(コンテンツ識別ID、配信サーバ識別ID)の組を、配信サーバ識別IDの数だけ格納する。
【0021】
次に、コンテンツの配信要求処理手順について説明する。
(1)ユーザは、サーバ30のコンテンツ配信要求受付部33に視聴したいコンテンツの識別IDを送信する。
(2)サーバ30は、該当するコンテンツ識別IDが、コンテンツ情報DB34に存在するか否かを検索する。
(3)(2)で存在すれば、コンテンツ保存情報DB37を走査し、該当のコンテンツ識別IDのレコードを取得する。もし存在しなければユーザにエラーを返す。
【0022】
(4)(3)で取得したコンテンツ識別IDのレコードが1つしかない場合は(5)に進む。コンテンツ識別IDのレコードが複数存在する場合は、例えば、次の決定条件に従って1つ決定する。
(a)ランダムに決定する。
(b)予め配信サーバ情報DB36に記述しておいた割合によって決定する。
(c)事前に定められた優先順位により決定する。
【0023】
(5)(4)で決定したレコードの配信サーバ識別IDにより、配信サーバ情報DB36から配信サーバURL 、公開パス名を取得する。また、コンテンツ識別IDによりコンテンツ情報DB34を検索し、コンテンツファイル名を取得する。そして以下の制御情報をユーザに返却する。
即ち、<配信サーバURL >/<公開パス名>/<コンテンツファイル名>と、コンテンツのマイムタイプ(MIMEタイプ)をユーザに送信する。尚、マイムタイプは固定値であるので、サーバ30のコンテンツ配信要求受付部33が保持するようにしてよい。
【0024】
次に、本発明の実施の形態によるプログラムについて説明する。
コンテンツ配信制御装置としてのWWW サーバ30の前述した動作に基づく処理を、このサーバ30におけるCPUが実行するためのプログラムは、本発明によるプログラムを構成する。
【0025】
このプログラムを記録する記録媒体としては、光磁気ディスク、光ディスク、半導体メモリ、磁気記録媒体等を用いることができ、これらをROM、RAM、CD−ROM、フレキシブルディスク、メモリカード等に構成して用いてよい。
【0026】
またこの記録媒体は、インターネット等のネットワークや電話回線等の通信回線を介してプログラムが送信された場合のサーバやクライアントとなるコンピュータシステム内部のRAM等の揮発性メモリのように、一定時間プログラムを保持するものも含まれる。
【0027】
また上記プログラムは、このプログラムを記憶装置等に格納したコンピュータシステムから伝送媒体を介して、あるいは伝送媒体中の伝送波により他のコンピュータシステムに伝送されるものであってもよい。上記伝送媒体とは、インターネット等のネットワーク(通信網)や電話回線等の通信回線(通信線)のように情報を伝送する機能を有する媒体をいうものとする。
【0028】
また、上記プログラムは、前述した機能の一部を実現するためであってもよい。さらに、前述した機能をコンピュータシステムに既に記録されているプログラムとの組み合わせで実現できるもの、いわゆる差分ファイル(差分プログラム)であってもよい。
【0029】
従って、このプログラム及び記録媒体を図1のシステム又は装置とは異なるシステム又は装置において用い、そのシステム又は装置のコンピュータがこの記録媒体に格納されたプログラムを実行することによっても、前記実施の形態で説明した機能及び効果と同等の機能及び効果を得ることができ、本発明の目的を達成することができる。
【0030】
【発明の効果】
以上説明したように本発明によれば、複数のコンテンツ保存ディレクトリ及び複数の配信サーバを備えたコンテンツ配信システムにおいて、同じコンテンツを全ての保存ディレクトリに保存する必要がなくなり、効率のよい負荷分散を行うことができる。また、これによって配信されるコンテンツ品質を向上させることができると共に、システムの効率的な運用をはかることができる。
さらに、コンテンツのアップロードをコンテンツ配信制御装置としてのサーバ側で行うので、利便性が向上する。
【図面の簡単な説明】
【図1】本発明の実施の形態によるコンテンツ配信制御装置を用いたコンテンツ配信システムを示すブロック図である。
【図2】図1の各データベースの内容の例を示す構成図である。
【図3】従来のコンテンツ配信制御装置を用いたコンテンツ配信システムを示すブロック図である。
【符号の説明】
10:ネットワーク、20:ユーザ端末、30:WWW サーバ、31:通信処理装置、32:コンテンツ受信部、33:コンテンツ配信要求受付部、34:コンテンツ情報DB、35:ユーザ情報DB、36:配信サーバ情報DB、37:コンテンツ保存先DB、38:保存先決定部、50:配信サーバ、51:監視エージェント、52:アクセスログ、60:公開コンテンツ保存ディレクトリ
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a content distribution control device that distributes contents such as moving images and audio over a network, and a program used in the device.
[0002]
[Prior art]
FIG. 3 is a block diagram showing a conventional content distribution system.
This conventional system includes a plurality of distribution servers and a plurality of content storage means corresponding to the respective distribution servers to store the content, and when a user requests a content to be viewed, a method such as round robin is used. To select an appropriate distribution server and transmit the distribution server URL to the user.
[0003]
In FIG. 3, a user terminal 20, a WWW server (hereinafter simply referred to as a server) 30 as a content distribution control device, and a distribution server 50 for distributing content to a user are provided on a network 10 such as the Internet or an intranet including a mobile phone network. It is connected. Here, it is assumed that three distribution servers (α, β, γ) 50 are provided. In addition, a public content storage directory (hereinafter referred to as a storage directory) 60 for storing content is connected to each distribution server 50.
[0004]
The user terminal 20 includes a communication processing device 21, a browser 22 for browsing the Internet, and a moving image player 23 for reproducing moving images. In the following description, a user refers to the user terminal 20 or a user who owns the user terminal 20.
The server 30 manages a communication processing device 31, a content receiving unit 32, a content distribution request receiving unit 33, a content information DB (database) 34 for managing content and its additional information (identification ID, storage name, and the like), and information about users. The user information DB 35 is provided.
[0005]
Next, the operation of the above configuration will be described.
First, when the user wants to show the contents such as a moving image and a sound created by himself or the contents on the network to others, the contents are registered together with the additional information. For this purpose, the server 22 is accessed by the browser 22 to request registration. In the server 30, the content receiving unit 32 acquires additional information of the content from the user, creates content information based on the additional information, and registers the content information in the content information DB. Further, the server 30 determines a distribution destination URL of the distribution server 50 that distributes the content, and registers the URL in the content information DB 34. The user transmits the content using the URL of the distribution server, and the distribution server 50 stores the received content in each of the three storage directories 60.
[0006]
Next, when the user wants to view the registered content, the user makes a distribution request to the content distribution request receiving unit 33 of the server 30, and in response to this, the server 30 presents a list of registered content information on a browser, The user searches and selects the content to be viewed. When the content to be viewed is selected, the server 30 sends a distribution destination URL (<distribution server URL> / <public path name> / content file name) indicating the location of the content, and a mime type (MimeType) which is information indicating the type of the content. To the user. In this case, one distribution server URL is determined by the server 30 based on the load distribution information of the three distribution servers 50. The user receiving these pieces of information selects and starts the moving image player 23 based on the mime type, and the moving image player 23 connects to the distribution server 50 of the distribution destination URL. The distribution server 50 searches the storage directory 60 with reference to the correspondence table, extracts the target content, and transmits the target content to the user.
[0007]
As described above, in the conventional content distribution system, the content is stored in a plurality of storage directories 60, and the server 30 uses the content information DB 34 and the user information DB 35 to store the content and its additional information (identification ID, storage name, etc.) and user information. When the content distribution request receiving unit 33 receives a viewing request of the content identified based on the identification ID of the content from the user, the content distribution request receiving unit 33 selects one of the distribution servers 50 and includes the URL of the distribution server 50. The destination URL was transmitted to the user.
[0008]
Usually, the distribution server 50 stores information (server URL) for specifying its own location on the network, information for specifying the location of the content in the distribution server (storage directory 60), and stores the location on the network. Information (public path) to be specified is stored as a correspondence table. Upon receiving a request for <server URL> / <public path name> / <content file name> from the user, distribution server 50 corresponds to <content file name> in storage directory 60 corresponding to <public path name>. The content file to be scanned is scanned, and if it exists, the content is transmitted to the user. Also, a plurality of distribution servers are provided, and an appropriate distribution server URL is sequentially returned to the user in an appropriate manner in response to a content viewing request, thereby distributing the distribution load.
[0009]
[Problems to be solved by the invention]
In the above-described content distribution system in which load distribution is performed using a plurality of distribution servers, there is a problem that the same content must be stored in the storage directories of all the distribution servers.
[0010]
The present invention has been made to solve the above problem, and has as its object to realize a content distribution system in which it is not necessary to store the same content in the storage directories of all distribution servers.
[0011]
[Means for Solving the Problems]
In order to achieve the above object, a content distribution control device according to the present invention includes a plurality of content storage units for storing content, and a predetermined determination condition from the plurality of content storage units in response to a content upload request from a user. Storage destination determining means for determining one or a plurality of storage destinations based on the content, reception storage processing means for receiving content from a user and storing the content in the content storage means of the determined storage destination, and the plurality of content storage means Holding means for holding a set of identification information of a distribution device corresponding to the determined storage destination and a set of control information for controlling the distribution device and the distribution device, among a plurality of distribution devices for extracting content from the plurality of distribution devices and distributing the content to a user; Holding means for holding a set of the content ID and the ID of the distribution device corresponding to the storage destination; In response to a content distribution request based on the content ID, a storage location is selected based on the content ID and the information held in the holding unit, a corresponding distribution device is selected, and control information of the distribution device is created. And transmitting means for transmitting to the user.
[0012]
Further, the program according to the present invention includes a storage destination determining process for determining one or a plurality of storage destinations based on predetermined determination conditions from a plurality of content storage units in response to a content upload request from a user; Receiving and storing the content in the determined content storage unit, and a distribution device corresponding to the determined storage destination among a plurality of distribution devices for extracting content from the plurality of content storage units and distributing the content to a user A holding process for holding a set of identification ID, content storage destination, and control information for controlling the distribution device; a holding process for holding a set of content ID, and a distribution device ID corresponding to the storage destination; In response to a content distribution request based on the content ID, the content ID and the stored information are used. Select a destination Te, while selecting a corresponding distribution device, a program for executing a transmission process of transmitting to the user to create control information of the distribution apparatus to the computer.
[0013]
[Action]
In the present invention, when there is a content upload request from a user, one or more storage destinations are determined from a plurality of content storage units based on predetermined determination conditions, and then the content is received from the user and the content is determined. A set of identification information of a distribution device corresponding to the determined storage destination among the plurality of distribution devices, control information for controlling the content storage destination and the distribution device, and a content identification ID. And a set of identification IDs of the distribution apparatuses corresponding to the storage destinations. Then, when there is a content distribution request from the user based on the content ID, a storage destination is selected based on the content ID and the stored information, a corresponding distribution device is selected, and control of the distribution device is performed. Create information and send it to the user. Therefore, according to the present invention, it is not necessary to store the same content in all storage directories.
[0014]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings.
In the present embodiment, the server 30 is provided with a content upload function, and when a content upload request is received, the server 30 determines the storage destination of the content based on the load information of the distribution server 50, and Information (storage file name) and storage destination information of the content are stored. Then, when a user receives a content viewing request by designating a content identification ID, one distribution URL of the content is determined based on the content information and the storage destination information of the content, and transmitted to the client. is there.
[0015]
FIG. 1 is a block diagram showing a content distribution system using a content distribution device according to an embodiment of the present invention, and portions corresponding to FIG. 3 are denoted by the same reference numerals.
1, the server 30 includes a distribution server DB 36, a content storage destination DB 37, and a storage destination determination unit 38. Each distribution server 50 is provided with a distribution server monitoring agent (referred to as a monitoring agent) 51 and an access log 52. FIG. 2 is a configuration diagram showing an example of the contents of each of the DBs 34 to 37 in FIG.
[0016]
The monitoring agent 51 monitors the resources (the number of simultaneous connections, the CPU, the storage capacity, the access log 52, etc.) of the distribution server 60 on the distribution server, and returns necessary information when there is an inquiry from outside. is there. The contents of the access log 52 are as shown in the figure.
[0017]
Next, the operation of the above configuration will be described.
The procedure of the present embodiment includes a content upload procedure and a distribution request processing procedure.
First, a procedure for uploading content will be described.
(1) The user transmits the content file and the additional information of the content to the content receiving unit 32 of the server 30.
(2) The server 30 receives the content file and the additional information of the content.
(3) The server 30 determines the name of the content based on the unique content name on the server, and stores it in the content information DB 34 together with the additional information of the content. At this time, a unique content identification ID is assigned to the content information DB 34.
[0018]
(4) The storage destination determination unit 38 of the server 30 determines one or more of the storage directory 60 of the storage destination of the content and the distribution server information identification ID of the distribution server 60 corresponding to the storage destination by one or a combination of the following. decide.
(A) Based on the access log 52 information of each distribution server 50, one or more are determined in ascending order of the number of accesses.
(B) Based on the access log 52 information of each distribution server 50, one or more are determined in ascending order of the total distribution capacity in a certain period.
(C) Based on the access log 52 information of each distribution server 50, one or more are determined in ascending order of distribution capacity per unit time.
(D) Based on the access log 52 information of each distribution server 50, one or more are determined in ascending order of the total distribution capacity in a specific period.
[0019]
(E) Inquire the monitoring agent 51, and determine one or more according to the remaining storage capacity of the storage area of the storage directory 60 of the distribution server 50.
(F) Inquire the monitoring agent 51, and determine one or more in order from the one with the smallest number of simultaneous connections on the distribution server.
(G) One or more are randomly determined.
(H) One or more are determined according to the ratio described in the distribution server information DB 36 in advance.
(I) In (a) to (h), the number of identification IDs of the distribution server 50 at the storage destination is determined according to the type of the user. For example, a paying user is allowed to save on multiple distribution servers. As a result, the quality of distribution is improved.
[0020]
(5) The content is stored in the storage directory 60 of the distribution server 50 identified by one or more distribution server identification IDs determined in (4), and the content storage information DB 37 stores (content identification ID, distribution server identification). ID) are stored as many as the number of distribution server identification IDs.
[0021]
Next, a procedure of a content distribution request processing will be described.
(1) The user transmits the identification ID of the content to be viewed to the content distribution request receiving unit 33 of the server 30.
(2) The server 30 searches whether or not the corresponding content identification ID exists in the content information DB 34.
(3) If it exists in (2), the content storage information DB 37 is scanned and a record of the corresponding content identification ID is acquired. If not, return an error to the user.
[0022]
(4) If there is only one record of the content ID acquired in (3), the process proceeds to (5). When there are a plurality of records of the content ID, one is determined, for example, according to the following determination conditions.
(A) It is determined randomly.
(B) Determined by the ratio described in advance in the distribution server information DB 36.
(C) Determined according to a priority determined in advance.
[0023]
(5) The distribution server URL and the public path name are acquired from the distribution server information DB 36 based on the distribution server identification ID of the record determined in (4). Also, the content information DB 34 is searched by the content identification ID, and the content file name is obtained. Then, the following control information is returned to the user.
That is, <delivery server URL> / <public path name> / <content file name> and the mime type (MIME type) of the content are transmitted to the user. Since the mime type is a fixed value, the content distribution request receiving unit 33 of the server 30 may hold the mime type.
[0024]
Next, a program according to an embodiment of the present invention will be described.
The program for the CPU in the server 30 to execute the processing based on the above-described operation of the WWW server 30 as the content distribution control device constitutes the program according to the present invention.
[0025]
As a recording medium for recording this program, a magneto-optical disk, an optical disk, a semiconductor memory, a magnetic recording medium, or the like can be used, and these are configured and used in a ROM, a RAM, a CD-ROM, a flexible disk, a memory card, and the like. May be.
[0026]
This recording medium stores the program for a certain period of time, such as a volatile memory such as an internal RAM of a computer system serving as a server or a client when the program is transmitted through a network such as the Internet or a communication line such as a telephone line. What is retained is also included.
[0027]
Further, the above program may be transmitted from a computer system storing the program in a storage device or the like to another computer system via a transmission medium or by a transmission wave in the transmission medium. The transmission medium is a medium having a function of transmitting information, such as a network (communication network) such as the Internet or a communication line (communication line) such as a telephone line.
[0028]
Further, the program may be for realizing a part of the functions described above. Furthermore, what can implement | achieve the function mentioned above in combination with the program already recorded on the computer system, and what is called a difference file (difference program) may be sufficient.
[0029]
Therefore, by using the program and the recording medium in a system or an apparatus different from the system or the apparatus in FIG. 1 and executing the program stored in the recording medium by the computer of the system or the apparatus, The same functions and effects as those described above can be obtained, and the object of the present invention can be achieved.
[0030]
【The invention's effect】
As described above, according to the present invention, in a content distribution system including a plurality of content storage directories and a plurality of distribution servers, it is not necessary to store the same content in all the storage directories, and efficient load distribution is performed. be able to. In addition, the quality of the content to be distributed can be improved, and the system can be operated efficiently.
Further, since the content is uploaded on the server side as the content distribution control device, the convenience is improved.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a content distribution system using a content distribution control device according to an embodiment of the present invention.
FIG. 2 is a configuration diagram showing an example of the contents of each database of FIG. 1;
FIG. 3 is a block diagram showing a content distribution system using a conventional content distribution control device.
[Explanation of symbols]
10: Network, 20: User terminal, 30: WWW server, 31: Communication processing device, 32: Content receiving unit, 33: Content distribution request receiving unit, 34: Content information DB, 35: User information DB, 36: Distribution server Information DB, 37: content storage destination DB, 38: storage destination determination unit, 50: distribution server, 51: monitoring agent, 52: access log, 60: public content storage directory

Claims (5)

コンテンツを保存する複数のコンテンツ保存手段と、
ユーザからのコンテンツのアップロード要求に応じて前記複数のコンテンツ保存手段から所定の決定条件に基づいて1つ又は複数の保存先を決定する保存先決定手段と、
ユーザからコンテンツを受信し、前記決定した保存先のコンテンツ保存手段に保存する受信保存処理手段と、
前記複数のコンテンツ保存手段からコンテンツを取り出してユーザに配信する複数の配信装置のうち前記決定された保存先に対応する配信装置の識別IDとコンテンツ保存先と配信装置を制御する制御情報の組を保持する保持手段と、
前記コンテンツ識別IDと保存先に対応する配信装置の識別IDの組を保持する保持手段と、
ユーザからのコンテンツ識別IDによるコンテンツ配信要求に応じてそのコンテンツ識別IDと前記保持手段に保持された情報に基づいて保存先を選択し、対応する配信装置を選択すると共に、その配信装置の制御情報を作成してユーザに送信する送信手段とを設けたことを特徴とするコンテンツ配信制御装置。
A plurality of content storage means for storing content,
Storage destination determining means for determining one or more storage destinations based on predetermined determination conditions from the plurality of content storage means in response to a content upload request from a user;
Receiving storage processing means for receiving content from the user and storing the content in the determined storage destination content storage means,
A set of an identification ID of a distribution device corresponding to the determined storage destination, a content storage destination, and control information for controlling the distribution device, among a plurality of distribution devices for extracting content from the plurality of content storage units and distributing the content to a user. Holding means for holding,
Holding means for holding a set of the content ID and the ID of the distribution device corresponding to the storage destination;
In response to a content distribution request from the user with the content ID, a storage location is selected based on the content ID and the information held in the holding unit, a corresponding distribution device is selected, and control information of the distribution device is selected. And a transmission means for generating the content and transmitting the generated content to the user.
前記制御情報は、前記配信制御装置を起動させて前記コンテンツ保存手段から該当コンテンツを取り出してユーザに配信させるためのものであることを特徴とする請求項1記載のコンテンツ配信装置。The content distribution device according to claim 1, wherein the control information is for activating the distribution control device, extracting the corresponding content from the content storage unit, and distributing the content to a user. 前記制御情報は、<配信サーバのURL >/<公開パス名>/<コンテンツファイル名>及びマイムタイプを含む情報であることを特徴とする請求項1又は2記載のコンテンツ配信制御装置。3. The content distribution control device according to claim 1, wherein the control information is information including <URL of distribution server> / <public path name> / <content file name> and mime type. 前記所定の決定条件は、
(a)各配信装置のアクセス数が最も少ないものから順に決定する。
(b)各配信装置の所定期間の総配信容量が少ないものから順に決定する。
(c)各配信装置の単位時間当たりの配信容量が少ないものから順に決定する。
(d)各配信装置のある特定期間の総配信容量が少ないものから順に決定する。
(e)各配信装置の残り記憶容量に応じて決定する。
(f)各配信装置への同時接続数が少ないものから順に決定する。
(g)ランダムに決定する。
(h)予め登録された割合により決定する。
(i)(a)〜(h)において、ユーザの種別に応じて決定する。
のいずれか一、あるいはこれらのいずれか複数の組み合わせであることを特徴とする請求項1、2又は3記載のコンテンツ配信制御装置。
The predetermined determination condition is:
(A) The distribution devices are determined in order from the one with the smallest number of accesses.
(B) The distribution capacity is determined in ascending order of the total distribution capacity of each distribution apparatus during a predetermined period.
(C) The distribution capacity of each distribution device per unit time is determined in ascending order.
(D) The total distribution capacity of each distribution device in a specific period is determined in ascending order.
(E) Determined according to the remaining storage capacity of each distribution device.
(F) The number of simultaneous connections to each distribution device is determined in ascending order.
(G) It is determined randomly.
(H) Determined by a pre-registered ratio.
(I) In (a) to (h), it is determined according to the type of the user.
4. The content distribution control device according to claim 1, wherein the content distribution control device is any one of the above, or a combination of any one of the above.
ユーザからのコンテンツのアップロード要求に応じて複数のコンテンツ保存手段から所定の決定条件に基づいて1つ又は複数の保存先を決定する保存先決定処理と、
ユーザからコンテンツを受信し、前記決定したコンテンツ保存手段に保存する受信保存処理と、
前記複数のコンテンツ保存手段からコンテンツを取り出してユーザに配信する複数の配信装置のうち前記決定された保存先に対応する配信装置の識別IDとコンテンツ保存先と配信装置を制御する制御情報の組を保持する保持処理と、
コンテンツ識別IDと保存先に対応する配信装置の識別IDの組を保持する保持処理と、
ユーザからのコンテンツ識別IDによるコンテンツ配信要求に応じてそのコンテンツ識別IDと前記保持された情報に基づいて保存先を選択し、対応する配信装置を選択すると共に、その配信装置の制御情報を作成してユーザに送信する送信処理とをコンピュータに実行させるためのプログラム。
Storage destination determination processing for determining one or more storage destinations based on predetermined determination conditions from a plurality of content storage units in response to a content upload request from a user;
A receiving and storing process of receiving content from the user and storing the content in the determined content storing unit;
A set of an identification ID of a distribution device corresponding to the determined storage destination, a content storage destination, and control information for controlling the distribution device, among a plurality of distribution devices for extracting content from the plurality of content storage units and distributing the content to a user. Holding processing to be held,
Holding processing for holding a set of a content identification ID and an identification ID of a distribution device corresponding to a storage destination;
In response to a content distribution request from the user with the content ID, a storage destination is selected based on the content ID and the stored information, a corresponding distribution device is selected, and control information of the distribution device is created. For causing a computer to execute a transmission process for transmitting to a user by using a computer.
JP2002188260A 2002-06-27 2002-06-27 Content distribution controller and program Pending JP2004030423A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002188260A JP2004030423A (en) 2002-06-27 2002-06-27 Content distribution controller and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002188260A JP2004030423A (en) 2002-06-27 2002-06-27 Content distribution controller and program

Publications (1)

Publication Number Publication Date
JP2004030423A true JP2004030423A (en) 2004-01-29

Family

ID=31183067

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002188260A Pending JP2004030423A (en) 2002-06-27 2002-06-27 Content distribution controller and program

Country Status (1)

Country Link
JP (1) JP2004030423A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010152731A (en) * 2008-12-25 2010-07-08 Rakuten Inc Device and method for registering presentation information, program for presentation information transmission control processing, and presentation information transmission system
JP2010187217A (en) * 2009-02-12 2010-08-26 Sony Corp Communication device, server, program and communication system
KR101179472B1 (en) * 2009-02-18 2012-09-07 (주)씨디네트웍스 File system and method for delivering contents in file system
US8423556B2 (en) 2009-07-14 2013-04-16 Fujitsu Limited Archive device
JP2014500536A (en) * 2010-10-11 2014-01-09 イーストソフト コーポレーション Cloud system and file compression and transfer method in cloud system
JP2014186462A (en) * 2013-03-22 2014-10-02 Yahoo Japan Corp Storage device, storage method, and storage program

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH103421A (en) * 1995-11-20 1998-01-06 Matsushita Electric Ind Co Ltd Virtual file management system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH103421A (en) * 1995-11-20 1998-01-06 Matsushita Electric Ind Co Ltd Virtual file management system

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010152731A (en) * 2008-12-25 2010-07-08 Rakuten Inc Device and method for registering presentation information, program for presentation information transmission control processing, and presentation information transmission system
JP2010187217A (en) * 2009-02-12 2010-08-26 Sony Corp Communication device, server, program and communication system
US8676934B2 (en) 2009-02-12 2014-03-18 Sony Corporation Communication device, server, program, and communication system
KR101179472B1 (en) * 2009-02-18 2012-09-07 (주)씨디네트웍스 File system and method for delivering contents in file system
US8423556B2 (en) 2009-07-14 2013-04-16 Fujitsu Limited Archive device
JP2014500536A (en) * 2010-10-11 2014-01-09 イーストソフト コーポレーション Cloud system and file compression and transfer method in cloud system
JP2014186462A (en) * 2013-03-22 2014-10-02 Yahoo Japan Corp Storage device, storage method, and storage program

Similar Documents

Publication Publication Date Title
US6742023B1 (en) Use-sensitive distribution of data files between users
US9032097B2 (en) Data communication with remote network node
JP4339557B2 (en) Information sharing method, information sharing apparatus, and information sharing program
US7895445B1 (en) Token-based remote data access
ES2865076T3 (en) Method and system for broadcasting multimedia data.
JP2003296274A (en) Data acquisition system
US9237113B2 (en) Server and method for providing mobile web service
KR20030051429A (en) System for network addressing
KR20020079830A (en) System for distributed media network and meta data server
JP5367845B2 (en) DLNA data delivery from remote sources
US20090320082A1 (en) Method of delivering content data
JP2008529157A (en) System architecture and method for scheduled download service
EP1934777A2 (en) Data communication with remote network node
US20060075082A1 (en) Content distribution system and content distribution method
JP2004030423A (en) Content distribution controller and program
JP5029495B2 (en) Event control program, event control method, and event control apparatus
WO2004051511A2 (en) Index server support to file sharing applications
JP2003069595A (en) Access control system
WO2008041422A1 (en) Terminal device in content distribution system, its information processing method, and recording medium containing program
CN113873302B (en) Content distribution method, content distribution device, storage medium and electronic equipment
JP2005115533A (en) Content delivery system and management server
JP2007094730A (en) Access management device, method and program
JP2003186780A (en) Information providing system, apparatus and method, information processor and method, recording medium and program
JP2002024170A (en) System and method for controlling distribution of contents
KR100601366B1 (en) System and method for offering digital contents using the URL and computer readable record medium on which a program therefor is recorded

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20050610

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050614

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20051018