SourceFiles.org - Use the Source, Luke
Home | Register | News | Forums | Guide | MyLinks | Bookmark

Related Sites

Latest News
  General News
  Reviews
  Press Releases
  Software
  Hardware
  Security
  Tutorials
  Off Topic


Back to files

This is a record/replay proxy for RFB (used by VNC). It can be used to record changes to the frame buffer into a file, for later playback.

To record a session:

  • start a vnc server as normal, on localhost:1
  • run 'rfbproxy --record rfb.log'. This will create a VNC proxy server on localhost:10
  • run vncviewer -encodings hextile [options] localhost:10
  • do stuff
  • quit vncviewer. rfbproxy should also quit.

To play back a session, there are two possibilities:

  1. Use rfbproxy again.
    • rfbproxy --play rfb.log
    • vncviewer localhost:10
  2. Use xrfbviewer, available from www.hexonet.de.

Have fun.

NOTE

If you intend to use the --loop or --cycle options when playing back, you CANNOT use the ZRLE encoding when recording. This is because the zlib state cannot be maintained.

Tim.
*/


Other Sites

Discussion Groups
  Beginners
  Distributions
  Networking / Security
  Software
  PDAs

About | FAQ | Privacy | Awards | Contact
Comments to the webmaster are welcome.
Copyright 2006 Sourcefiles.org All rights reserved.