On Tue, Feb 15, 2022 at 11:44 AM Abramson, Eli <[email protected]> wrote:
> Hi, > > > > I can’t seem to find guacenc inside the guacd container. Is this > deliberate? I’m looking inside the 1.4.0 version. > That's correct, guacenc is not part of the guacd container. We attempted to keep the container as minimal as possible, and having guacenc as part of the image would have added several dependencies related to ffmpeg and its libraries. Also, as containers are designed to be more service-oriented and not interactive, it made sense to leave it out. If you want guacenc you will need to build it from source. -Nick
