Listing support company on the site

2020-03-06 Thread Marko Nikolić
Hello, I would like to list our company on the Guacamole site, under commercial support. Based on the previous discussions, I am sending the needed information: - Logo: attached - URL: https://iten.rs/our-services/outsourcing/ - Blurb: "Professional support, solutions, and personalize functional

Re: How to customize guacamole angular app

2019-11-23 Thread Marko Nikolić
Hi Ben, Guacamole supports extension, which are used to add custom features, integrations etc... to the main application. It is better to use this method instead of hacking the Guacamole code. You can find more details on extensions in the docs: http://guacamole.apache.org/doc/gug/guacamole-ext.

Support for images in clipboard

2019-09-04 Thread Marko Nikolić
Hello, Is it planned to support images in the clipboard in some of the near-future versions of the Guacamole? I have found this jira issue: https://jira.glyptodon.com/browse/GUAC-1547 But no more details, it seems this feature is still pending. The new Web Clipboard API supports binary data and

Re: Supported JDK version

2019-02-04 Thread Marko Nikolić
/ла: > > On Sun, Feb 3, 2019 at 6:27 PM Marko Nikolić > wrote: >> >> Hello, >> >> >> Is it possible to compile Guacamole 1.0.0 client with JDK 11? > > > Not sure, I've not tried it. > >> >> >> This version of JDK is default in Ubun

Supported JDK version

2019-02-03 Thread Marko Nikolić
Hello, Is it possible to compile Guacamole 1.0.0 client with JDK 11? This version of JDK is default in Ubuntu 18.04, but it fails to compile the client. Switching to JDK 8 fixes the issue. It may be a maven issue as well, so I wonder if anybody succeeded in compiling with latest JDK. Thanks a

Guacamole gaming

2018-09-06 Thread Marko Nikolić
Hello, We are trying to use Guacamole to run several games on the remote Win server. The experience when using direct RDP is acceptable, but via Guacamole is terrible, the game is lagging and not really usable. Are there some hints/options that can help in getting better performance in Guacamole?

Re: License error while creating extension

2018-07-18 Thread Marko Nikolić
You can also disable RAT check temporarily, with -Drat.skip=true switch on the mvn command line. This is not really a long-term solution, it is just a quick fix. сре, 18. јул 2018. у 19:25 Mike Jumper је написао/ла: > On Wed, Jul 18, 2018 at 7:47 AM, Nick Couchman wrote: > >> On Wed, Jul 18, 20

Re: Guacamole audio redirection issue

2018-04-05 Thread Marko Nikolić
чет, 5. апр 2018. 14.54 Nick Couchman је написао/ла: > On Thu, Apr 5, 2018 at 8:45 AM, Asbern wrote: > >> Hi Marko, >> >> >> >> Actually its not prompting for any permission in chrome >> >> >> >> >> > Correct - I believe Marko's point is that, if you're not using SSL/TLS > (HTTPS), then it won't

Re: Guacamole audio redirection issue

2018-04-05 Thread Marko Nikolić
Hello Asbern, Chrome requires having SSL (https) connection to allow usage of the microphone and some other features (geolocation). I think there should be a message in the Chrome console when web page tries to access microphone over an insecure connection. Please check this page as well: htt

Audio issues

2018-03-25 Thread Marko Nikolić
Hi everybody, I am trying to setup a sound through Guacamole. From the technical side, all libraries are present and the remote speaker and microphone are recognized in windows. However, the playback is of acceptable quality, but the recording is very bad. Most of the time recording is very chop

Re: Audio input problems

2018-02-21 Thread Marko Nikolić
, Chrome properly asks for the permission to use microphone. Closing (except for the Guacamole-296). Marko чет, 22. феб 2018. у 01:01 Marko Nikolić је написао/ла: > I have found the source of the issue, but still not full solution. It > looks like the problem is in Chrome, the Fire

Re: Audio input problems

2018-02-21 Thread Marko Nikolić
7). This issue is resolved as "Cannot reproduce", but I can reproduce it always on my server installation (Ubuntu 16.04.03 LTS, libfreerdp 1.1 from repo, Guacamole server 0.9.13 manually built). Marko сре, 21. феб 2018. у 23:14 Marko Nikolić је написао/ла: > Audio recordin

Re: Audio input problems

2018-02-21 Thread Marko Nikolić
Audio recording works with xfreerdp using parameters below: xfreerdp /u:** /p:** /d:** /v:** /cert-ignore /sound /microphone сре, 21. феб 2018. у 23:10 Marko Nikolić је написао/ла: > Hi Mike, > > Please find guacd log attached. > > Marko > > сре, 21. феб 2018. у

Re: Audio input problems

2018-02-21 Thread Marko Nikolić
Hi Mike, Please find guacd log attached. Marko сре, 21. феб 2018. у 23:05 Mike Jumper је написао/ла: > On Feb 21, 2018 14:03, "Marko Nikolić" wrote: > > Hello, > > > I am trying to enable audio input in the Guacamole 0.9.13, libfreerdp-1.1 > (default from U

Audio input problems

2018-02-21 Thread Marko Nikolić
Hello, I am trying to enable audio input in the Guacamole 0.9.13, libfreerdp-1.1 (default from Ubuntu repo) and Windows Server 2012R2. The audio playback and recording is tested with Skype and working when used directly with xfreerdp. With guacamole it is possible to make connection, but audio

Re: Recording session on demand

2018-01-16 Thread Marko Nikolić
nd easily chose whether or not it's recorded would be one > more additional time saver. > > --Aaron > > > On Tue, Jan 16, 2018 at 1:01 AM, Marko Nikolić > wrote: > >> Hello, >> >> Are there some method for recording session on-demand? I am aware of the

Recording session on demand

2018-01-16 Thread Marko Nikolić
Hello, Are there some method for recording session on-demand? I am aware of the recording-path parameter, but this records the whole session, what is not suitable for my use case. I cannot find any API related to this, except SessionRecording class, which is not producing output file, AFAK. My us