CA2342316C - Frame sampling scheme for video in video-on-demand system - Google Patents

Frame sampling scheme for video in video-on-demand system Download PDF

Info

Publication number
CA2342316C
CA2342316C CA002342316A CA2342316A CA2342316C CA 2342316 C CA2342316 C CA 2342316C CA 002342316 A CA002342316 A CA 002342316A CA 2342316 A CA2342316 A CA 2342316A CA 2342316 C CA2342316 C CA 2342316C
Authority
CA
Canada
Prior art keywords
video
segment
segments
frames
disk
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 - Lifetime
Application number
CA002342316A
Other languages
French (fr)
Other versions
CA2342316A1 (en
Inventor
Ming-Syan Chen
Dilip D. Kandlur
Philip S. Yu
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.)
International Business Machines Corp
Original Assignee
International Business Machines 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
Priority claimed from US08/222,781 external-priority patent/US5521630A/en
Application filed by International Business Machines Corp filed Critical International Business Machines Corp
Publication of CA2342316A1 publication Critical patent/CA2342316A1/en
Application granted granted Critical
Publication of CA2342316C publication Critical patent/CA2342316C/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/20Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
    • H04N21/23Processing of content or additional data; Elementary server operations; Server middleware
    • H04N21/238Interfacing the downstream path of the transmission network, e.g. adapting the transmission rate of a video stream to network bandwidth; Processing of multiplex streams
    • H04N21/2387Stream processing in response to a playback request from an end-user, e.g. for trick-play
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N21/00Selective content distribution, e.g. interactive television or video on demand [VOD]
    • H04N21/20Servers specifically adapted for the distribution of content, e.g. VOD servers; Operations thereof
    • H04N21/23Processing of content or additional data; Elementary server operations; Server middleware
    • H04N21/231Content storage operation, e.g. caching movies for short term storage, replicating data over plural servers, prioritizing data for deletion
    • H04N21/2312Data placement on disk arrays

Abstract

A system and method for performing variable speed scanning or by browsing, wherein a user controls the playout speed of a movie, which does not require additional disk or network bandwidth resources. In a preferred embodiment, the method provides for scanning operations for an MPEG video stream. The method satisfies the constraints of the MPEG decoder (in the users set-top box) and require a minimum of additional system resources. The embodiments of the present invention include (a) a storage method, (b1) a segment sampling method, (b2) a segment placement method, and (c) a playout method, where (b1) and (b2) are two alternatives for segment selection. Thus, two sets of solutions are provided to support variable speed scanning in a disk- array-based video server: One using (a), (b1) and (c), and the other using (a), (b2) and (c).

Description

FRAME SAMPLING SCHEME FOR VIDEO SCANNING IN A
VIDEO-ON-DEMAND SYSTEM
I. Background of the Invention a. Field of the Invention The present invention relates to the support of video frame retrieval and scanning in a disk-array-based video server.
b. Related Art In a video on demand (hereinafter, VOD) system, multimedia streams (movies) are stored on a storage server and played out to an end user (receiving) station upon request.
The multimedia streams consist of compressed video and audio. The prevalent standard for the video is MPEG
(Moving Picture Experts Group). Inter-frame compression techniques such as MPEG provide significant advantages in storage and transmission, and consequently they are universally accepted for VOD applications.
During normal playout, data blocks belonging to the multimedia stream are retrieved from the storage system and transmitted to the receiving station. The receiving station decodes the incoming stream and plays it out. In general, it is desirable to provide the user with VCR--like search functions such as "fast-forward" (also called "scan forward") in a VOD system. There are several conventional approaches to implementing this fast-forward (hereinafter, FF) function, some of which mimic the scan operation of an analog VCR or movie projector. However, each of these approaches imposes additional resource requirements on the system as explained below, where for ease of exposition, it is assumed that the movie has to be scanned at three times of the normal playout rate.
The multimedia stream is retrieved and transmitted at 3X of the normal playout rate, and the end station filters and plays out the data. This solution requires additional resources (3X the normal rate) at the storage system, the memory buffers, and the network. It also requires additional resources at the end station to process the incoming data.
The storage system retrieves and transmits every third frame to the end station. This solution requires a significant amount of additional system resources. The multimedia file must now be indexed to retrieve individual frames, and the amount of retrieved data is higher than normal due to the structure of the inter-frame coding.
The system switches over to a separately coded FF stream to provide the scan operation. This solution, though eliminating any additional read bandwidth or network bandwidth, is extremely expensive in terms of storage cost.
II. Summary of The Invention It is an object of this invention to support fast-forward and fast-backward (scanning) video frame retrieval in a disk-array-based video server.
It is a further object of this invention to support variable speed scanning in video server.
To avoid the previously described drawbacks, the present invention provides a system and method for performing variable speed scanning or browsing, wherein a user controls the playout speed of a movie, which does not require additional disk or network bandwidth resources.
In a preferred embodiment, the method provides for variable speed scanning operations for an MPEG video stream. The method satisfies the constraints of the MPEG decoder (in the users set-top box) and require a minimum of additional system resources. The embodiments of the present invention include (a) a storage method, (b 1 ) a segment sampling method, (b2) a segnnent placement method, and (c) a playout method, where (b 1 ) and (b2) are two alternatives for segment selection.
Thus, two sets of solutions are provided to support variable speed scanning in a disk-array-based video server: One using (a), (bl) and (c), and the other using (a), (b2) and (c).

