Links
Questions tagged [guacamole-common.js]
7 questions
2
votes
1 answer
Guacamole SFTP upload doesn't work on files larger than a few bytes (javascript API)
I'm developing a wrapper on top of Guacamole.
I've made my own backend websocket that connects the Guacamole javascript API to the guacd daemon.
Now working on file transfers.
Problem I have is via SFTP.
I managed to successfully download a file via…

Darksody
- 481
- 1
- 4
- 15
0
votes
0 answers
guacamole common multiple sessions
I am using the guacamole common library in a spring boot application with an angular frontend. We create the vnc tunnels over an endpoint extending the GuacamoleHTTPTunnelServlet. We built the start application according to this guide and extended…

mcler
- 1
- 1
0
votes
0 answers
How to Use Guacamole API with QuickConnect Extension for RDP?
I'm trying to utilize the Guacamole API with the QuickConnect extension to establish remote desktop connections programmatically. However, I'm encountering some difficulties in the process. I've followed the documentation and attempted the following…
0
votes
0 answers
Guacamole common js - How to integrate microphone?
[https://stackoverflow.com/questions/76455664/how-to-access-microphone-in-guacamole-common-js] - This is not working for me.
I have created a custom web application using Guacamole common js to render and use virtual machine. But I couldnt redirec…

Divyesh Govardhanan
- 41
- 3
0
votes
1 answer
How to access microphone in guacamole common js?
I'm using Guacamole-common.js to create a remote desktop connection in the browser.
I'm trying to activate the microphone in Guacamole. But it's not working.
As ScriptProcessorNode is deprecated, I try to use AudioWorklet.
Microphone access is…

AmiS
- 1
- 2
0
votes
0 answers
Sending images in the clipbaord stream in Guacamole
I have written an application which uses guacamole-lite npm package to create remote connections. I have implemented clipoard from local to remote and remote to local machine as well it only works with text using the guacamole.setClipboard() method.…
0
votes
1 answer
Uncaught ReferenceError: module is not defined at guacamole-common.min.js
We are using guacamole-common-js in one of our projects and using guacamole-common.min.js in the script results in a module not found error:
I am using guacamole-common.js:…

Pranav Choudhary
- 2,726
- 3
- 18
- 38