JP2000101985A - Stream data fast forwarding mechanism - Google Patents

Stream data fast forwarding mechanism

Info

Publication number
JP2000101985A
JP2000101985A JP10273472A JP27347298A JP2000101985A JP 2000101985 A JP2000101985 A JP 2000101985A JP 10273472 A JP10273472 A JP 10273472A JP 27347298 A JP27347298 A JP 27347298A JP 2000101985 A JP2000101985 A JP 2000101985A
Authority
JP
Japan
Prior art keywords
fast
time stamp
register
video stream
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP10273472A
Other languages
Japanese (ja)
Inventor
Yutaka Oshima
豊 大島
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP10273472A priority Critical patent/JP2000101985A/en
Publication of JP2000101985A publication Critical patent/JP2000101985A/en
Pending legal-status Critical Current

Links

Landscapes

  • Two-Way Televisions, Distribution Of Moving Picture Or The Like (AREA)
  • Television Signal Processing For Recording (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a stream data fast forwarding mechanism, capable of performing fast forwarding faster or slower by providing plural kinds of fast forwarding speeds and manually or automatically performing switching. SOLUTION: First and 2nd fast forwarding data are prepared. A time stamp controller 7 reads the time stamp in transmission stored in a register 5, in response to a fast-forwarding request r1 from a client and gives to a read transmission controller 3 an instruction as to which fast-forwarding data is to be read from which time stamp. The read transmission controller 3 reads fast-forwarding data designated by a storage device 1 from a designated time stamp and transmits it to the client in response to this instruction.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】この発明はデジタル画像・音
声ストリームデータのトリックプレイ制御方式に関し、
特に、ストリームデータの早送り機構に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a trick play control system for digital image / audio stream data.
In particular, it relates to a fast-forward mechanism for stream data.

【0002】[0002]

【従来の技術】デジタル画像・音声データをサービスす
るビデオサーバシステムでは、ビデオオンデマンドの実
現のために、トリックプレイ機能を実現しているものが
ある。トリックプレイとは、再生中のストリームデータ
の一時停止(ポーズ)、早送り(ワインド)、早巻き戻
し(リワインド)など、通常の再生、停止以外の操作の
総称である。
2. Description of the Related Art Some video server systems for providing digital image and audio data have a trick play function for realizing video on demand. Trick play is a general term for operations other than normal reproduction and stop, such as pause (pause), fast forward (wind), and fast rewind (rewind) of stream data being reproduced.

【0003】ストリームデータは、所定の時間毎に、タ
イムスタンプという時間を定義する数値をデータとして
付加的に持っており、この値を利用して様々なトリック
プレイを実現している。トリックプレイで早送りを実現
するための代表的な方法に以下の2つの方法がある。
[0003] The stream data additionally has a numerical value defining a time called a time stamp at every predetermined time as data, and various trick plays are realized using this value. The following two methods are typical methods for achieving fast-forward in trick play.

【0004】(1)通常再生用のストリームデータとは
別に、早送り用のストリームデータをあらかじめ用意
し、早送り命令/早送り命令解除によりサービスするス
トリームデータを切り替える方式。ストリームデータを
生成する際に、早送り用データのタイムスタンプ位置と
通常再生用データのタイムスタンプ位置とを合わせてお
く。通常再生時、クライアントから早送り命令を受ける
と、サーバはサービス中のデータのタイムスタンプ値を
読み出して、同じタイムスタンプの位置から早送りデー
タのサービスを開始する。このようにすることで、実際
には別のデータ(あらかじめ用意した早送り用ストリー
ムデータ)を送っているにもかかわらず、クライアント
側では、再生しているデータが早送りになったように見
える。以下、図6を参照して詳述する。
(1) A method in which stream data for fast forward is prepared in advance separately from stream data for normal reproduction, and the stream data to be serviced is switched by a fast forward command / fast forward command release. When generating the stream data, the time stamp position of the fast-forward data and the time stamp position of the normal reproduction data are matched. At the time of normal reproduction, upon receiving a fast-forward command from the client, the server reads the time stamp value of the data being serviced, and starts the service of the fast-forward data from the position of the same time stamp. In this way, the client side looks as if the data being reproduced has been fast-forwarded, even though other data (fast-forward stream data prepared in advance) is actually being sent. Hereinafter, this will be described in detail with reference to FIG.

【0005】図6において通常再生用データの、データ
d(tn)はタイムスタンプtnの含まれるストリーム
データ(但しn=1、2、3、…)である。早送り用デ
ータの、データf(tn)はタイムスタンプtnの含ま
れるストリームデータ(ただしn=1、2、3…)であ
り、データd(tn)部分を早送りにしたデータがf
(tn)に相当するように、早送りデータを作る。通常
再生でd(tn)をサービスしている時に、クライアン
トから早送り命令を受けると、サーバはf(tn+1)
から早送り用データの送信を開始する。
In FIG. 6, data d (tn) of normal reproduction data is stream data (where n = 1, 2, 3,...) Including a time stamp tn. The data f (tn) of the fast-forward data is stream data (n = 1, 2, 3,...) Including the time stamp tn, and the data obtained by fast-forwarding the data d (tn) is f
Fast forward data is created to correspond to (tn). When a fast-forward command is received from a client while d (tn) is being serviced in normal playback, the server returns f (tn + 1)
Starts transmission of fast-forward data.

【0006】早送り解除は上記とは逆に、早送りデータ
から通常データに切り替えることになる。この方式の利
点はなめらかな早送りデータを再生できる点にある。 (2)通常再生用データのみを使って、ジャンプ再生を
繰り返す方法。通常再生時に、クライアントから早送り
命令を受けると、図7に示すように、サーバはサービス
中のデータのタイムスタンプ値を読み出して、その値に
一定量の値をプラスして、通常再生用データを短い時間
再生後、次のタイムスタンプ値までストリームデータを
スキップし、次にタイムスタンプ値に一定量をプラスし
て通常再生用データを短い時間再生するという動作を繰
り返す。クライアント側では、再生しているストリーム
データが飛び飛びで再生(スキップ再生)されるように
見える。早送り解除は、この動作ルーチンを解除して通
常再生することで実現する。この方式の利点は早送り用
のデータを準備する必要がないという点にある。
Contrary to the above, the fast-forward cancellation switches from fast-forward data to normal data. The advantage of this method is that smooth fast-forward data can be reproduced. (2) A method of repeating jump reproduction using only normal reproduction data. Upon receiving a fast-forward command from the client during normal playback, as shown in FIG. 7, the server reads the timestamp value of the data being serviced, adds a certain amount of the timestamp value to the value, and stores the data for normal playback. After the short time reproduction, the operation of skipping the stream data until the next time stamp value, then adding a certain amount to the time stamp value and reproducing the normal reproduction data for a short time is repeated. On the client side, it appears that the stream data being played back is skipped and played back (skip playback). The fast-forward is canceled by canceling this operation routine and performing normal reproduction. The advantage of this method is that it is not necessary to prepare data for fast forward.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、上記2
つの方法では、早送り再生速度が1つしかないため、よ
り早くもしくは遅く早送りしたい場合に対応することが
できないという問題があった。
However, the above-mentioned 2)
In the two methods, there is only one fast-forward reproduction speed, so that there is a problem that it is not possible to cope with a case where fast-forward or slow-forward is desired.

