JP2003015990A - Information display method, device and program thereof, recording medium with same program recorded thereon - Google Patents

Information display method, device and program thereof, recording medium with same program recorded thereon

Info

Publication number
JP2003015990A
JP2003015990A JP2001202096A JP2001202096A JP2003015990A JP 2003015990 A JP2003015990 A JP 2003015990A JP 2001202096 A JP2001202096 A JP 2001202096A JP 2001202096 A JP2001202096 A JP 2001202096A JP 2003015990 A JP2003015990 A JP 2003015990A
Authority
JP
Japan
Prior art keywords
content
information
scenario
position information
reproduced
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
JP2001202096A
Other languages
Japanese (ja)
Inventor
Kunihiro Takiuchi
邦弘 滝内
Shinji Abe
伸治 安部
Jidai Ohashi
二大 大橋
Nobuo Miyamoto
信夫 宮本
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 JP2001202096A priority Critical patent/JP2003015990A/en
Publication of JP2003015990A publication Critical patent/JP2003015990A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To enable an information provider to add new contents after a user having received a scenario and started reproduction of contents, and the added new contents to be reproduced. SOLUTION: A push information detecting unit 103 receives push information including position information of the contents to be added from the information provider. A reproduction contents decision unit 102, when receiving the push information from the push information detecting unit 103, sends the position information included therein to a contents reading unit 104. The contents reading unit 104 acquires the contents from the position information, which are inserted into a joint between the contents under reproduction and the next contents, and displayed on a display unit 105.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、マルチメディアコ
ンテンツの格納場所を示す、URLのような位置情報が
複数並べて記述されたテキストファイルであるシナリオ
を読込み、シナリオに記述された順番に位置情報に基づ
いてコンテンツを取得し、時系列に再生する情報表示装
置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention reads a scenario, which is a text file in which a plurality of location information such as a URL, which indicates a storage location of multimedia contents, is described, and reads the location information in the order described in the scenario. The present invention relates to an information display device that acquires content based on time and reproduces the content in time series.

【0002】[0002]

【従来の技術】従来から、シナリオに記述された複数の
マルチメディアコンテンツの位置情報に基づいて、コン
テンツを順番に取得し、時系列に再生する技術を利用し
て、利用者毎にシナリオを記述し、利用者の嗜好に合わ
せたコンテンツの提供が行われている。
2. Description of the Related Art Conventionally, a scenario is described for each user by using a technique of sequentially acquiring the content based on position information of a plurality of multimedia contents described in the scenario and reproducing the content in time series. However, contents are provided according to the taste of the user.

【0003】この従来技術による情報表示装置は、図7
に示すように、シナリオ読込み部401と再生コンテン
ツ決定部402とコンテンツ読込み部403と表示部4
04により構成され、図3に示すようなシナリオに記述
されたコンテンツ位置情報を順番に読込んで、複数のマ
ルチメディアコンテンツを時系列に再生する。以下この
処理手順を図8に基づいて説明する。まず、ステップ5
01において、シナリオの行数を表すNを1に初期化す
る。このカウンタNの役割は一例であり、他にも例えば
最初にシナリオの全行数をカウントしてカウンタに代入
しておき、処理のループを一巡するとそのカウンタを1
減算することにより、最終的にカウンタが0になった時
に処理を終了するという手法を採用することも可能であ
る。次に、ステップ502に、シナリオ読込み部401
がシナリオのN行目のコンテンツ位置情報を読込む。次
に、ステップ503に、読込んだ値がnull(空白
行)、すなわちシナリオの全ての情報を処理し終わった
かどうか判定する。処理し終わった状態である場合は処
理を終了する。読込んだ値がコンテンツの位置情報を含
む場合は、シナリオ中にまだ処理すべき位置情報が残っ
ているということなので、ステップ504に進む。ステ
ップ504では、コンテンツ読込み部403がステップ
502で読込んだコンテンツの位置情報に基づいて、指
定された位置にあるコンテンツの実体にアクセスしてこ
れを読込む。ステップ505ではカウンタNに1を加算
する。ステップ506で、コンテンツ読込部403がス
テップ504で読込んだコンテンツを表示部604に再
生する。
The information display device according to this prior art is shown in FIG.
As shown in FIG. 4, the scenario reading unit 401, the reproduction content determination unit 402, the content reading unit 403, and the display unit 4
04, the content position information described in the scenario as shown in FIG. 3 is read in order to reproduce a plurality of multimedia contents in time series. This processing procedure will be described below with reference to FIG. First, step 5
At 01, N representing the number of rows of the scenario is initialized to 1. The role of the counter N is an example. In addition, for example, first, the total number of lines of a scenario is first counted and assigned to the counter, and when the process loops once, the counter becomes 1
It is also possible to adopt a method of ending the processing when the counter finally becomes 0 by subtracting. Next, in step 502, the scenario reading unit 401
Reads the content position information of the Nth line of the scenario. Next, in step 503, it is determined whether the read value is null (blank line), that is, whether all the information of the scenario has been processed. If the processing has been completed, the processing ends. If the read value includes the position information of the content, it means that the position information to be processed still remains in the scenario, and the process proceeds to step 504. In step 504, the content reading unit 403 accesses and reads the substance of the content at the designated position based on the position information of the content read in step 502. At step 505, 1 is added to the counter N. In step 506, the content reading unit 403 reproduces the content read in step 504 on the display unit 604.

