I'm running guacamole-common on java with tomcat7.
As I understand, in order to enable recording I need to set some config
parameters:
config.setParameter("recording-path",
String.format("C:\\temp\\recordings\\%s", conn.orderedSessionId));
config.setParameter("create-recording-path", "true");
config.setParameter("recording-name", String.format("%s-%s.rec",
conn.protocol, urlId));
So the records should present in C:\temp folder.
But nothing happens when I'm creating a connection, even after creating the
record path.
I have tried writing a random file through the application and it succeeded,
so it's not a problem of write permissions.
Any ideas why recording isn't working for me?
--
Sent from:
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]