【0008】本発明は上述の実情に鑑みてなされたもの
であり、複数種類の早送り速度を設けて手動または自動
で切り替えることにより、より早くもしくは遅く早送り
することのできるストリームデータ早送り機構を提供す
ることを目的とする。
The present invention has been made in view of the above-mentioned circumstances, and provides a stream data fast-forward mechanism capable of performing faster or slower fast-forward by providing a plurality of types of fast-forward speeds and switching manually or automatically. The purpose is to.

【0009】[0009]

【課題を解決するための手段】上述の課題を解決するた
め、この発明のストリームデータ早送り機構は、複数種
類の早送り速度に対応した複数種類の早送りビデオスト
リームを記憶する記憶装置と、前記複数種類の早送りビ
デオストリームのいずれを送信するかを指定する手段
と、送信中のタイムスタンプを格納するレジスタと、前
記指定手段に応答して、前記レジスタに格納されたタイ
ムスタンプを読み出し、前記複数種類の早送りビデオス
トリームのうちのどのビデオストリームをどのタイムス
タンプから送信するかを示す制御データを出力するタイ
ムスタンプ制御装置と、および前記タイムスタンプ制御
装置から出力された制御データに応答して、前記記憶装
置から、前記レジスタから読み出したタイムスタンプを
有するストリームデータを読み出し送信する読み出し送
信制御装置とを具備したことを特徴とする。
In order to solve the above-mentioned problems, a stream data fast-forward mechanism according to the present invention includes a storage device for storing a plurality of types of fast-forward video streams corresponding to a plurality of types of fast-forward speeds; Means for specifying which of the fast-forward video streams to transmit, a register for storing a time stamp during transmission, and, in response to the specifying means, reading the time stamp stored in the register, A time stamp control device for outputting control data indicating which video stream of the fast-forward video stream is transmitted from which time stamp; and the storage device in response to the control data output from the time stamp control device. From the stream data having the time stamp read from the register. Characterized by comprising a read transmission control apparatus for transmitting read the data.

【0010】この発明によれば、複数種類の早送りデー
タがあらかじめ用意され、サーバはクライアントからの
早送りデータの要求に応答して、指定された速度の早送
りデータを送信することができる。また、この発明のス
トリームデータ早送り機構は、少なくとも第1の早送り
速度を有する第1の早送りビデオストリームと前記第1
の早送り速度と異なる第2の早送り速度を有する第2の
早送りビデオストリームとを記憶する記憶装置と、前記
第1および第2の早送りビデオストリームのいずれを送
信するかを指定する手段と、送信中のタイムスタンプを
格納するレジスタと、所定時間カウント後、タイムアウ
ト信号を出力するタイマと、前記指定手段に応答して、
前記レジスタに格納されたタイムスタンプを読み出し、
第1ビデオストリームを示すとともに、第1ビデオスト
リームのどのタイムスタンプから送信するかを示す第1
制御データを出力し、前記タイマをスタートさせ、前記
タイマからのタイムアウト信号に応答して第2ビデオス
トリームを示すと共に、第2ビデオストリームのどのタ
イムスタンプから送信するかを示す第2制御データを出
力するタイムスタンプ制御装置と、および前記タイムス
タンプ制御装置から出力された第1制御データにより指
定されたストリームデータを読み出し、送信すると共
に、前記タイマによる所定時間カウント後、前記タイム
スタンプ制御装置から出力された第2制御データにより
指定されたストリームデータを読み出し、送信する読み
出し送信制御装置とを具備することを特徴とする。
According to the present invention, a plurality of types of fast-forward data are prepared in advance, and the server can transmit fast-forward data at a designated speed in response to a request for fast-forward data from a client. The stream data fast-forward mechanism of the present invention further comprises a first fast-forward video stream having at least a first fast-forward speed and the first fast-forward video stream.
Storage means for storing a second fast-forward video stream having a second fast-forward speed different from the fast-forward speed of the first and second fast-forward video streams; means for specifying which of the first and second fast-forward video streams is to be transmitted; A register for storing a time stamp of, a timer for outputting a timeout signal after counting a predetermined time, and in response to the designation means,
Reading the time stamp stored in the register,
A first indicating the first video stream and indicating which timestamp of the first video stream to transmit from.
Outputting control data, starting the timer, outputting a second control data indicating a time stamp of the second video stream from a time stamp of the second video stream in response to a timeout signal from the timer; A time stamp control device, and reads and transmits stream data specified by the first control data output from the time stamp control device, and, after counting a predetermined time by the timer, outputs the stream data from the time stamp control device. And a read transmission control device for reading and transmitting the stream data specified by the second control data.

【0011】この発明によれば、複数種類の早送りデー
タがあらかじめ用意され、サーバはクライアントからの
早送りデータの要求に応答して、複数種類の速度の早送
りデータを自動的に切り替えてクライアントに送信する
ことができる。
According to the present invention, a plurality of types of fast-forward data are prepared in advance, and the server automatically switches between a plurality of types of fast-forward data and transmits to the client in response to a request for fast-forward data from the client. be able to.

