2 Comments
User's avatar
clem's avatar

do you know how to setup, that in the logs it will show the remoteIP, instead of the local IP?

Expand full comment
Baggy's avatar

Hi, I am following this guide, but getting an error when running sudo make, can you offer any guidance please?

video.c: In function ‘guacenc_video_alloc’:

video.c:63:22: error: assignment discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]

63 | container_format = container_format_context->oformat;

| ^

video.c:66:22: error: initialization discards ‘const’ qualifier from pointer target type [-Werror=discarded-qualifiers]

66 | AVCodec* codec = avcodec_find_encoder_by_name(codec_name);

| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~

cc1: all warnings being treated as errors

make[2]: *** [Makefile:1126: guacenc-video.o] Error 1

make[2]: Leaving directory '/home/admin-Unplanned4940/guacamole-server-1.5.3/src/guacenc'

make[1]: *** [Makefile:544: all-recursive] Error 1

make[1]: Leaving directory '/home/admin-Unplanned4940/guacamole-server-1.5.3'

make: *** [Makefile:464: all] Error 2

Expand full comment