All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 1900352] [NEW] no sound in spice when VNC enabled
@ 2020-10-18 20:53 azrdev
  2020-10-19 12:53 ` [Bug 1900352] " Gerd Hoffmann
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: azrdev @ 2020-10-18 20:53 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Running Fedora32 with virt-manager → libvirt → qemu  I noticed that I
got no sound in my spice client. The VM is configured with a SPICE-
server and a QXL display, and in addition a VNC display.

Apparently when I remove the VNC display, then the sound is routed just
fine to the spice client: I can hear it, and `G_MESSAGES_DEBUG=all
remote-viewer --spice-debug  spice://localhost:5900` mentions
SpicePlaybackChannel and SpiceRecordChannel. With the VNC server
configured, such messages are missing, and I cannot hear the sound
(which is sent by the guest OS to the virtual hardware).

qemu-4.2.1-1.fc32

** Affects: qemu
     Importance: Undecided
         Status: New

** Description changed:

  Running Fedora32 with virt-manager → libvirt → qemu  I noticed that I
  got no sound in my spice client. The VM is configured with a SPICE-
  server and a QXL display, and in addition a VNC display.
  
  Apparently when I remove the VNC display, then the sound is routed just
  fine to the spice client: I can hear it, and `G_MESSAGES_DEBUG=all
  remote-viewer --spice-debug  spice://localhost:5900` mentions
  SpicePlaybackChannel and SpiceRecordChannel. With the VNC server
  configured, such messages are missing, and I cannot hear the sound
  (which is sent by the guest OS to the virtual hardware).
+ 
+ qemu-4.2.1-1.fc32

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1900352

Title:
  no sound in spice when VNC enabled

Status in QEMU:
  New

Bug description:
  Running Fedora32 with virt-manager → libvirt → qemu  I noticed that I
  got no sound in my spice client. The VM is configured with a SPICE-
  server and a QXL display, and in addition a VNC display.

  Apparently when I remove the VNC display, then the sound is routed
  just fine to the spice client: I can hear it, and
  `G_MESSAGES_DEBUG=all remote-viewer --spice-debug
  spice://localhost:5900` mentions SpicePlaybackChannel and
  SpiceRecordChannel. With the VNC server configured, such messages are
  missing, and I cannot hear the sound (which is sent by the guest OS to
  the virtual hardware).

  qemu-4.2.1-1.fc32

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1900352/+subscriptions


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1900352] Re: no sound in spice when VNC enabled
  2020-10-18 20:53 [Bug 1900352] [NEW] no sound in spice when VNC enabled azrdev
@ 2020-10-19 12:53 ` Gerd Hoffmann
  2020-10-19 13:04 ` Daniel Berrange
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Gerd Hoffmann @ 2020-10-19 12:53 UTC (permalink / raw)
  To: qemu-devel

What is in the libvirt logs (/var/log/libvirt/qemu/${guest}.log) ?

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1900352

Title:
  no sound in spice when VNC enabled

Status in QEMU:
  New