An MPEG video stream is composed of three types of frames: intra frames (I), predictive frames (P) and interpolated frames (B). The storage method divides a stream of MPEG video frames into media segments. Each segment comprises consecutive frames beginning with an I frame and ending before another I frame. Allocation and retrieval of the multimedia stream is in units of segments.
S Consecutive segments are stored on different disks in the disk array.
During normal playout, one media segment is retrieved from each disk in a disk array with, say n, disks. These n segments are buffered in memory and transmitted at a fixed rate to the receiving station. In order to preserve smooth operation during the FF mode, n consecutive segments in the scan sequence reside in n different disks.
The segment sampling method, which selectively retrieves segments from a disk array where segments are placed in a round-robin manner, supports segment sampling for FF
retrieval, at any FF
rate desired by viewers. The segments sampled by this method are uniformly distributed with a minimal variation on the number of segments skipped between every two consecutive retrievals.
The segment placement method is an alternative to the segment sampling method for segment selection. In contrast to the segment sampling method (that is used for a disk-array-based video server where segments are placed in a round-robin manner) the segment placement method allocates segments to disks judiciously such that no special provision is needed for sampling and the segments can be completely uniformly sampled in an scanning mode for some pre-determined scanning speeds.
The playout method operates the receiving station to play out the retrieved video stream for scanning retrieval. This method, by selectively parsing the incoming media stream and adjusting presentation time-stamps, minimizes the buffer space and the transmission bandwidth required by the server and the end station. These, and other objects, features and advantages of this invention will become apparent from the following detailed description of the invention taken in conjunction with the accompanying drawings.

