Guacd With FFMPEG/Guacenc Support
100K+
Built off of glyptodon/guacd but with included support for ffmpeg to enable the guacenc binary to be built.
Start guacd container:
$ docker run --name guacd -v /path/to/recordings:/recordings trueability/guacd
Encode existing session recordings to .m4v:
$ docker exec -it guacd guacenc -f /recordings/file-name-to-encode
Convert .m4v to .mp4:
$ docker exec -it guacd ffmpeg -i /recordings/file-name-to-convert.m4v /records/file-name.mp4
In order to enable recordings, the guacamole client configuration must include something like the following:
<param name="recording-path" value="/recordings" />
Content type
Image
Digest
Size
142.3 MB
Last updated
over 8 years ago
docker pull trueability/guacd:0.9.14-git49c11b