GitHub user mike-jumper opened a pull request:
https://github.com/apache/incubator-guacamole-server/pull/44
GUACAMOLE-179: Move PulseAudio support into utility library.
This change moves the PulseAudio support provided by the VNC client into a
common utility library which can be shared by other protocol implementations,
including the WIP X.Org driver.
Part of this change involved modifying libguac's audio stream
implementation such that it does not rely on a connection "owner" existing. Not
all guacd-like Guacamole protocol implementations will have a connected user at
all times.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mike-jumper/incubator-guacamole-server
libpulse
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-guacamole-server/pull/44.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #44
----
commit 48ebbe95ea14632c4006dc13f6d7a1135b6dabd6
Author: Michael Jumper <[email protected]>
Date: 2016-12-25T09:13:40Z
GUACAMOLE-179: Move PulseAudio support into separate utility library.
commit 440668a78a5b258bd61f93fb4e9d379071c407d8
Author: Michael Jumper <[email protected]>
Date: 2016-12-26T21:49:04Z
GUACAMOLE-179: Use non-owner users of connection to determine audio
encoding if necessary.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---