Description of problem:
When graphics protocol is set to "SPICE + VNC", libvirt stars qemu process with environment variable QEMU_AUDIO_DRV=none which causes that client can't hear the VM. (If graphical protocol is set to "SPICE" only, then libvirt sets QEMU_AUDIO_DRV=spice and audio works fine.)
Version-Release number of selected component (if applicable):
rhevm 3.6.8.1-0.1.el6,
ovirt 4.1.0-0.0.master.20160802171327.gitd8decfe.el7.centos
How reproducible:
100%
Steps to Reproduce:
1. Create a VM with settings: Optimized for=Desktop, Graphics Protocol=SPICE+VNC, check "Soundcard enabled" (Console side-tab)
2. Run the VM
3. Connect to the host the VM is running on and on that host:
4. Check qemu process environment variables (also in /var/log/libvirt/qemu/{vm-name}.log
Actual results:
QEMU_AUDIO_DRV=none and consequently no sound from VM
Expected results:
VM sound is accessible even with graphics protocol set to "SPICE + VNC".
Additional info:
Origin: http://lists.ovirt.org/pipermail/users/2016-August/042233.html
I don't think it ever worked. When you use only SPICE or only VNC, the sound works. Than we introduced the feature of SPICE + VNC together and the sound does not work in this case. So it is not really a regression but a bug in the feature.
Description of problem: When graphics protocol is set to "SPICE + VNC", libvirt stars qemu process with environment variable QEMU_AUDIO_DRV=none which causes that client can't hear the VM. (If graphical protocol is set to "SPICE" only, then libvirt sets QEMU_AUDIO_DRV=spice and audio works fine.) Version-Release number of selected component (if applicable): rhevm 3.6.8.1-0.1.el6, ovirt 4.1.0-0.0.master.20160802171327.gitd8decfe.el7.centos How reproducible: 100% Steps to Reproduce: 1. Create a VM with settings: Optimized for=Desktop, Graphics Protocol=SPICE+VNC, check "Soundcard enabled" (Console side-tab) 2. Run the VM 3. Connect to the host the VM is running on and on that host: 4. Check qemu process environment variables (also in /var/log/libvirt/qemu/{vm-name}.log Actual results: QEMU_AUDIO_DRV=none and consequently no sound from VM Expected results: VM sound is accessible even with graphics protocol set to "SPICE + VNC". Additional info: Origin: http://lists.ovirt.org/pipermail/users/2016-August/042233.html