【0004】[0004]

【発明が解決しようとする課題】上記の従来の情報表示
装置を用いれば、図8に示すように、シナリオ601に
基づいて複数のコンテンツ602を再生することがで
き、情報提供者は例えば複数の映画のダイジェスト映像
を、利用者毎のシナリオを作成することにより、利用者
に応じて提供するコンテンツを変更して時系列に再生す
るサービスを実施できる。しかし、この従来の情報表示
装置では一旦シナリオを受取りコンテンツの再生を開始
すると、再生するコンテンツを柔軟に変更することがで
きないという問題点があった。
By using the above-mentioned conventional information display device, a plurality of contents 602 can be reproduced based on a scenario 601, as shown in FIG. By creating a scenario for each user of the digest video of a movie, it is possible to change the content to be provided according to the user and play the service in chronological order. However, this conventional information display device has a problem that once the scenario is received and the reproduction of the content is started, the content to be reproduced cannot be flexibly changed.

【0005】本発明の目的は、利用者がシナリオを受信
後、コンテンツの再生を開始した後でも、情報提供者が
新しいコンテンツを追加でき、追加した新しいコンテン
ツを再生できる情報表示方法および装置を提供すること
である。
An object of the present invention is to provide an information display method and apparatus in which an information provider can add new content and can reproduce the added new content even after the user receives the scenario and starts reproducing the content. It is to be.

【0006】[0006]

【課題を解決するための手段】上記目的を達成するため
に、本発明は、コンテンツを時系列に再生しているとき
に情報提供者からのコンテンツ追加要求が検出される
と、追加するコンテンツをその位置情報から取得し、現
在再生中のコンテンツと次に再生するコンテンツの継ぎ
目に挿入して再生するものである。
In order to achieve the above object, the present invention, when a content addition request from an information provider is detected during time-sequential reproduction of content, adds the content to be added. It is obtained from the position information, and is inserted and reproduced at the joint between the content currently being reproduced and the content to be reproduced next.

【0007】これにより、情報提供者はシナリオに記述
されていない任意のコンテンツを追加し、利用者に提供
できる。
As a result, the information provider can add any content not described in the scenario and provide it to the user.

【0008】[0008]

【発明の実施の形態】次に、本発明の実施の形態につい
て図面を参照して説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Next, embodiments of the present invention will be described with reference to the drawings.

【0009】図1は本発明の一実施形態の情報表示装置
の構成図である。
FIG. 1 is a block diagram of an information display device according to an embodiment of the present invention.

【0010】本実施形態の情報表示装置は、図3に示す
URLのようなマルチメディアコンテンツの位置情報が
複数順番に並べて記述されたテキストファイルであるシ
ナリオに基づいて複数のコンテンツを先頭から時系列に
再生表示中に、情報提供者がプッシュ型の情報として新
たなコンテンツの追加要求を行なうと、その時に再生中
のコンテンツの再生終了後そのコンテンツの後に追加要
求を行なったコンテンツを再生し、追加要求を行なった
コンテンツの再生終了後は元のコンテンツの再生ができ
るようにしたものである。
The information display apparatus according to the present embodiment uses a scenario in which the position information of multimedia contents such as URL shown in FIG. When the information provider makes a request to add new content as push-type information during playback display on, the content requested to be added is played after the content being played at that time is finished and added. After the reproduction of the requested content is completed, the original content can be reproduced.

