Hi all, The Bino video player <http://bino.nongnu.org/> now has initial support for Equalizer.
Details can be found in doc/multi-display.txt: <http://git.savannah.gnu.org/cgit/bino.git/plain/doc/multi-display.txt>. Short summary: Bino requires a 2D Equalizer canvas, subdivided into segments. 3D videos can be played by using the 'eye [LEFT]' and 'eye [RIGHT]' directives. The application node plays the audio, and all video outputs are synchronized to the audio clock. Each node decodes the video file itself; the decoded video is not sent via frame data. To play live video, e.g. from webcams or TV cards, one can set up a streaming server using ffserver or vlc. Bino/Equalizer has been tested on GNU/Linux systems with Equalizer 0.9.1. Some people use Bino on Mac OS X, so it might work on that system, too. Windows is currently not supported. All Equalizer related code is in src/player_equalizer.cpp. There are probably still some problems, but I tested it successfully with a number of configurations. Martin -- Computer Graphics and Multimedia Systems Group University of Siegen, Germany http://www.cg.informatik.uni-siegen.de/ _______________________________________________ eq-dev mailing list [email protected] http://www.equalizergraphics.com/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

