Re: [Vnc2swf-users] Cursor pseudo-encoding
Status: Alpha
Brought to you by:
euske
From: Yusuke S. <yu...@cs...> - 2005-10-03 20:17:10
|
Luis Fernando Kauer <lf...@ya...> wrote: > Trying it out I noticed that the swf file was alot bigger that I expected. > Even after compression with edit.py. Have you changed vnc server option? The size shouldn't be that big if you turned off "screen polling" option or something. > Checking the source code, I noticed that the cursor pseudo-encoding is not > used. By using this encoding, the screen (framebuffer) updates are greatly > reduced since the mouse movements are sent separetely from the desktop. > Otherwise, every mouse movement makes it necessary to update the region under > it. Actually, I tried to use it and found it useless. Cursor psuedo-encoding does *not* send the mouse pointer positon. It only sends the shape of a cursor when the client knows where to draw it. Yusuke |