I am trying to implement remote desktop server using libvnc, I have downloaded the libvnc and build the library and able to run sample code. And in the example code I can see the function rfbGetScreen http://libvnc.github.io/doc/html/libvncserver_doc.html which display plain background not the desktop. Does that mean I have to find some other library to get desktop and share using vnc, or vnc has some inbuilt function to do this.
libVNC implement remote desktop
398 Views Asked by CodeDezk At
1
There are 1 best solutions below
Related Questions in REMOTE-ACCESS
- Can't connect to mysql database remotely ERROR 2003
- SSH remote command
- How to register an installation remotely?
- Refused connection to database in production but not local
- The fastest way to check whether remote computer is offline
- Can I access my phone images from an other mobile on remote?
- How to remotely install an android application on a android phone connected to the same network?
- Do i need to set up "high availablility" with the connection broker when i only have one Remote Terminal
- Use Photoshop actions on the server
- Using Powershell to verify registry entries remotely
- Scripting: reading file from remote machine and store in dir variable
- How I can execute extern Module Commands on a remote Computer in Powershell without install the Module?
- Connect Remotely to Centos installed on Vmware
- Run script file on remote server
- Active Directory Access to remote SQL Server
Related Questions in VNC
- novnc: How to run websockify automatically
- How do I respond to a prompt for password in a shell script?
- noVNC Mouse Pointer not visible in Internet Explorer 11
- Connect PuTTY and VNC behind a Proxy via SSH Port 443 to my Pi
- vnc to a docker container in vagrant
- uinput - mouse coordinates sync issue
- How to connect android using novnc?
- Compact bitmap diff/patch
- Delay in X11VNC response
- Need to screen mirror/cast... not sure if EC2 is the right solution
- Controlling the windows mouse from a service
- How RealVNC works?
- Automating VNC authorization process through command line
- Generic way to know whether a laptop is located in the office or not?
- Serve multiple client request from server using bridge
Related Questions in VNC-SERVER
- novnc: How to run websockify automatically
- Issues Over ssh
- uinput - mouse coordinates sync issue
- vnc-server installed and running but not visible over the network
- Clicking an empty space in gnome-terminal selects the whole line
- How to send frame buffer to surfaceflinger in android?
- UltrVNC repeater with HTML5 client (Guacamole?) support
- NoVNC on iphone/ipad?
- Start vncserver on :0 instead of :1
- droid-VNC server on Nexus 7 shows noisy white screen
- Change Mac OS 10.7 Lion VNC Server listening port
- vncserver creating display as :<Displaynumber> instead of hostname:<Displaynumber>
- How to fix tightvncserver grey screen?
- SteamOS on Android via Termux, VNC and Qemu
- Show Application only in a VNC server Windows 10
Related Questions in RFB-PROTOCOL
- Delay in X11VNC response
- LibVncClient get operation system info
- How to refresh/reload an image in Swing GUI as the real image file changes?
- Vnc with WebRTC for remote screen control
- libVNC implement remote desktop
- TCP/IP using Ada Sockets: How to correctly finish a packet?
- How does RFB and X11 protocols work together?
- Use of RFB or RDP for a single GUI application
- does VNC Server reply the SetEncoding and SetPixelFormat message from Client?
- VNC screen live streaming with GStreamer
- RFB / VNC client in c++ (TRLE encoding)
- Can we host multiple vnc servers (using LibVNCServer library) in the same process?
- Linux framebuffer detect change
- Pixel Format Data Structure for ARGB
- NoFlo graph.json / graph.fbp to JavaScript file
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
it does seem so. You need to put into rfbScreenInfoPtr::framebuffer screenshots. I've never saw any inbuilt functions yet. May be I've poorly searched. Try SDL2. May be it will help.