【0011】なお、情報受信者は複数のシナリオのなか
から自分の好みのシナリオを選択して、シナリオを管理
するサーバに対してシナリオを要求し、シナリオを取得
する。このため、情報提供者は情報受信者がどのシナリ
オを選択したのかが解るので、以降に説明するプッシュ
情報を同じシナリオを選択した情報提供者毎に的確に挿
入することができる。
The information receiver selects his / her favorite scenario from a plurality of scenarios, requests the scenario management server for the scenario, and acquires the scenario. For this reason, the information provider can know which scenario the information recipient has selected, so that push information described below can be accurately inserted for each information provider who has selected the same scenario.

【0012】本実施形態の情報表示装置は、図1に示す
ように、受信した図3に示したシナリオを読込み、未再
生コンテンツの位置情報中先頭のものを抽出するシナリ
オ読込み部101と、再生するコンテンツを決定する再
生コンテンツ決定部102と、情報提供者の新たなコン
テンツ追加要求を検知するプッシュ情報検出部103
と、表示部105と、再生コンテンツ決定部102で決
定されたコンテンツの位置情報に基づいて、コンテンツ
の実体を取得して表示部105に表示するコンテンツ読
込み部104で構成されている。
As shown in FIG. 1, the information display apparatus according to the present embodiment reads the received scenario shown in FIG. 3 and extracts the first one from the position information of the unreproduced contents, and a scenario reading unit 101. A reproduction content determination unit 102 that determines the content to be played, and a push information detection unit 103 that detects a new content addition request from the information provider.
The display unit 105 and the content reading unit 104 that acquires the substance of the content based on the position information of the content determined by the reproduction content determination unit 102 and displays it on the display unit 105.

【0013】次に、本実施形態の情報表示装置の動作を
図2に示すフローチャートを参照しながら説明する。ま
ずステップ200では、これから読込むシナリオの行数
を表すカウンタNを初期化する。このカウンタNの手法
は一例であり、他にも例えば最初にシナリオの全行数を
カウントしてカウンタに代入しておき、処理のループを
一巡するとそのカウンタを1減算することにより、最終
的にカウンタが0になった時に処理を終了するという手
法を採用することも可能である。次に、ステップ201
では、シナリオ読込み部101が図3のシナリオのN行
目を読込みそのコンテンツの位置情報を取得、ステップ
202に進む。ステップ202では、再生コンテンツ決
定部102がシナリオに記述された位置情報をすべて処
理したかどうかを判断し、全ての位置情報を処理した場
合は処理を終了する。シナリオに処理すべき位置情報が
残っている場合はステップ203に進む。ステップ20
2の再生コンテンツ決定部102における、シナリオに
処理すべき位置情報が残っているかどうかの判定につい
ては、ステップ201のシナリオ読込み処理において最
終行の次の空行(null)を読込んだ時にシナリオを
全て処理したと判定する。ステップ203で再生コンテ
ンツ決定部102はプッシュ情報検出部103からの図
4に示す追加するコンテンツの位置情報を含むプッシュ
情報を受信したかどうか判定するコンテンツを決定す
る。コンテンツを追加する際には、情報提供者がプッシ
ュ情報検出部103に、図4に示す追加コンテンツの位
置情報を含むプッシュ情報をファイルの形式でメールで
送信したり、ftpのようなファイル転送方式を利用し
たりすることによりコピーする。プッシュ情報検出部1
03はコピーされたプッシュ情報を検出し、再生コンテ
ンツ決定部102にこの情報を通知する。
Next, the operation of the information display device of this embodiment will be described with reference to the flowchart shown in FIG. First, at step 200, a counter N representing the number of lines of the scenario to be read is initialized. This method of the counter N is an example, and in addition, for example, first, the total number of rows of the scenario is first counted and assigned to the counter, and when the process loops once, the counter is decremented by 1 to finally It is also possible to adopt a method of ending the process when the counter reaches 0. Next, step 201
Then, the scenario reading unit 101 reads the Nth line of the scenario in FIG. 3 and acquires the position information of the content, and the process proceeds to step 202. In step 202, the reproduction content determination unit 102 determines whether or not all the position information described in the scenario has been processed, and if all the position information has been processed, the process ends. When the position information to be processed remains in the scenario, the process proceeds to step 203. Step 20
In the reproduction content determination unit 102 of No. 2, whether the position information to be processed remains in the scenario is determined by determining the scenario when the blank line (null) next to the last line is read in the scenario reading process of step 201. It is determined that all have been processed. In step 203, the reproduction content determination unit 102 determines the content for which it is determined whether the push information including the position information of the content to be added shown in FIG. 4 received from the push information detection unit 103 has been received. When adding content, the information provider sends push information including position information of the additional content shown in FIG. 4 to the push information detection unit 103 by mail in a file format, or a file transfer method such as ftp. Copy by using. Push information detector 1
03 detects the copied push information and notifies the reproduction content determination unit 102 of this information.