Bug description:
  Running Fedora32 with virt-manager → libvirt → qemu  I noticed that I
  got no sound in my spice client. The VM is configured with a SPICE-
  server and a QXL display, and in addition a VNC display.

  Apparently when I remove the VNC display, then the sound is routed
  just fine to the spice client: I can hear it, and
  `G_MESSAGES_DEBUG=all remote-viewer --spice-debug
  spice://localhost:5900` mentions SpicePlaybackChannel and
  SpiceRecordChannel. With the VNC server configured, such messages are
  missing, and I cannot hear the sound (which is sent by the guest OS to
  the virtual hardware).

  qemu-4.2.1-1.fc32

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1900352/+subscriptions


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1900352] Re: no sound in spice when VNC enabled
  2020-10-18 20:53 [Bug 1900352] [NEW] no sound in spice when VNC enabled azrdev
  2020-10-19 12:53 ` [Bug 1900352] " Gerd Hoffmann
@ 2020-10-19 13:04 ` Daniel Berrange
  2021-05-09 14:33 ` Thomas Huth
  2021-07-09  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: Daniel Berrange @ 2020-10-19 13:04 UTC (permalink / raw)
  To: qemu-devel

If VNC is enabled, then libvirt sets QEMU_AUDIO_DRV=none unless
/etc/libvirt/qemu.conf is set to allow output to host audio.

Clearly this doesn't do the right thing when SPICE is present at the
same time as VNC, but that's libvirt's fault rather than QEMU.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1900352

Title:
  no sound in spice when VNC enabled

Status in QEMU:
  New

Bug description:
  Running Fedora32 with virt-manager → libvirt → qemu  I noticed that I
  got no sound in my spice client. The VM is configured with a SPICE-
  server and a QXL display, and in addition a VNC display.

  Apparently when I remove the VNC display, then the sound is routed
  just fine to the spice client: I can hear it, and
  `G_MESSAGES_DEBUG=all remote-viewer --spice-debug
  spice://localhost:5900` mentions SpicePlaybackChannel and
  SpiceRecordChannel. With the VNC server configured, such messages are
  missing, and I cannot hear the sound (which is sent by the guest OS to
  the virtual hardware).

  qemu-4.2.1-1.fc32

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1900352/+subscriptions


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1900352] Re: no sound in spice when VNC enabled
  2020-10-18 20:53 [Bug 1900352] [NEW] no sound in spice when VNC enabled azrdev
  2020-10-19 12:53 ` [Bug 1900352] " Gerd Hoffmann
  2020-10-19 13:04 ` Daniel Berrange
@ 2021-05-09 14:33 ` Thomas Huth
  2021-07-09  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2021-05-09 14:33 UTC (permalink / raw)
  To: qemu-devel

So if this is libvirt's fault, can we close this ticket here? Has
anybody already reported this to in the libvirt bug tracker?

** Changed in: qemu
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1900352

Title:
  no sound in spice when VNC enabled

Status in QEMU:
  Incomplete

Bug description:
  Running Fedora32 with virt-manager → libvirt → qemu  I noticed that I
  got no sound in my spice client. The VM is configured with a SPICE-
  server and a QXL display, and in addition a VNC display.

  Apparently when I remove the VNC display, then the sound is routed
  just fine to the spice client: I can hear it, and
  `G_MESSAGES_DEBUG=all remote-viewer --spice-debug
  spice://localhost:5900` mentions SpicePlaybackChannel and
  SpiceRecordChannel. With the VNC server configured, such messages are
  missing, and I cannot hear the sound (which is sent by the guest OS to
  the virtual hardware).

  qemu-4.2.1-1.fc32

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1900352/+subscriptions


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug 1900352] Re: no sound in spice when VNC enabled
  2020-10-18 20:53 [Bug 1900352] [NEW] no sound in spice when VNC enabled azrdev
                   ` (2 preceding siblings ...)
  2021-05-09 14:33 ` Thomas Huth
@ 2021-07-09  4:17 ` Launchpad Bug Tracker
  3 siblings, 0 replies; 5+ messages in thread
From: Launchpad Bug Tracker @ 2021-07-09  4:17 UTC (permalink / raw)
  To: qemu-devel

[Expired for QEMU because there has been no activity for 60 days.]

** Changed in: qemu
       Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1900352

Title:
  no sound in spice when VNC enabled

Status in QEMU:
  Expired

Bug description:
  Running Fedora32 with virt-manager → libvirt → qemu  I noticed that I
  got no sound in my spice client. The VM is configured with a SPICE-
  server and a QXL display, and in addition a VNC display.

  Apparently when I remove the VNC display, then the sound is routed
  just fine to the spice client: I can hear it, and
  `G_MESSAGES_DEBUG=all remote-viewer --spice-debug
  spice://localhost:5900` mentions SpicePlaybackChannel and
  SpiceRecordChannel. With the VNC server configured, such messages are
  missing, and I cannot hear the sound (which is sent by the guest OS to
  the virtual hardware).

  qemu-4.2.1-1.fc32

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1900352/+subscriptions


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-07-09  4:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-18 20:53 [Bug 1900352] [NEW] no sound in spice when VNC enabled azrdev
2020-10-19 12:53 ` [Bug 1900352] " Gerd Hoffmann
2020-10-19 13:04 ` Daniel Berrange
2021-05-09 14:33 ` Thomas Huth
2021-07-09  4:17 ` Launchpad Bug Tracker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.