[
https://issues.apache.org/jira/browse/GUACAMOLE-1003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17074300#comment-17074300
]
Jimmy edited comment on GUACAMOLE-1003 at 4/3/20, 6:28 AM:
-----------------------------------------------------------
[~christian773]
I found the cause of your issue.
In your test system, *navigator.mediaDevices.getUserMeida* isn't null in
guacamole-client, but it doesn't work.
!image-2020-04-03-09-14-24-430.png!
I can't know why. [~vnick] *and* [~mjumper]*, please teach me.*
The below image is the log captured by developer tools of Chrome.
!image-2020-04-03-09-15-35-263.png!
So I modified the guacamole.min.js file in /var/lib/tomcat/webapps/guacamole/
folder as following:
{noformat}
# cd /var/lib/tomcat/webapps/guacamole
# cp guacamole.js guacamole.min.js
# vi guacamole.min.js{noformat}
!image-2020-04-03-09-21-42-310.png!
That's all.
Thanks.
was (Author: myjimmy):
[~christian773]
I found the cause of your issue.
In your test system, *navigator.mediaDevices.getUserMeida* isn't null in
guacamole-client, but it doesn't work.
!image-2020-04-03-09-14-24-430.png!
I can't know why. [~vnick] *and* [~mjumper]*, please teach me.*
The below image is the log captured by developer tools of Chrome.
!image-2020-04-03-09-15-35-263.png!
So I modified the guacamole.min.js file in /var/lib/tomcat/webapps/guacamole/
folder as following:
{noformat}
# cd /var/lib/tomcat/webapps/guacamole
# cp guacamole.js guacamole.min.js
# vi guacamole.min.js{noformat}
!image-2020-04-03-09-21-42-310.png!
That's all.
Thanks.
> I can't input the audio
> -----------------------
>
> Key: GUACAMOLE-1003
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-1003
> Project: Guacamole
> Issue Type: Bug
> Components: guacamole-client, guacamole-server, RDP
> Affects Versions: 1.1.0
> Environment: Ubuntu 18.04 64bit, Windows 10 64bit
> Reporter: Jimmy
> Priority: Minor
> Attachments: guacamole_rdp_audio_input.png,
> image-2020-04-01-11-22-28-998.png, image-2020-04-03-09-12-58-354.png,
> image-2020-04-03-09-14-24-430.png, image-2020-04-03-09-15-35-263.png,
> image-2020-04-03-09-21-42-310.png
>
>
> I tried to input the audio in 1.1.0 version and latest master of Guacamole
> Server/Client.
> But I can't input the audio.
>
> I set the parameter "enable-audio-input" to true.
> Also, I built the latest master branch of FreeRDP with the following build
> options:
> {noformat}
> $ cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_SSE2=ON -DWITH_CUPS=on
> -DWITH_WAYLAND=off -DWITH_PULSE=on -DWITH_FFMPEG=on {noformat}
> I found the following javascript log from the Chrome browser:
> !image-2020-04-01-11-22-28-998.png!
> I can't know whether I incorrectly build & test Apache Guacamole
> Server/Client or it's a bug.
> *If it isn't a bug, please let me know the correct build options & the
> correct testing method.*
>
> Thanks.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)