What Is It?

RfbPlayer is a program able to replay saved VNC sessions. Strictly speaking, it plays back RFB sessions – RFB is a protocol used in VNC and TightVNC.

RfbPlayer is written in Java. Just like the TightVNC Java Viewer, it can be used either as a Web-embedded applet or as a standalone application. When used as an applet, RfbPlayer can load session files from the Web site. It allows showing demonstrations to the Web site visitors who just enjoy playback in their browsers and do not have to download or install anything to their computers.

Documentation

There is no comprehensive documentation on RfbPlayer. Below on this page, you can find a brief help on recording sessions and running the player. Also, there is a small README file found in the distribution. For more details, please read the source code. Note that RfbPlayer is free software and it's available as is, with no warranty and no free support.

Licensing Terms

RfbPlayer is available under the terms of the GNU General Public License.

Download

The RfbPlayer distribution includes both sources and the JAR file (ready to run). Use this link to download:

Running RfbPlayer

Running as an application (from the command line):

java -jar RfbPlayer.jar URL file:test.fbs
java -jar RfbPlayer.jar URL http://remote.host/test.fbs

And example of running it as an applet (HTML code):

<APPLET ARCHIVE="RfbPlayer.jar"
  CODE="RfbPlayer.class"
  WIDTH="800" HEIGHT="632">
<PARAM NAME="URL" VALUE="http://remote.host/test.fbs">

Recording VNC Sessions

There is a number of programs that can record VNC sessions and save them in the FBS (FrameBuffer Stream) format.

File formats are basically compatible between these programs (especially if 24-bit color format is used for recording).