【0012】さらに、この発明のストリームデータ早送
り機構は、少なくとも第1の早送り速度を有する第1の
早送りビデオストリームと前記第1の早送り速度と異な
る第2の早送り速度を有する第2の早送りビデオストリ
ームとを記憶する記憶装置と、前記第1および第2早送
りビデオストリームのいずれかを送信するかを指定する
手段と、送信中のタイムスタンプを格納する第1レジス
タと、前記第1の早送りビデオストリームを再生すると
きのタイムスタンプのインクリメント値を格納する第2
レジスタと、前記第2の早送りビデオストリームを再生
するときのタイムスタンプのインクリメント値を格納す
る第3レジスタと、所定時間カウント後タイムアウト信
号を出力するタイマと、前記レジスタに格納されたタイ
ムスタンプを読み出し、前記第2レジスタおよび第3レ
ジスタのいずれかに格納されたインクリメント値を加算
したタイムスタンプ値を得、前記指定手段により指定さ
れたビデオストリームであって、かつそのビデオストリ
ームの、前記加算により得られたタイムスタンプから送
信することを示す制御データを出力すると共に、前記タ
イマをスタートさせ、前記タイマからのタイムアウト信
号に応答して、前記第1レジスタから再度タイムスタン
プを読み出し、前記第2レジスタまたは第3レジスタの
いずれかに格納されたインクリメント値を加算したタイ
ムスタンプ値を得、指定手段に指定されたビデオストリ
ームであって、かつそのビデオストリームの、前記加算
により得られたタイムスタンプから送信することを示す
制御データを出力するタイムスタンプ制御装置と、およ
び前記タイムスタンプ制御装置から出力された制御デー
タに応答して前記記憶装置から、前記制御データにより
指定されたストリームデータを読み出し送信する読み出
し制御装置とを具備することを特徴とする。
Further, the stream data fast-forward mechanism of the present invention further comprises a first fast-forward video stream having at least a first fast-forward speed and a second fast-forward video stream having a second fast-forward speed different from the first fast-forward speed. Storage means for storing the first and second fast-forward video streams; a first register for storing a timestamp during transmission; and a first fast-forward video stream. The second value that stores the increment value of the time stamp when playing back
A register, a third register for storing an increment value of a time stamp when the second fast-forward video stream is reproduced, a timer for outputting a timeout signal after counting a predetermined time, and reading the time stamp stored in the register Obtaining a time stamp value obtained by adding an increment value stored in one of the second register and the third register, and obtaining the time stamp value by the addition of the video stream designated by the designation means. And outputting control data indicating transmission from the received time stamp, starting the timer, reading a time stamp from the first register again in response to a timeout signal from the timer, and reading the second register or Stored in one of the third registers A timestamp value obtained by adding the increment value obtained from the timestamp, and outputting the control data indicating that the video stream specified by the specifying means is transmitted from the timestamp obtained by the addition of the video stream. A stamp control device, and a read control device that reads and transmits stream data specified by the control data from the storage device in response to control data output from the time stamp control device. I do.

【0013】この発明によれば、クライアントからの早
送り要求に応答して、サーバは、その指定された速度で
通常再生用データをスキップ再生することができる。さ
らに、この発明のストリームデータ早送り機構は、少な
くとも第1の早送り速度を有する第1の早送りビデオス
トリームと前記第1の早送り速度と異なる第2の早送り
速度を有する第2の早送りビデオストリームとを記憶す
る記憶装置と、前記第1および第2早送りビデオストリ
ームのいずれかを送信するかを指定する手段と、送信中
のタイムスタンプを格納する第1レジスタと、前記第1
の早送りビデオストリームを再生するときのタイムスタ
ンプのインクリメント値を格納する第2レジスタと、前
記第2の早送りビデオストリームを再生するときのタイ
ムスタンプのインクリメント値を格納する第3レジスタ
と、所定時間カウント後タイムアウト信号を出力するタ
イマと、前記レジスタに格納されたタイムスタンプを読
み出し、前記第2レジスタに格納されたインクリメント
値を加算したタイムスタンプ値を得、前記指定手段に指
定されたビデオストリームであってかつそのビデオスト
リームの、前記加算により得られたタイムスタンプから
送信することを示す第1制御データを出力するととも
に、前記タイマをスタートさせ、前記タイマからのタイ
ムアウト信号に応答して、前記第1レジスタから再度タ
イムスタンプを読み出し、前記第3レジスタに格納され
たインクリメント値を加算したタイムスタンプ値を得、
指定手段に指定されたビデオストリームであって、かつ
そのビデオストリームの、前記加算により得られたタイ
ムスタンプから送信することを示す第2制御データを出
力するタイムスタンプ制御装置と、および前記タイムス
タンプ制御装置から出力された第1制御データにより指
定されたストリームデータを前記記憶装置から読み出
し、送信し、前記タイマにより所定時間カウント後、前
記第2制御データにより指定されたストリームデータを
読み出し、送信する読み出し送信制御装置とを具備する
ことを特徴とする。
According to the present invention, in response to a fast-forward request from a client, the server can skip and reproduce the normal reproduction data at the designated speed. Further, the stream data fast forward mechanism of the present invention stores at least a first fast forward video stream having a first fast forward speed and a second fast forward video stream having a second fast forward speed different from the first fast forward speed. Storage means for transmitting, a means for designating which of the first and second fast-forward video streams is to be transmitted, a first register for storing a time stamp during transmission,
A second register for storing an increment value of a time stamp when reproducing the fast-forward video stream, a third register for storing an increment value of the time stamp for reproducing the second fast-forward video stream, and a predetermined time count. After that, a timer for outputting a time-out signal and a time stamp stored in the register are read, and a time stamp value obtained by adding an increment value stored in the second register is obtained. And outputting first control data indicating that the video stream is transmitted from the time stamp obtained by the addition, starts the timer, and responds to a time-out signal from the timer to output the first control data. Read the time stamp from the register again To obtain a timestamp value obtained by adding the increment value stored in the third register,
A time stamp control device for outputting second control data indicating a video stream specified by the specifying means and transmitting the video stream from the time stamp obtained by the addition, and the time stamp control Reading the stream data specified by the first control data output from the device from the storage device and transmitting the data; reading the stream data specified by the second control data after counting a predetermined time by the timer; And a transmission control device.

【0014】この発明によれば、クライアントからの早
送り要求に応答して、サーバは、複数種類の速度を自動
的に切り替えることにより(通常再生用データの再生時
間を自動的に切り替えることにより)、速度が次第に速
くなっていくような早送りスキップ再生を実現すること
ができる。
According to the present invention, in response to a fast-forward request from a client, the server automatically switches between a plurality of types of speeds (by automatically switching the playback time of normal playback data). It is possible to realize fast-forward skip reproduction in which the speed gradually increases.