III. Brief Description of the Drawings Fig. 1 shows a disk-array-based multi-media video server in a network;
Fig. 2 is a block diagram for the procedure of fast-forward retrieval using the segment sampling method;
Fig. 3 is a block diagram for the procedure of fast-forward retrieval using the segment placement method;
Fig. 4 shows a sequence for of MPEG frames;
Fig. 5 shows a disk array where video segments are stored in a round robin manner;
Fig. 6 is a detailed flow diagram for a segment sampling method program;
Fig. 7 shows an example for the segment sampling method;
Fig. 8 is a detailed flow diagram for a segment placement method program;
Fig. 9 shows an example for the segment placement method; and, Fig. 10 is a block diagram for the playout procedure.
1 S IV. Detailed Description of A Preferred Embodiment Fig. 1 shows a disk-array-based video server 100, wherein video data is stored in the disk array 102 and transmitted to the end client stations 103 over the network 104 upon request. The movies (videos) are stored on the disks 102. The video server 100 includes a processor (cpu) 101 which executes tasks under control of a cyclic scheduler 106. These tasks include a retrieval task 150 which retrieves videos from the disks 102, a storage task 152 which stores videos temporarily in the memory buffer 1 OS and a transmission task 154 which transmits videos to client stations 103 by way of a communication network 104 via a network interface 107.
Each of the client stations 103 includes a network interface which provides bi-directional communication between the client station 103 and the video server video the communication network. The client stations also each include processor (cpu) 109 which receives videos via a client station network interface 108 into a playout buffer 110. Each client station 103 also includes a decoder 111 which receives movies from the playout buffer and decodes them for performance on the clients display equipment (such as a television set) and a control interface 112 which receives control commands (including scan speed control commands) from a user via a remote controller 114.
These commands are communicated to the video server via the network interface 108 and the network 104.
The video server 100 can be embodied using any processor of sufficient performance for the number of video streams to be supported. For example, a small capacity video server could be embodied using an RISC System/6000~ TM system while a larger capacity server could be embodied using an ES/9000TM TM system (both available from International Business Machines Corporation of Armonk, New York). The disk array 102 can be of the RAID level 5 type. The communication network 103 can be, for example, a fiber optic network or a conventional bi-directional cable network. The client stations 103 can be embodied as a set-top box. The Remote control 114 and the control logic can be coupled by way of a conventional infra-red interface. The clients send commands to the server 103 by way of the network 104. In accordance with an embodiment of the present invention, the client can control the scan speed of the video (along a continuous spectrum) by depressing particular buttons on the remote controller 114.
For clarity, the example of fast forward operations will be used in this description. It should be understood however that the described principals apply equally to fast backward (FB) operations.
Fig. 2 illustrates one way to achieve the FF retrieval in a disk-array-based video server, using a storage method 10, a segment sampling method 1 S, and a playout method 20 according to an embodiment of the present invention. The storage method 10 divides a stream of MPEG video frames into media segments. Each segment comprises consecutive frames beginning with an I frame and ending before another I frame. Allocation and retrieval of the multimedia stream is in units of segments. The segment sampling method 15 selectively retrieves segments from a disk array where segments are placed in a round robin manner and performs fast forward (FF) retrieval at any fast forward speed desired by viewers. The playout method 20 causes the end station to play out the retrieved video stream from fast forward retrieval and maintains the same buffer space and transmission bandwidth requirement as in the normal play operation.

Fig. 3 illustrates another way to achieve the FF retrieval in a disk-array-based video server, using the storage method 10, the segment placement method 35, and the playout method 20 according to another embodiment of the present invention. The storage method 10 and the playout method 20 are the same as used in conjunction with the method of FIG. 2. The segment placement method 35 allocates segments to disks judiciously such that segments can be completely uniformly sampled in an FF mode for some predetermined FF speeds.
The various tasks and programs used to control scanning will now be described by reference to FIGs.
4-10.
Fig. 4 shows a sequence of MPEG video frames 1-8 that is composed of intra frames (I), predictive frames (P), and interpolated frames (B). The storage order of the frames, which differs from the temporal order, reflects the order in which the frames have to be delivered to the decoder. In the MPEG stream P frames depend on I frames, and B frames depend upon both I and P
frames. Hence, it is not possible to play out B frames without the corresponding I and P
frames. I is therefore not possible to play out every third frame to achieve 3X playout since this subset would include B
frames without the corresponding anchor I or P frames.
For the foregoing reasons, the present storage method divides an MPEG video stream into media segments. Each segment includes consecutive frames beginning with an I frame and ending before another I frame. Allocation and retrieval of the multimedia stream is in units of segments.
Consecutive segments are stored on different disks in the disk array 102.
The segment sampling method of the retrieval task 150 will now be described.
Consider a disk-array-based video server of the type shown in FIG. 1 in which there are n disks. For the maximal throughput during the normal (standard playback speed) operation, video segments SO-S29 are stored in the disk array 102 in a round-robin manner so that n consecutive segments can be retrieved in one round. Formally, when there are n disks, segment g is stored in disk k=fl (g,n) where fl(g,n) = g mod n. Fig. 5 illustrates an example round-robin segment placement when n=10.