【0014】なお、ここまでの説明ではプッシュ情報を
検知するためにプッシュ情報検出部103から再生コン
テンツ決定部102に対して能動的にデータ送信を行な
うこととしたが、最近のWebシステムにおける擬似プ
ッシュを実現する方法のように、再生コンテンツ決定部
102から定期的に情報取得要求のコマンドをプッシュ
情報検出部103に対して送信し、プッシュ情報検出部
103に情報提供者からのプッシュ情報がコピーされて
存在する場合はその情報を取得することにより、プッシ
ュ情報を検知する構成としてもよい。
In the above description, in order to detect the push information, the push information detecting unit 103 actively transmits the data to the reproduction content determining unit 102. However, the pseudo push in the recent Web system is performed. As in the method for realizing the above, the reproduction content determination unit 102 periodically transmits a command of an information acquisition request to the push information detection unit 103, and the push information from the information provider is copied to the push information detection unit 103. If it exists, the push information may be detected by acquiring the information.

【0015】さらに、図5に示すように、図1における
プッシュ情報検出部103と同等の機能を持つプッシュ
情報検出部をコンピュータネットワーク106上に配置
する構成としてもよい。
Further, as shown in FIG. 5, a push information detecting section having the same function as the push information detecting section 103 in FIG. 1 may be arranged on the computer network 106.

【0016】なお、再生コンテンツ決定部102はプッ
シュ情報の受信をオン/オフするスイッチ(不図示)を
持っており、利用者がプッシュ情報の必要を感じない場
合はこのスイッチをオフにすることにより、情報提供者
が新たに追加したコンテンツを受信しないようにするこ
とができる。
The reproduction content determination unit 102 has a switch (not shown) for turning on / off the reception of push information. When the user does not feel the need for push information, the switch is turned off. It is possible to prevent the information provider from receiving the newly added content.

【0017】以上の機能によりプッシュ情報を受信した
場合は、ステップ207に進む。ステップ207では、
コンテンツ読込み部104がステップ203において検
知されたプッシュ情報に含まれる新たなコンテンツの位
置情報を読込んで、その場所にアクセスし、コンテンツ
の実体を取得し、ステップ206で再生する。ステップ
206が終了すると、ステップ201に戻り、前回処理
できなかったシナリオ中のN行目のコンテンツに関して
再度処理を行なう。
When push information is received by the above functions, the process proceeds to step 207. In step 207,
The content reading unit 104 reads the position information of the new content included in the push information detected in step 203, accesses the location, acquires the substance of the content, and reproduces it in step 206. When step 206 ends, the process returns to step 201, and the process is performed again for the contents of the Nth row in the scenario that could not be processed last time.

【0018】一方、プッシュ情報がない場合はステップ
201で取得したシナリオ記載の位置情報を保持してス
テップ204に進む。ステップ204ではコンテンツ読
込み部104が位置情報で示される位置にアクセスし、
コンテンツの実体を読込み、ステップ206でコンテン
ツを表示部105で再生する。ステップ205では、ス
テップ201に戻った際に現在処理しているN行目の位
置情報を読込めるように、読み込むシナリオ中の位置情
報の行数を示すカウンタNに1を加算する処理を行な
う。ステップ201に戻り、シナリオに記述された全て
のコンテンツの再生が終了するまでステップ201以下
の処理を繰返す。
On the other hand, if there is no push information, the position information of the scenario described in step 201 is held and the process proceeds to step 204. In step 204, the content reading unit 104 accesses the position indicated by the position information,
The substance of the content is read, and the content is reproduced on the display unit 105 in step 206. In step 205, a process of adding 1 to the counter N indicating the number of lines of position information in the scenario to be read is performed so that the position information of the Nth line currently being processed can be read when returning to step 201. Returning to step 201, the processing from step 201 is repeated until the reproduction of all the contents described in the scenario is completed.

【0019】このように、本実施形態の情報表示装置で
は通常は図2のフローチャートにおける、ステップ20
1,ステップ202,ステップ203,ステップ20
4,ステップ205,ステップ206の処理をシナリオ
中のコンテンツの位置情報の全てについて繰り返し、シ
ナリオ読込み部101で読込んだシナリオ中の、URL
のようなコンテンツの位置情報が記述された順番にコン
テンツを時系列に再生する。このような処理を繰り返し
ている最中に情報提供者がプッシュ型の情報である新た
なコンテンツを追加しようとすると、ステップ203の
処理にさしかかった時にプッシュ情報検出部103がそ
の情報を検知し、ステップ207に分岐し、再生コンテ
ンツ決定部102が追加しようとする新たなコンテンツ
の位置情報をコンテンツ読込み部104に渡して、コン
テンツ読込み部104ではコンテンツの実体にアクセス
してコンテンツを取得し、表示部105に実コンテンツ
を再生する。したがって、図6に示すように、再生する
コンテンツ302とコンテンツの間の継ぎ目にデータ3
04を割り込ませることにより、情報表示装置がシナリ
オ301を受取って再生開始した後であっても情報提供
者がコンテンツ位置情報303で示される新たなコンテ
ンツ304を自由に追加し、再生することが可能とな
る。
As described above, in the information display device of this embodiment, step 20 in the flow chart of FIG.
1, step 202, step 203, step 20
4, the steps 205 and 206 are repeated for all the location information of the contents in the scenario, and the URL in the scenario read by the scenario reading unit 101
The contents are reproduced in time series in the order in which the position information of the contents is described. If the information provider tries to add new content that is push type information while repeating such processing, the push information detecting unit 103 detects the information when the processing of step 203 is approaching, The process branches to step 207, the position information of the new content to be added by the reproduction content determination unit 102 is passed to the content reading unit 104, and the content reading unit 104 accesses the substance of the content to acquire the content, and the display unit The actual content is reproduced at 105. Therefore, as shown in FIG. 6, the data 3 is reproduced at the joint between the content 302 to be reproduced and the content.
By interrupting 04, the information provider can freely add and reproduce the new content 304 indicated by the content position information 303 even after the information display device receives the scenario 301 and starts reproduction. Becomes

【0020】以上の結果、例えば、情報提供者から提供
された複数の映画のダイジェスト映像を見ている利用者
に対して、シナリオが作成された時にはまだ公開されて
いなかったために、シナリオには記述されていない最新
映画情報をプッシュ情報として配信するようなサービス
を簡単に提供できる。また、ショッピングセンタで買い
物中の顧客に対して各店舗の情報を連続して流すような
サービス中に特定の店舗が設けているサービスタイムの
時間になると、その情報を通常の店舗案内の間に割り込
ませることにより、顧客に伝えるようなサービスも考え
られる。このことにより、情報提供者、情報受信者とも
にタイムリーな情報の発信受信を行なえるというメリッ
トが生まれる。
As a result of the above, for example, for the user who is watching the digest video of a plurality of movies provided by the information provider, the scenario has not been published when it was created, so the scenario describes it. It is possible to easily provide a service that delivers the latest movie information that has not been posted as push information. Also, when it comes to the service time when a specific store is set up during a service where information on each store is continuously flown to customers who are shopping at the shopping center, that information is displayed during normal store guidance. It is also possible to provide a service that tells the customer by interrupting. This has the advantage that both the information provider and the information receiver can send and receive information in a timely manner.

【0021】なお、以上説明した情報表示方法は情報表
示プログラムとして、フロッピィ・ディスク、CD−R
OM、光磁気ディスク等の可搬の記録媒体やハードディ
スクに記録して、パソコン等のコンピュータで実行する
ことができる。
In the information display method described above, a floppy disk, a CD-R is used as an information display program.
It can be recorded in a portable recording medium such as an OM or a magneto-optical disk or a hard disk and executed by a computer such as a personal computer.

【0022】[0022]

【発明の効果】以上説明したように、本発明は下記のよ
うな効果がある。
As described above, the present invention has the following effects.