【0015】[0015]

【発明の実施の形態】以下、図面を参照して本発明の実
施形態を説明する。 (第1実施形態)図1に、本発明の一実施形態に係る、
例えばビデオサーバシステムにおけるストリームデータ
の早送り機構のブロック図を示す。図1において、記憶
装置1は、例えばディスクアレイで構成され、送信すべ
きストリームデータ及び複数種類の早送りデータ(例え
ばMPEGデータ)を記憶する。読み出し送信制御装置
3は、記憶装置1に記憶されているストリームデータ
(早送りデータ)のうち、指定されたストリームデータ
(早送りデータ)を指定されたタイムスタンプから読み
出し送信データとして出力する。レジスタ5は送信中の
ストリームデータ(早送りデータ)のタイムスタンプを
保持する。タイムスタンプ制御装置7は、クライアント
からの早送り要求(r1、r2)を入力し、レジスタ5
を参照して、どのストリームデータ(早送りデータ)を
どのタイムスタンプから送信するかを命令として読み出
し送信制御装置3に与える。
Embodiments of the present invention will be described below with reference to the drawings. (First Embodiment) FIG. 1 shows an embodiment of the present invention.
For example, a block diagram of a stream data fast-forward mechanism in a video server system is shown. In FIG. 1, a storage device 1 is constituted by, for example, a disk array, and stores stream data to be transmitted and a plurality of types of fast-forward data (for example, MPEG data). The read transmission control device 3 reads out specified stream data (fast-forward data) from the specified time stamp among the stream data (fast-forward data) stored in the storage device 1 and outputs the read data as read transmission data. The register 5 holds a time stamp of the stream data (fast-forward data) being transmitted. The time stamp control device 7 receives the fast-forward request (r1, r2) from the client,
With reference to, which stream data (fast-forward data) is transmitted from which time stamp is read out and given to the transmission control device 3.

【0016】この第1実施形態では、2種類の早送りデ
ータがあらかじめ用意される。すなわち、図2(a)に
示す通常再生用データに対して、図2(b)に示す第1
早送りデータ1と図2(c)に示す、第1の早送りデー
タよりもさらに速い第2の早送りデータ2の2種類の早
送りデータが用意される。なお、図2において、tnは
タイムスタンプを、sは開始のタイムスタンプを表す。
In the first embodiment, two types of fast-forward data are prepared in advance. That is, the data for normal reproduction shown in FIG. 2A is compared with the first data shown in FIG.
Two types of fast-forward data, ie, fast-forward data 1 and second fast-forward data 2 shown in FIG. 2C, which is faster than the first fast-forward data, are prepared. In FIG. 2, tn represents a time stamp, and s represents a start time stamp.

【0017】上述のように構成された第1実施形態のス
トリームデータの早送り機構の動作を説明する。クライ
アントから早送り要求r1を受け取ると、タイムスタン
プ制御装置7は、その時のレジスタ5の値を読み出し
て、早送りデータ1のサービスを開始する。すなわち、
タイムスタンプ制御装置7は、レジスタ5から現在送信
中のストリームデータのタイムスタンプを読み出し、読
み出し送信制御装置3に、どのストリームデータ(早送
りデータ)のどのタイムスタンプから読み出すかの命令
を与える。この命令に応答して、読み出し送信制御装置
3は、記憶装置1から指定されたストリームデータ(早
送りデータ1)の指定されたタイムスタンプを有するス
トリームデータ(早送りデータ1)を読み出しクライア
ントに送信する。この結果、クライアントには、早送り
データ1による早送り再生が見えることになる。クライ
アントは、さらに速い早送りを所望の場合、早送り要求
r2をサーバに送信する。この早送り要求r2に応答し
て、タイムスタンプ制御装置7は、レジスタ5に保持さ
れたタイムスタンプを読み出し、どのストリームデータ
(早送りデータ)のどのタイムスタンプから読み出すか
の命令を読み出し送信制御装置3に与える。この命令に
応答して、読み出し送信制御装置3は、記憶装置1か
ら、指定されたストリームデータ(早送りデータ2)の
指定されたタイムスタンプを有する早送りデータ1を読
み出しクライアントに送信する。この結果、クライアン
トにはより速い早送り再生が見えることになる。 (第2実施形態)図3はこの発明の第2実施形態に関わ
るストリームデータの早送り機構のブロック図である。
なお、第1実施形態と同一部には同符号を付してその説
明を省略する。第1実施形態では、早送りデータの切替
えが手動で行われるが、第2実施形態では、自動的に切
り替えられる。第2実施形態では、第1実施形態にさら
にタイマ9が設けられる。タイマ9は、タイムスタンプ
制御装置7からのスタート信号に応答して、所定時間計
時動作を行いタイマリクエスト信号Trをタイムスタン
プ制御装置7に出力する。
The operation of the fast-forward mechanism for stream data according to the first embodiment configured as described above will be described. Upon receiving the fast-forward request r1 from the client, the time stamp control device 7 reads the value of the register 5 at that time and starts the service of the fast-forward data 1. That is,
The time stamp control device 7 reads the time stamp of the stream data currently being transmitted from the register 5 and gives the read transmission control device 3 an instruction on which stream data (fast-forward data) to read from which time stamp. In response to this command, the read transmission control device 3 reads the stream data (fast-forward data 1) having the specified time stamp of the specified stream data (fast-forward data 1) from the storage device 1, and transmits the read stream data to the client. As a result, the client can see the fast-forward reproduction based on the fast-forward data 1. If the client desires a faster fast-forward, it sends a fast-forward request r2 to the server. In response to the fast-forward request r2, the time stamp control device 7 reads the time stamp held in the register 5, reads an instruction of which stream data (fast-forward data) to read from which time stamp, and sends the command to the transmission control device 3. give. In response to this command, the read transmission control device 3 reads the fast-forward data 1 having the specified time stamp of the specified stream data (fast-forward data 2) from the storage device 1 and transmits the read fast-forward data 1 to the client. As a result, the client will see faster fast-forward playback. (Second Embodiment) FIG. 3 is a block diagram of a stream data fast-forward mechanism according to a second embodiment of the present invention.
The same parts as those in the first embodiment are denoted by the same reference numerals, and description thereof will be omitted. In the first embodiment, the switching of the fast-forward data is performed manually, but in the second embodiment, the switching is performed automatically. In the second embodiment, a timer 9 is further provided in the first embodiment. The timer 9 performs a predetermined time counting operation in response to a start signal from the time stamp control device 7, and outputs a timer request signal Tr to the time stamp control device 7.

