On Sat, Feb 12, 2022 at 11:26 PM miao <[email protected]> wrote: > Hello, > > > I run Guacamole in docker, and generate Graphical session recording with > no suffix. How can I use “gugaenc” tool to trans recording file to mp4? Two > container has no “gugaenc” tool. > > The correct name of the tool is guacenc. That side, the guacd Docker container is not built with ffmpeg libraries, so guacenc support is not built. If you want that, you'll need to download the source code for guacd (guacamole-server) and install the required ffmpeg libraries and build guacenc that way.
> And can guacd generate recording file with mp4 suffix? > > You can set the suffix to whatever you like, but guacd cannot generate a MP4 recording file directly - guacenc is required to convert the raw Guacamole protocol dumps that guacd generates to MP4. -Nick