【0023】請求項1と3の発明は、シナリオを用いて
時系列に再生されるマルチメディアコンテンツ間の継ぎ
目にプッシュ情報を割り込ませることにより、情報提供
者がシナリオに位置情報が記述されていない任意のコン
テンツを簡単に追加し利用者に提供することができる。
また、情報表示装置に読込まなければならないのはデー
タサイズの小さいテキストデータであるシナリオだけで
あり、このシナリオに記述された位置情報に基づきマル
チメディアコンテンツを一つずつ読込み表示するため、
シナリオに記述されたマルチメディアコンテンツデータ
を一度にすべて読込む必要がないので、メモリ容量の少
ない携帯型情報端末でも、メモリの制約を意識すること
なく情報が受信できる。
According to the first and third aspects of the invention, the position information is not described in the scenario by the information provider by interrupting the push information at the joint between the multimedia contents reproduced in time series using the scenario. Any content can be easily added and provided to the user.
Further, it is only the scenario in which the data size is small text data that must be read into the information display device, and in order to read and display the multimedia contents one by one based on the position information described in this scenario,
Since it is not necessary to read the multimedia content data described in the scenario all at once, even a portable information terminal with a small memory capacity can receive information without being conscious of memory restrictions.

【0024】請求項2と4の発明は、情報提供者からプ
ッシュ情報により追加されたコンテンツの再生終了後
に、それまで受信していた情報のつづきを再生できる。
According to the inventions of claims 2 and 4, after the reproduction of the content added by the push information from the information provider is completed, the continuation of the information received until then can be reproduced.

【0025】請求項5の発明は、シナリオに記述された
位置情報の順番に再生されるコンテンツ間の継ぎ目に新
たに追加するコンテンツを挿入し、再生することによ
り、情報表示装置は単一であって構わないので、利用者
がプッシュ情報を受信するために別の情報表示装置を準
備しなくてもよい。
According to a fifth aspect of the present invention, a single information display device is provided by inserting and newly reproducing the content to be added at the joint between the contents reproduced in the order of the position information described in the scenario. Since it does not matter, the user does not need to prepare another information display device to receive the push information.

【0026】請求項6の発明は、情報提供者が新たに追
加したコンテンツを表示しないようにすることができ
る。
According to the invention of claim 6, the information provider can prevent the newly added contents from being displayed.

【図面の簡単な説明】[Brief description of drawings]

【図1】本発明の一実施形態の情報表示装置の構成図で
ある。
FIG. 1 is a configuration diagram of an information display device according to an embodiment of the present invention.

【図2】図1の情報表示装置の動作を示すフローチャー
トである。
FIG. 2 is a flowchart showing an operation of the information display device of FIG.

【図3】シナリオの例を示す図である。FIG. 3 is a diagram showing an example of a scenario.

【図4】プッシュ情報に含まれるコンテンツの位置情報
の例を示す図である。
FIG. 4 is a diagram showing an example of position information of contents included in push information.

【図5】本発明の他の実施形態の情報表示装置の構成図
である。
FIG. 5 is a configuration diagram of an information display device according to another embodiment of the present invention.

【図6】再生するコンテンツとコンテンツの間の継ぎ目
にデータを割り込ませる様子を示す図である。
FIG. 6 is a diagram showing how data is interrupted at a joint between contents to be reproduced.

【図7】情報表示装置の従来例の構成図である。FIG. 7 is a configuration diagram of a conventional example of an information display device.

【図8】図7の情報表示装置の動作を示すフローチャー
トである。
8 is a flowchart showing an operation of the information display device of FIG.

【図9】図7の情報表示装置における情報再生の様子を
示す図である。
9 is a diagram showing how information is reproduced in the information display device of FIG. 7. FIG.

【符号の説明】[Explanation of symbols]

101 シナリオ読込み部 102 再生コンテンツ決定部 103 プッシュ情報検出部 104 コンテンツ読込み部 105 表示部 106 ネットワーク 200〜207 ステップ 301 シナリオ 302 再生されるマルチメディアコンテンツ群 303 プッシュ情報に含まれるコンテンツの位置情
報 304 プッシュ情報に含まれるコンテンツの実体 401 シナリオ読込み部 402 再生コンテンツ決定部 403 コンテンツ読込み部 404 表示部 501〜506 ステップ 601 シナリオ 602 再生されるマルチメディアコンテンツ群
101 scenario reading unit 102 reproduced content determination unit 103 push information detection unit 104 content reading unit 105 display unit 106 network 200 to 207 step 301 scenario 302 multimedia content group 303 to be reproduced position information of content 304 included in push information 304 push information Entity of content 401 included in scenario reading unit 402 Playback content determination unit 403 Content reading unit 404 Display units 501 to 506 Step 601 Scenario 602 Multimedia content group to be played back

