server example show black screen in client #6
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
great library!
I am trying to get the server example to work, however I just see a black screen on my client.
To my understanding, the
im
variable is set at every timer tick but it is not passed to the server channel (?)Thank you
Regards
yes, example may be from bradfitz and after some rewriting vnc package i'm forget to fix it. thanks
i'm fix server example, please check it now.
Works great!
I will try also different encoding (there are other repos implementing also video codec encodings), hope to be able to provide back some more examples..
Thank you
What kind of encoding do you mean?
I seen the issue #5 which refer to this repo that seems to support more encodings https://github.com/amitbet/vncproxy/blob/master/proxy/proxy.go#L133
The additional encoding are those (just based on their names, sorry if wrong)
Thanks, yes i think about adding some more encodings, but i want not to copy all of them, but only really useful. For web - tightpng is the best. For standalone clients - mostly used in this order:
EncZRLE EncCopyRect EncJRLE EncJPEG EncTRLE EncZlib EncHextile EncRRE EncRaw EncClientRedirect EncCursorPseudo EncDesktopSizePseudo
so may be in the near feature i'm add some more of them and other pseudo encodings