To achieve the FF feature, one has to appropriately sample some segments only, while skipping the others. The sampling rate depends upon the FF speed desired. If the FF speed is m times the normal speed, we would in average sample one segment out of m segments. For example, if the FF speed m equals 3, segments s0, s3, s6 and s9 will be retrieved from disk 0, disk 3, disk 6 and disk 9, respectively, in Fig. 5, while skipping segments sl, s2, s4, s5, s7 and s8.
The complete sampling procedure will be described in more detail later by reference to the segment sampling method.
To provide the best output during FF, the segments sampled should be as uniformly distributed as possible. For example, to double the speed, one can simply select even segments while skipping the odd ones. However, it can be verified that this method, while uniformly sampling the segments, will not obtain the maximal throughput when there are an even number of disks in the array (such as the situation in Fig. 5 where n=10). Specifically, where only the even segments are selected, only half of the disks (i.e., disks with even numbers) participate in the segment retrieval whereas the other half disks (i.e., disks with odd numbers) remain idle. Consequently, to develop an FF video segment retrieval scheme in a disk array where segments are stored in a round-robin manner, we not only want to sample the segments as uniformly as possible but also need to ensure that the maximal throughput is attained. Such a procedure is described below.
Fig. 6 is a flow chart of a program in the retrieval task 150 for determining, for each disk, which video segment to retrieve in an FF mode. Suppose the number of disks in the array is n and the FF
speed desired is m times as the normal operation. Let lcm(n,m) denote the least common multiple of m and n. For example lem(3,9)=9. Let z=nm/lcm(n,m), for notational simplicity. To facilitate the description, an FF segment retrieval for n=9 and m=3 is given in Fig. 7, where the segments retrieved are marked with *'s.
Referring now to Fig. 6, the round number of segment retrieval, r, equals one in the beginning (step 60). Depending on whether r is an odd number or an even number, each disk will use proper formulas to determine the segment to retrieve (step 70). The case that r is an odd number corresponds to the first half of the zig-zag curve resulting from the segments retrieved, such as the line formed by segments 0*, 10* and 20* in the first round of Fig. 7. On the other hand, the case that r is an even number corresponds to the second half of the zig-zag curve, such as the line formed by segments 29*, 37* and 45* in the second round of Fig. 7. Specifically, if r is an odd number, segment g will be retrieved from disk k, where g is uniquely determined by steps 80 and 85. If r is an even number, segment g will be retrieved from disk k, where g is uniquely determined by steps 90 and 95. After segment g is retrieved from disk k retrieves in step 100, if more video segments are needed (step 105), go to step 110 and increase the round number r by one.
Otherwise, this procedure ends in step 120.
Refernng again to Fig. 7, the example for n=9 and m=3 is provided and those segments retrieved are marked with *'s. Instead of retrieving segments whose numbers are multiples of three (which would make disks 1, 2, 4, 5, 7 and 8 idle), the segment sampling scheme described in Fig. 6 shifts the video segments retrieved in some retrievals. For example, segment 10 is fetched instead of segment 9, and segment 20 is fetched instead of segment 19. Such shifting, though making the segments retrieved not perfectly uniformly distributed, ensures that the maximal throughput is achieved. The group of segments retrieved in the first round of retrieval in Fig. 7 consists of segments 0, 10, 20, 3, 13, 23, 6, 16 and 26, which are then displayed in the order of 0, 3, 6, 10#, 13, 16, 20#, 23, 26, where # indicates a shift for retrieved segment numbers.
Under this scheme, the segments retrieved in the second round ofretrieval in Fig. 7 are segments 45, 37, 29, 48, 40, 32, 51, 43, and 35, which are then displayed in the order of 29, 32, 35, 37#, 40, 43, 45#, 48, 51. It can be seen from Fig. 7 that the segments retrieved form a zig-zag curve. The number of shifts in a zig-zag is 2nm/lem(n,m) - 2, which is the minimum among all FF schemes that could achieve the maximal throughput in a disk-array-based video server where segments are stored in a round-robin manner.
The segment placement method will now be described. As shown in Fig. 2 and Fig. 3, the segment placement method is an alternative to the segment sampling method previously described. In contrast to the segment sampling method (which selectively retrieves segments from a disk array in which segments are stored in a round-robin manner) the segment placement method allocates segments to disks judiciously such that no special provision is needed for sampling and the segment can be completely uniformly sampled in an FF mode for some pre-determined FF speeds.
Consider an FF
operation in which the playout rate is m times as the normal playout rates. In this FF mode, the sequence of retrieved segments from a given starting segment i is {i, i+m, i+2m, i+3m, ...}. Since n media segments are retrieved in each round, the segments to be retrieved are {(r-1)nm, (r-1)nm+m, (r-1)nm+2m, .., (r-1)nm+(n-1) m}, where r is the round number of segment retrieval.
It is necessary to ensure that these segments be mapped to different disks so as to have the maximal throughput. The segment placement function f2(g,n), defines a mapping from media segment g to a disk k, where k is a number ranging from 0 to n-1 in the disk array with n disks.
Assuming that m is a sub-multiple of the number of disks n, the mapping function can be defined as follows: fl(g,n) _ (g + [g/n]) mod n. The first term (g) represents a regular scattering of the segments on the n disks and the second (g/n) represents a skew factor. It can be shown that f1,(g,n) maps the segments {(r-1)nm, (r-1)nm+m, (r-1)nm+2m, ..., (r-1)nm+(n-1)m} to different disks for any r.
Referring now to Fig. 8 (which shows a flow chart of a segment placement program in the retrieval task 150), the round number of segment retrieval, r, equals one in the beginning (step 200). In the r-th round, disk k will locate its i-th disk (i.e., segment number g) to retrieve, where the numbers i and g are uniquely determined by steps 210 and 220, respectively. After segment g is retrieved from disk k in step 230, if more video segments are needed (step 240), go to step 250 and increase the round number r by one. Otherwise, this procedure ends in step 260.
Refernng now to Fig. 9, the placement of video segments in a disk array with 6 disks when the required FF speed is three times as the normal operation is given. This layout of media segments across n disks ensures smooth retrieval for playout at different FF speeds if the FF speed-up m is a sub-multiple of the number of disks n. The layout ensures that the media segments to be retrieved in a round all reside in different disks, so that the load imposed on the storage system by the retrieval process in the FF mode is identical to the load under normal operation.

