On 09/19/10 15:05, Tom Horsley wrote: > On Sun, 19 Sep 2010 08:25:57 -0400 > Tom Horsley wrote: > >> I'd expect the spicec client to play the sounds via the default >> pulseaudio everything else uses on the machine where the >> client is running (which in my case is the same as the KVM host). >> >> Should I just submit a bugzilla on this? > > I just went ahead and did it: > > https://bugzilla.redhat.com/show_bug.cgi?id=635401
[ also replying to the list so not everybody has to walk to bugzilla to figure what is going on ] Yea, libvirt has no spice support (yet), so this road is a bit bumpy unfortunately. We are working on it, F15 will be better ;) libvirt sets "QEMU_AUDIO_DRV=none". Which in turn will make qemu send all audio to /dev/null. Setting "QEMU_AUDIO_DRV=spice" will make qemu send all audio to the spice client. As you need a wrapper script anyway to enable spice you can easily stick this in there as well to make audio work. cheers, Gerd _______________________________________________ virt mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/virt
