<div dir="ltr"><div dir="auto">Awesome, thanks! </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em ter, 10 de set de 2019 08:31, Uri Lublin <<a href="mailto:uril@redhat.com" target="_blank">uril@redhat.com</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 9/10/19 3:28 AM, Rafael de Almeida wrote:<br>
> Hello,<br>
> <br>
> We use x2go and chrome remote desktop for VDI on the virtual machines <br>
> that are on proxmox.<br>
> <br>
> We recently started using spice to access webcam through weaker <br>
> computers (dualcore processors) that don't support good quality video <br>
> conferencing.<br>
> <br>
> <br>
> Everything is working perfectly (audio and image), but I believe there <br>
> has been a high compression in the spice that causes a slight delay in <br>
> sending video and audio.<br>
> <br>
> The network has hardly any more significant use even with video sending.<br>
> <br>
> How can I control compression? How do I deduce or disable compression in <br>
> vm proxmox?<br>
> <br>
<br>
Hi,<br>
<br>
You can use qemu-kvm -spice option to set the following options:<br>
* image-compression=[auto_glz|auto_lz|quic|glz|lz|off]<br>
* jpeg-wan-compression=[auto|never|always]<br>
* zlib-glz-wan-compression=[auto|never|always]<br>
* streaming-video=[off|all|filter]<br>
<br>
See man qemu-kvm for more information.<br>
You can start by setting all these options to 'off'.<br>
<br>
See libvirt documentation about domain xml for setting these<br>
options when running the VM via libvirt.<br>
<br>
Hope that helps,<br>
Uri.<br>
</blockquote></div>