Sign inSign up

trueability/guacd

By trueability

Updated over 8 years ago

Guacd With FFMPEG/Guacenc Support

Image
1

100K+

trueability/guacd repository overview

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

Enabling Recordings

In order to enable recordings, the guacamole client configuration must include something like the following:

<param name="recording-path" value="/recordings" />

Tag summary

Content type

Image

Digest

Size

142.3 MB

Last updated

over 8 years ago

docker pull trueability/guacd:0.9.14-git49c11b