【0018】ストリームデータの通常再生中に、クライ
アントから早送り要求r1を受け取ると、タイムスタン
プ制御装置7は、その時のレジスタ5の値を読み出し、
第1実施形態で説明したと同様の制御により早送りデー
タr1のサービスを開始する。この結果、クライアント
には早送りデータ1による早送り再生が見えることにな
る。それと同時に、タイムスタンプ制御装置7はタイマ
9に対してタイマスタートを要求する。タイマ9は所定
時間カウント後、タイムスタンプ制御装置7に対してタ
イマリクエスト信号Trを出力する。このタイマリクエ
スト信号Trに応答して、タイムスタンプ制御装置7は
その時のレジスタ5の値を読み出して、早送りデータ2
のサービスを開始する。この時の制御は、早送りデータ
1の場合と同様であるのでその説明を省略する。この結
果、早送り速度が次第に早くなっていくような早送り再
生が実現することができる。 (第3実施形態)図4は、この発明の第3実施形態に係
わるストリームデータの早送り機構のブロック図であ
る。なお、第1、第2実施形態と同一部は同符号を付し
てその説明を省略する。第3実施形態は、通常再生用デ
ータのみを使って、複数種類の早送りを実現する。図4
において、レジスタ11は、早送り1を実現するときの
タイムスタンプのインクリメント値を格納する。また、
レジスタ13は、早送り2を実現するときのタイムスタ
ンプのインクリメント値を格納する。
When a fast-forward request r1 is received from a client during normal reproduction of stream data, the time stamp control device 7 reads the value of the register 5 at that time, and
The service of the fast-forward data r1 is started by the same control as described in the first embodiment. As a result, the client can see the fast-forward reproduction based on the fast-forward data 1. At the same time, the time stamp control device 7 requests the timer 9 to start the timer. After counting a predetermined time, the timer 9 outputs a timer request signal Tr to the time stamp control device 7. In response to the timer request signal Tr, the time stamp controller 7 reads the value of the register 5 at that time,
Start the service. The control at this time is the same as that in the case of the fast-forward data 1, and the description thereof is omitted. As a result, fast-forward reproduction in which the fast-forward speed gradually increases can be realized. (Third Embodiment) FIG. 4 is a block diagram of a stream data fast-forward mechanism according to a third embodiment of the present invention. The same parts as those in the first and second embodiments are denoted by the same reference numerals, and the description thereof will be omitted. In the third embodiment, a plurality of types of fast forward are realized using only the normal reproduction data. FIG.
In, the register 11 stores an increment value of the time stamp when the fast forward 1 is realized. Also,
The register 13 stores an increment value of the time stamp when the fast forward 2 is realized.

【0019】ストリームデータの通常再生中に、クライ
アントから早送り要求r1を受け取ると、その時のレジ
スタ5の値を読み出し、レジスタ11に格納されたイン
クリメント値1を加算したタイムスタンプで、ストリー
ムデータのサービスを開始する。すなわち、加算して得
られたタイムスタンプと、どの早送り速度かを示すデー
タとともにどのストリームデータを読み出すかの読み出
し命令を読み出し送信制御装置3に出力する。この命令
に応答して、読み出し送信制御装置は、指定されたスト
リームデータを指定されたタイムスタンプから読み出
し、送信する。
When a fast-forward request r1 is received from the client during normal reproduction of stream data, the value of the register 5 at that time is read, and the service of the stream data is provided by the time stamp obtained by adding the increment value 1 stored in the register 11. Start. That is, a read command indicating which stream data is to be read is output to the transmission controller 3 together with the time stamp obtained by the addition and the data indicating which fast-forward speed. In response to this command, the read / transmission control device reads the designated stream data from the designated time stamp and transmits it.

【0020】前記サービスの開始と同時に、タイムスタ
ンプ制御装置7は、タイマ9に対してタイマスタートを
要求する。タイマ9はこの要求に応答して、所定時間カ
ウント後、タイマリクエスト信号Trを出力する。この
タイマリクエスト信号Trに応答して、タイムスタンプ
制御装置7は再びレジスタ5の値を読み出し、レジスタ
11の値を加算したタイムスタンプで、ストリームデー
タのサービスを開始する。この動作が各サイクル毎に行
われる。そこで、クライアントがさらに速い早送りを要
求した場合、早送り要求r2をタイムスタンプ制御装置
7に送信する。タイムスタンプ制御装置7は、この早送
り要求r2に応答して、その時のレジスタ5の値を読み
出し、レジスタ13のインクリメント値を加算し、その
結果得られたタイムスタンプで、ストリームデータのサ
ービスを開始する。この結果、クライアントにはより速
い早送りスキップ再生が見えることになる。 (第4実施形態)第3実施形態では、クライアント側か
らの早送り要求に応じて複数の早送り速度を切り替える
ように構成したが、第4実施形態では、サーバ側で自動
的に早送り速度を切替える。
At the same time as the start of the service, the time stamp control device 7 requests the timer 9 to start the timer. In response to this request, the timer 9 outputs a timer request signal Tr after counting a predetermined time. In response to the timer request signal Tr, the time stamp control device 7 reads the value of the register 5 again, and starts the service of the stream data with the time stamp obtained by adding the value of the register 11. This operation is performed for each cycle. Therefore, when the client requests a faster fast-forward, a fast-forward request r2 is transmitted to the time stamp controller 7. In response to the fast forward request r2, the time stamp control device 7 reads the value of the register 5 at that time, adds the increment value of the register 13, and starts the service of the stream data with the obtained time stamp. . As a result, the client will see faster fast-forward skip playback. (Fourth Embodiment) In the third embodiment, a plurality of fast-forward speeds are switched in response to a fast-forward request from the client side. In the fourth embodiment, the fast-forward speed is automatically switched on the server side.

