On 7/29/24 8:56 AM, Adrian Owen wrote:
1. Sometimes guac will generate multi files, name recording.1 recording.2
recording.3 . What will make this?
Each time session disconnects/reconnect new raw video file concatenated with .n
- No breaks = 1x file
You are seeing this behavior because:
1) The default filename for session recordings is "recording" unless
overridden.
2) Session recording filenames are given a numeric suffix if there is
already a file with that name present.
(See:
https://guacamole.apache.org/doc/gug/configuring-guacamole.html#graphical-session-recording)
You can use parameter tokens to give your recordings more meaningful
names that are more likely to be unique, such as through including the
date and time:
https://guacamole.apache.org/doc/gug/configuring-guacamole.html#parameter-tokens
You can also use the history UUID to both ensure recordings have unique
names and play them back in-browser:
https://guacamole.apache.org/doc/gug/recording-playback.html
- Mike
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org
For additional commands, e-mail: user-h...@guacamole.apache.org