You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Umesh (JIRA)" <ji...@apache.org> on 2018/11/21 12:47:00 UTC

[jira] [Commented] (GUACAMOLE-664) Unable to use microphone with the 0.9.14 release

    [ https://issues.apache.org/jira/browse/GUACAMOLE-664?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16694668#comment-16694668 ] 

Umesh commented on GUACAMOLE-664:
---------------------------------

I found it working after following changes:

1.  Modified file src/protocols/rdp/Makefile and added -lwinpr-utils as following

guacai_ldflags = \
 -module -avoid-version -shared \
 -lpthread \
 -lfreerdp-core -lfreerdp-cache -lfreerdp-client -lfreerdp-utils -lfreerdp-codec -lwinpr-utils

2. Recompiled Server code

3. Installed server

4. Executed following commands (Cent OS 7)

ln -s /usr/local/lib/freerdp/guacdr.so /usr/lib64/freerdp
 ln -s /usr/local/lib/freerdp/guacsnd.so /usr/lib64/freerdp
 ln -sv /usr/local/lib/freerdp/guacai.so /usr/lib64/freerdp

5. Restarted guacd and tomcat service 

6. Now Audio recording works!

 

> Unable to use microphone with the 0.9.14 release
> ------------------------------------------------
>
>                 Key: GUACAMOLE-664
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-664
>             Project: Guacamole
>          Issue Type: Bug
>          Components: guacamole
>    Affects Versions: 0.9.14
>            Reporter: Umesh
>            Priority: Major
>         Attachments: Microphone not working.png
>
>
> Hi,
> I am using 0.9.14 release on Cent OS 7/Ubuntu 16.04 and trying to use microphone support but not able to do so after trying for long. 
> Microphone is showing under remote Windows Server "Recording" but it doesn't detect any sound from my microphone. Some of details about my environment is as following. 
>  # Guacamole server on  Cent OS 7 and Ubuntu 16.04
>  # Guacamole - 0.9.14 release with default Freerdp version
>  # Using https (with self signed certificate) in Chrome browser
>  # Used Tomcat 7 servlet container
>  # Selected "enable audio input (microphone)" in settings guacamole connection settings
>  # Tested with Windows Server 2012 R2 Datacenter, Windows Server 2012 R2 Standard and Windows 2016 Datacenter edition. Did following configuration in Windows servers.
>  ## Installed Remote Desktop Session Host
>  ## Dektop Experience
>  ## Media Foundation
>  ## Disabled NLA
>  ## Enabled Remote Desktop Services
>  Need some inputs to resolve this issue. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)