JP3879502B2 - Streaming distribution method and apparatus, streaming distribution program, and storage medium storing streaming distribution program - Google Patents

Streaming distribution method and apparatus, streaming distribution program, and storage medium storing streaming distribution program Download PDF

Info

Publication number
JP3879502B2
JP3879502B2 JP2001376311A JP2001376311A JP3879502B2 JP 3879502 B2 JP3879502 B2 JP 3879502B2 JP 2001376311 A JP2001376311 A JP 2001376311A JP 2001376311 A JP2001376311 A JP 2001376311A JP 3879502 B2 JP3879502 B2 JP 3879502B2
Authority
JP
Japan
Prior art keywords
distribution
simultaneous
information
request
information table
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2001376311A
Other languages
Japanese (ja)
Other versions
JP2003179902A (en
Inventor
雄一 六藤
孝典 林
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone 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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2001376311A priority Critical patent/JP3879502B2/en
Publication of JP2003179902A publication Critical patent/JP2003179902A/en
Application granted granted Critical
Publication of JP3879502B2 publication Critical patent/JP3879502B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
  • Telephonic Communication Services (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、ストリーミング配信方法及び装置及びストリーミング配信プログラム及びストリーミング配信プログラムを格納した記憶媒体に係り、特に、インターネット等のネットワークを介して映像・音声データ等を配信するためのストリーミング配信方法及び装置及びストリーミング配信プログラム及びストリーミング配信プログラムを格納した記憶媒体に関する。
【0002】
【従来の技術】
インターネット等のネットワークを介して映像・音声データ等をストリーミング配信する場合、多くのクライアントからの配信要求が発生すると、ストリーミング配信装置が過負荷となり、クライアントに配信するストリームの品質を劣化させてしまう。具体的には、映像の歪・コマ落ちや音声の途切れといた劣化が発生する。このため、従来のストリーミング配信装置では、予め装置性能を考慮して最大同時配信数を設定し、接続されるクライアント数を制限することで、品質劣化の発生を防ぐ場合が多い。
【0003】
【発明が解決しようとする課題】
しかしながら、上記従来のストリーミング配信装置では、最大同時配信数を固定値として設定しなければならないため、ハードディスクに蓄積されたコンテンツ数が同時に読み出される割合を予測して、最大同時配信数を安全側に小さい値を設定しなければならないという問題がある。このため、実際にハードディスクから同時に読み出されるコンテンツ数が少ない場合には、最大同時配信数、即ち、同時に接続できるクライアントを過剰に制限してしまう結果となる。
【0004】
本発明は、上記の点に鑑みなされたもので、ハードディスクから同時に読み出されているコンテンツ数を加味して最大同時接続数を最適に制御し、より多くのクライアントにコンテンツを配信できるストリーミング配信方法及び装置及びストリーミング配信プログラム及びストリーミング配信プログラムを格納した記憶媒体を提供することを目的とする。
【0005】
【課題を解決するための手段】
図1は、本発明の原理を説明するための図である。
【0006】
本発明(請求項1)は、ネットワークを介して複数のクライアントに映像コンテンツを配信するストリーミング配信方法において、
クライアントからの新規配信要求に対し、ストリーミング配信装置から現在配信されているコンテンツ数と接続クライアント数を含む情報を収集し(ステップ1)、
収集された情報とストリーミング配信装置の最大同時配信数特性に関する情報から配信可否を判断する(ステップ2)。
【0007】
本発明(請求項2)は、クライアントから受信した配信要求を新規配信要求情報テーブルに格納し、
現在ストリーミング配信装置から配信されているストリームに関する情報を収集し、配信情報テーブルに格納し、
最大同時配信数テーブルの最大同時配信数と配信情報テーブルの現在の同時配信数を比較して、該配信情報テーブルの現在の同時配信数が最大同時配信数を越えるか判定を行い、越える場合には、クライアントに対して配信要求拒絶通知を行い、
越えない場合には、新規配信要求情報テーブルと配信情報テーブルを比較し、配信ファイル数に変更があるかを判別し、変更がない場合には、コンテンツを配信し、変更がある場合には、最大同時配信数設定情報テーブル、新規配信要求情報テーブル及び配信情報テーブルを参照し、最大同時配信数に変更が生じるかを判定し、変更が生じない場合には、コンテンツを配信し、変更が生じる場合には、現在の同時配信数との比較を行い、該現在の同時配信数の方が大きい場合には、クライアントに対して配信要求拒絶通知を発行し、該現在の同時配信数の方が小さい場合には、該最大同時配信数テーブルの最大同時配信数を変更し、コンテンツを配信する。
【0008】
図2は、本発明の原理構成図である。
【0009】
本発明(請求項3)は、ネットワークを介して複数のクライアントに映像コンテンツを配信するストリーミング配信装置であって、
クライアントからの新規配信要求に対し、ストリーミング配信装置から現在配信されているコンテンツ数と接続クライアント数を含む情報を収集する情報収集手段32と、
情報収集手段32により収集された情報とストリーミング配信装置の最大同時配信数特性に関する情報から配信可否を判断する配信可否判定手段33とを有する。
【0010】
本発明(請求項4)は、情報収集手段32において、
クライアントから受信した配信要求を新規配信要求情報テーブルに格納する手段と、
現在当該ストリーミング配信装置から配信されているストリームに関する情報を収集し、配信情報テーブルに格納する手段とを有し、
最大同時配信数テーブルの最大同時配信数と配信情報テーブルの現在の同時配信数を比較して、該配信情報テーブルの現在の同時配信数が該最大同時配信数を越えるか判定を行い、越える場合には、クライアントに対して配信要求拒絶通知を行い、越えない場合には、配信可否判定手段33に対して配信可否判定要求を通知する手段と、
配信可否判定手段33から取得した配信要求許諾通知、または、配信要求拒絶通知を受信し、該配信要求許諾通知を取得した場合には、クライアントにコンテンツの配信を行なう手段とを有し、
配信可否判定手段33において、
情報収集手段32から配信可否判定要求を取得すると、新規配信要求情報テーブルと配信情報テーブルを比較し、配信ファイル数に変更があるかを判別し、変更がない場合には、情報収集手段33に配信要求承諾通知を発行し、変更がある場合には、最大同時配信数設定情報テーブル、新規配信要求情報テーブル及び配信情報テーブルを参照し、最大同時配信数に変更が生じるかを判定し、変更が生じない場合には、該情報収集手段33に配信要求許諾通知を発行し、変更が生じる場合には、現在の同時配信数との比較を行い、該現在の同時配信数の方が大きい場合には、該情報収集手段33に配信要求拒絶通知を発行し、該現在の同時配信数の方が小さい場合には、該最大同時配信数テーブルの最大同時配信数を変更し、該情報収集手段33に配信要求許諾通知を発行する手段を有する。
【0011】
本発明(請求項5)は、ネットワークを介して複数のクライアントに映像コンテンツを配信するためのストリーミング配信プログラムであって、
クライアントからの新規配信要求に対し、ストリーミング配信装置から現在配信されているコンテンツ数と接続クライアント数を含む情報を収集する情報収集プロセスと、
情報収集プロセスにより収集された情報とストリーミング配信装置の最大同時配信数特性に関する情報から配信可否を判断する配信可否判定プロセスとを有する。
【0012】
本発明(請求項6)は、情報収集プロセスにおいて、
クライアントから受信した配信要求を新規配信要求情報テーブルに格納するプロセスと、
現在当該ストリーミング配信装置から配信されているストリームに関する情報を収集し、配信情報テーブルに格納するプロセスとを有し、
最大同時配信数テーブルの最大同時配信数と配信情報テーブルの現在の同時配信数を比較して、該配信情報テーブルの現在の同時配信数が該最大同時配信数を越えるか判定を行い、越える場合には、クライアントに対して配信要求拒絶通知を行い、越えない場合には、配信可否判定プロセスに対して配信可否判定要求を通知するプロセスと、
配信可否判定プロセスから取得した配信要求許諾通知、または、配信要求拒絶通知を受信し、該配信要求許諾通知を取得した場合には、クライアントにコンテンツの配信を行なうプロセスとを有し、
配信可否判定プロセスは、
情報収集プロセスから配信可否判定要求を取得すると、新規配信要求情報テーブルと配信情報テーブルを比較し、配信ファイル数に変更があるかを判別し、変更がない場合には、情報収集プロセスに配信要求承諾通知を発行し、変更がある場合には、最大同時配信数設定情報テーブル、新規配信要求情報テーブル及び配信情報テーブルを参照し、最大同時配信数に変更が生じるかを判定し、変更が生じない場合には、該情報収集プロセスに配信要求許諾通知を発行し、変更が生じる場合には、現在の同時配信数との比較を行い、該現在の同時配信数の方が大きい場合には、該情報収集プロセスに配信要求拒絶通知を発行し、該現在の同時配信数の方が小さい場合には、該最大同時配信数テーブルの最大同時配信数を変更し、該情報収集プロセスに配信要求許諾通知を発行するプロセスを有する。
【0013】
本発明(請求項7)は、ネットワークを介して複数のクライアントに映像コンテンツを配信するためのストリーミング配信プログラムを格納した記憶媒体であって、
クライアントからの新規配信要求に対し、ストリーミング配信装置から現在配信されているコンテンツ数と接続クライアント数を含む情報を収集する情報収集プロセスと、
情報収集プロセスにより収集された情報とストリーミング配信装置の最大同時配信数特性に関する情報から配信可否を判断する配信可否判定プロセスとを有する。
【0014】
本発明(請求項8)は、情報収集プロセスにおいて、
クライアントから受信した配信要求を新規配信要求情報テーブルに格納するプロセスと、
現在当該ストリーミング配信装置から配信されているストリームに関する情報を収集し、配信情報テーブルに格納するプロセスとを有し、
最大同時配信数テーブルの最大同時配信数と配信情報テーブルの同時配信数を比較して、該配信情報テーブルの現在の同時配信数が最大同時配信数を越えるか判定を行い、越える場合には、クライアントに対して配信要求拒絶通知を行い、越えない場合には、配信可否判定プロセスに対して配信可否判定要求を通知するプロセスと、
配信可否判定プロセスから取得した配信要求許諾通知、または、配信要求拒絶通知を受信し、該配信要求許諾通知を取得した場合には、クライアントにコンテンツの配信を行なうプロセスとを有し、
配信可否判定プロセスは、
情報収集プロセスから配信可否判定要求を取得すると、新規配信要求情報テーブルと配信情報テーブルを比較し、配信ファイル数に変更があるかを判別し、変更がない場合には、情報収集プロセスに配信要求承諾通知を発行し、変更がある場合には、最大同時配信数設定情報テーブル、新規配信要求情報テーブル及び配信情報テーブルを参照し、最大同時配信数に変更が生じるかを判定し、変更が生じない場合には、該情報収集プロセスに配信要求許諾通知を発行し、変更が生じる場合には、現在の同時配信数との比較を行い、該現在の同時配信数の方が大きい場合には、該情報収集プロセスに配信要求拒絶通知を発行し、該現在の同時配信数の方が小さい場合には、該最大同時配信数テーブルの最大同時配信数を変更し、該情報収集プロセスに配信要求許諾通知を発行するプロセスを有する。
【0015】
ストリーミング配信装置における最大同時配信数、つまり、ハードディスクに記録された同時配信数は、同時に配信されるコンテンツ数に依存する。具体的には、ハードディスクに記録されたコンテンツ群から同時に配信されるコンテンツ数が少ないほど最大同時配信数が大きくなる。即ち、同時に接続できるクライアント数が多くなる。そこで、本発明では、ストリーミング配信装置から現在配信あれているコンテンツ数と接続クライアント数等に関する情報を収集し、情報とストリーミング配信装置の最大同時配信数特性に関する情報から配信の可否を判断することにより、同時に配信されているコンテンツ数の違いによる最大同時接続数の変化に動的に対応し、より多くのクライアントにコンテンツを配信することが可能となる。
【0016】
【発明の実施の形態】
図3は、本発明の一実施の形態におけるストリーミング配信装置の構成を示す。
【0017】
同図に示すように、利用者10は、ネットワーク20を介してストリーミング配信装置30に接続して各種のコンテンツの提供を受けることができる。
【0018】
ストリーミング配信装置30は、通信部31、制御部32、配信可否判定部33、コンテンツ記録部34から構成される。
【0019】
制御部32は、新規配信要求情報テーブル301、配信情報テーブル302、最大同時配信数テーブル303から構成される。
【0020】
また、配信可否判定部33は、最大同時配信数設定情報テーブル304を有する。
【0021】
利用者10がストリーミング配信装置30に新規配信要求を行なうと、配信可否判定部33は、制御部32からの情報を元に、新規コンテンツ配信が可能かどうかを判定する。配信が可能な場合は要求されたコンテンツをコンテンツ記録部34から読み出して配信を開始し、配信が不可能な場合は配信拒絶を利用者10に通知する。
【0022】
次に、上記の構成における動作を説明する。
【0023】
図4は、本発明の一実施の形態における接続可否判定動作のフローチャートである。また、図5は、本発明の一実施の形態における新規配信要求情報テーブルの例を示し、新規配信要求情報テーブル301は、ファイル名、ビットレート及び同時配信数の項目からなる。図6は、本発明の一実施の形態における配信情報テーブルの例を示し、配信情報テーブル302は、ファイル名、ビットレート、同時配信数の項目からなる。図7は、本発明の一実施の形態における最大同時配信数テーブルの例を示し、最大同時配信数テーブル303は、最大同配信数を保持する。図8は、本発明の一実施の形態における最大同時配信数要求情報テーブルを示し、最大同時配信数要求情報テーブル304は、ビットレート、配信ファイルスプレッドシート、最大同時配信数の項目からなる。
【0024】
上記の各テーブルを用いて、動作を説明する。
【0025】
利用者10がストリーミング配信装置30に新規配信要求を行なうと、ストリーミング配信装置30の通信部31から制御部32へ配信要求を通知する(ステップ201)。制御部32は、通知された配信要求を、図5に示すような新規配信要求情報テーブル301に格納し、更新する(ステップ302)。
【0026】
次に、制御部32は、現在、ストリーミング配信装置30から配信されているストリームに関する情報を収集し、図6に示すような配信情報テーブル302に格納し、更新する(ステップ203)。制御部32は、配信情報テーブル302と図7に示す最大同時配信数テーブル303の最大同時配信数を比較し、現在の同時配信数が最大同時配信数を越えるか判定を行なう(ステップ204)。越える場合には、通信部31を介して利用者10に配信要求拒絶通知を行なう(ステップ211)。越えない場合、制御部32は、配信可否判定部33に配信可否判定要求を通知する。配信可否判定部33は、新規配信要求情報テーブル301と配信情報テーブル302の同時配信数を比較して、配信ファイル数に変更があるか判別を行なう(ステップ205)。変更がない場合、配信可否判定部33は、制御部32に配信要求承諾通知を行い(ステップ210)、制御部32は、コンテンツ記録部34より要求されたコンテンツを読出し、通信部31を通じて利用者10へ配信を開始する。変更がある場合、配信可否判定部33は、図8に示すような最大同時配信数設定情報テーブル304を読み込む(ステップ206)。さらに、配信可否判定部33は、新規配信要求情報テーブル301と配信情報テーブル303を読み込み、最大同時配信数に変更が生じるかを判定する(ステップ207)。変更が生じない場合、配信可否判定部33は、制御部32に配信要求承諾通知を行い(ステップ210)、制御部32は、コンテンツ記録部34より要求されたコンテンツを読出し、通信部31を通じて利用者10へ配信を開始する。変更が生じる場合、現在の同時配信数と比較を行い(ステップ208)、現在の同時配信数の方が大きい場合、配信可否判定部33は、制御部32へ配信要求拒絶通を行い、制御部32は、通信部41を通じて利用者10に配信要求拒絶通知を行なう(ステップ211)。現在の同時配信数の方が小さい場合、最大同時配信数テーブル303を変更し(ステップ209)、配信可否判定部33は、制御部32に配信要求承諾通知を行い(ステップ210)、制御部32は、コンテンツ記録部34より要求されたコンテンツを読出し、通信部31を通じて利用者10への配信を開始する。
【0027】
なお、上記の実施の形態におけるステップ201からステップ210の動作をプログラムとして構築し、ストリーミング配信装置として利用されるコンピュータにインストールする、または、ネットワークを介して流通させることも可能である。
【0028】
また、構築されたプログラムをストリーミング配信装置として利用されるコンピュータに接続されるハードディスク装置や、フロッピーディスク、CD−ROM等の可搬記憶媒体に格納しておき、本発明を実施する際にインストールすることにより、容易に本発明を実現できる。
【0029】
なお、本発明は、上記の実施の形態に限定されることなく、特許請求の範囲内において、種々変更・応用が可能である。
【0030】
【発明の効果】
上述のように、本発明では、ストリーミング配信装置の最大同時配信数が、同時に配信されるコンテンツ数に依存するという特性に着目し、最大同時配信数を動的に変化させることで、コンテンツ記憶部(ハードディスク)から同時に読み出されるコンテンツを加味して、最大同時接続数を最適に制御することが可能となり、より多くのクライアントにコンテンツを配信することが可能となる。
【図面の簡単な説明】
【図1】本発明の原理を説明するための図である。
【図2】本発明の原理構成図である。
【図3】本発明の一実施の形態におけるストリーミング配信装置の構成図である。
【図4】本発明の一実施の形態における接続可否判定動作のフローチャートである。
【図5】本発明の一実施の形態における新規配信要求情報テーブルの例である。
【図6】本発明の一実施の形態における配信情報テーブルの例である。
【図7】本発明の一実施の形態における最大同時配信数テーブルの例である。
【図8】本発明の一実施の形態における最大同時配信数要求情報テーブルの例である。
【符号の説明】
10 利用者
20 ネットワーク
30 ストリーミング配信装置
31 通信部
32 情報収集手段、制御部
33 配信可否判定手段、配信可否判定部33
34 コンテンツ記録部
301 新規配信要求情報テーブル
302 配信情報テーブル
303 最大同時配信数テーブル
304 最大同時配信数設定情報テーブル
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to a streaming distribution method and apparatus, a streaming distribution program, and a storage medium storing the streaming distribution program, and more particularly to a streaming distribution method and apparatus for distributing video / audio data and the like via a network such as the Internet. The present invention relates to a streaming distribution program and a storage medium storing the streaming distribution program.
[0002]
[Prior art]
When streaming video / audio data or the like via a network such as the Internet, when a distribution request from a large number of clients is generated, the streaming distribution apparatus is overloaded and the quality of the stream distributed to the client is degraded. Specifically, the video is distorted, frames are dropped, and audio is interrupted and deteriorated. For this reason, conventional streaming distribution apparatuses often prevent the occurrence of quality degradation by setting the maximum number of simultaneous distributions in consideration of apparatus performance and limiting the number of connected clients.
[0003]
[Problems to be solved by the invention]
However, in the above conventional streaming distribution device, the maximum number of simultaneous distributions must be set as a fixed value, so the ratio of the number of contents stored in the hard disk being read simultaneously is predicted, and the maximum number of simultaneous distributions is set to the safe side. There is a problem that a small value must be set. For this reason, when the number of contents that are actually read simultaneously from the hard disk is small, the maximum number of simultaneous distributions, that is, the clients that can be connected simultaneously is excessively limited.
[0004]
The present invention has been made in view of the above points, and a streaming distribution method capable of optimally controlling the maximum number of simultaneous connections in consideration of the number of contents simultaneously read from the hard disk and distributing contents to a larger number of clients. Another object of the present invention is to provide an apparatus, a streaming distribution program, and a storage medium storing the streaming distribution program.
[0005]
[Means for Solving the Problems]
FIG. 1 is a diagram for explaining the principle of the present invention.
[0006]
The present invention (Claim 1) is a streaming distribution method for distributing video content to a plurality of clients via a network.
In response to a new distribution request from a client, information including the number of contents currently distributed from the streaming distribution apparatus and the number of connected clients is collected (step 1).
It is determined whether or not distribution is possible from the collected information and information on the maximum number of simultaneous distribution characteristics of the streaming distribution apparatus (step 2).
[0007]
The present invention (Claim 2) stores a distribution request received from a client in a new distribution request information table,
Collect information about the stream currently being distributed from the streaming distribution device, store it in the distribution information table,
When the maximum number of simultaneous distributions in the maximum simultaneous distribution number table and the current number of simultaneous distributions in the distribution information table are compared, it is determined whether the current number of simultaneous distributions in the distribution information table exceeds the maximum number of simultaneous distributions. Sends a delivery request rejection notice to the client,
If not, compare the new distribution request information table with the distribution information table to determine whether there is a change in the number of distribution files. If there is no change, distribute the content. If there is a change, Referring to the maximum simultaneous distribution number setting information table, the new distribution request information table, and the distribution information table, it is determined whether or not the maximum simultaneous distribution number is changed. If no change occurs, the content is distributed and the change occurs. In this case, a comparison is made with the current number of simultaneous distributions. When the current number of simultaneous distributions is larger, a distribution request rejection notice is issued to the client, and the current number of simultaneous distributions is greater. If it is smaller, the maximum simultaneous distribution number in the maximum simultaneous distribution number table is changed, and the content is distributed.
[0008]
FIG. 2 is a principle configuration diagram of the present invention.
[0009]
The present invention (Claim 3) is a streaming distribution apparatus for distributing video content to a plurality of clients via a network,
Information collecting means 32 for collecting information including the number of contents currently distributed from the streaming distribution device and the number of connected clients in response to a new distribution request from a client;
A distribution availability determination unit 33 that determines whether the distribution is possible from the information collected by the information collection unit 32 and the information about the maximum number of simultaneous distributions of the streaming distribution device;
[0010]
According to the present invention (Claim 4), in the information collecting means 32,
Means for storing a distribution request received from a client in a new distribution request information table;
Means for collecting information on a stream currently distributed from the streaming distribution device and storing the information in a distribution information table;
When the maximum number of simultaneous distributions in the maximum simultaneous distribution number table and the current number of simultaneous distributions in the distribution information table are compared to determine whether the current number of simultaneous distributions in the distribution information table exceeds the maximum number of simultaneous distributions. A means for notifying the client of a distribution request rejection, and if not exceeding, means for notifying the distribution permission determination means 33 of a distribution permission determination request;
Receiving a distribution request permission notification or a distribution request rejection notification acquired from the distribution permission / inhibition determining means 33, and when acquiring the distribution request permission notification, has means for distributing contents to the client;
In the delivery possibility determination means 33,
When the distribution availability determination request is acquired from the information collection unit 32, the new distribution request information table and the distribution information table are compared to determine whether the number of distribution files has changed. If there is no change, the information collection unit 33 Issue a delivery request acceptance notice, and if there is a change, refer to the maximum concurrent delivery number setting information table, new delivery request information table, and delivery information table to determine whether the maximum concurrent delivery number will change and change If no change occurs, a distribution request permission notice is issued to the information collecting means 33. If a change occurs, the current collection number is compared with the current simultaneous distribution number. When the distribution request rejection notice is issued to the information collecting unit 33 and the current simultaneous distribution number is smaller, the maximum simultaneous distribution number in the maximum simultaneous distribution number table is changed, and the information collecting unit 3 We have the means to issue a delivery request permission notification to.
[0011]
The present invention (Claim 5) is a streaming distribution program for distributing video content to a plurality of clients via a network,
An information collection process for collecting information including the number of contents currently distributed from the streaming distribution device and the number of connected clients in response to a new distribution request from a client;
A distribution permission / inhibition determination process for determining whether or not distribution is possible based on information collected by the information collection process and information on the maximum simultaneous distribution number characteristic of the streaming distribution device;
[0012]
According to the present invention (Claim 6), in the information collecting process,
A process for storing a distribution request received from a client in a new distribution request information table;
A process for collecting information about a stream currently distributed from the streaming distribution device and storing the information in a distribution information table;
When the maximum number of simultaneous distributions in the maximum simultaneous distribution number table and the current number of simultaneous distributions in the distribution information table are compared to determine whether the current number of simultaneous distributions in the distribution information table exceeds the maximum number of simultaneous distributions. Includes a process of notifying the client of a delivery request rejection, and if not exceeding, a process of notifying the delivery feasibility judgment process of the delivery feasibility judgment request,
Receiving a distribution request permission notification or a distribution request rejection notification acquired from the distribution permission determination process, and acquiring the distribution request permission notification, the process of distributing content to the client,
Delivery decision process
When a distribution availability determination request is obtained from the information collection process, the new distribution request information table is compared with the distribution information table to determine whether there is a change in the number of distribution files. If there is no change, a distribution request is sent to the information collection process. Issuing consent notice, if there is a change, refer to the maximum simultaneous delivery number setting information table, new distribution request information table and distribution information table, determine whether the maximum simultaneous delivery number will change, and change will occur If not, issue a distribution request permission notice to the information collection process, and if a change occurs, compare with the current number of simultaneous distributions, and if the current number of simultaneous distributions is greater, When a distribution request rejection notice is issued to the information collection process and the current number of simultaneous distributions is smaller, the maximum number of simultaneous distributions in the maximum number of simultaneous distributions table is changed, and the information collection process is performed. It has a process to issue a delivery request permission notification to.
[0013]
The present invention (Claim 7) is a storage medium storing a streaming distribution program for distributing video content to a plurality of clients via a network,
An information collection process for collecting information including the number of contents currently distributed from the streaming distribution device and the number of connected clients in response to a new distribution request from a client;
A distribution permission / inhibition determination process for determining whether or not distribution is possible based on information collected by the information collection process and information on the maximum simultaneous distribution number characteristic of the streaming distribution device;
[0014]
According to the present invention (Claim 8), in the information collecting process,
A process for storing a distribution request received from a client in a new distribution request information table;
A process for collecting information about a stream currently distributed from the streaming distribution device and storing the information in a distribution information table;
Compare the maximum number of simultaneous distributions in the maximum simultaneous distribution number table and the number of simultaneous distributions in the distribution information table to determine whether the current number of simultaneous distributions in the distribution information table exceeds the maximum number of simultaneous distributions. A process of notifying the client of a delivery request rejection, and if not exceeding, a process of notifying the delivery feasibility judgment process of the delivery feasibility judgment request; and
Receiving a distribution request permission notification or a distribution request rejection notification acquired from the distribution permission determination process, and acquiring the distribution request permission notification, the process of distributing content to the client,
Delivery decision process
When a distribution availability determination request is obtained from the information collection process, the new distribution request information table is compared with the distribution information table to determine whether there is a change in the number of distribution files. If there is no change, a distribution request is sent to the information collection process. Issuing consent notice, if there is a change, refer to the maximum simultaneous delivery number setting information table, new distribution request information table and distribution information table, determine whether the maximum simultaneous delivery number will change, and change will occur If not, issue a distribution request permission notice to the information collection process, and if a change occurs, compare with the current number of simultaneous distributions, and if the current number of simultaneous distributions is greater, When a distribution request rejection notice is issued to the information collection process and the current number of simultaneous distributions is smaller, the maximum number of simultaneous distributions in the maximum number of simultaneous distributions table is changed, and the information collection process is performed. It has a process to issue a delivery request permission notification to.
[0015]
The maximum number of simultaneous distributions in the streaming distribution apparatus, that is, the number of simultaneous distributions recorded on the hard disk depends on the number of contents simultaneously distributed. Specifically, the maximum number of simultaneous distributions increases as the number of contents simultaneously distributed from the content group recorded on the hard disk decreases. That is, the number of clients that can be connected simultaneously increases. Therefore, in the present invention, information relating to the number of contents currently distributed from the streaming distribution device, the number of connected clients, and the like are collected, and whether or not distribution is possible is determined from the information and information regarding the maximum simultaneous distribution number characteristic of the streaming distribution device. In addition, it is possible to dynamically cope with a change in the maximum number of simultaneous connections due to a difference in the number of contents being distributed at the same time, and to distribute contents to a larger number of clients.
[0016]
DETAILED DESCRIPTION OF THE INVENTION
FIG. 3 shows the configuration of a streaming distribution apparatus according to an embodiment of the present invention.
[0017]
As shown in the figure, the user 10 can connect to the streaming distribution device 30 via the network 20 and receive various contents.
[0018]
The streaming distribution device 30 includes a communication unit 31, a control unit 32, a distribution availability determination unit 33, and a content recording unit 34.
[0019]
The control unit 32 includes a new distribution request information table 301, a distribution information table 302, and a maximum simultaneous distribution number table 303.
[0020]
Further, the distribution availability determination unit 33 includes a maximum simultaneous distribution number setting information table 304.
[0021]
When the user 10 makes a new distribution request to the streaming distribution device 30, the distribution availability determination unit 33 determines whether new content distribution is possible based on information from the control unit 32. When the distribution is possible, the requested content is read from the content recording unit 34 and the distribution is started. When the distribution is impossible, the user 10 is notified of the distribution rejection.
[0022]
Next, the operation in the above configuration will be described.
[0023]
FIG. 4 is a flowchart of the connection permission / inhibition determination operation according to the embodiment of the present invention. FIG. 5 shows an example of a new distribution request information table according to an embodiment of the present invention. The new distribution request information table 301 includes items of a file name, a bit rate, and the number of simultaneous distributions. FIG. 6 shows an example of a distribution information table according to an embodiment of the present invention. The distribution information table 302 includes items of a file name, a bit rate, and the number of simultaneous distributions. FIG. 7 shows an example of the maximum simultaneous distribution number table in one embodiment of the present invention, and the maximum simultaneous distribution number table 303 holds the maximum same distribution number. FIG. 8 shows a maximum simultaneous distribution number request information table according to an embodiment of the present invention. The maximum simultaneous distribution number request information table 304 includes items of bit rate, distribution file spreadsheet, and maximum simultaneous distribution number.
[0024]
The operation will be described using each of the above tables.
[0025]
When the user 10 makes a new distribution request to the streaming distribution device 30, the distribution request is notified from the communication unit 31 of the streaming distribution device 30 to the control unit 32 (step 201). The control unit 32 stores and updates the notified distribution request in the new distribution request information table 301 as shown in FIG. 5 (step 302).
[0026]
Next, the control unit 32 collects information about the stream currently distributed from the streaming distribution device 30, stores it in the distribution information table 302 as shown in FIG. 6, and updates it (step 203). The control unit 32 compares the maximum number of simultaneous distributions in the distribution information table 302 and the maximum number of simultaneous distributions table 303 shown in FIG. 7 and determines whether the current number of simultaneous distributions exceeds the maximum number of simultaneous distributions (step 204). When exceeding, a delivery request rejection notification is made to the user 10 via the communication unit 31 (step 211). If not exceeded, the control unit 32 notifies the distribution availability determination unit 33 of a distribution availability determination request. The distribution permission / inhibition determining unit 33 compares the number of simultaneous distributions in the new distribution request information table 301 and the distribution information table 302 to determine whether or not the number of distribution files has changed (step 205). If there is no change, the distribution permission / inhibition determination unit 33 notifies the control unit 32 of the distribution request acceptance (step 210), and the control unit 32 reads the content requested by the content recording unit 34 and the user through the communication unit 31. 10 starts distribution. If there is a change, the delivery possibility determination unit 33 reads the maximum simultaneous delivery number setting information table 304 as shown in FIG. 8 (step 206). Further, the distribution permission / inhibition determination unit 33 reads the new distribution request information table 301 and the distribution information table 303 and determines whether or not the maximum number of simultaneous distributions is changed (step 207). When the change does not occur, the distribution permission / inhibition determination unit 33 notifies the control unit 32 of the distribution request acceptance (step 210), and the control unit 32 reads the content requested from the content recording unit 34 and uses it through the communication unit 31. Distribution to the person 10 is started. When the change occurs, the current number of simultaneous distributions is compared (step 208). When the current number of simultaneous distributions is larger, the distribution availability determination unit 33 rejects the distribution request to the control unit 32, and the control unit 32 notifies the delivery request rejection to the user 10 through the communication unit 41 (step 211). When the current simultaneous distribution number is smaller, the maximum simultaneous distribution number table 303 is changed (step 209), and the distribution permission / inhibition determining unit 33 notifies the control unit 32 of distribution request acceptance (step 210). Reads out the content requested by the content recording unit 34 and starts distribution to the user 10 through the communication unit 31.
[0027]
It should be noted that the operations from step 201 to step 210 in the above-described embodiment can be constructed as a program and installed in a computer used as a streaming distribution apparatus or distributed via a network.
[0028]
Further, the constructed program is stored in a hard disk device connected to a computer used as a streaming distribution device, a portable storage medium such as a floppy disk, a CD-ROM, etc., and is installed when carrying out the present invention. Thus, the present invention can be easily realized.
[0029]
The present invention is not limited to the above-described embodiment, and various modifications and applications can be made within the scope of the claims.
[0030]
【The invention's effect】
As described above, the present invention focuses on the characteristic that the maximum number of simultaneous distributions of the streaming distribution device depends on the number of contents to be distributed simultaneously, and dynamically changes the maximum number of simultaneous distributions, thereby allowing the content storage unit to In consideration of the content simultaneously read from the (hard disk), it is possible to optimally control the maximum number of simultaneous connections, and it is possible to distribute the content to more clients.
[Brief description of the drawings]
FIG. 1 is a diagram for explaining the principle of the present invention.
FIG. 2 is a principle configuration diagram of the present invention.
FIG. 3 is a configuration diagram of a streaming distribution apparatus according to an embodiment of the present invention.
FIG. 4 is a flowchart of a connection permission / inhibition determination operation according to an embodiment of the present invention.
FIG. 5 is an example of a new distribution request information table in one embodiment of the present invention.
FIG. 6 is an example of a distribution information table according to an embodiment of the present invention.
FIG. 7 is an example of a maximum simultaneous distribution number table in the embodiment of the present invention.
FIG. 8 is an example of a maximum simultaneous delivery number request information table according to the embodiment of the present invention.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 10 User 20 Network 30 Streaming delivery apparatus 31 Communication part 32 Information collection means, control part 33 Distribution availability determination means, Delivery availability determination part 33
34 Content recording unit 301 New distribution request information table 302 Distribution information table 303 Maximum simultaneous distribution number table 304 Maximum simultaneous distribution number setting information table

Claims (8)

ネットワークを介して複数のクライアントに映像コンテンツを配信するストリーミング配信方法において、
前記クライアントからの新規配信要求に対し、ストリーミング配信装置から現在配信されているコンテンツ数と接続クライアント数を含む情報を収集し、
収集された前記情報と前記ストリーミング配信装置の最大同時配信数特性に関する情報から配信可否を判断することを特徴とするストリーミング配信方法。
In a streaming distribution method for distributing video content to a plurality of clients via a network,
In response to a new distribution request from the client, collect information including the number of contents currently distributed from the streaming distribution device and the number of connected clients;
A streaming distribution method comprising: determining whether distribution is possible from the collected information and information regarding the maximum number of simultaneous distribution characteristics of the streaming distribution apparatus.
前記クライアントから受信した配信要求を新規配信要求情報テーブルに格納し、
現在ストリーミング配信装置から配信されているストリームに関する情報を収集し、配信情報テーブルに格納し、
最大同時配信数テーブルの最大同時配信数と前記配信情報テーブルの同時配信数を比較して、該配信情報テーブルの現在の同時配信数が該最大同時配信数を越えるか判定を行い、越える場合には、前記クライアントに対して配信要求拒絶通知を行い、
越えない場合には、前記新規配信要求情報テーブルと前記配信情報テーブルを比較し、配信ファイル数に変更があるかを判別し、変更がない場合には、コンテンツを配信し、変更がある場合には、最大同時配信数設定情報テーブル、前記新規配信要求情報テーブル及び前記配信情報テーブルを参照し、最大同時配信数に変更が生じるかを判定し、変更が生じない場合には、コンテンツを配信し、変更が生じる場合には、現在の同時配信数との比較を行い、該現在の同時配信数の方が大きい場合には、前記クライアントに対して配信要求拒絶通知を発行し、該現在の同時配信数の方が小さい場合には、該最大同時配信数テーブルの最大同時配信数を変更し、コンテンツを配信する請求項1記載のストリーミング配信方法。
Storing the distribution request received from the client in a new distribution request information table;
Collect information about the stream currently being distributed from the streaming distribution device, store it in the distribution information table,
When the maximum number of simultaneous distributions in the maximum simultaneous distribution number table and the number of simultaneous distributions in the distribution information table are compared, it is determined whether the current number of simultaneous distributions in the distribution information table exceeds the maximum number of simultaneous distributions. Sends a delivery request rejection notice to the client,
If not, compare the new distribution request information table with the distribution information table to determine whether there is a change in the number of distribution files. If there is no change, distribute the content. Refers to the maximum simultaneous distribution number setting information table, the new distribution request information table, and the distribution information table, determines whether the maximum simultaneous distribution number is changed, and distributes the content if there is no change. When a change occurs, the current simultaneous delivery number is compared. If the current simultaneous delivery number is larger, a delivery request rejection notice is issued to the client, and the current simultaneous delivery number is issued. 2. The streaming distribution method according to claim 1, wherein when the distribution number is smaller, the maximum simultaneous distribution number in the maximum simultaneous distribution number table is changed and content is distributed.
ネットワークを介して複数のクライアントに映像コンテンツを配信するストリーミング配信装置であって、
前記クライアントからの新規配信要求に対し、ストリーミング配信装置から現在配信されているコンテンツ数と接続クライアント数を含む情報を収集する情報収集手段と、
前記情報収集手段により収集された前記情報と前記ストリーミング配信装置の最大同時配信数特性に関する情報から配信可否を判断する配信可否判定手段とを有することを特徴とするストリーミング配信装置。
A streaming distribution device that distributes video content to a plurality of clients via a network,
Information collecting means for collecting information including the number of contents currently distributed from the streaming distribution device and the number of connected clients in response to a new distribution request from the client;
A streaming distribution apparatus comprising: distribution availability determination means for determining whether or not distribution is possible from the information collected by the information collection means and information relating to the maximum number of simultaneous distribution characteristics of the streaming distribution apparatus.
前記情報収集手段は、
前記クライアントから受信した配信要求を新規配信要求情報テーブルに格納する手段と、
現在当該ストリーミング配信装置から配信されているストリームに関する情報を収集し、配信情報テーブルに格納する手段とを有し、
最大同時配信数テーブルの最大同時配信数と前記配信情報テーブルの現在の同時配信数を比較して、該配信情報テーブルの現在の同時配信数が最大同時配信数を越えるか判定を行い、越える場合には、前記クライアントに対して配信要求拒絶通知を行い、越えない場合には、前記配信可否判定手段に対して配信可否判定要求を通知する手段と、
前記配信可否判定手段から取得した配信要求許諾通知、または、配信要求拒絶通知を受信し、該配信要求許諾通知を取得した場合には、前記クライアントにコンテンツの配信を行なう手段とを有し、
前記配信可否判定手段は、
前記情報収集手段から配信可否判定要求を取得すると、前記新規配信要求情報テーブルと前記配信情報テーブルを比較し、配信ファイル数に変更があるかを判別し、変更がない場合には、前記情報収集手段に配信要求承諾通知を発行し、変更がある場合には、最大同時配信数設定情報テーブル、前記新規配信要求情報テーブル及び前記配信情報テーブルを参照し、最大同時配信数に変更が生じるかを判定し、変更が生じない場合には、該情報収集手段に配信要求許諾通知を発行し、変更が生じる場合には、現在の同時配信数との比較を行い、該現在の同時配信数の方が大きい場合には、該情報収集手段に配信要求拒絶通知を発行し、該現在の同時配信数の方が小さい場合には、該最大同時配信数テーブルの最大同時配信数を変更し、該情報収集手段に配信要求許諾通知を発行する手段を有する請求項3記載のストリーミング配信装置。
The information collecting means includes
Means for storing a distribution request received from the client in a new distribution request information table;
Means for collecting information on a stream currently distributed from the streaming distribution device and storing the information in a distribution information table;
When the maximum number of simultaneous distributions in the maximum simultaneous distribution number table and the current number of simultaneous distributions in the distribution information table are compared, it is determined whether the current number of simultaneous distributions in the distribution information table exceeds the maximum number of simultaneous distributions. Means for notifying the client of a delivery request rejection, and if not exceeding, means for notifying the delivery feasibility judgment means to the delivery feasibility judgment request;
A distribution request permission notification acquired from the distribution permission determination unit or a distribution request rejection notification, and when the distribution request permission notification is acquired, a unit for distributing content to the client;
The delivery permission determination means includes
When the distribution availability determination request is acquired from the information collection means, the new distribution request information table and the distribution information table are compared to determine whether the number of distribution files has changed. If there is no change, the information collection When a change request is issued to the means, and there is a change, the maximum simultaneous distribution number setting information table, the new distribution request information table, and the distribution information table are referred to and whether or not the maximum simultaneous distribution number is changed. If a change does not occur, a distribution request permission notice is issued to the information collecting means, and if a change occurs, a comparison is made with the current number of simultaneous distributions. If the current simultaneous distribution number is smaller, the maximum simultaneous distribution number in the maximum simultaneous distribution number table is changed and the information is collected. Yield Streaming apparatus of claim 3, further comprising means for issuing a distribution request permission notification to the unit.
ネットワークを介して複数のクライアントに映像コンテンツを配信するためのストリーミング配信プログラムであって、
前記クライアントからの新規配信要求に対し、ストリーミング配信装置から現在配信されているコンテンツ数と接続クライアント数を含む情報を収集する情報収集プロセスと、
前記情報収集プロセスにより収集された前記情報と前記ストリーミング配信装置の最大同時配信数特性に関する情報から配信可否を判断する配信可否判定プロセスとを有することを特徴とするストリーミング配信プログラム。
A streaming distribution program for distributing video content to a plurality of clients via a network,
An information collection process for collecting information including the number of contents currently distributed from the streaming distribution device and the number of connected clients in response to a new distribution request from the client;
A streaming distribution program comprising: a distribution permission / inhibition determining process for determining whether or not distribution is possible based on the information collected by the information collecting process and information on the maximum simultaneous distribution number characteristic of the streaming distribution device.
前記情報収集プロセスは、
前記クライアントから受信した配信要求を新規配信要求情報テーブルに格納するプロセスと、
現在当該ストリーミング配信装置から配信されているストリームに関する情報を収集し、配信情報テーブルに格納するプロセスとを有し、
最大同時配信数テーブルの最大同時配信数と前記配信情報テーブルの現在の同時配信数を比較して、該配信情報テーブルの現在の同時配信数が最大同時配信数を越えるか判定を行い、越える場合には、前記クライアントに対して配信要求拒絶通知を行い、越えない場合には、前記配信可否判定プロセスに対して配信可否判定要求を通知するプロセスと、
前記配信可否判定プロセスから取得した配信要求許諾通知、または、配信要求拒絶通知を受信し、該配信要求許諾通知を取得した場合には、前記クライアントにコンテンツの配信を行なうプロセスとを有し、
前記配信可否判定プロセスは、
前記情報収集プロセスから配信可否判定要求を取得すると、前記新規配信要求情報テーブルと前記配信情報テーブルを比較し、配信ファイル数に変更があるかを判別し、変更がない場合には、前記情報収集プロセスに配信要求承諾通知を発行し、変更がある場合には、最大同時配信数設定情報テーブル、前記新規配信要求情報テーブル及び前記配信情報テーブルを参照し、最大同時配信数に変更が生じるかを判定し、変更が生じない場合には、該情報収集プロセスに配信要求許諾通知を発行し、変更が生じる場合には、現在の同時配信数との比較を行い、該現在の同時配信数の方が大きい場合には、該情報収集プロセスに配信要求拒絶通知を発行し、該現在の同時配信数の方が小さい場合には、該最大同時配信数テーブルの最大同時配信数を変更し、該情報収集プロセスに配信要求許諾通知を発行するプロセスを有する請求項5記載のストリーミング配信プログラム。
The information collection process includes:
A process of storing a distribution request received from the client in a new distribution request information table;
A process for collecting information about a stream currently distributed from the streaming distribution device and storing the information in a distribution information table;
When the maximum number of simultaneous distributions in the maximum simultaneous distribution number table and the current number of simultaneous distributions in the distribution information table are compared, it is determined whether the current number of simultaneous distributions in the distribution information table exceeds the maximum number of simultaneous distributions. A process of notifying the client of a delivery request rejection, and if not exceeding, a process of notifying the delivery feasibility judgment process of the delivery feasibility judgment request;
A distribution request permission notification acquired from the distribution permission determination process or a distribution request rejection notification, and when the distribution request permission notification is acquired, a process of distributing content to the client,
The delivery permission determination process includes:
When the distribution availability determination request is acquired from the information collection process, the new distribution request information table and the distribution information table are compared to determine whether the number of distribution files has changed, and if there is no change, the information collection Issue a distribution request acceptance notice to the process, and if there is a change, refer to the maximum simultaneous distribution number setting information table, the new distribution request information table and the distribution information table to determine whether the maximum simultaneous distribution number will change. If a change does not occur, a distribution request permission notice is issued to the information collection process. If a change occurs, a comparison is made with the current number of simultaneous distributions. If the current simultaneous delivery number is smaller, the maximum simultaneous delivery number in the maximum simultaneous delivery number table is set. Owl claim 5, wherein streaming program having a process to issue a delivery request permission notification to the information gathering process.
ネットワークを介して複数のクライアントに映像コンテンツを配信するためのストリーミング配信プログラムを格納した記憶媒体であって、前記クライアントからの新規配信要求に対し、ストリーミング配信装置から現在配信されているコンテンツ数と接続クライアント数を含む情報を収集する情報収集プロセスと、
前記情報収集プロセスにより収集された前記情報と前記ストリーミング配信装置の最大同時配信数特性に関する情報から配信可否を判断する配信可否判定プロセスとを有することを特徴とするストリーミング配信プログラムを格納した記憶媒体。
A storage medium storing a streaming distribution program for distributing video content to a plurality of clients via a network, and connected to the number of contents currently distributed from a streaming distribution apparatus in response to a new distribution request from the client An information collection process to collect information including the number of clients;
A storage medium storing a streaming distribution program, comprising: a distribution permission / inhibition determining process for determining whether or not distribution is possible from the information collected by the information collecting process and information relating to a maximum simultaneous distribution number characteristic of the streaming distribution device.
前記情報収集プロセスは、
前記クライアントから受信した配信要求を新規配信要求情報テーブルに格納するプロセスと、
現在当該ストリーミング配信装置から配信されているストリームに関する情報を収集し、配信情報テーブルに格納するプロセスとを有し、
最大同時配信数テーブルの最大同時配信数と前記配信情報テーブルの現在の同時配信数を比較して、該配信情報テーブルの現在の同時配信数が最大同時配信数を越えるか判定を行い、越える場合には、前記クライアントに対して配信要求拒絶通知を行い、越えない場合には、前記配信可否判定プロセスに対して配信可否判定要求を通知するプロセスと、
前記配信可否判定プロセスから取得した配信要求許諾通知、または、配信要求拒絶通知を受信し、該配信要求許諾通知を取得した場合には、前記クライアントにコンテンツの配信を行なうプロセスとを有し、
前記配信可否判定プロセスは、
前記情報収集プロセスから配信可否判定要求を取得すると、前記新規配信要求情報テーブルと前記配信情報テーブルを比較し、配信ファイル数に変更があるかを判別し、変更がない場合には、前記情報収集プロセスに配信要求承諾通知を発行し、変更がある場合には、最大同時配信数設定情報テーブル、前記新規配信要求情報テーブル及び前記配信情報テーブルを参照し、最大同時配信数に変更が生じるかを判定し、変更が生じない場合には、該情報収集プロセスに配信要求許諾通知を発行し、変更が生じる場合には、現在の同時配信数との比較を行い、該現在の同時配信数の方が大きい場合には、該情報収集プロセスに配信要求拒絶通知を発行し、該現在の同時配信数の方が小さい場合には、該最大同時配信数テーブルの最大同時配信数を変更し、該情報収集プロセスに配信要求許諾通知を発行するプロセスを有する請求項7記載のストリーミング配信プログラムを格納した記憶媒体。
The information collection process includes:
A process of storing a distribution request received from the client in a new distribution request information table;
A process for collecting information about a stream currently distributed from the streaming distribution device and storing the information in a distribution information table;
When the maximum number of simultaneous distributions in the maximum simultaneous distribution number table and the current number of simultaneous distributions in the distribution information table are compared, it is determined whether the current number of simultaneous distributions in the distribution information table exceeds the maximum number of simultaneous distributions. A process of notifying the client of a delivery request rejection, and if not exceeding, a process of notifying the delivery feasibility judgment process of the delivery feasibility judgment request;
A distribution request permission notification acquired from the distribution permission determination process or a distribution request rejection notification, and when the distribution request permission notification is acquired, a process of distributing content to the client,
The delivery permission determination process includes:
When the distribution availability determination request is acquired from the information collection process, the new distribution request information table and the distribution information table are compared to determine whether the number of distribution files has changed, and if there is no change, the information collection Issue a distribution request acceptance notice to the process, and if there is a change, refer to the maximum simultaneous distribution number setting information table, the new distribution request information table and the distribution information table to determine whether the maximum simultaneous distribution number will change. If a change does not occur, a distribution request permission notice is issued to the information collection process. If a change occurs, a comparison is made with the current number of simultaneous distributions. If the current simultaneous delivery number is smaller, the maximum simultaneous delivery number in the maximum simultaneous delivery number table is set. Owl, a storage medium storing the claim 7, wherein streaming program having a process to issue a delivery request permission notification to the information gathering process.
JP2001376311A 2001-12-10 2001-12-10 Streaming distribution method and apparatus, streaming distribution program, and storage medium storing streaming distribution program Expired - Fee Related JP3879502B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001376311A JP3879502B2 (en) 2001-12-10 2001-12-10 Streaming distribution method and apparatus, streaming distribution program, and storage medium storing streaming distribution program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001376311A JP3879502B2 (en) 2001-12-10 2001-12-10 Streaming distribution method and apparatus, streaming distribution program, and storage medium storing streaming distribution program

Publications (2)

Publication Number Publication Date
JP2003179902A JP2003179902A (en) 2003-06-27
JP3879502B2 true JP3879502B2 (en) 2007-02-14

Family

ID=19184533

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001376311A Expired - Fee Related JP3879502B2 (en) 2001-12-10 2001-12-10 Streaming distribution method and apparatus, streaming distribution program, and storage medium storing streaming distribution program

Country Status (1)

Country Link
JP (1) JP3879502B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5163594B2 (en) * 2009-05-27 2013-03-13 富士通株式会社 Content distribution apparatus and method
JP5979886B2 (en) * 2012-01-17 2016-08-31 キヤノン株式会社 Transmitting apparatus and transmitting method
JP2014044611A (en) 2012-08-28 2014-03-13 Funai Electric Co Ltd Content reception device

Also Published As

Publication number Publication date
JP2003179902A (en) 2003-06-27

Similar Documents

Publication Publication Date Title
US7631098B2 (en) Method, system and program product for optimized concurrent data download within a grid computing environment
US7277953B2 (en) Integrated procedure for partitioning network data services among multiple subscribers
JP4856760B2 (en) Method, apparatus and computer program for controlling distribution of network traffic
US7813276B2 (en) Method for distributed hierarchical admission control across a cluster
JP4794632B2 (en) Method and system for message delivery in a communication system
US20090327079A1 (en) System and method for a delivery network architecture
JP2001043199A (en) Service-oriented resource management over different kind of servers
JP2002288105A (en) Storage area network system, method for its operation, storage, and data transferring quantity monitoring device
WO2009079948A1 (en) A content buffering, querying method and point-to-point media transmitting system
JP2005004676A (en) Adaptive distributed processing system
JP2006126894A (en) Content delivery method, program and information processor
US20060069778A1 (en) Content distribution system
CN112272217A (en) Kafka cluster load balancing method, system, equipment and medium
US20090150536A1 (en) Application layer congestion control
JP5699619B2 (en) Cache device, data management method, program, and cache system
JP3879502B2 (en) Streaming distribution method and apparatus, streaming distribution program, and storage medium storing streaming distribution program
EP2043329A1 (en) A media-on-demand network, and a method of storing a media asset in a streaming node of the network
US20060067335A1 (en) Method of managing a network system for a storage system
KR102067630B1 (en) System and method for distributed storing data based on access control
US20100030851A1 (en) Load balancer, load-balancing method, and recording medium with load-balancing program
US7650393B2 (en) Information processing system and method
JP2009130673A (en) Call center management server, speech communication control method and speech communication control program
JP3725401B2 (en) Access distribution method, apparatus, and recording medium
JP2006127262A (en) Load distribution method and load distribution system in content distribution system
CN111431959B (en) Service load balancing method and device based on publish-subscribe interceptor mechanism

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20060629

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20061017

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20061030

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20101117

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20101117

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20111117

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees