Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: viewtopic.php?t=37864

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Record videos in the proxy or repeater

Post Reply
blein
Posts: 1
Joined: 2012-09-14 14:20

Record videos in the proxy or repeater

Post by blein »

Hi, I contacted the group to see if anyone has been able to record using the repetitive or some way in which the server interacts with the viewer.


PC LINUX
SERVER ----> middleware --> WINDOWS or other operating system using an applet

Currently I have a client on a PC that will record automatically when starting a remote sampling, which others connect to interact.

VNC Server - >> two viewers. The problem that generates unnecessary traffic and slow connections can be seen.


Plz help. :cry:
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6838
Joined: 2004-04-23 10:21
Contact:

Re: Record videos in the proxy or repeater

Post by Rudi De Vos »

Not possible.
The repeater just recv/send data. The encryption is between server and viewer -> repeater can't see the unencrypted data.
The proxy should also just retransmit the data without actual reading it. Else the whole stream would become unsecure as
the proxy/repeater could see what's happening.

You can activate the video logging on the server.
This log the viewer session in a avi video.
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6838
Joined: 2004-04-23 10:21
Contact:

Re: Record videos in the proxy or repeater

Post by Rudi De Vos »

Not possible.
The repeater just recv/send data. The encryption is between server and viewer -> repeater can't see the unencrypted data.
The proxy should also just retransmit the data without actual reading it. Else the whole stream would become unsecure as
the proxy/repeater could see what's happening.

You can activate the video logging on the server.
This log the viewer session in a avi video.
adam314315
8
8
Posts: 8
Joined: 2019-10-16 11:16

Re: Record videos in the proxy or repeater

Post by adam314315 »

Hi,

@Rudy: Could you precise how to active video loggin on the server ?

Is it possible to implement video recording via a plugin or additional components during a VNC session between a server and a viewer connected via a repeater for these 2 different cases:
1. video to be saved in video format for later use if needed (as use for security video camera)
2. video to be watched live at the same time by a 3rd person (like monitoring administrator)
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6838
Joined: 2004-04-23 10:21
Contact:

Re: Record videos in the proxy or repeater

Post by Rudi De Vos »

ould you precise how to active video loggin on the server ? Special build needed, is not default enabled during compilation.

How it works, vnc capture the screen in a buffer for sending it to the viewer.
Simultanious the same buffer is used by an avi encoder and save it do disk.

The goal was to be able to record what someone did remote on the pc.

Never got feedback, not proper tested -> default disabled during build.
Post Reply