Tagged Questions

Virtual Network Computing (VNC) is desktop sharing system that uses the RFB protocol to remotely view and control another desktop.

learn more… | top users | synonyms

16
votes
6answers
662 views

How does your team work together in a remote setup?

we are a distributed team working on the object database db4o. The way we work: We try to program in pairs only. We use Skype and VNC or SharedView to connect and work together. In our online ...
13
votes
9answers
29k views

What is the best client from Windows to Mac for VNC?

I have been trying different clients from Vista and I am not having a great experience with them. If I leave them sit for a while they stall and I have to close and reconnect. I have been using both ...
12
votes
9answers
25k views

Changing the resolution of a VNC session in linux

I use VNC to connect to a Linux workstation at work. At work I have a 20" monitor that runs at 1600x1200, while at home I use my laptop with its resolution of 1440x900. If I set the vncserver to run ...
8
votes
2answers
506 views

Single sign-on in Java / VNC

Background On the project I work on we have GUI applications running on several different servers. Due to their user interface similarities I am investigating combining their OMIs into a single ...
8
votes
1answer
1k views

Linux: Screen desktop video capture over network, and VNC framerate

Sorry for the wall of text - TL;DR: What is the framerate of VNC connection (in frames/sec) - or rather, who determines it: client or server? Any other suggestions for desktop screen capture - but ...
6
votes
1answer
443 views

VNC viewer for iPhone, cotvnc or libvncclient

I am working on a VNC viewer application for iPhone, and connecting it to tightVNCServer. I have discovered that I can either: Modify COTVNC to build my own version for iPhone Use C-based ...
5
votes
18answers
2k views

What client do you use for Remote Desktop/VNC?

Which one client do you think is the best for remote PC management/access?
4
votes
1answer
287 views

How to make x11vnc adjust resolution with client display

When use x11vnc display:0 to start the vnc server, then client will have exactly the same resolution as server, is that possible to configure x11vnc server (i.e. edit the .x11vncrc file) to make the ...
4
votes
1answer
253 views

ExtJs to DJango url query parameters

Ok So this is kinda a long question. I am using ExtJS and Django to create a websiteish. Ive search the internet on how to add query parameters to the url when get an IFrame. So bascily I have this ...
4
votes
2answers
538 views

Problem in porting Chicken of VNC Mac application into iphone application

I'm porting Chicken of VNC Mac application into iphone application I am having source code of Chicken of VNC Mac application which take vnc of any LAN connected mac. I have to do same with iphone ...
4
votes
1answer
340 views

how can i interact in windows (xp, vista, 7) welcome screen or locked screen like a VNC or Dame Ware

im trying to make a support software in c#.net like a VNC or Dame Ware and i dont know how to send input event to login or locked screen in windows (xp, vista and 7)
4
votes
4answers
3k views

Java VNC Applet vs Screen Capture