The playout method is now described. During the normal speed playout, video data is retrieved from the disk in rounds. In each round one media segment is retrieved from each disk in the disk array.
The data is buffered temporarily in the server and transmitted at a fixed rate to the end station. In the FF mode, the server retrieves segments based on either the procedure in Fig. 2 or the one in Fig. 3.
Refernng now to Fig. 10, the processing steps of the receiving station that has the responsibility of parsing the incoming stream and creating a valid input stream for the decoder are given. The receiving end station 103 receives the incoming segment stream from the video server 100 in step 300, and discards intermediate frames that do not have the associated anchor frames in step 310.
Note that although the media segment begins with an I frame, it contains B
frames that have an anchor frame outside the media segment. These B frames are located immediately after the I frame as shown in Fig. 4, and are ignored since they depend on the last P frame in the preceding media segment which is not retrieved. In step 320 the receiving station adjusts the presentation time-stamps embedded in the stream. The presentation time-stamp determines the time at which a video frame is to be displayed. It has to be adjusted to compensate for the skipped segments and also 1 S for the dropped B frames, so as to reflect the correct playout time. Video frames are then played out in step 330.
This playout policy results in a piecewise continuous playout sequence. It allows the viewer to examine scenes in order to quickly locate the scene of interest. Since the segment size is fixed, no additional buffer or transmission bandwidth is required for the stream. The segment maintains the average data rate of the stream, and hence it is acceptable to the end station decoder.
Now that the invention has been described by way of the preferred embodiment, various modifications and improvements will occur to those of skill in the art. Thus, it should be understood that the preferred embodiment has been provided as an example and not as a limitation. The scope of the invention is defined by the appended claims.

Claims (2)

