-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
225 lines (143 loc) · 5.93 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
=========================================
spreedX screen sharing client
=========================================
spreedX is the screen sharing client for spreed services. It enables you to
share a single window or the complete screen to remote participants of a
spreed online web meeting.
Quick start
--------------------
- First of all extract the spreedX archive somewhere where you
have execute permissions. Eg. into your home directory.
- Make sure you have the required dependencies installed.
These are:
- /usr/bin/xwininfo
- python >= 2.4,
- python-xml,
- python-gtk >= 2.8,
- x11vnc,
- python-gnome-extras (only required for gtk 2.8)
- Start the spreedX application by typing ./spreedX inside the
installation folder.
- The spreed icon appears inside your system tray and indicates
that the application is ready.
- Join a spreed online web meeting as moderator and select
screen sharing.
- Press the "share" button to connect to the local spreedX application.
- The spreed icon in your system tray is now green and a pop up window
will appear.
- Follow the instructions inside the pop up window and start to share
either the complete screen or a single window.
- As soon as screen sharing is activated, the spreed tray icon has a red
border and is flashing (if supported).
- To stop screen sharing, either leave the spreed web meeting or press
the Stop entry in the tray icon context menu.
Installation
------------------
Extract the spreedX tarball into your home folder. If you are root and
want to install it system wide, extract it into /opt.
spreedX requires third party software being installed on your local system.
All these dependencies can be resolved using package management tools.
RHEL 5
~~~~~~~~~
As RHEL does not contain x11vnc in the standard repository you have to
add the DAG/DRIESS yum repository.
http://dag.wieers.com/rpm/
You can either add the yum repository or download the x11vnc RPM directly.
Novell SLE 10
~~~~~~~~~~~~~~~~~~~
Install the following packages (including all dependencies) using Yast.
- python-gnome-extras
- python-xml
- LibVNCServer
Ubuntu 8.04
~~~~~~~~~~~~~~~~
Install the following packages using apt.
- x11vnc
- python-gtk2
Debian 4
~~~~~~~~~~~~
Install the following packages using apt.
- x11vnc
- python-gtk2
- python-gnome2-extras
Fedora 8
~~~~~~~~~~~~
As Fedora does not contain x11vnc in the standard repository you have to
add the DAG/DRIESS yum repository.
http://dag.wieers.com/rpm/
You can either add the yum repository or download x11vnc RPM directly.
Also you need to install xwininfo as its no longer standard.
"yum install xwininfo" will do the job.
openSUSE 10.2
~~~~~~~~~~~~~~~~~~
Install the following packages (including all dependencies) using Yast.
- python-gnome-extras
- python-xml
- LibVNCServer
Other distributions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you have another or older release, you might still have the dependencies
available using your package manager. Usually it should be no problem if
your distribution release is rather uptodate.
You need the following software (and its dependencies).
- /usr/bin/xwininfo
- python >= 2.4
- python-gtk >= 2.8
- python-gnome-extras (only when python-gtk < 2.10)
- x11vnc >= 0.7
Usage
-----------
To use the screen sharing feature of a spreed web meeting, you have to start
the spreedX client on your local machine (this is the machine with the screen
you want to share).
To start the spreedX application, open a terminal, change the directory to
the installation folder (cd) and type "./spreedX".
You can also start the application from your file manager (eg. Nautilus or
Konqueror) by double click on "spreedX" (inside the installation folder).
The application will refuse to start, if you are missing one of the depen-
dencies. See Installation section of this document for details.
If the application started, a spreed icon will appear inside the system
tray area.
Now you have to establish a conference connection, by joining a spreed
web meeting on the same machine with your web browser. Inside the conference
select screen sharing and press the share button, to establish a connection
to the scree sharing application.
If the connection is active, the spreed icon inside your system tray is
enabled (green).
You can now start screen sharing by selecting start from the spreed icon
context menu or from the pop up window which appears as soon as the spreedX
application detected a conference connection.
When screen sharing is enabled, the spreed tray icon is flashing (when
supported by your system) and has a red border.
Proxy support
------------------
spreedX uses HTTPS connections to communicate with the spreed server. Thus
if your Internet connection does require a proxy for HTTPS you have to enter
the proxy details into the preferences screen. To view preferences, please
select "Preferences" from the context menu of the spreed icon in your system
tray.
You can enter proxy details inside the "Connection" tab. If your proxy
does require authentication, please enter your credentials as well. **NOTE:
only basic authentication is supported.**
Example:
::
Address : proxy.mydomain.com:3128
Username : [email protected]
Password : ****
Sharing remote VNC server
----------------------------------
spreed can also share any given VNC server. This makes it possible to
connect spreedX to your built-in desktop sharing server (eg. vino for Gnome)
or even to remote VNC servers.
You can configure this feature in the preferences window.
Example:
(This shares the local Gnome vino server).
::
Remote VNC server settings
Address : localhost:5900
Password :
Leave the password empty if your server does not require a password.
More information or help
----------------------------------
Please visit http://spreed.com for more information and support.
-- (c)2007 struktur AG - mailto: [email protected]