Easy to do,
In the early years of virtualization I developed a program that ran on
the VDI called RES (Remote Event System) built in java, this would
detect a connection to the desktop or environment then send notification
to the server (in this case Citrix Metaframe XP middleware), you can do
On Thu, Oct 17, 2024 at 2:19 AM David Lomas
wrote:
> It sounds like adding something on recording (start / stop) to the event
> listener system might help—then it could be built as an extension?
>
>
I think it's less of an extension problem and more of a guacd concern -
since guacd is what actual
It sounds like adding something on recording (start / stop) to the event
listener system might help—then it could be built as an extension?
On Thu, 17 Oct 2024 at 00:57, Nick Couchman wrote:
> On Tue, Oct 15, 2024 at 10:02 PM Cyrus wrote:
>
>> Hi!,
>>
>> Is there logic prevision to block any on
On Tue, Oct 15, 2024 at 10:02 PM Cyrus wrote:
> Hi!,
>
> Is there logic prevision to block any ongoing or new sessions if records
> fails (never starts or started and suddenly failed)?.
>
>
Currently, no, there is no such logic, but I can see this being desirable,
particularly in situations where
Hi!,
Is there logic prevision to block any ongoing or new sessions if records
fails (never starts or started and suddenly failed)?.
Usual scenario: disk full.
I would like to allow sessions to proceed only if I can record them.
I can think about crontab+scripts or inotify tricks, but I would pr