【0021】図4において、ストリームデータの通常再
生中に、クライアントから早送り要求r1を受け取る
と、タイムスタンプ制御装置7はそのときのレジスタ5
の値を読み出し、それにレジスタ11の値を加算したタ
イムスタンプで、ストリームデータのサービスを開始す
る。それと同時にタイマスタンプ制御装置7はタイマ9
に対してタイマスタートを要求する。所定時間カウント
後、タイマ9はタイムスタンプ制御装置7にタイマリク
エスト信号Trを出力する。このタイマリクエスト信号
Trに応答して、タイムスタンプ制御装置7は、再度レ
ジスタ5の値を読み出すとともに、レジスタ13のイン
クリメント値を読み出して加算し、その結果得られたタ
イムスタンプでストリームデータのサービスを行うサイ
クルに移行する。
In FIG. 4, when the fast forward request r1 is received from the client during the normal reproduction of the stream data, the time stamp control device 7 sets the register 5 at that time.
Is read out, and the service of the stream data is started with a time stamp obtained by adding the value of the register 11 to the value. At the same time, the timer stamp control device 7
Request the timer start. After counting the predetermined time, the timer 9 outputs a timer request signal Tr to the time stamp control device 7. In response to the timer request signal Tr, the time stamp control device 7 reads the value of the register 5 again, reads and increments the increment value of the register 13, and uses the time stamp obtained as a result to provide stream data service. Move to the cycle to be performed.

【0022】クライアントには通常再生→タイムスタン
プインクリメント値11によるスキップ再生→タイムス
タンプインクリメント値13によるスキップ再生が連続
して再生されるように見える。これにより、速度が次第
に速くなっていくような早送りスキップ再生を実現する
ことができる。 (第5実施形態)第5実施形態では、早送り1から早送
り2に移るタイミングを任意に設定可能なストリームデ
ータの早送り機構が提供される。なお、第4実施形態と
同一部には同符号を付してその説明を省略する。
It appears to the client that normal reproduction → skip reproduction with the time stamp increment value 11 → skip reproduction with the time stamp increment value 13 is continuously reproduced. This makes it possible to realize fast-forward skip reproduction in which the speed gradually increases. (Fifth Embodiment) In the fifth embodiment, there is provided a stream data fast-forward mechanism capable of arbitrarily setting the timing of shifting from fast-forward 1 to fast-forward 2. The same parts as those in the fourth embodiment are denoted by the same reference numerals, and description thereof will be omitted.

【0023】マニュアル操作回路15は、入力された切
替えタイミング値Tnにもとづいて、早送り1を実現す
るときのタイムスタンプのインクリメント値1および早
送り2を実現するときのタイムスタンプのインクリメン
ト値2を可変設定する。これにより、任意のタイミング
で早送り1から早送り2に切り替えることができる。こ
のような構成にすることにより、クライアント側で実際
に早送りデータの再生を見ながら所望の早送りを選択す
ることが可能となる。
The manual operation circuit 15 variably sets a time stamp increment value 1 for realizing fast-forward 1 and a time stamp increment value 2 for realizing fast-forward 2 based on the input switching timing value Tn. I do. Thereby, it is possible to switch from the fast forward 1 to the fast forward 2 at an arbitrary timing. With such a configuration, it is possible to select a desired fast forward while actually watching the reproduction of the fast forward data on the client side.

【0024】なお、上述した実施形態では、ストリーム
データの早送り機構について述べたが、この発明はスト
リームデータの早送り機構に限定されず、同様の制御に
より、ストリームデータの早巻き戻しにも適用可能であ
る。
In the above-described embodiment, the fast-forward mechanism for stream data has been described. However, the present invention is not limited to the fast-forward mechanism for stream data, and can be applied to fast rewind of stream data by the same control. is there.

【0025】さらに、上述し実施形態では、早送りデー
タの種類を2種類、および早送りの速度の種類を2種類
として説明したが、さらに、2種類以上の複数種類の構
成にしてもよい。
Further, in the above-described embodiment, two types of fast-forward data and two types of fast-forward speed have been described. However, two or more types of fast-forward data may be used.

【0026】[0026]

【発明の効果】以上説明したように、本発明によれば、
手動または自動で複数種類の早送りが実現できる。
As described above, according to the present invention,
Multiple types of fast forward can be realized manually or automatically.

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

【図1】本発明の第1実施形態に係わるストリームデー
タの早送り機構を示すブロック図。
FIG. 1 is a block diagram showing a stream data fast-forward mechanism according to a first embodiment of the present invention.

【図2】同実施形態で使用される、通常再生用データ、
早送りデータ1、および早送りデータ2を示す概念図。
FIG. 2 shows normal reproduction data used in the embodiment;
FIG. 3 is a conceptual diagram showing fast-forward data 1 and fast-forward data 2.

【図3】本発明の第2実施形態に係わるストリームデー
タの早送り機構を示すブロック図。
FIG. 3 is a block diagram showing a fast-forward mechanism for stream data according to a second embodiment of the present invention.

【図4】本発明の第3および第4実施形態に係わるスト
リームデータの早送り機構を示すブロック図。
FIG. 4 is a block diagram showing a fast-forward mechanism for stream data according to third and fourth embodiments of the present invention.

【図5】本発明の第5実施形態に係わるストリームデー
タの早送り機構を示すブロック図。
FIG. 5 is a block diagram showing a stream data fast-forward mechanism according to a fifth embodiment of the present invention.

【図6】従来技術における第1の早送り方式を説明する
ための、通常再生用データと、早送り用データとを示す
概念図。
FIG. 6 is a conceptual diagram showing normal reproduction data and fast-forward data for explaining a first fast-forward method in the prior art.

【図7】従来技術における第2の早送り方式を説明する
ための概念図。
FIG. 7 is a conceptual diagram for explaining a second fast-forward method in the related art.

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