───────────────────────────────────────────────────── フロントページの続き (72)発明者 大橋 二大 東京都千代田区大手町二丁目3番1号 日 本電信電話株式会社内 (72)発明者 宮本 信夫 東京都千代田区大手町二丁目3番1号 日 本電信電話株式会社内 Fターム(参考) 5C064 BA07 BB10 BC18 BC23 BD02 BD08    ─────────────────────────────────────────────────── ─── Continued front page    (72) Inventor Nihashi Ohashi             2-3-1, Otemachi, Chiyoda-ku, Tokyo             Inside Telegraph and Telephone Corporation (72) Inventor Nobuo Miyamoto             2-3-1, Otemachi, Chiyoda-ku, Tokyo             Inside Telegraph and Telephone Corporation F-term (reference) 5C064 BA07 BB10 BC18 BC23 BD02                       BD08

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 マルチメディアコンテンツの格納場所を
示す位置情報が複数並べて記述されたテキストファイル
であるシナリオを読込むステップと、 前記シナリオから位置情報を順番に取り出し、該位置情
報のコンテンツを取得し、時系列に再生するステップ
と、 コンテンツを時系列に再生しているときに情報提供者か
らのコンテンツ追加要求が検出されると、追加するコン
テンツをその位置情報から取得し、現在再生中のコンテ
ンツと次に再生するコンテンツの継ぎ目に挿入して再生
するステップを有する情報表示方法。
1. A step of reading a scenario, which is a text file in which a plurality of location information indicating a storage location of multimedia contents are arranged side by side, and the location information is sequentially extracted from the scenario to obtain the content of the location information. , The step of playing back in time series, and when the content addition request from the information provider is detected while playing back the content in time series, the content to be added is acquired from the position information and the content currently being played back. And an information display method including a step of inserting the content to be reproduced next and reproducing the content.
【請求項2】 追加されたコンテンツの再生を終了する
と、前記シナリオから、追加されたコンテンツを再生す
る直前のコンテンツの次に再生する予定であったコンテ
ンツの位置情報を取得し、該位置情報で指示されるコン
テンツを読込み、再生する、請求項1記載の方法。
2. When the reproduction of the added content is completed, the position information of the content which is scheduled to be reproduced next to the content immediately before the reproduction of the added content is acquired from the scenario, and the position information is used as the position information. The method of claim 1, wherein the indicated content is read and played.
【請求項3】 マルチメディアコンテンツの格納場所を
示す位置情報が複数並べて記述されたテキストファイル
であるシナリオを読込むシナリオ読込み手段と、 コンテンツを再生するコンテンツ表示手段と、 情報提供者からの、追加するコンテンツの位置情報を含
むコンテンツ追加要求を検出するコンテンツ追加要求検
出手段と、 前記シナリオから位置情報を順番に取り出し、該位置情
報のコンテンツを取得し、前記コンテンツ表示手段によ
り該コンテンツを再生し、コンテンツを再生中に前記コ
ンテンツ追加要求が検出されると、追加するコンテンツ
をその位置情報から取得し、現在再生中のコンテンツと
次に再生するコンテンツの継ぎ目に挿入し、再生する再
生コンテンツ決定・コンテンツ読込み手段を有する情報
表示装置。
3. A scenario reading means for reading a scenario, which is a text file in which a plurality of position information indicating a storage location of multimedia contents are arranged side by side, a content display means for reproducing the contents, and an addition from an information provider. Content addition request detection means for detecting a content addition request including position information of the content to be taken out, position information is taken out in order from the scenario, content of the position information is acquired, and the content is reproduced by the content display means, When the content addition request is detected during content reproduction, the content to be added is acquired from its position information, and is inserted at the joint between the content currently being reproduced and the content to be reproduced next. An information display device having a reading means.
【請求項4】 前記再生コンテンツ決定・コンテンツ読
込み手段は、追加されたコンテンツの再生が終了する
と、前記シナリオから、追加されたコンテンツを再生す
る直前のコンテンツの次に再生する予定であったコンテ
ンツの位置情報を取得し、該位置情報で指示されるコン
テンツを読込み、再生する、請求項3記載の情報表示装
置。
4. When the reproduction of the added content is completed, the reproduction content determination / content reading means selects, from the scenario, a content that is to be reproduced next to the content immediately before the reproduction of the added content. The information display device according to claim 3, wherein the position information is acquired, and the content indicated by the position information is read and reproduced.
【請求項5】 情報提供者が追加した新たなコンテンツ
は、再生中のコンテンツ間の継ぎ目に挿入して再生する
ために、単一の情報表示装置内で再生可能である、請求
項1または2記載の装置。
5. The new content added by the information provider can be reproduced in a single information display device so as to be inserted into a joint between the contents being reproduced and reproduced. The described device.
【請求項6】 前記再生コンテンツ決定・コンテンツ読
込み手段は、前記コンテンツ追加要求検出手段からのコ
ンテンツ追加要求の受信を可/不可に設定する手段を有
する、請求項3から5のいずれか1項に記載の装置。
6. The reproduction content determining / content reading unit has a unit for setting enable / disable of reception of a content addition request from the content addition request detection unit, according to any one of claims 3 to 5. The described device.
【請求項7】 請求項1または2に記載の情報表示方法
をコンピュータに実行させる情報表示プログラム。
7. An information display program for causing a computer to execute the information display method according to claim 1.
【請求項8】 請求項1または2に記載の情報表示方法
をコンピュータに実行させる情報表示プログラムを記録
した記録媒体。
8. A recording medium recording an information display program for causing a computer to execute the information display method according to claim 1.
JP2001202096A 2001-07-03 2001-07-03 Information display method, device and program thereof, recording medium with same program recorded thereon Pending JP2003015990A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001202096A JP2003015990A (en) 2001-07-03 2001-07-03 Information display method, device and program thereof, recording medium with same program recorded thereon

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001202096A JP2003015990A (en) 2001-07-03 2001-07-03 Information display method, device and program thereof, recording medium with same program recorded thereon

