vadimpronin / guacamole-lite

Node.js library for creating Guacamole-compatible servers. Guacamole is a RDP/VNC/SSH/Telnet client for HTML5 browsers.
Apache License 2.0
247 stars 78 forks source link

Audio input unsupported #52

Closed AmiSBr closed 1 year ago

AmiSBr commented 1 year ago

Hello,

I got this error on log. I am using guacamole-lite v0.7.1 and guacamole-common.js v1.4.0.

 [Connection 2]  <<<W2G< 5.audio,1.1,31.audio/L16;rate=44100,channels=2;***
 [Connection 2]  >>>G2W> 3.ack,1.1,23.Audio input unsupported,3.256;4.sync,11.10696423475;###

I added GUAC_AUDIO parameter (GUAC_AUDIO=audio/L8&GUAC_AUDIO=audio/L16) on token. So, output audio works. Does anyone know how to authorize access to the microphone?

Any help would be appreciated.

AmiSBr commented 1 year ago

Sorry, I figured it out. To enable audio input, set "enable-audio-input" to true in settings when establishing a connection with the desired remote host.