flcontainers / guacamole

A Docker Container for Apache Guacamole, a client-less remote desktop gateway. It supports standard protocols like VNC, RDP, and SSH over HTML5. For x64, arm64 and ppc64le.
https://hub.docker.com/r/flcontainers/guacamole
GNU General Public License v3.0
322 stars 60 forks source link

record sessions #130

Closed TomDeSchutter closed 1 month ago

TomDeSchutter commented 1 month ago

Not an issue per se but I can 't figure out how I can enable session recording? Is the feature included in the image?

MaxWaldorf commented 1 month ago

ffmpeg is included so it should work but please refer to guac documentation...

TomDeSchutter commented 1 month ago

Thx for the fast reply.

I should rephrase my problem: I've added the extension, edited the connection to record - which it does. The container does actually save files, but I'm unable to open them and they don't show up in the history tab in order to replay them.

MaxWaldorf commented 1 month ago

https://guacamole.apache.org/doc/gug/recording-playback.html

Make sure the folder you created has the right permissions... Guacd service depends on user guacd...

TomDeSchutter commented 1 month ago

I'll be damned, I checked those permissions multiple times. Didn't notice the permissions weren't set in the subtree. Thank you for the assistance!