|
David Porter, Paul Woodward, and Mike Norman looking at Red Giant on NCSA display wall. NCSA Pixel Blaster NPB is a simple to use distributed movieplayer that is meant for use with tiled display walls. It runs over Chromium or WireGL 1.2.1. All that you need is your movie frames in any resolution and in any standard format. NPB takes care of the rest. Download the newest version:
Here's a quick description of how it works: You can run your movie in LOCAL mode. In this mode, the full frames are loaded from disk on the client, broken up into textures, and sent across the cluster using WireGL or Chromium. This mode works just fine, but the performance is poor for very high resolution movies. It is not scalable. To improve performance, I've made modifications to WireGL . These modifications have also made their way into Chromium (David Thompson's dist_texture SPU). The result is that the movie player has two additional play modes: You run the movie once in WRITE mode. This mode is similar to the LOCAL mode described above. However, as it is running, it is caching the textures onto the disks across the cluster. From then on, you can run your movie in DISTRIBUTED mode. In this mode, the client simply sends filenames across the network and the textures are loaded on each pipeserver (or crserver) from local disk. This mode gives the movieplayer scalability, allowing it to play very high resolution movies at a good framerate.
So, the movieplayer is extremely easy to use! You just play your movie
slowly once to distribute it. Unless somebody removes your files from the
cluster, your movie is ready to run at full speed from then on.
|