On Wed, Jul 20, 2022 at 8:25 AM Holderby, Brandon <[email protected]> wrote: > > Thanks for the reply! > > There is the ffmpeg dependency > > I just don’t know the commands to create the install for guacenc, this is > what I am after > > =) > > I know rebuilding guac isn’t that bad, but we have several instances with > many connections.
So, the overall process would be: * Install the requirements for guacenc (ffmpeg libraries) * Run the ./configure script in the guacamole-server source directory, and verify that the script output at the end shows that it will build guacenc. * Run "make" to compile. You should end up with a "guacenc" binary in the src/guacenc directory, which you can copy to wherever the rest of your Guacamole install is, along with the guacenc.1 man page. -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
