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.
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/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
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Record videos in the proxy or repeater
- Rudi De Vos
- Admin & Developer
- Posts: 6867
- Joined: 2004-04-23 10:21
- Contact:
Re: Record videos in the proxy or repeater
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.
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.
- Rudi De Vos
- Admin & Developer
- Posts: 6867
- Joined: 2004-04-23 10:21
- Contact:
Re: Record videos in the proxy or repeater
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.
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.
-
- 8
- Posts: 8
- Joined: 2019-10-16 11:16
Re: Record videos in the proxy or repeater
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)
@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)
- Rudi De Vos
- Admin & Developer
- Posts: 6867
- Joined: 2004-04-23 10:21
- Contact:
Re: Record videos in the proxy or repeater
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.
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.