The embodiments of the invention in which an exclusive property or privilege is claimed are defined as follows:
1. A video-on-demand system, comprising:
a user station;
a video server;
the user station having a video decoder, a control interface for receiving scan speed control commands from a user and a first network interface for receiving video data from the video server and for communicating the scan speed control commands to the video server, said scan speed control commands being indicative of the user's selection of a scanning speed from a selectable range of scanning speeds faster than a normal playout speed;
the video server having a mass storage media, a second network interface for sending video data to the user station and for receiving the control commands from the user station, and processing logic at least in part responsive to the control commands and a number of storage devices included in the mass storage media for identifying particular frames of a video to be retrieved from the mass storage media and provided to the user station, said particular frames being provided instead of the frames that would have been provided had the video continued at the normal playout speed; and a communication network, coupled to the first network interface and the second network interface.
2. The video-on-demand system of Claim 1 wherein the frames are stored as segments on the media and wherein each of the segments comprises a sequence of consecutive frames which can be decoded as a unit by the user station.
CA002342316A 1994-04-04 1995-02-17 Frame sampling scheme for video in video-on-demand system Expired - Lifetime CA2342316C (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US08/222,781 1994-04-04
US08/222,781 US5521630A (en) 1994-04-04 1994-04-04 Frame sampling scheme for video scanning in a video-on-demand system
CA002142801A CA2142801C (en) 1994-04-04 1995-02-17 Frame sampling scheme for video in a video-on-demand system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
CA002142801A Division CA2142801C (en) 1994-04-04 1995-02-17 Frame sampling scheme for video in a video-on-demand system

Publications (2)

Publication Number Publication Date
CA2342316A1 CA2342316A1 (en) 1995-10-05
CA2342316C true CA2342316C (en) 2003-08-12

Family

ID=25677795

Family Applications (2)

Application Number Title Priority Date Filing Date
CA002342316A Expired - Lifetime CA2342316C (en) 1994-04-04 1995-02-17 Frame sampling scheme for video in video-on-demand system
CA002342317A Expired - Lifetime CA2342317C (en) 1994-04-04 1995-02-17 Frame sampling scheme for video in video-on-demand system

Family Applications After (1)

Application Number Title Priority Date Filing Date
CA002342317A Expired - Lifetime CA2342317C (en) 1994-04-04 1995-02-17 Frame sampling scheme for video in video-on-demand system

Country Status (1)

Country Link
CA (2) CA2342316C (en)

Also Published As

Publication number Publication date
CA2342316A1 (en) 1995-10-05
CA2342317A1 (en) 1995-10-05
CA2342317C (en) 2003-10-14

Similar Documents

Publication Publication Date Title
CA2142801C (en) Frame sampling scheme for video in a video-on-demand system
US5732217A (en) Video-on-demand system capable of performing a high-speed playback at a correct speed
US9930418B2 (en) Technique for delivering network personal video recorder service and broadcast programming service over a communications network
Chen et al. Support for fully interactive playout in disk-array-based video server
US7926080B2 (en) Trick mode support for VOD with long intra-frame intervals
JP3170461B2 (en) Pyramid data block structure for video-on-demand broadcasting
EP0812112B1 (en) System and method for indexing between trick play and normal play video streams in a video delivery system
US20090089846A1 (en) System and method providing enhanced features for streaming video-on-demand
US20020124259A1 (en) Client-based interactive digital television architecture
US20050028219A1 (en) System and method for multicasting events of interest
CA2342316C (en) Frame sampling scheme for video in video-on-demand system
KR100606681B1 (en) Server data structure and method for service of multimedia data in order to providing VCR-like functionfast forward/fast rewind in Video On Demand system.
KR100487684B1 (en) Computer-implemented method for indexing locations in a video stream, interactive video delivery system, video display device
KR100310778B1 (en) Method for providing special playback service in video on demand service
KR100310777B1 (en) Method for providing special playback service of video on demand service in interlaced mode
Ghandeharizadeh et al. Scalable video browsing techniques for intranet video servers
KR100431897B1 (en) Method for providing special playback service of video on demand service in interlaced mode
KR100431896B1 (en) Method for providing special playback service of video on demand service in interlaced mode
KR20000033733A (en) Particular reproduction service method of video on demand
JPH09200701A (en) Multimedia data transmitter
KR20000033732A (en) Specific reproduction service providing method of video on demand

Legal Events

Date Code Title Description
EEER Examination request
MKEX Expiry

Effective date: 20150217

MKEX Expiry

Effective date: 20150217

MKEX Expiry

Effective date: 20150217