Bug 1136846
| Summary: | Cannot control Win7 guest sound volume using guest volume controller | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Amador Pahim <asegundo> |
| Component: | mingw-virt-viewer | Assignee: | Victor Toso <victortoso> |
| Status: | CLOSED ERRATA | QA Contact: | SPICE QE bug list <spice-qe-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.5.0 | CC: | cchen, cfergeau, dblechte, fidencio, gklein, marcandre.lureau, rbalakri, sherold, tpelka, victortoso, yeylon, ykaul, ylavi |
| Target Milestone: | ovirt-3.6.0-rc | Keywords: | Reopened |
| Target Release: | 3.6.0 | ||
| Hardware: | All | ||
| OS: | Windows | ||
| Whiteboard: | |||
| Fixed In Version: | mingw-virt-viewer-2.0-1.el7ev | Doc Type: | Bug Fix |
| Doc Text: |
Previously, users could not control a Windows 7 virtual machine's sound volume with the guest volume controls. This occurred because the Windows client's audio back-end (GStreamer) did not have mute and volume control capabilities for playback and record. This was fixed by updating GStreamer to version 1.0, and implementing volume and mute capabilities in the directsoundsrc element. Volume control on Windows virtual machines now works as expected.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-03-09 20:09:06 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | Spice | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1181289 | ||
| Bug Blocks: | |||
|
Description
Amador Pahim
2014-09-03 12:18:34 UTC
The problems stems from the audio sink/src not implementing the GstStreamVolume interface. In >1.0, directsoundsink implements it, however directsoundsrc is still missing volume control. Perhaps we should first rebase gstreamer to 1.x series, and fix directsoundsrc upstream. this all sounds too late for 3.5 Just an update: Last upstream release of virt-viewer is using gstreamer1 and you can control guest playback audio inside the guest; For the record audio (directsoundsrc), there is a patch upstream at: https://bugzilla.gnome.org/show_bug.cgi?id=744383 The patch for directsoundsrc element is now upstream. Closing this bug as NEXTRELEASE as this patch should be available in next virt-viewer windows release. If you find any problems related to volume control, please open a new bug for it. Closing as NEXTRELEASE is not right. Sorry. Moving it to POST. The bz for directsoundsrc fix is https://bugzilla.gnome.org/show_bug.cgi?id=744383 The patch is upstream on gst-plugins-bad hash 1b564bfb8b0db43a24cf311dca24038558b80a68 It should be included in version 1.4.6 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2016-0377.html |