1…記憶装置 3…読み出し送信制御装置 5…レジスタ 7…タイムスタンプ制御装置 9…タイマ 11…レジスタ(インクリメント値1) 13…レジスタ(インクリメント値2) 15…マニュアル操作回路 DESCRIPTION OF SYMBOLS 1 ... Storage device 3 ... Read transmission control device 5 ... Register 7 ... Time stamp control device 9 ... Timer 11 ... Register (increment value 1) 13 ... Register (increment value 2) 15 ... Manual operation circuit

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 複数種類の早送り速度に対応した複数種
類の早送りビデオストリームを記憶する記憶装置と、 前記複数種類の早送りビデオストリームのいずれを送信
するかを指定する手段と、 送信中のタイムスタンプを格納するレジスタと、 前記指定手段に応答して、前記レジスタに格納されたタ
イムスタンプを読み出し、前記複数種類の早送りビデオ
ストリームのうちのどのビデオストリームをどのタイム
スタンプから送信するかを示す制御データを出力するタ
イムスタンプ制御装置と、および前記タイムスタンプ制
御装置から出力された制御データに応答して、前記記憶
装置から、前記レジスタから読み出したタイムスタンプ
を有するストリームデータを読み出し送信する読み出し
送信制御装置とを具備したことを特徴とするストリーム
データ早送り機構。
1. A storage device for storing a plurality of types of fast-forward video streams corresponding to a plurality of types of fast-forward speeds, means for specifying which of the plurality of types of fast-forward video streams to transmit, and a time stamp during transmission A register for storing a time stamp stored in the register in response to the specifying means, and control data indicating which video stream of the plurality of types of fast-forward video streams is transmitted from which time stamp. And a read transmission control device for reading and transmitting stream data having a time stamp read from the register from the storage device in response to control data output from the time stamp control device. A stream comprising: Data fast forward mechanism.
【請求項2】 少なくとも第1の早送り速度を有する第
1の早送りビデオストリームと前記第1の早送り速度と
異なる第2の早送り速度を有する第2の早送りビデオス
トリームとを記憶する記憶装置と、 前記第1および第2の早送りビデオストリームのいずれ
を送信するかを指定する手段と、 送信中のタイムスタンプを格納するレジスタと、 所定時間カウント後、タイムアウト信号を出力するタイ
マと、 前記指定手段に応答して、前記レジスタに格納されたタ
イムスタンプを読み出し、第1ビデオストリームを示す
とともに、第1ビデオストリームのどのタイムスタンプ
から送信するかを示す第1制御データを出力し、前記タ
イマをスタートさせ、前記タイマからのタイムアウト信
号に応答して第2ビデオストリームを示すと共に、第2
ビデオストリームのどのタイムスタンプから送信するか
を示す第2制御データを出力するタイムスタンプ制御装
置と、および前記タイムスタンプ制御装置から出力され
た第1制御データにより指定されたストリームデータを
読み出し、送信すると共に、前記タイマによる所定時間
カウント後、前記タイムスタンプ制御装置から出力され
た第2制御データにより指定されたストリームデータを
読み出し、送信する読み出し送信制御装置とを具備する
ことを特徴とするストリームデータ早送り機構。
2. A storage device for storing at least a first fast-forward video stream having a first fast-forward speed and a second fast-forward video stream having a second fast-forward speed different from the first fast-forward speed. Means for designating which of the first and second fast-forward video streams is to be transmitted, a register for storing a time stamp during transmission, a timer for outputting a timeout signal after counting a predetermined time, and a response to the designating means Reading the time stamp stored in the register, indicating the first video stream, and outputting first control data indicating which time stamp of the first video stream to transmit, starting the timer, Indicating a second video stream in response to a timeout signal from the timer;
A time stamp control device that outputs second control data indicating from which time stamp of the video stream to transmit, and reads and transmits the stream data specified by the first control data output from the time stamp control device And a read transmission control device for reading and transmitting the stream data specified by the second control data output from the time stamp control device after counting a predetermined time by the timer. mechanism.
【請求項3】 少なくとも第1の早送り速度を有する第
1の早送りビデオストリームと前記第1の早送り速度と
異なる第2の早送り速度を有する第2の早送りビデオス
トリームとを記憶する記憶装置と、 前記第1および第2早送りビデオストリームのいずれを
送信するかを指定する手段と、 送信中のタイムスタンプを格納する第1レジスタと、 前記第1の早送りビデオストリームを再生するときのタ
イムスタンプのインクリメント値を格納する第2レジス
タと、 前記第2の早送りビデオストリームを再生するときのタ
イムスタンプのインクリメント値を格納する第3レジス
タと、 所定時間カウント後タイムアウト信号を出力するタイマ
と、 前記レジスタに格納されたタイムスタンプを読み出し、
前記第2レジスタおよび第3レジスタのいずれかに格納
されたインクリメント値を加算したタイムスタンプ値を
得、前記指定手段により指定されたビデオストリームで
あって、かつそのビデオストリームの、前記加算により
得られたタイムスタンプから送信することを示す制御デ
ータを出力すると共に、前記タイマをスタートさせ、前
記タイマからのタイムアウト信号に応答して、前記第1
レジスタから再度タイムスタンプを読み出し、前記第2
レジスタまたは第3レジスタのいずれかに格納されたイ
ンクリメント値を加算したタイムスタンプ値を得、指定
手段に指定されたビデオストリームであって、かつその
ビデオストリームの、前記加算により得られたタイムス
タンプから送信することを示す制御データを出力するタ
イムスタンプ制御装置と、および前記タイムスタンプ制
御装置から出力された制御データに応答して前記記憶装
置から、前記制御データにより指定されたストリームデ
ータを読み出し送信する読み出し制御装置とを具備する
ことを特徴とするストリームデータ早送り機構。
3. A storage device for storing at least a first fast-forward video stream having a first fast-forward speed and a second fast-forward video stream having a second fast-forward speed different from the first fast-forward speed; Means for specifying which of the first and second fast-forward video streams is to be transmitted, a first register for storing a time stamp during transmission, and an increment value for the time stamp when the first fast-forward video stream is reproduced. A second register for storing an increment value of a time stamp when the second fast-forward video stream is reproduced; a timer for outputting a timeout signal after counting a predetermined time; and a timer for storing a timeout signal. Read the time stamp
A timestamp value obtained by adding an increment value stored in one of the second register and the third register is obtained, and a video stream specified by the specifying means and obtained by the addition of the video stream is obtained. Control data indicating that transmission is to be performed from the time stamp, and starts the timer, and in response to a timeout signal from the timer,
The time stamp is read again from the register, and the second
Obtaining a timestamp value obtained by adding the increment value stored in either the register or the third register; and obtaining a timestamp value from the timestamp obtained by the addition of the video stream specified by the specifying means. A time stamp control device for outputting control data indicating transmission, and reading and transmitting stream data specified by the control data from the storage device in response to the control data output from the time stamp control device A stream data fast-forward mechanism, comprising: a read control device.
【請求項4】 少なくとも第1の早送り速度を有する第
1の早送りビデオストリームと前記第1の早送り速度と
異なる第2の早送り速度を有する第2の早送りビデオス
トリームとを記憶する記憶装置と、 前記第1および第2早送りビデオストリームのいずれを
送信するかを指定する手段と、 送信中のタイムスタンプを格納する第1レジスタと、 前記第1の早送りビデオストリームを再生するときのタ
イムスタンプのインクリメント値を格納する第2レジス
タと、 前記第2の早送りビデオストリームを再生するときのタ
イムスタンプのインクリメント値を格納する第3レジス
タと、 所定時間カウント後タイムアウト信号を出力するタイマ
と、 前記レジスタに格納されたタイムスタンプを読み出し、
前記第2レジスタに格納されたインクリメント値を加算
したタイムスタンプ値を得、前記指定手段に指定された
ビデオストリームであってかつそのビデオストリーム
の、前記加算により得られたタイムスタンプから送信す
ることを示す第1制御データを出力するとともに、前記
タイマをスタートさせ、前記タイマからのタイムアウト
信号に応答して、前記第1レジスタから再度タイムスタ
ンプを読み出し、前記第3レジスタに格納されたインク
リメント値を加算したタイムスタンプ値を得、指定手段
に指定されたビデオストリームであって、かつそのビデ
オストリームの、前記加算により得られたタイムスタン
プから送信することを示す第2制御データを出力するタ
イムスタンプ制御装置と、および前記タイムスタンプ制
御装置から出力された第1制御データにより指定された
ストリームデータを前記記憶装置から読み出し、送信
し、前記タイマにより所定時間カウント後、前記第2制
御データにより指定されたストリームデータを読み出
し、送信する読み出し送信制御装置とを具備することを
特徴とするストリームデータの早送り機構。
4. A storage device for storing at least a first fast-forward video stream having a first fast-forward speed and a second fast-forward video stream having a second fast-forward speed different from the first fast-forward speed. Means for specifying which of the first and second fast-forward video streams is to be transmitted, a first register for storing a time stamp during transmission, and an increment value for the time stamp when the first fast-forward video stream is reproduced. A second register for storing an increment value of a time stamp when the second fast-forward video stream is reproduced; a timer for outputting a timeout signal after counting a predetermined time; and a timer for storing a timeout signal. Read the time stamp
Obtaining a timestamp value obtained by adding the increment value stored in the second register, and transmitting the video stream specified by the specifying means from the timestamp obtained by the addition of the video stream. Output the first control data, start the timer, read the time stamp from the first register again in response to a timeout signal from the timer, and add the increment value stored in the third register. A time stamp control device that obtains the time stamp value, and outputs second control data that is a video stream specified by the specifying means and that is transmitted from the time stamp obtained by the addition of the video stream. And output from the time stamp control device. A read / transmission control device for reading and transmitting the stream data specified by the first control data from the storage device, reading the stream data specified by the second control data after counting a predetermined time by the timer, and A fast forward mechanism for stream data, comprising:
【請求項5】前記第2レジスタに格納されたインクリメ
ント値と前記第3レジスタに格納されたインクリメント
値とを可変設定する手段を更に有し、それにより前記第
1の早送りビデオストリームから前記第2の早送りビデ
オストリームに切り替えるタイミングを任意に設定する
ことを特徴とする請求項4に記載のストリームデータの
早送り機構。
5. The apparatus according to claim 1, further comprising means for variably setting an increment value stored in said second register and an increment value stored in said third register, whereby said second fast-forward video stream is read from said second fast-forward video stream. The stream data fast-forward mechanism according to claim 4, wherein the timing for switching to the fast-forward video stream is set arbitrarily.
JP10273472A 1998-09-28 1998-09-28 Stream data fast forwarding mechanism Pending JP2000101985A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10273472A JP2000101985A (en) 1998-09-28 1998-09-28 Stream data fast forwarding mechanism

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10273472A JP2000101985A (en) 1998-09-28 1998-09-28 Stream data fast forwarding mechanism

