Constantin Kaplinsky | 1215b99 | 2008-04-18 09:51:44 +0000 | [diff] [blame] | 1 | |
Constantin Kaplinsky | 5d99c95 | 2002-05-25 09:49:23 +0000 | [diff] [blame^] | 2 | RFB Session Player 0.7.0 |
Constantin Kaplinsky | 903009e | 2002-05-20 10:55:47 +0000 | [diff] [blame] | 3 | ======================== |
Constantin Kaplinsky | 1215b99 | 2008-04-18 09:51:44 +0000 | [diff] [blame] | 4 | |
Constantin Kaplinsky | 903009e | 2002-05-20 10:55:47 +0000 | [diff] [blame] | 5 | RFB Session Player is a Java application/applet for playing back RFB |
| 6 | session files in FBS format saved by such programs as VNC Reflector or |
| 7 | rfbproxy. |
| 8 | |
Constantin Kaplinsky | 5d99c95 | 2002-05-25 09:49:23 +0000 | [diff] [blame^] | 9 | Usage: java RfbPlayer URL file:test.fbs |
| 10 | java RfbPlayer URL http://remote.host/sessions/test.fbs |
Constantin Kaplinsky | eff8266 | 2002-05-20 14:09:49 +0000 | [diff] [blame] | 11 | |
Constantin Kaplinsky | 903009e | 2002-05-20 10:55:47 +0000 | [diff] [blame] | 12 | |
| 13 | Licensing Terms |
| 14 | =============== |
| 15 | |
| 16 | RFB Session Player is |
| 17 | |
| 18 | Copyright (C) 2002 HorizonLive.com, Inc. All Rights Reserved. |
| 19 | |
| 20 | This software is based on the TightVNC Java viewer which is |
| 21 | |
| 22 | Copyright (C) 2001,2002 HorizonLive.com, Inc. All Rights Reserved. |
| 23 | Copyright (C) 2001 Constantin Kaplinsky. All Rights Reserved. |
| 24 | Copyright (C) 1999 AT&T Laboratories Cambridge. All Rights Reserved. |
Constantin Kaplinsky | 1215b99 | 2008-04-18 09:51:44 +0000 | [diff] [blame] | 25 | |
| 26 | This software is distributed under the GNU General Public Licence as |
Constantin Kaplinsky | 903009e | 2002-05-20 10:55:47 +0000 | [diff] [blame] | 27 | published by the Free Software Foundation. See the file LICENCE.TXT |
| 28 | for the conditions under which this software is made available. VNC |
| 29 | also contains code from other sources. See the Acknowledgements |
| 30 | section below, and the individual files for details of the conditions |
| 31 | under which they are made available. |
Constantin Kaplinsky | 1215b99 | 2008-04-18 09:51:44 +0000 | [diff] [blame] | 32 | |