I am trying to make an application in which one component captures the screen of the user (for screen casting). I am aware that there are two options to achieve the same using a Java applet (please ...
3
votes
0answers
200 views

Custom VNC client for iPad/iPhone?

I'm looking around to see if there's a library for building my own roll of VNC for iPhone/iPad ... from what i saw now; the only library that 'could' meet my needs is 'Chicken' (a fork of CoVNC) ...
3
votes
1answer
519 views

Develop remotely in XCode using iPad and VNC / RDP

Okay, this is a simple question. Which VNC/RDP app for iPad has features (maybe such as developer-friendly keyboard layouts) that are good for using Xcode remotely? Maybe some of you Mac developers ...
3
votes
6answers
3k views

Web based VNC client?

i am currently developing a web app which has a part where i have to open a specific machine through VNC to see its desktop. i am required to have a web based VNC client , which means it shouldn't ...
3
votes
2answers
163 views

My program is getting a false positive from AVG

My program is getting a false positive from AVG. Its just our companies branded version of Ultra VNC. Its only this one company that's identifying it as a virus and we've been using the same copy of ...
3
votes
2answers
980 views

Crosss platform VNC Client Library?

Does anyone know of a good cross platform VNC client library (the viewer end)? I'm not terribly picky about language, but I would prefer something with C++ or Python. I would need it to work on ...
2
votes
2answers
85 views

Need suggestions for tile caching mechanism in VNC-alike app

I'm developing "remote screencasting" application (just like VNC but not exactly), where I transfer updated tiles of screen pixels over the network. I'd like to implement the caching mechanism, and ...
2
votes
2answers
140 views

Is using zlib (or similar) compression worth/recommended when transmitting JPEG-compressed screen tiles over network (remote screencasting app)?

I'm starting to implement some sort of remote screencasting (VNC-alike) client/server software in C++ (Windows platform), which just transmits the screen updates (image tiles) over the network. The ...
2
votes
1answer
361 views

Implementing VNC in Qt

I am trying to create a simple application for watching a screen in Qt. I have written my own server and client. At the moment the client simply sends a screenshot of the entire screen to the server ...
2
votes
2answers
1k views

Running X11 Server on MacOS X - and connecting from a remote machine [closed]

Question now asked on SU. I have a Windows XP laptop, and I can run the Cygwin X11 server on there (script startxwin.bat, IIRC). I also use a remote machine - it happens to be a Solaris 10 SPARC ...
2
votes
5answers
322 views

Can Mac have more than one client using its desktop?

I have one Server Mac OSX and have 5 windows PC's in my team. So I have this program on the MAC but I want two users in my team to be able to use this program, is there any way more than one person ...
2
votes
2answers
5k views

Difference between RDP/Terminal Services and VNC Streaming Techniques

As part of a client support tool, I'm wanting to provide some functionality to be able to request to view/remote control a desktop session. There are a bunch of ways to get a screen capture and then ...
2
votes
2answers
308 views

Capturing session for remote control from a linux host

Use case: A does something on his box and gots stuck. He asks B (remote) for support. B logs into the session of A, sees all windows, A was seeing and is able to manipulate the GUI. If A uses ...
2
votes
7answers
6k views

Java VNC Applet

Does any one know of an opensource Java VNC server, that can be run from a web page, so requiring no installation on the server end, possibley applet based.
2
votes
5answers
3k views

Is it possible to connect to Mac OS X 10.5 Leopard's built in vnc server at a low color depth from Windows?

If I attempt to connect to Mac OS X 10.5 Leopard's built in vnc server at a low color depth from Windows, the client bombs after connecting. It only works when I set it to the highest color depth. ...
1
vote
1answer
57 views

VNC control for WPF

i am looking for a vnc control (Client) i would be able to use inside a WPF application i am creating . I would like to to be able to capture computes with TightVNC/UltraVNC (open source types) ...
1
vote
1answer
44 views

How to start a VNC server in C?

I need to open a lightweight X server in C language. I figure vnc may be lightweight enough and universal in all Linux flavor and windows. Is there a C API to start vnc server? What libraries does it ...
1
vote
0answers
48 views

To develop a VNC server applet using the VNCJ library

I need to develop an applet using vncj such that the applet can act as a VNC server and the system can be viewed by other using VNC viewer. A sample applet is provided in the this site ...
1
vote
0answers
69 views

What remote desktop solutions are viable in Ubuntu beyond the desktop upheaval?

Is there any obvious combination of client/server remote desktop technology that we can expect to rely upon in the near-term future? I have been happily using Nomachine NX Client to connect to NX ...
1
vote
1answer
154 views

Publishing WinForms application as html 5 canvas

We've got a decent sized WinForms application that we are gradually replacing with a mvc web application. I'd like to find a way of publishing portions of our WinForms application via a screen ...
1
vote
1answer
183 views

VNC connection brokering (RFB protocol server)

Please consider the following scenario: VNC Client try to connect with a VNC Server which is behind a NAT. I have written a port forwarder in java which help me achieving above task, and it works ...
1
vote
0answers
270 views

How to VNC from mac lion to a linux server [closed]

I'm trying to connect to a linux server from my mac. I used following ways and all failed: 1. Chichen vnc 2. Finder -> Go -> connect to a server. They said the server cannot be connected. However I ...
1
vote
1answer
114 views

Getting an app on two iPads in sync

We are trying to figure out a way to get app on two iPads in sync. So the use case would be like this: We have two iPads, on each one is the app A running. User 1 is doing something on his iPad and ...
1
vote
0answers
46 views

Run application when start vnc server

I want to automatically launch an application when access to the VNC session. The scenario is that when open the VNC session, the application will be run as a popup automatically. I think I need to ...
1
vote
1answer
154 views

Linux Red Hat 5.6 and VNC: KDE & Gnome

I am using Red Hat 5.6 and I have configured VNC for my Unix user with no issues. I am able to log into it and it defaults to Gnome. KDE is installed on the machine and I would like to use it. Below ...
1
vote
1answer
107 views

video chatting in WebGL

I would like to develop a virtual classroom contains projector for presenting power point's slides and video chatting.all these tools will be developed using WebGL. Is there any possibility for ...
1
vote
0answers
97 views

Is it allowed to run GPL-Java-Applet inside commercial/proprietary closed-source application?

I want to embed a GPL applet into my proprietary/commercial java application. I would like to implement a generic applet-environment that allows users of my software to launch arbitrary applets, and ...
1
vote
2answers
71 views

How to add extra data frames into VNC communication?

Does any one knows how to add extra data frame along with video frames in vnc communication. Both client and server will be handled by me. And also how to do encode and decode that extra data frame at ...
1
vote
1answer
209 views

Resizing an Xvfb display

Simple Question: Is there a way to resize a Xvfb display? I tried with RandR but it seems that the RandR extension is not supported by Xvfb. Are there other ways to resize the screen? Thanks for ...
1
vote
0answers
65 views

Dynamically create a Windows Account on EC2

I am looking to test a HTML5 VNC viewer with EC2. However, I would like to be able to create a separate Windows account every time I test with the VNC viewer. I'd also like to restrict the VNC session ...
1
vote
1answer
117 views

How to use a VNC source in Quartz Composer?

I know I can use video camera sources for further processing with Quartz Composer. (For example you can use the iSight's video feed to do something with that.) But is it also possible to show/use the ...
1
vote
3answers
805 views

iPhone Development: VNC Server Framework to mirror iPhone screen to Mac (Keynote)?

I developed an iPhone app which I now have to present an audience. For that purpose, I'm creating a presentation with Apple Keynote to show some facts — and after that, I also would like to hold a ...
1
vote
0answers
105 views

Display images in QT4 app over VNC and SSH

I am trying to run my QT Application over VNC, and I am seeing some differences. My images are loaded into QImage items, and are RGB images. I want to only work on the grayscale images, so I have ...
1
vote
2answers
218 views

How does VNC continuously repaint windows?

How does VNC send REPAINT messages to windows even when a user is not active? I would like to implement this in C sharp - I've had a look at the PrintWindow, SendMessage methods and none of them ...
1
vote
1answer
681 views

noVNC connecting to VNCServer on private LAN using HTTPS only

Not sure if i'm really up-to-date, but i'm looking in a way to convert my existing project to use HTML5 websockets. Here's my situation : - Client runs a modified java vnc applet with extra ...
1
vote
1answer
250 views

Can't Run VNCsharp sample work

I have downloaded VNCsharp sample form here. I run the sample on my own machine and another instance of it on a remote machine then try to connect to remote host but it throws an exception as this:"No ...
1
vote
2answers
264 views

C# send VNC commands

Is there any simple way in C# to send commands to a VNC server on a computer. Ideally some sort of library or something would be nice but whatever is simplest really. All I want to be able to do is ...
1
vote
1answer
211 views

How can we do video recording using VNC

How can we do video recording using VNC? I want to record all the session. we have multiple clients and server. So efficiency is important too. Anyone has any idea of some opensource project which ...
1
vote
1answer
263 views

Automating VNC authorization process through command line

I am receiving a input as vnc://172.16.41.101&passwd=test What i want to do with this input is : 1. Extract the IP address. 2. Extract the password. 3. Launch vncviewer with the ip and password ...

1 2 3 4