1

I have source code of the tight VNC and installed 'Real VNC' on my local system. When I run the source of tight VNC, it asked for the host and port so I passed following credentials: Host: 127.0.0.1 Port: 5800. Then I can see the status as connected on the console of my eclipse. But I am not able to see my local screen. Can anyone help me that how can I record my local screen using tight VNC?

I am getting EOF exception.

Sourabh
  • 59
  • 1
  • 15

1 Answers1

0

Port: 5800 is a port that is mostly used by webSocket connections. Try connecting through standart VNC port 5900.

y.selivonchyk
  • 8,987
  • 8
  • 54
  • 77