Publications (1)

Publication Number Publication Date
JP2000101985A true JP2000101985A (en) 2000-04-07

Family

ID=17528402

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10273472A Pending JP2000101985A (en) 1998-09-28 1998-09-28 Stream data fast forwarding mechanism

Country Status (1)

Country Link
JP (1) JP2000101985A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100438562B1 (en) * 2002-08-10 2004-07-02 엘지전자 주식회사 Reproducing method for audio and video streaming contents
JP2009110536A (en) * 2004-05-19 2009-05-21 Sony Computer Entertainment Inc Image frame processing method and device, rendering processor and moving image display method
JP2013046276A (en) * 2011-08-25 2013-03-04 National Agency For The Advancement Of Sports & Health Video transmission server

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100438562B1 (en) * 2002-08-10 2004-07-02 엘지전자 주식회사 Reproducing method for audio and video streaming contents
JP2009110536A (en) * 2004-05-19 2009-05-21 Sony Computer Entertainment Inc Image frame processing method and device, rendering processor and moving image display method
JP2013046276A (en) * 2011-08-25 2013-03-04 National Agency For The Advancement Of Sports & Health Video transmission server

Similar Documents

Publication Publication Date Title
KR100408635B1 (en) Movie-on-demand disk storage loop architecture
JP3653731B2 (en) Video signal output device
JP5021656B2 (en) Method for realizing time-shifted television
US6965724B1 (en) Trick-play modes for pre-encoded video
KR100385584B1 (en) Trick Play Mode for Pre-Encoding Video
KR100985036B1 (en) More user friendly time-shift buffer
JPH07264529A (en) Time shifting device
KR100884400B1 (en) Image process apparatus and method thereof
JP4042631B2 (en) Receiving apparatus and receiving method
JPH0998362A (en) Multimedia communication system
JPH0983867A (en) Edit system and video signal transmission system
JP3557217B2 (en) Storage medium device for storing information data such as video data and / or audio data and information providing device
JP2000101985A (en) Stream data fast forwarding mechanism
JP3302405B2 (en) Recording and playback device
JPH08149451A (en) Video/on/demand/system
JP2003209823A (en) Stream transmission/reception system, and stream transmission/reception method
WO2002039450A2 (en) Method for switching from scanning the content to playing the content
JP2002094560A (en) Method for providing information
JP2004220679A (en) Reproducing device
JP3610352B2 (en) Recording / playback device
JPH0832955A (en) Video signal terminal equipment
JP4356225B2 (en) Information providing method, information providing apparatus, and information recording medium
EP1835502B1 (en) Dual storage method and apparatus for streamed AV signal for Time Shift recording function.
JPH07320399A (en) Digital information recording and reproducing device
JP2004015821A (en) Device and method for recording and reproducing data

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050819

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20071018

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20071023

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20080304