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
- 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

help!!!

Single Click discussions / bugs
Post Reply
ysll2002
8
8
Posts: 22
Joined: 2007-11-28 12:36

help!!!

Post by ysll2002 »

Hi, all. I'm now under an emergency project. I would appreciate if you can give me any hints. here is the deal.

with the help of SCII, a support guy could remotely control his customer's computer. meanwhile our support guy wants to record all his opertaions done to customer's computer for some security reason.

I presume that inserting those operation recording souce code to VNCviewer wouldl solve the problem above. the VNCviewer I use is UntralVnc viewer. its source code is available.

is this feasible? welcome any advice. thanks.
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Re: help!!!

Post by redge »

[topic=4373][/topic]
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
ysll2002
8
8
Posts: 22
Joined: 2007-11-28 12:36

Re: help!!!

Post by ysll2002 »

Hi, Redge, I did use ultra screen recorder as my operation recording part. Maybe I didn't make myself clear, my question is whether it's feasible to insert recorder code to ultraVnc viewer code. our support guy is on viewer side and customer is on server side. with the help of SCII, customer can start connecting by just one single click, once getting connected, operation recorder starts working on viewer side. once the customer gets disconnected, operation recorder was killed.

wondering if my presuming works, thanks for any advice.
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Re: help!!!

Post by redge »

if no programmer want to answer, you can try automation trough autoit
but anyway, I don't know how to use it, i never use it.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
User avatar
JDaus
Friend of UVNC
Friend of UVNC
Posts: 537
Joined: 2007-03-17 11:00
Location: Sydney, Australia
Contact:

Re: help!!!

Post by JDaus »

it would be a fairly simple thing to create an autoit script that when executed started the screen recorder, and then started SC ... when SC closes screen recorder finishes ....

then all you need is to bundle them and have it installed on client machine.

only problem with this is that its on the client machine ... i haven't yet found a way to check if vncviewer has active connections, otherwise it could be on support side.

if i get some time, i will look into this, but it will not be for a week or two
ask a silly question and remain a fool for 5 minutes...
don't ask, and remain a fool for life - JDaus 2003

without imperfections, neither you nor i would exist - Steven Hawkins
__
JD
SCPrompt - OpenSource Free Remote Screen\Desktop Sharing Solution
SecureTech.com.au
prs777
Posts: 5
Joined: 2008-01-08 06:55

Re: help!!!

Post by prs777 »

JDaus wrote:it would be a fairly simple thing to create an autoit script that when executed started the screen recorder, and then started SC ... when SC closes screen recorder finishes ....
That's basically what Im lookin for. Im completely new to autoit and programming and Ive tried to understand autoit but Im lost. Id like to start a .vnc file, start SC, record for 2 hours, then shut down both all on a LAN only.

Any help appreciated.
ysll2002
8
8
Posts: 22
Joined: 2007-11-28 12:36

Re: help!!!

Post by ysll2002 »

I did successfully accomplished my project. it turn out my original thought worked perfectly. cheers.:-)
Post Reply