Publications (1)

Publication Number Publication Date
JP2003015990A true JP2003015990A (en) 2003-01-17

Family

ID=19038959

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001202096A Pending JP2003015990A (en) 2001-07-03 2001-07-03 Information display method, device and program thereof, recording medium with same program recorded thereon

Country Status (1)

Country Link
JP (1) JP2003015990A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009239479A (en) * 2008-03-26 2009-10-15 Toshiba Corp Information display apparatus, information display method, and program
JP2010252119A (en) * 2009-04-16 2010-11-04 Toshiba Corp Information display device, program, and method for operation of information display device
JP4901216B2 (en) * 2003-12-18 2012-03-21 パナソニック株式会社 Content playback device

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4901216B2 (en) * 2003-12-18 2012-03-21 パナソニック株式会社 Content playback device
US8406615B2 (en) 2003-12-18 2013-03-26 Panasonic Corporation Content reproduction device
JP2009239479A (en) * 2008-03-26 2009-10-15 Toshiba Corp Information display apparatus, information display method, and program
JP2010252119A (en) * 2009-04-16 2010-11-04 Toshiba Corp Information display device, program, and method for operation of information display device

Similar Documents

Publication Publication Date Title
US9438955B2 (en) System and/or method for distributing media content
US6748397B2 (en) File structure for preventing edition and deletion in internet, a variety of computers and computer application media, advertising method using the file structure and system used for the method
JP4692775B2 (en) Video content playback support method, video content playback support system, and information distribution program
WO2009039150A2 (en) Measuring user engagement during presentation of media content
JP2016178669A (en) Method for bookmarking in videos, and non-temporary computer readable recording medium
JP2006211311A (en) Digested video image forming device
JP2006333451A (en) Image summary device and image summary method
US10848835B2 (en) Video summary information playback device and method and video summary information providing server and method
US7340527B2 (en) Content distribution system that distributes line of stream data generated by splicing plurality of pieces of stream data
JP4305080B2 (en) Video playback method and system
US20080005028A1 (en) Contents metadata registering method, registering system, and registering program
JP3702525B2 (en) Interactive video recording / playback system
JP2005032319A (en) Recording medium and playback device
CN100508594C (en) Commercial information searching method and apparatus, and provid method and apparatus accompanying information
JP2003015990A (en) Information display method, device and program thereof, recording medium with same program recorded thereon
US9685190B1 (en) Content sharing
JP2010049799A (en) Recording medium and reproduction apparatus
JP2004032669A (en) Content distribution system
JP4462373B2 (en) Recording medium and reproducing apparatus
JP4596080B2 (en) Recording medium and reproducing apparatus
JP5094907B2 (en) Recording medium and reproducing apparatus
JP2011134439A (en) Recording medium and reproducing device
JP2010205404A (en) Recording medium and reproducing device
JP2010205402A (en) Recording medium and reproducing device

Legal Events

Date Code Title Description
RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20050610

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20060427

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061011

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070221