Commit e7238a23 authored by Francois Cartegnie's avatar Francois Cartegnie

access: add rfb/vnc viewonly module.

Uses libvnc to provide 8-32bpp viewer, compression control, rfb & x509
auth, desktop resize handling and vnc://host:port uri.
parent afff7f0a
......@@ -1890,6 +1890,11 @@ if test "${enable_screen}" != "no"; then
fi
fi
dnl
dnl VNC/RFB access module
dnl
PKG_ENABLE_MODULES_VLC([LIBVNC], [libvnc], [libvncclient >= 0.9.9], (VNC/rfb client support), [auto])
dnl
dnl Real RTSP plugin
dnl
......
......@@ -190,6 +190,8 @@ libscreen_plugin_la_LDFLAGS += "-Wl,-framework,OpenGL,-framework,ApplicationServ
libvlc_LTLIBRARIES += libscreen_plugin.la
endif
### VNC ###
SOURCES_libvnc = vnc.c
### Optical media ###
......
This diff is collapsed.
......@@ -274,6 +274,7 @@ modules/access/vcdx/vcd.h
modules/access/vcdx/vcdplayer.c
modules/access/vcdx/vcdplayer.h
modules/access/vdr.c
modules/access/vnc.c
modules/access/zip/zipstream.c
modules/arm_neon/chroma_yuv.c
modules/arm_neon/simple_channel_mixer.c
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment