On Thu, May 7, 2020 at 6:59 AM erez <[email protected]> wrote: > 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? > > > Note that recording is done by guacd, on whatever system guacd is running on. I'm not sure if you're also running that on Windows, or on a separate Linux server, but the recordings will be on the server with guacd.
-Nick
