qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Sensible VNC encodings


From: Anthony Liguori
Subject: Re: [Qemu-devel] Sensible VNC encodings
Date: Wed, 21 May 2008 08:51:01 -0500
User-agent: Thunderbird 2.0.0.14 (X11/20080501)

Jamie Lokier wrote:
Anthony Liguori wrote:
I really don't like the idea of using a lossy encoding though.

Lossy encoding sounds very useful if you're on a very slow link and it
would take 30s to display a major update even with the most brilliant
of lossless compressions.  Having a blurry, progressively updated
image until it's exact would sometimes be useful.

VNC has a builtin notion of "lossy" encoding via SetPixelFormat. You can use it to reduce the overall color depth. Hextile et. al. are also paletted encodings so I doubt there are a lot of circumstances where jpeg compression really saves you anything.

If someone wants to actually do some experiments and can post numbers where jpeg compression provides the best bandwidth/quality, I'd be happy to implement it. FWIW, Tight is not part of the RFB spec. ZRLE (which is meant to replace it) does not support JPEG encoding at all.

Regards,

Anthony Liguori

-- Jamie







reply via email to

[Prev in Thread] Current Thread [Next in Thread]