Thanks! We wanted the ability to inspect/process the image from the frame buffer before it reached guacamole and enforce a lossy compression on the image before reaching guacamole. However if full frame buffer updates aren't possible, would it instead be possible to have guacamole always force jpeg lossy compression on all frame buffer images/updates?
I was looking at the guacamole code and it appears changing /src/common/surface.c in the __guac_common_surface_flush method to always call _guac_common_surface_flush_to_jpeg might do what we wanted to always guaranteed jpeg encoding. I couldn't find any configuration settings in guacamole to enforce jpeg encoding all the time, so this would have to be a code change to guacamole? -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/
