Method of distributed editing of video clips over a network
Abstract
An audio/video media server for distributed editing over networks receives requests from clients on the networks that include a clip identifier, a delivery destination identifier and the frame numbers from the clip desired. The media server parses the requests and asynchronously accesses a file system to retrieve the requested media frames from a storage medium. The retrieved media frames are asynchronously transferred to a FIFO buffer, and a clock rate for a local clock is adjusted according to the fullness of the buffer. The media frames from the buffer are sent in the form of data packets over the networks in response to interrupts generated by the local clock. In this manner the timing for the media frames is controlled by the clients to assure a continuous stream of video during editing.

Term
Term ended
Projected expiry passed 8 June 2018, 8.3 years ago.
- Priority
- Filed
- Published
- Projected expiry
- Today
5 claims: 1 independent, 4 dependent
- 1A method of distributed editing of video clips over a network having a plurality of clients and at least one media server comprising the steps of:requesting from one of the clients over the network a portion of a video clip from the media server, each portion containing at least one media frame;asynchronously accessing a file system to retrieve the requested portion of the video clip from a storage medium;asynchronously transferring the portion from the file system to a buffer one media frame at a time;and transmitting the media frame in the form of network packets from the media server to the requesting client over the network as a function of a local clock rate.
23 paragraphs in 6 sections, as filed
CROSS-REFERENCE TO RELATED APPLICATIONS
Not applicable
STATEMENT REGARDING FEDERALLY SPONSORED RESEARCH OR DEVELOPMENT
This invention was developed under a federally sponsored research project, and the United States Government has certain rights as specified in the United States Department of Commerce Contract Number 70NANB5H1176.
BACKGROUND OF THE INVENTION
The present invention relates to the distribution of packetized data over networks, and more particularly to an audio/video media server for distributed editing over networks using a low-resolution format or a high-resolution format, depending upon the available network bandwidth.
Existing media servers stream video and audio packets over a network under control of a server. A client consumes video at whatever rate the server sends the packets -- the client consumes a contiguous movie. In other words the current media servers "push" media from the server to the client using a "stream" from the server. These servers are often called "video on demand" servers, however they refer to the delivery of contiguous movies, not in-progress material suitable for an edit session.
In an editing environment a client is looking to put together a "movie" from a plurality of video clips that may be distributed over a plurality of servers. With the "video on demand" servers the timing of the video to the client is determined by the servers. To provide concatenated clips, especially when a first clip is from one server and a second clip is from another server, the timing issue is "when does the second server start to 'push' the second clip?" This presents a very complex timing problem.
What is desired is an audio/video media server for distributed editing over a network that allows clients to access media from many distributed servers or even different media files on a server to enable the playing of "edited" movies with the timing controlled by the client.
BRIEF SUMMARY OF THE INVENTION
Accordingly the present invention provides an audio/video media server for distributed editing over a network by responding in an asynchronous manner to media frame requests from one or more clients. Each request contains a clip identifier, a delivery destination and the frames desired from the clip. The media server asynchronously accesses a file system to retrieve the media frames from a storage medium. The media frames are then asynchronously input to a FIFO buffer and a clock rate is adjusted based upon the "fullness" of the FIFO buffer. For each interrupt generated by the clock a media frame is transferred from the buffer, packetized and sent over the network to the requesting client. In this way the client controls the timing of the media frames it receives to assure a continuous stream of media frames during editing.
The objects, advantages and other novel features of the present invention are apparent from the following detailed description when read in conjunction with the appended claims and attached drawing.
BRIEF DESCRIPTION OF THE SEVERAL VIEWS OF THE DRAWING
Fig. 1 is a general block diagram view of a distributed network for media editing according to the present invention.
Fig. 2 is a block diagram view of a media server for distributed editing over a network according to the present invention.
Fig. 3 is a message flow chart for the media server according to the present invention.
Fig. 4 is a message sequence chart for the operation of the media server according to the present invention.
DETAILED DESCRIPTION OF THE INVENTION
Referring now to Fig. 1 a distributed editing system <b>10</b> has a plurality of servers <b>12</b>, such as Silicon Graphics, Inc. workstation, coupled over a network <b>14</b>, such as Ethernet, to a plurality of clients <b>16</b>, such as a personal computer having a Windows NT operating system with a Sigma Designs MPEG decoder. One or more of the clients <b>16</b> may access any one of the servers <b>12</b> at any time, and even access the same server simultaneously.
One of the clients <b>16</b> requests media frames from one of the servers <b>12</b> via the network <b>14</b>. The client requests are in the form of command packets. As shown in Fig. 2 a network interface <b>18</b> in the server <b>12</b> receives the command packets and routes them to a command dispatcher <b>20</b>. The command dispatcher <b>20</b> routes the command packets to an appropriate processing module depending upon what command is included within the packet. Commands may include "Lookup" commands, "Register" commands or "Request" commands.
A "Lookup" command from the client <b>16</b> is a search for a particular file or video clip by the client. The command dispatch module <b>20</b> in the server <b>12</b> forwards the command to a Lookup command module <b>22</b>. The Lookup command module <b>22</b> returns an "id" to the client <b>16</b> for later use in accessing the clip via a file descriptor table <b>24</b>. If the clip is already "open" as a result of a prior Lookup command, the "id" is simply returned to the client <b>16</b>. This provides information to the client <b>16</b> about where clips are that it might want to access in performing an edit.
A "Register" command from the client <b>16</b> is forwarded by the Command Dispatch module <b>20</b> to a Register Client command module <b>26</b>. The Register Client command module <b>26</b> accesses a Client Delivery Handle table <b>28</b> and returns a destination identifier "did" to the client <b>16</b>. In this manner the server <b>12</b> may keep track of what clients <b>16</b> have accessed it and the clients may use the "did" in subsequent requests to notify the server where to deliver media frames.
Once the client <b>16</b> has located the desired clips via the Lookup command and registered with the server <b>12</b> with the Register command, the client now makes requests for media frames using the Request command. The Request command includes the clip "id", the "did" and a "framelist" that includes the frames desired in response to the request. The Command Dispatch module <b>20</b> routes the Request command to a Frame Request module <b>30</b>. The Frame Request module <b>30</b> converts the "id" and "framelist" together with the file descriptor information from the File Descriptor table <b>24</b> into a file address, an offset from the start of the file, a count corresponding to the number of frames requested and the delivery identification. Each media frame in the framelist is treated individually at this point.
A Read module <b>32</b> receives the information from the Frame Request module <b>30</b> and asynchronously accesses a file system <b>34</b> that retrieves the requested media frames one at a time from a storage unit <b>36</b>, such as disk. A Handler module <b>38</b> then asynchronously receives the media frames one at a time from the file system <b>34</b> and provides the retrieved frame to a FIFO Input module <b>40</b>. The FIFO Input module <b>40</b> stores each frame as received into a media frame first-in/first-out (FIFO) buffer <b>42</b> and also, either before or after storing each frame in the FIFO, checks the "fullness" of the FIFO. Based upon the "fullness" the FIFO Input module <b>40</b> provides an adjusted clock rate signal to a FIFO output clock <b>46</b>. In this manner the data flow from the media server <b>12</b> is smoothed out. The FIFO output clock provides a periodic interrupt to a FIFO Output module <b>44</b> which extracts a media frame from the FIFO <b>42</b> for transmission to the requesting client <b>16</b>. A Send module <b>48</b> receives the media frame from the FIFO Output module <b>44</b> and a destination address from the Client Delivery Handle table <b>28</b> and produces a media packet which is sent via the network interface <b>18</b> over the network <b>14</b> to the requesting client <b>16</b>.
Referring now to Figs. 3 and 4 the message flow is in the form of commands (REGISTER, LOOKUP and REQUEST) from the client <b>16</b> to a request server <b>50</b> within the media server <b>12</b>. The request server <b>50</b> processes the REGISTER, LOOKUP and REQUEST commands, as indicated above, to provide a delivery identification for the client in the Handle table <b>28</b> and establish a clip identification and to provide frame read requests for the file system <b>34</b>. In response to the asynchronous read requests the file system <b>34</b> retrieves files from the disk <b>36</b>, and in response to handler requests the retrieved files on a frame by frame basis are transferred to a FIFO Manager <b>52</b>. The FIFO Manager <b>52</b> provides rate adjustment for the clock <b>46</b>, stores the frames as retrieved from the file system <b>34</b>, and outputs the frame packets to the client <b>16</b> in response to the clock interrupts.
A typical message sequence would start with a REGISTER command from the client <b>16</b>, which binds a network address and path to the client. The request server <b>52</b> returns to the client <b>16</b> the destination identifier ("did"). The client <b>16</b> then provides a LOOKUP command for a particular clip. The request server <b>52</b> asks the file system <b>34</b> to open the clip, if not already open, and the file system returns to the request server a file descriptor identifier. The request server <b>52</b> then returns the clip identifier ("id") to the client <b>16</b>. The client <b>16</b> now has the information it needs to make media frame requests in the form of REQUEST commands to the request server <b>50</b> that include the clip identifier and delivery identifier as a hybrid identifier ("hid") and the number of frames from the clip desired-- generally from three to ten frames per REQUEST command. The request server <b>50</b> sends a read request to the file system <b>34</b> and acknowledges the client's request. Upon receipt of the acknowledgement the client <b>16</b> may send another REQUEST command to the request server <b>50</b> for the next group of frames from the clip. Again the request server <b>50</b> forwards a read request to the file system <b>34</b> and acknowledges the request from the client.
The Handler module <b>38</b> returns the requested frame to the request server <b>50</b> which then forwards the frame information to the FIFO Manager <b>52</b>. The FIFO Manager <b>52</b> provides a rate command to the clock <b>46</b> which returns interrupts to the FIFO Manager. The FIFO Manager <b>52</b> in response to the interrupts outputs to the client <b>16</b> frame packets for each requested frame.
For multiple clients <b>16</b> simultaneously accessing a single media server <b>12</b> the media frames from the FIFO <b>42</b> may be read out by separate FIFO output modules <b>44</b> for each client. To avoid "starving" any one client <b>16</b> the FIFO output modules <b>44</b> are accessed in a rotational manner so that packets for each client are sent to the network <b>14</b> in an intermingled fashion, thus preventing the server <b>12</b> from being "captured" by a single client when multiple clients are accessing it.
Thus the present invention provides a media server that leaves timing to requesting clients by processing request commands from clients on a demand basis, and asynchronously accessing the requested media files and returning them to the client at a sufficient rate so that the client has a steady stream of video images to process, regardless of where the clips are coming from.
Contents6
4 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4
Every citation, both ways
| Document | Relation | Office | Cited during |
|---|---|---|---|
| EP1605354A1 | Cited by | European Patent Office (EPO) | Search report |
| US11140701B2 | Cited by | United States of America | Applicant |
| EP1838102A4 | Cited by | European Patent Office (EPO) | Search report |
| CN108605016A | Cited by | China | Search report |
| US7073191B2 | Cited by | United States of America | Applicant |
| WO0177870A2 | Cited by | World Intellectual Property Organization (WIPO) | International search |
| EP1605354A1 | Cited by | European Patent Office (EPO) | Search report |
| US7051337B2 | Cited by | United States of America | Applicant |
| WO0177870A3 | Cited by | World Intellectual Property Organization (WIPO) | International search |
| EP1605355A1 | Cited by | European Patent Office (EPO) | Search report |
| AU2005321651B2 | Cited by | Australia | Search report |
| WO2006069541A1 | Cited by | World Intellectual Property Organization (WIPO) | Applicant |
| EP1605355A1 | Cited by | European Patent Office (EPO) | Search report |
| US7680964B2 | Cited by | United States of America | Applicant |
| WO0177870A3 | Cited by | World Intellectual Property Organization (WIPO) | International search |
| EP0698999A2 | Cites | European Patent Office (EPO) | Search report |
| US5442390A | Cites | United States of America | Search report |
| US5553221A | Cites | United States of America | Search report |
| US5559798A | Cites | United States of America | Search report |
| US5583561A | Cites | United States of America | Search report |
| US5892915A | Cites | United States of America | Search report |
| WO9704596A2 | Cites | World Intellectual Property Organization (WIPO) | Search report |
| WO9716023A1 | Cites | World Intellectual Property Organization (WIPO) | Search report |
8 members in 5 offices
Priority claims5
| Document | Office | Kind | Date |
|---|---|---|---|
| 872032 | United States of America | – | |
| 87203297 | United States of America | A | |
| 87203297 | United States of America | A | |
| 872032 | – | – | – |
| US19970872032 | – | – | – |
Members8
| Document | Office | Kind | |
|---|---|---|---|
| KR19990006762A | Republic of Korea | A | |
| JPH1139270A | Japan | A | |
| EP0901249A2This record | European Patent Office (EPO) | A2 | |
| US6029194A | United States of America | A | |
| EP0901249A3 | European Patent Office (EPO) | A3 | |
| EP0901249B1 | European Patent Office (EPO) | B1 | |
| DE69834080D1 | Germany | D1 | |
| DE69834080T2 | Germany | T2 |
30 legal events, as 3 offices reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | Office | |
|---|---|---|---|
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Notification of lapseLapsedST | ST | FR | |
| Gb: european patent ceased through non-payment of renewal feeCeasedGBPC | GBPC | EP | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| No opposition filedOpposition26N | 26N | EP | |
| No opposition filed within time limitOppositionORIGINAL CODE: 0009261PLBE | PLBE | EP | |
| Information on the status of an ep patent application or granted ep patentGrantedSTATUS: NO OPPOSITION FILED WITHIN TIME LIMITSTAA | STAA | EP | |
| Fr: translation filedET | ET | EP | |
| Corresponds to:REF | REF | EP | |
| Party data changed (patent owner data changed or rights of a patent transferred)RAP2 | RAP2 | EP | |
| Designated contracting statesAK | AK | EP | |
| European patent grantedGrantedFG4D | FG4D | GB | |
| (expected) grantORIGINAL CODE: 0009210GRAA | GRAA | EP | |
| Grant fee paidORIGINAL CODE: EPIDOSNIGR3GRAS | GRAS | EP | |
| Title (correction)METHOD OF DISTRIBUTED EDITING OF VIDEO CLIPS OVER A NETWORKRTI1 | RTI1 | EP | |
| Despatch of communication of intention to grant a patentORIGINAL CODE: EPIDOSNIGR1GRAP | GRAP | EP | |
| First examination report despatched17Q | 17Q | EP | |
| Designation fees paidDE FR GBAKX | AKX | EP | |
| Request for examination filed17P | 17P | EP | |
| Designated contracting statesAK | AK | EP | |
| Request for extension of the european patentAL;LT;LV;MK;RO;SIAX | AX | EP | |
| Information provided on ipc code assigned before grant7H 04H 1/02 A, 7G 11B 27/031 B, 7H 04N 7/173 B, 7H 04N 5/00 BRIC1 | RIC1 | EP | |
| Search report despatchedORIGINAL CODE: 0009013PUAL | PUAL | EP | |
| Designated contracting statesAK | AK | EP | |
| Request for extension of the european patentAL;LT;LV;MK;RO;SIAX | AX | EP | |
| Public reference made under article 153(3) epc to a published international application that has entered the european phaseORIGINAL CODE: 0009012PUAI | PUAI | EP |
Numbers
- Publication
- 0901249
- Publication, DOCDB
- 0901249
- Publication, EPODOC
- EP0901249
- Application
- 98304517
- Application, DOCDB
- 98304517
- Application, EPODOC
- EP19980304517
Titles3
- German
- Server für die interaktive Verteilung von Audio- und Video-programmen über Fernmeldenetze
- English
- Server for interactive distribution of audio/video programmes over telecommunication networks
- French
- Serveur pour la distribution interactive de programmes audiovisuels à travers des réseaux de télécommunication
Classification
- CPC, 9
- H04N7/17336
- H04N21/2343
- H04H20/81
- H04N21/21
- H04N21/23
- H04L65/612
- H04L65/70
- H04L9/40
- H04L65/1101
- IPC, 11
- G06F15 16
- G06F13 00
- G06T13 00
- G06T13 80
- H04H20 81
- H04L29 06
- H04N5 765
- H04N5 781
- H04N7 173
- H04N21 21
- H04N21 23
Designated states2
- Contracting states, 1
- Sweden
- Extension states, 1
- Slovenia