blob: 1661652dbd6b10998fe31121020a51b267eeffaf [file] [log] [blame]
Constantin Kaplinsky1215b992008-04-18 09:51:44 +00001
Constantin Kaplinsky5d99c952002-05-25 09:49:23 +00002RFB Session Player 0.7.0
Constantin Kaplinsky903009e2002-05-20 10:55:47 +00003========================
Constantin Kaplinsky1215b992008-04-18 09:51:44 +00004
Constantin Kaplinsky972c2572002-05-30 14:19:02 +00005RFB Session Player is a Java application/applet for playing back RFB session
6files in FBS format saved by such programs as VNC Reflector or rfbproxy.
Constantin Kaplinsky903009e2002-05-20 10:55:47 +00007
Constantin Kaplinsky972c2572002-05-30 14:19:02 +00008Usage: java RfbPlayer URL file:test.fbs position 5000
Constantin Kaplinsky5d99c952002-05-25 09:49:23 +00009 java RfbPlayer URL http://remote.host/sessions/test.fbs
Constantin Kaplinskyeff82662002-05-20 14:09:49 +000010
Constantin Kaplinsky903009e2002-05-20 10:55:47 +000011
Constantin Kaplinsky972c2572002-05-30 14:19:02 +000012Applet Parameters
13=================
14
15--> "URL"
16
17 Value: URL of the session file to play.
18 Default: none (required parameter).
19
20 This parameter tells the player which session file to play. Please note
21 that if the player operates as an unsigned applet, it is able to play
22 only files from the host where the applet was loaded from. It's a usual
23 JVM security limitation.
24
25--> "Position"
26
27 Value: time in milliseconds.
28 Default: 0.
29
30 Set initial time position in the session file, in milliseconds.
31
32--> "Open new window" (applicable only in the applet mode)
33
34 Values: "Yes", "No".
35 Default: "No".
36
37 Operate in a separate window. This makes possible resizing the desktop,
38 and adds scroll bars when necessary. If the server supports variable
39 desktop size, the window will resize automatically when remote desktop
40 size changes.
41
42--> "Show controls"
43
44 Values: "Yes", "No".
45 Default: "Yes".
46
47 Set to "No" if you want to get rid of the control panel at the top.
48 Please note that hiding the panel in current version makes playback
49 impossible. :-)
50
51--> "Defer screen updates"
52
53 Value: time in milliseconds.
54 Default: "20".
55
56 When updating the desktop contents after reading each update, schedule
57 repaint within the specified number of milliseconds. Small delay helps to
58 coalesce several small updates into one drawing operation, improving CPU
59 usage. Set this parameter to 0 to disable deferred updates.
60
61
Constantin Kaplinsky903009e2002-05-20 10:55:47 +000062Licensing Terms
63===============
64
65RFB Session Player is
66
67 Copyright (C) 2002 HorizonLive.com, Inc. All Rights Reserved.
68
69This software is based on the TightVNC Java viewer which is
70
71 Copyright (C) 2001,2002 HorizonLive.com, Inc. All Rights Reserved.
72 Copyright (C) 2001 Constantin Kaplinsky. All Rights Reserved.
73 Copyright (C) 1999 AT&T Laboratories Cambridge. All Rights Reserved.
Constantin Kaplinsky1215b992008-04-18 09:51:44 +000074
75This software is distributed under the GNU General Public Licence as
Constantin Kaplinsky903009e2002-05-20 10:55:47 +000076published by the Free Software Foundation. See the file LICENCE.TXT
77for the conditions under which this software is made available. VNC
78also contains code from other sources. See the Acknowledgements
79section below, and the individual files for details of the conditions
80under which they are made available.
Constantin Kaplinsky1215b992008-04-18 09:51:44 +000081