.\" -*-Nroff-*- .\" Copyright 2000 Red Hat, Inc. .TH RFBPROXY 1 "2 Aug 2000" "VNC EXTRAS" "User's Manual" .SH NAME rfbproxy \- record or play back a VNC session .SH SYNOPSIS .B rfbproxy [\fIOPTION\fR]... \fIACTION\fR \fIfiles\fR .fi .SH DESCRIPTION rfbproxy is a simple proxy for VNC, which allows recording of screen updates, key presses and mouse events, for later replay. .SH OPTIONS .TP \fB\-c\fR, \fB\--stdout\fR use stdin and stdout for communications with the client. Useful in conjunction with inetd .TP \fB\-l\fR, \fB\--loop\fR (playback only) when file is finished, replay from first FrameBufferUpdate .TP \fB\--cycle=\fR\fIkey\fR (playback only) when multiple files are specified pressing the key will cycle between them .TP \fB\--type\fR=\fIWHAT\fR (record only) capture either screen updates (`screen') or keyboard/mouse events (`events'). .TP \fB:n Occupy VNC display localhost:\fIn\fR (not valid with \fI\-c\fR option). .TP \fB\--server\fR=[\fIserver\fR]:\fIdisplay\fR (record only) use specified VNC server .PP \fIACTION\fR is one of: .TP \fB\-r\fR, \fB\--record\fR record RFB communications and store them in the file (only one file is allowed for \fIfiles\fR) .TP \fB\-p\fR, \fB\--playback\fR play back the RFB communications that were captured to the \fIfiles\fR .SH BUGS I'm sure there are bugs, but I don't know what they are. .SH AUTHOR Tim Waugh