VPLAYER


Version 0.1, July 27 2005.

vplayer is a simple videoplayer using xine (xine-lib) and SDL with OpenGL and is based on sxfe by Stefan Holst. Vplayer is able to synchronize video across a cluster of multiple nodes with a single master. The video should be available locally on the relevant machines (a networked file system is fine too).

Download: vplayer-0.1.tar.gz

To compile do the following:
$ tar zxf vplayer-0.1.tar.gz
$ cd vplayer-0.1
$ make

To play the movie "testmovie" on nodes "huey", "dewey "and "louie" with "donald" as the master (also responsible for the sound), you run

vplayer -s donald -c huey -c dewey -c louie testmovie.avi

On all nodes, start the server last.

Vplayer was initially developed while I was working as a student programmer at the Center for Advanced Visualization and Interaction (CAVI) at the University of Aarhus.

Screenshot showing three vplayer xine-lib frontends on three different machines, the colors are a bit off on this shot, but this is not the case in real life.

Thomas Mølhave