|
By pixvertex - Friday, June 06, 2008
|
is it possible to use the ultra encoding. I didn't find it in the specs.
enum VNCEncoding
{
RFB_RAW = 0,
RFB_RRE = 2,
RFB_CORRE = 4,
RFB_HEXTILE = 5,
RFB_ZLIB = 6,
RFB_TIGHT = 7,
RFB_ZLIBHEX = 8,
RFB_ZRLE = 16
};
thanks
|
|
By Yury Averkiev (s-code) - Saturday, June 07, 2008
|
|
Ultra encoding is not supported at the moment, but it should be a problem to implement such support. Next week we will do some research on this matter...
|
|
By pixvertex - Thursday, June 19, 2008
|
|
that would be nice. Any results already ?
|
|
By pixvertex - Friday, June 27, 2008
|
just to bring the topic back to your mind
|
|
By Yury Averkiev (s-code) - Friday, June 27, 2008
|
pixvertex (6/27/2008)
just to bring the topic back to your mind  thanks Actually I took it this matter last week. As I suspected it should take more than couple days to have this feature implemented. As soon as we finished with the VNC Manager build 4.0.14.0 release, someone will start be working on Ultra encoding support.
|
|
By pixvertex - Thursday, July 03, 2008
|
|
thanks
|
|
By pixvertex - Thursday, July 24, 2008
|
still interested
|
|
By Yury Averkiev (s-code) - Thursday, July 24, 2008
|
|
Ultra encoding support has been implemented. Updated ViewerX build is going to be released alongside with VNC Manager v4.1 release (within 2 to 3 weeks).
|
|
By pixvertex - Thursday, July 24, 2008
|
thank you. That would be just in time.
|